Bug 728098

Summary: X does not start after live migration from 11.4 to 12.1 RC1 - dbus not enabled?
Product: [openSUSE] openSUSE 12.1 Reporter: Petr Uzel <puzel>
Component: BasesystemAssignee: Frederic Crozat <fcrozat>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: L3 Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: dmesg output with systemd logging
systemctl --all output

Description Petr Uzel 2011-11-03 16:21:25 UTC
After live migration from 11.4 to 12.1 RC1, the system boots up just fine but does not run X / gdm.

/etc/init.d/xdm start fails with no useful output.

After doing 'systemctl start dbus.service', X/gdm can be started.
Comment 1 Frederic Crozat 2011-11-04 09:27:09 UTC
dmesg output please (after booting with systemd.log_level=debug systemd.log_target=kmsg )

I'm pretty sure you have a dependency cycle..
Comment 2 Petr Uzel 2011-11-04 09:41:53 UTC
Created attachment 460421 [details]
dmesg output with systemd logging
Comment 3 Petr Uzel 2011-11-04 09:42:17 UTC
Created attachment 460422 [details]
systemctl --all output
Comment 4 Petr Uzel 2011-11-04 09:46:39 UTC
You are right with the dependency cycle.

BTW:
/etc/systemd/system/default.target is a symlink to /lib/systemd/system/runlevel5.target, which is a symlink to graphical.target.  This looks good to me.

BTW2:
systemctl isolate graphical.target from tty1 works fine.
Comment 5 Frederic Crozat 2011-11-04 09:47:37 UTC
and the winner is sysstat :)

fixed in rc2

*** This bug has been marked as a duplicate of bug 723858 ***
Comment 6 Petr Uzel 2011-11-04 09:50:23 UTC
LOL, I should have paid more attention to that bug :)

Thanks, Frederic.