|
Bugzilla – Full Text Bug Listing |
| 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: | Basesystem | Assignee: | 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
dmesg output please (after booting with systemd.log_level=debug systemd.log_target=kmsg ) I'm pretty sure you have a dependency cycle.. Created attachment 460421 [details]
dmesg output with systemd logging
Created attachment 460422 [details]
systemctl --all output
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. and the winner is sysstat :) fixed in rc2 *** This bug has been marked as a duplicate of bug 723858 *** LOL, I should have paid more attention to that bug :) Thanks, Frederic. |