Terminal log shows: Job for mariadb.service failed because a timeout was exceeded. See "systemctl status mariadb.service" and "journalctl -xe" for details. invoke-rc.d: initscript mysql, action "start" failed. [0;1;31m●[0m mariadb.service - MariaDB database server Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled) Active: [0;1;31mfailed[0m (Result: timeout) since Tue 2017-10-31 11:35:53 CET; 11ms ago Process: 1484 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=0/SUCCESS) Process: 1391 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=0/SUCCESS) Process: 1387 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS) Process: 1382 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS) Main PID: 1484 (code=exited, status=0/SUCCESS)
oct. 31 11:34:20 webdevreactener systemd[1]: Starting MariaDB database server... oct. 31 11:34:21 webdevreactener mysqld[1484]: 2017-10-31 11:34:21 139822025773632 [Note] /usr/sbin/mysqld (mysqld 10.1.25-MariaDB-) starting as process 1484 ... oct. 31 11:35:51 webdevreactener systemd[1]: [0;1;39mmariadb.service: Start operation timed out. Terminating.[0m oct. 31 11:35:53 webdevreactener systemd[1]: [0;1;31mFailed to start MariaDB database server.[0m oct. 31 11:35:53 webdevreactener systemd[1]: [0;1;39mmariadb.service: Unit entered failed state.[0m oct. 31 11:35:53 webdevreactener systemd[1]: [0;1;39mmariadb.service: Failed with result 'timeout'.[0m dpkg: erreur de traitement du paquet mariadb-server-10.1 (--configure) : le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 dpkg: des problèmes de dépendances empêchent la configuration de mariadb-server : mariadb-server dépend de mariadb-server-10.1 (>= 10.1.25-0ubuntu0.17.04.1) ; cependant : Le paquet mariadb-server-10.1 n'est pas encore configuré. syslog/journal shows no mysqld entries. DpkgHistoryLog.txt shows you installed mysql-server-5.7 and then tried to install mariadb-server without purging the Oracle MySQL server away first. ** Summary changed: - package mariadb-server-10.1 10.1.25-0ubuntu0.17.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 + package mariadb-server-10.1 failed to install as mysql-server-5.7 was not purged first -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728887 Title: package mariadb-server-10.1 failed to install as mysql-server-5.7 was not purged first To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1728887/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
