우분투 16.04는 전원이 꺼지지 않습니다. 화면 오른쪽 상단의 아이콘으로 이동하여 종료를 클릭해도 종료되지 않습니다. 나는 달렸고 shutdown -h now
이것이 내가 얻은 것입니다.
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)
왜 이런 일이 발생하는지 또는 어떻게 해결 해야할지 모르겠습니다. 도움을 주시면 감사하겠습니다.
이 "트랜잭션은 파괴적"이라는 메시지가 흥미롭게 들립니다.
—
Jos
systemctl status poweroff.target
이 시점에서 무엇을 말합니까?
@Jos i 솔직히이 파일을 찾을 수 없습니다.
—
Enneptt
명령입니다. 터미널에서 바로 입력하십시오
—
Jos
systemctl status poweroff.target
.
내가 입력했고 이것이 내가 얻은 것입니다 'tanner @ tanner-X751LX : ~ $ systemctl status poweroff.target ● poweroff.target-Power-Off Loaded : loaded (/lib/systemd/system/poweroff.target; disabled; 공급 업체 사전 설정 : 활성 : 비활성 (죽은) 문서 : man : systemd.special (7) '
—
Enneptt
sudo shutdown -P now
했습니까? 나는 그것이 -h와 거의 같은 것을 알고 있지만, 이것으로 명령하면 아무런 문제가 없습니다.