Ubuntu 16.04の電源がオフになりません:poweroff.targetが無効になります


23

Ubuntu 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)

なぜこれが起こっているのか、どうすれば修正できるのかわかりません。任意の助けをいただければ幸いです。


1
すでに試しましたsudo shutdown -P nowか?これは-hとほとんど同じことを知っていますが、コマンドを使用しても問題はありません。
ダニビックス

この「トランザクションは破壊的です」というメッセージは面白そうです。systemctl status poweroff.targetこの時点で何を言いますか?
ジョス

@Jos私は正直にこのファイルを見つけることができません。
-Enneptt

コマンドです。ターミナルでを入力しsystemctl status poweroff.targetます。
ジョス

私はそれを入力し、これは私が得たものです 'tanner @ tanner-X751LX:〜$ systemctl status poweroff.target :アクティブ:非アクティブ(デッド)ドキュメント:man:systemd.special(7) '
Enneptt

回答:


4

この問題を解決するには、次のコマンドを入力して「poweroff.target」のsystemdサービスを有効にします。

systemctl enable poweroff.target

3
私のために働かなかった。:(
ベンAveling

1
私にとってもうまくいかなかった
-creftos

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.