Hi Ricardo,
thank you for taking time to report this.

Error seems to be:
File di configurazione "/etc/mysql/debian-start"
 ==> Eliminato (dall'utente o da uno script) dopo l'installazione.
 ==> Il distributore del pacchetto ha fornito una versione aggiornata.
   Come procedere? Le opzioni sono:
    Y o I   : installa la versione del responsabile del pacchetto
    N od O  : mantiene la versione attualmente installata
      D     : mostra le differenze tra le versioni
      Z     : avvia una shell per esaminare la situazione
 L'azione predefinita consiste nel mantenere la versione attuale.
*** debian-start (Y/I/N/O/D/Z) [predefinito=N] ? N
Job for mysql.service failed because the control process exited with error 
code. See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - LSB: Start and stop the mysql database server 
daemon
   Loaded: loaded (/etc/init.d/mysql; bad; vendor preset: enabled)
   Active: failed (Result: exit-code) since mar 2017-12-05 
20:56:41 CET; 6ms ago
     Docs: man:systemd-sysv-generator(8)
  Process: 22965 ExecStart=/etc/init.d/mysql start (code=exited, 
status=127)
   CGroup: /system.slice/mysql.service
           ├─22996 /bin/bash /usr/bin/mysqld_safe
           ├─23140 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql -...
           └─23141 logger -t mysqld -p daemon error

May I suggest to try to install the version of /etc/mysql/debian-start that 
comes with the new version of the package. This can be done responding "Y" to 
the question:
> L'azione predefinita consiste nel mantenere la versione attuale.
> *** debian-start (Y/I/N/O/D/Z) [predefinito=N] ?

You can also try the following:
$ apt download mariadb-server-10.0
$ dpkg-deb --fsys-tarfile mariadb-server-10.0*.deb | tar xvf - 
./etc/mysql/debian-start
$ sudo mv /etc/mysql/debian-start /etc/mysql/debian-start.bk
$ sudo cp ./etc/mysql/debian-start /etc/mysql/debian-start

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1736850

Title:
  package mariadb-server-10.0 10.0.31-0ubuntu0.16.04.2 failed to
  install/upgrade: il sottoprocesso installato script di post-
  installation ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1736850/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to