Ubuntu 16.04 nie wyłącza się. Kiedy idę do ikony w prawym górnym rogu ekranu i klikam zamknij, to się nie zamknie. Pobiegłem shutdown -h now
i oto co mam:
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)
Nie mam pojęcia, dlaczego tak się dzieje ani jak to naprawić. Każda pomoc będzie mile widziana.
systemctl status poweroff.target
mówi w tym momencie?
systemctl status poweroff.target
.
sudo shutdown -P now
? Wiem, że to prawie to samo co -h, ale z tym poleceniem nigdy nie miałem problemu.