Bug 788282

Summary: systemd problems on live cd
Product: [openSUSE] openSUSE Tumbleweed Reporter: Stephan Kulow <coolo>
Component: BasesystemAssignee: Frederic Crozat <fcrozat>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: 13.1 Milestone 0   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stephan Kulow 2012-11-06 08:33:49 UTC
No idea what it means, but I better track it - this happens when starting the live cd (build157)

===> Calling pre-init stage in system image
[    6.859440] systemd[1]: Failed to open configuration file '/run/systemd/syslog.core': No such file or directory
[    6.890380] systemd[1]: Cannot add dependency job for unit syslog.service, ignoring: Unit syslog.service failed to load: No such file or directory. See system logs and 'systemctl status syslog.service' for details.
[    6.912633] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[    6.925761] systemd[1]: Cannot add dependency job for unit syslog.service, ignoring: Unit syslog.service failed to load: No such file or directory. See system logs and 'systemctl status syslog.service' for details.
[    7.373688] systemd-journald[517]: Failed to resolve 'adm' group: No such process
[    7.387032] systemd-udevd[516]: specified group 'tape' unknown
Comment 1 Frederic Crozat 2012-11-06 11:49:28 UTC
(In reply to comment #0)
> No idea what it means, but I better track it - this happens when starting the
> live cd (build157)
> 
> ===> Calling pre-init stage in system image
> [    6.859440] systemd[1]: Failed to open configuration file
> '/run/systemd/syslog.core': No such file or directory
> [    6.890380] systemd[1]: Cannot add dependency job for unit syslog.service,
> ignoring: Unit syslog.service failed to load: No such file or directory. See
> system logs and 'systemctl status syslog.service' for details.
> [    6.925761] systemd[1]: Cannot add dependency job for unit syslog.service,
> ignoring: Unit syslog.service failed to load: No such file or directory. See
> system logs and 'systemctl status syslog.service' for details.

syslog integration for systemd probably need some fixes

> [    6.912633] systemd[1]: Cannot add dependency job for unit
> display-manager.service, ignoring: Unit display-manager.service failed to load:
> No such file or directory. See system logs and 'systemctl status
> display-manager.service' for details.

Not really an issue, graphical.target wants display-manager.service (which is the way Fedora handles different display managers, rather than relying on a initscript to start display manager (xdm for us, prefdm for Fedora)

> [    7.373688] systemd-journald[517]: Failed to resolve 'adm' group: No such
> process

journald is using "adm" group (when present) to give users in that group permission to read system journal. Maybe we should create this group by default ?

> [    7.387032] systemd-udevd[516]: specified group 'tape' unknown
this one has been in udev for 3 years.. Nothing new.
Comment 2 Frederic Crozat 2013-03-12 10:53:44 UTC
all of those were fixed