Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5.28a-galera
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
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
libmariadbclient-dev - MariaDB database development files
libmariadbclient18 - MariaDB database client library
libmariadbd-dev - MariaDB embedded database development files
mariadb-client - MariaDB database client (metapackage depending on the latest version)
mariadb-client-5.5 - MariaDB database client binaries
mariadb-client-core-5.5 - MariaDB database core client binaries
mariadb-common - MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
mariadb-galera-server - MariaDB database with Galera cluster server (metapackage depending on the latest version)
mariadb-galera-server-5.5 - MariaDB database server with Galera cluster binaries
mariadb-server - MariaDB database server (metapackage depending on the latest version)
mariadb-server-5.5 - MariaDB database server binaries
mariadb-server-core-5.5 - MariaDB database core server files
mariadb-test - MariaDB database regression test suite (metapackage depending on the latest version)
mariadb-test-5.5 - MariaDB database regression test suite
mariadb-1 ~:apt-get install mariadb-galera-server galera
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mariadb-galera-server : Depends: mariadb-galera-server-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
mariadb-1 ~:lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
mariadb-1 ~:uname -a
Linux mariadb-1 2.6.32-17-pve #1 SMP Wed Nov 28 07:15:55 CET 2012 i686 i686 i386 GNU/Linux
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Sorry I accidentally submit it without finishing the bug description:
the error is:
The following packages have unmet dependencies:
mariadb-galera-server : Depends: mariadb-galera-server-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
As you can see the packages are available in the repository list.
I followed this steps so far before getting the error:
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
echo '# MariaDB 5.5 repository list - created 2013-01-25 14:40 UTC
deb http://ftp.igh.cnrs.fr/pub/mariadb//repo/5.5/ubuntu precise main
deb-src http://ftp.igh.cnrs.fr/pub/mariadb//repo/5.5/ubuntu precise main' > /etc/apt/sources.list.d/mariadb.list
apt-get update
apt-cache policy mariadb-galera-server
apt-get install -y mariadb-galera-server galera
Regards
Dominick