On Tue, 2011-05-31 at 00:11 +0200, Kay Sievers wrote:
On Mon, 2011-05-30 at 15:26 +0200, Kay Sievers wrote:
On Mon, 2011-05-30 at 11:17 +0200, Bruno Friedmann wrote:
My actual result ( tested 15 minutes ago ) are quite bad. with systemd system-sysinit and networkmanager activated I just get no network kde refuse to start due to dbus error and a lot of others services.
cat /var/log/messages | grep -i systemd May 30 10:38:11 c-3po kernel: [ 27.616858] systemd[1]: systemd 26 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; suse)
May 30 10:38:11 c-3po kernel: [ 28.462252] systemd[1]: Breaking ordering cycle by deleting job sysstat.service/start
Can you try to remove or disable sysstat from the bootup? It might have dependencies in its headers with can't be resolved by systemd.
It is systat, I can reproduce it here.
The init script seems to cause the issues. Please remove or disable sysstat until someone is able to fix the sysstat LSB headers.
### BEGIN INIT INFO # Provides: boot.sysstat # Required-Start: boot.rootfsck boot.cleanup boot.clock # Should-Start: $local_fs $remote_fs # Required-Stop: boot.rootfsck boot.cleanup # Should-Stop: $local_fs $remote_fs # Default-Start: B # Default-Stop: $null I doubt boot scripts can validly reference non-boot scripts. that stuff needs to start as a normal non-boot service, or $local_fs $remote_fs need to go. Kay -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org