Ubuntu 16.04 no se apagará. Cuando voy al icono en la esquina superior derecha de la pantalla y hago clic en apagar, no se apaga. Corrí shutdown -h now
y esto es lo que obtuve:
tanner@tanner-x151x:~$ shutdown -h now
Failed to set wall message, ignoring: Interactive authentication required.
Failed to power off system via logind: Interactive authentication required.
Failed to start poweroff target: Interactive authentication required.
See system logs and 'systemctl status poweroff.target' for details.
Failed to open /dev/initctl: Permission denied
Failed to talk to init daemon.
tanner@tanner-x151x:~$ sudo shutdown -h now
[sudo] password for tanner:
Failed to start poweroff target: Transaction is destructive.
5ee system logs and 'systemctl status poweroff.target' for details.
tanner@tanner-x151x:~$ sudo halt now
Too many arguments.
tanner@tanner-x151x:~$ systemctl status poweroff.target
poweroff.target - Power-off
Loaded: loaded (/lib/systemd/system/poweroff.target; disabled; vendor preset:
Active: inactive (dead)
Docs: man:systemd.special(7)
No tengo idea de por qué sucede esto o cómo solucionarlo. Cualquier ayuda sería apreciada.
Este mensaje "La transacción es destructiva" suena interesante. ¿Qué
—
Jos
systemctl status poweroff.target
dice en este momento?
@Jos honestamente no puedo encontrar este archivo.
—
Enneptt
Es un comando. Justo en la terminal entra
—
Jos
systemctl status poweroff.target
.
lo ingresé y esto es lo que obtuve 'tanner @ tanner-X751LX: ~ $ systemctl status poweroff.target ● poweroff.target - Power-Off Loaded: cargado (/lib/systemd/system/poweroff.target; deshabilitado; proveedor preestablecido : Activo: inactivo (muerto) Documentos: hombre: systemd.special (7) '
—
Enneptt
sudo shutdown -P now
? Sé que es casi lo mismo que -h, pero con el comando esto nunca tengo problemas.