Hi. While investigating the original error, I did research (and use) both pwck and grpck. Indeed, pwck was complaining about ab missing lib directory for mysql, which did lead to discovering the problem with mariadb. After the bug fix, no problems from either pwck -r or grpck -r. Thanks for the pointer to /usr/lib/systemd/system/shadow.service. I was assuming that it might be something that runs on startup and then goes away. But, you know what happens when you "assume". Thanks again. On Tue, Jun 9, 2015 at 2:51 PM, Jens Adam <jra@xxxxxxx> wrote: > Tue, 9 Jun 2015 14:39:24 -0500 > Francis Gerund <ranrund@xxxxxxxxx>: > > > [localuser@localhost ~]$ systemctl status shadow > > shadow.service - Verify integrity of password and group files > > Loaded: loaded (/usr/lib/systemd/system/shadow.service; static; > > vendor preset: disabled) > > Active: inactive (dead) > > > > I am having some difficulty trying to find information on this. > > Bottom line: is this a problem, that I need to fix, or is it > > something that is normal and can just be ignored? > > The information is in /usr/lib/systemd/system/shadow.* > It's a daily OneShot service (replacing a daily cronjob from > pre-systemd-times) running 'pwck -r' and 'grpck -r', so run these > commands manually and see what they're complaining about. > > --byte >