all'avvio, non sempre, mi si presenta questo tipo di errore
Codice: Seleziona tutto
failed Verify integrity of password and group files
Perdonate i miei limiti, ma non ho capito dove risiede il problema.
Leggendo questi post ho cercato di riportare informazioni che sembrerebbero utili.
Codice: Seleziona tutto
$ systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● 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. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Codice: Seleziona tutto
$ systemctl -l status shadow
● shadow.service - Verify integrity of password and group files
Loaded: loaded (/usr/lib/systemd/system/shadow.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since lun 2015-07-06 07:32:46 CEST; 12min ago
Process: 326 ExecStart=/usr/bin/pwck -r (code=exited, status=2)
Main PID: 326 (code=exited, status=2)
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
Codice: Seleziona tutto
$ cat /etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin
adm:x:4:root,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon
mem:x:8:
kmem:x:9:
wheel:x:10:root
ftp:x:11:
mail:x:12:
uucp:x:14:
log:x:19:root
utmp:x:20:
locate:x:21:
rfkill:x:24:
smmsp:x:25:
proc:x:26:
http:x:33:
games:x:50:
lock:x:54:
uuidd:x:68:
dbus:x:81:
network:x:90:
video:x:91:
audio:x:92:
optical:x:93:
floppy:x:94:
storage:x:95:
scanner:x:96:
input:x:97:
power:x:98:
nobody:x:99:
users:x:100:
systemd-journal:x:190:
systemd-journal-gateway:x:191:
systemd-timesync:x:192:
systemd-network:x:193:
systemd-bus-proxy:x:194:
systemd-resolve:x:195:
systemd-journal-remote:x:999:
systemd-journal-upload:x:998:
andrea:x:1000:
polkitd:x:102:
avahi:x:84:
mysql:x:89:
kdm:x:135:
ntp:x:87:
Un saluto, Andrea.