Ubuntu 16.04 sẽ không tắt nguồn. Khi tôi đi đến biểu tượng ở phía trên bên phải màn hình và nhấp vào tắt máy, nó không tắt. Tôi đã chạy shutdown -h now
và đây là những gì tôi nhận được:
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)
Tôi không biết tại sao điều này xảy ra hoặc làm thế nào để khắc phục điều này. Bất kỳ trợ giúp sẽ được đánh giá cao.
Thông báo "Giao dịch là phá hoại" này nghe có vẻ thú vị. Không
—
Jos
systemctl status poweroff.target
nói gì vào thời điểm này?
@Jos tôi thực sự không thể tìm thấy tập tin này.
—
Enneptt
Đó là một mệnh lệnh. Chỉ cần vào thiết bị đầu cuối nhập
—
Jos
systemctl status poweroff.target
.
tôi đã nhập nó và đây là những gì tôi đã nhận được 'tanner @ tanner-X751LX: ~ $ systemctl status poweroff.target ● poweroff.target - Tắt nguồn được tải: : Hoạt động: không hoạt động (đã chết) Tài liệu: man: systemd.special (7) '
—
Enneptt
sudo shutdown -P now
chưa? Tôi biết điều đó gần giống như -h, nhưng với lệnh này tôi chưa bao giờ gặp vấn đề.