Ubuntu 16.04 จะไม่ปิดการทำงาน: poweroff.target ถูกปิดการใช้งาน


24

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 แต่ด้วยคำสั่งนี้ฉันไม่เคยมีปัญหา
Danibix

ข้อความ "Transaction is destructive" น่าสนใจ สิ่งที่ไม่systemctl status poweroff.targetพูดในประเด็นนี้?
Jos

@Jos ฉันสุจริตไม่สามารถหาไฟล์นี้
เกียรติ

มันเป็นคำสั่ง systemctl status poweroff.targetเพียงแค่ที่สถานีป้อน
Jos

ฉันป้อนมันและนี่คือสิ่งที่ฉันได้รับ 'tanner @ tanner-X751LX: ~ $ systemctl สถานะ poweroff.target $ ● poweroff.target - ปิดการโหลด: โหลด (/lib/systemd/system/poweroff.target; : ใช้งานอยู่: ไม่ได้ใช้งาน (ตายแล้ว) เอกสาร: ผู้ชาย: systemd.special (7) '
Enneptt

คำตอบ:



4

ปัญหาควรได้รับการแก้ไขโดยการป้อนคำสั่งนี้เพื่อเปิดใช้งานบริการ systemd ของ "poweroff.target":

systemctl enable poweroff.target

3
ไม่ได้ผลสำหรับฉัน :(
เบ็น Aveling

1
ไม่ได้ผลสำหรับฉันเช่นกัน
creftos
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.