Comment 7 for bug 1112363

Revision history for this message
Laurent Minost (lolomin) wrote : Re: problems with Percona XtraDB Cluster upgrade 5.5.29

Hi,

FI if the problem is concerning anyone else : I've finally found a temporary workaround to avoid apt continuing trying to do the postinst/configure part of dpkg :

- Edited /var/lib/dpkg/info/percona-xtradb-cluster-server-5.5.postinst script then commented out the following two lines which were a problem in my case :

    echo "$fix_privs" | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
    echo "$install_plugins" | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER

- Ran apt/aptitude again to check, it tried to do again its configure part for the percona-xtradb-cluster-server-5.5 package which this time succeeded and terminates without error, after this I recovered a functionnal apt.

- Concerning the cause of the problem, I still not have any clear idea of what is the problem.

Regards,

Laurent