Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: xavandar on April 26, 2019, 12:24:39 pm

Title: upgrade from 5.0 to 6 pending
Post by: xavandar on April 26, 2019, 12:24:39 pm
firefox crash during upgrade and the  dpkg.log finish by :
2019-04-26 11:57:04 status half-configured zentyal-dns:all 6.0
and by ps -ef, i foung a :
dpkg --force-overwrite --force-confdef --status-fd 68 --configure ....
still run....
What can I do ?
Title: Re: upgrade from 5.0 to 6 pending
Post by: doncamilo on May 21, 2019, 12:51:07 pm
firefox crash during upgrade and the  dpkg.log finish by :
2019-04-26 11:57:04 status half-configured zentyal-dns:all 6.0
and by ps -ef, i foung a :
dpkg --force-overwrite --force-confdef --status-fd 68 --configure ....
still run....
What can I do ?

As you have comment that your browser crashed while the upgrading it could be useful to know the real system status.

Run this command in order to check yous system status after the upgrade.

dpkg -l | grep 'zentyal-'

All the packages should belong to the 6.0 version if the upgrade was succesful.

Look for the broken packages;

dpkg -l | grep -vE '^ii|rc'

Afterwards read this: https://www.rosehosting.com/blog/how-to-fix-broken-packages-on-ubuntu-16-04-and-debian-9/ (https://www.rosehosting.com/blog/how-to-fix-broken-packages-on-ubuntu-16-04-and-debian-9/)

Doesn't forget to check the samba database integrity (uses dbcheck options of samba-tool) and mysql database too. (In my experience MySQL seems to be a source of issues)

Cheers!