Bug ID | 1208855 |
---|---|
Summary | create-dirs-from-rpmdb.service failed to start ('/var/lib/pcp/config/derived': No such file or directory) |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | screening-team-bugs@suse.de |
Reporter | felix.niederwanger@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
On a fresh MicroOS installation, the create-dirs-from-rpmdb.service fails to
start:
> Mar 02 14:53:24 microos dbus-daemon[1110]: [session uid=0 pid=1110] Successfully activated service 'org.freedesktop.systemd1'
> Mar 02 14:53:24 microos dbus-daemon[664]: [system] Successfully activated service 'org.freedesktop.timedate1'
> Mar 02 14:53:24 microos systemd[1]: Started Time & Date Service.
> Mar 02 14:53:33 microos systemd[1]: Starting Create missing directories from rpmdb...
> Mar 02 14:53:34 microos create_dirs_from_rpmdb[1117]: Failed to create directory '/var/lib/pcp/config/derived': No such file or directory
> Mar 02 14:53:34 microos create_dirs_from_rpmdb[1117]: Create /var/lib/pcp/config/derived
> Mar 02 14:53:34 microos systemd[1]: create-dirs-from-rpmdb.service: Main process exited, code=exited, status=1/FAILURE
> Mar 02 14:53:34 microos systemd[1]: create-dirs-from-rpmdb.service: Failed with result 'exit-code'.
> Mar 02 14:53:34 microos systemd[1]: Failed to start Create missing directories from rpmdb.
> Mar 02 14:53:54 microos systemd[1]: systemd-hostnamed.service: Deactivated successfully.
I didn't install anything related to pcp, and could only find the following
packages being present:
* libpcp3
* libpcp_import1
* pcp-conf
The `/var/lib/pcp/` directory doesn't exist on this system. However, generating
the '/var/lib/pcp/config/' directory and restarting the service seems to
resolve the issue.