Migration fails

Hi!
I’m having problems with migration 4. Here is the log:
https://paste.yunohost.org/raw/afayadaraz
Can anybody help? Also I see that a few services are not running and I’m unable to start them (dovecot, mysql, php5-pfm, redis-server, rmilter)
Thanks in advance!

Hello @fummelmann ,

Before anything : backup, export, save everything you can.
Then, you can try manually to install php7.0 et php7.0-fpm :

sudo apt-get install php7.0 et php7.0-fpm

ppr

Hi @ppr,
Thank you. Unfortunately the installation returns

Errors were encountered while processing:
dovecot-core
dovecot-managesieved
dovecot-lmtpd
dovecot-ldap
dovecot-antispam
dovecot-sieve
network-manager
dovecot-imapd
bluez
redis-server
yunohost
yunohost-admin

because of “dependency problems - leaving unconfigured”
Any idea?

journalctl -xe returns a lot of “failed to set invocation ID on control group /system.slice/…”

@fummelmann ,

I’d try to run

sudo dpkg-reconfigure -a
and/or
sudo apt-get install -f

ppr

@ppr,
thank you and sorry for my late reply. I don’t get notifications since I’m logged in at the forum via GitHub…
sudo dpkg-reconfigure -a didn’t work (unknown option -a), so I tried sudo dpkg --configure -a which returns “dependency problems - leaving unconfigured”

same with sudo apt-get install -f

Hi @fummelmann ,

I’d try to install dependency one by one.
Sometimes the chronological is important : you can’t install a dependency before another.

ppr