FS#41128 - [mpd] /var/lib/mpd is not being created causing shadow.service failure
Attached to Project:
Arch Linux
Opened by aaaaaaaaaaaaaaaaaaaa (Pyroh) - Tuesday, 08 July 2014, 04:16 GMT
Last edited by Gaetan Bisson (vesath) - Tuesday, 08 July 2014, 06:37 GMT
Opened by aaaaaaaaaaaaaaaaaaaa (Pyroh) - Tuesday, 08 July 2014, 04:16 GMT
Last edited by Gaetan Bisson (vesath) - Tuesday, 08 July 2014, 06:37 GMT
|
Details
shadow.service was reporting failure, so I ran grpck &
pwck, of which pwck reported that /var/lib/mpd did not
exist. sudo mkdir /var/lib/mpd was ran, and now
shadow.service consistently reports success.
I assume this is due to the fact that I exclusively run a non-root instance of mpd, where my own config is being used and the system one (which tells mpd to store info in /var/lib/mpd, which I assume mpd creates if it doesn't exist) is being ignored. |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Tuesday, 08 July 2014, 04:53 GMT
/var/lib/mpd is part of the package. If it doesn't exist on your
system, you need to figure out why.
Comment by
aaaaaaaaaaaaaaaaaaaa (Pyroh) -
Tuesday, 08 July 2014, 06:34 GMT
I must have deleted it a while ago, as the mpd install I just
tested in a chroot created that directory.