[MDEV-4112] Galera cluster broken packages error on Ubuntu 12.04.1 Created: 2013-01-25 Updated: 2013-01-31 Due: 2013-02-28 Resolved: 2013-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28a-galera |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Dominick Rivard | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
mariadb-1 ~:lsb_release -a mariadb-1 ~:uname -a |
||
| Description |
|
Hi, I was trying to give a shot at installing the Galera Cluster on Ubuntu 12.04. I used the repository configurator to setup my repo and I tried to follow this guide to https://kb.askmonty.org/en/getting-started-with-mariadb-galera-cluster/. The error occured right after adding the repository list when you try to install the required packages. the error is: mariadb-1 ~:apt-cache search mariadb The following packages have unmet dependencies: |
| Comments |
| Comment by Dominick Rivard [ 2013-01-25 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Sorry I accidentally submit it without finishing the bug description: the error is: The following packages have unmet dependencies: As you can see the packages are available in the repository list. I followed this steps so far before getting the error:
Regards | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-01-30 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi, You might be experiencing the same problem as | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-01-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Dominick, Now when MariaDB 5.5.29 server is out, could you please try to install MariaDB Galera server again and see if it works? MariaDB-Galera-server is still 5.5.28a, but I checked that on my machines 5.5.29 server release resolves the problem for the current Galera server, too. Thanks. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Dominick Rivard [ 2013-01-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Elena, I am building the 3 vps I need to do the test, as soon as I complete my test I'll let know the results in this bug request. Best | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Dominick Rivard [ 2013-01-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Elena, The issue installing the packages using this recipe is now resolved:
binlog_format=ROW default_storage_engine=InnoDB innodb_autoinc_lock_mode=2
Packages are installing fine this issue is resolved. Now I have to figure out why when I am trying to restart mysql service it throws me the error: ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) from the syslog file: Excepted that error that is none blocking I get this nice window: MariaDB [ctest]> show status like '%wsrep%';
---------------------------
--------------------------- The version I installed is this one: mariadb-3 ~:apt-cache policy mariadb-galera-server
mariadb-3 ~:apt-cache policy galera
Best | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-01-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Dominick, It's a rather common configuration problem on Debian, unrelated to Galera (or MariaDB, for that matter). Please check for example something like | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Dominick Rivard [ 2013-01-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Elena, I followed your link on stackoverflow. Here is what I had to do to fix the restart issue. mariabd-1 From mariadb-1 I copied the password stored in /etc/mysql/debian.cnf and pasted it to the /etc/mysql/debian.cnf of mariadb-2 and mariadb-3. what I think happen is that when I started the empty cluster, I used the "wsrep_cluster_address=gcomm://" option within /etc/mysql/conf.d/mariadb.cnf on the mariadb-1 srver. This is interesting because I never experienced that issue before and I am running a production Galera server using the codership.com packages. Thank you for your time and you can close this bug if you want, all my issues are resolved. Best | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-01-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The behavior with password replication in Galera (including mysql-galera which you're probably running in production) might have changed recently along with the bug fix: https://bugs.launchpad.net/codership-mysql/+bug/1005919 . If that's the case, you might expect the same when you upgrade your production installation. Anyway, it's great to hear that the issues are resolved, closing the report. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-01-31 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Fixed by the release of mariadb-server 5.5.29. |