Ubuntu 16.04 no se apaga: poweroff.target está deshabilitado


24

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 nowy 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.


1
¿Ya lo has intentado sudo shutdown -P now? Sé que es casi lo mismo que -h, pero con el comando esto nunca tengo problemas.
Danibix

Este mensaje "La transacción es destructiva" suena interesante. ¿Qué systemctl status poweroff.targetdice en este momento?
Jos

@Jos honestamente no puedo encontrar este archivo.
Enneptt

Es un comando. Justo en la terminal entra systemctl status poweroff.target.
Jos

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

Respuestas:



4

El problema debe resolverse ingresando este comando para habilitar el servicio systemd de "poweroff.target":

systemctl enable poweroff.target

3
No funciono para mi. :(
Ben Aveling

1
Tampoco me
funcionó
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.