Ubuntu 16.04 kapanmıyor: poweroff.target devre dışı


24

Ubuntu 16.04 kapanmıyor. Ekranın sağ üst köşesindeki simgeye gidip kapatma düğmesine tıkladığımda, kapanmıyor. Koştum shutdown -h nowve elimde bu var:

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)

Bunun neden olduğunu veya nasıl düzeltileceğini bilmiyorum. Herhangi bir yardım takdir edilecektir.


1
Zaten denedin sudo shutdown -P nowmi? Bunun neredeyse -h ile aynı olduğunu biliyorum, ancak bu komutla hiç sorun yaşamadım.
Danibix

Bu "İşlem yıkıcı" mesajı ilginç geliyor. systemctl status poweroff.targetBu noktada ne diyor?
Jos,

@Jos dürüstçe bu dosyayı bulamıyorum.
Enneptt

Bu bir emirdir. Sadece terminalde girin systemctl status poweroff.target.
Jos

girdim ve elde ettiğim şey buydu 'tanner @ tanner-X751LX: ~ $ systemctl durum poweroff.target ● poweroff.target - Kapanma Yüklendi: yüklü (/lib/systemd/system/poweroff.target; devre dışı; : Aktif: Aktif değil (Ölü) Doktorlar: Adam: systemd.special (7) '
Enneptt

Yanıtlar:



4

"Poweroff.target" ın systemd hizmetini etkinleştirmek için bu komutu girerek sorunu çözmeniz gerekir:

systemctl enable poweroff.target

3
Benim için işe yaramadı. :(
Ben Aveling

1
Benim için de işe yaramadı
creftos
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.