Page 1 of 1

After upgrade from mga5 services while booting started twice

PostPosted: Aug 3rd, '17, 12:00
by lynx13
Hello,

after upgrading from mga5 to mga6 via urpmi I recognize that any system service while booting is started _twice_.

I already searched the internet and could only find an entry here, https://serverfault.com/questions/208115/startup-services-in-linux-are-running-twice, I'm facing the exact same problem. I didn't remove any symlinks in
Code: Select all
rcx.d
though as described there because I am afraid to destroy the system and so far I couldn't detect what's wrong with my setup.

Could you please help me localize and solve this problem?

Thanks in advance!

Re: After upgrade from mga5 services while booting started t

PostPosted: Aug 3rd, '17, 13:15
by doktor5000
Can you please post the output as root of
Code: Select all
systemctl --no-pager
systemctl list-units --all --no-pager
systemd-delta --no-pager
rpm -qa|sort|grep systemd

Please also run
Code: Select all
systemd-analyze plot > boot.svg
and upload the resulting boot.svg here.