On boot after the system being shutdown, it takes up to 3 minutes to load everything (until then it's just my background wallpaper); systemd-analyze blame:
JOB UNIT TYPE STATE
1 graphical.target start waiting
2 multi-user.target start waiting
115 reflector.service start running
3 jobs listed.
After everything is ready I have to restart display-manager (lxdm) to actually access my desktop.
2. shadow.service sometimes crashes (systemctl status shadow.service):
● shadow.service - Verify integrity of password and group files
Loaded: loaded (/usr/lib/systemd/system/shadow.service; static)
Active: failed (Result: exit-code) since Tue 2021-01-19 14:26:18 CET; 16s ago
TriggeredBy: ● shadow.timer
Process: 2415 ExecStart=/bin/sh -c /usr/bin/pwck -r || r=1; /usr/bin/grpck -r && exit $r (code=exited, status=2)
Main PID: 2415 (code=exited, status=2)
Jan 19 14:26:18 archcraft sh[2419]: add group 'video' in /etc/gshadow? No
Jan 19 14:26:18 archcraft sh[2419]: no matching group file entry in /etc/gshadow
Jan 19 14:26:18 archcraft sh[2419]: add group 'scanner' in /etc/gshadow? No
Jan 19 14:26:18 archcraft sh[2419]: no matching group file entry in /etc/gshadow
Jan 19 14:26:18 archcraft sh[2419]: add group 'optical' in /etc/gshadow? No
Jan 19 14:26:18 archcraft sh[2419]: no matching group file entry in /etc/gshadow
Jan 19 14:26:18 archcraft sh[2419]: add group 'users' in /etc/gshadow? No
Jan 19 14:26:18 archcraft sh[2419]: grpck: no changes
Jan 19 14:26:18 archcraft systemd[1]: shadow.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jan 19 14:26:18 archcraft systemd[1]: shadow.service: Failed with result 'exit-code'.
systemctl --failed:
● shadow.service loaded failed failed Verify integrity of password and group files
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed.
systemctl list-jobs:
3 jobs listed.
● shadow.service - Verify integrity of password and group files Loaded: loaded (/usr/lib/systemd/system/shadow.service; static) Active: failed (Result: exit-code) since Tue 2021-01-19 14:26:18 CET; 16s ago TriggeredBy: ● shadow.timer Process: 2415 ExecStart=/bin/sh -c /usr/bin/pwck -r || r=1; /usr/bin/grpck -r && exit $r (code=exited, status=2) Main PID: 2415 (code=exited, status=2)
Jan 19 14:26:18 archcraft sh[2419]: add group 'video' in /etc/gshadow? No Jan 19 14:26:18 archcraft sh[2419]: no matching group file entry in /etc/gshadow Jan 19 14:26:18 archcraft sh[2419]: add group 'scanner' in /etc/gshadow? No Jan 19 14:26:18 archcraft sh[2419]: no matching group file entry in /etc/gshadow Jan 19 14:26:18 archcraft sh[2419]: add group 'optical' in /etc/gshadow? No Jan 19 14:26:18 archcraft sh[2419]: no matching group file entry in /etc/gshadow Jan 19 14:26:18 archcraft sh[2419]: add group 'users' in /etc/gshadow? No Jan 19 14:26:18 archcraft sh[2419]: grpck: no changes Jan 19 14:26:18 archcraft systemd[1]: shadow.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Jan 19 14:26:18 archcraft systemd[1]: shadow.service: Failed with result 'exit-code'.
● shadow.service loaded failed failed Verify integrity of password and group files
LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed.