分页: 1 / 1

Ubuntu 17.04不能正常关机

发表于 : 2017-04-24 20:42
peishenfei2
每次关机都会黑屏一段时间(不是屏幕熄灭,而是不显示图像但是有亮度那种)有时候等一会就会关机,有时候就得强制关机。这是什么问题?该怎么解决?
谢谢。

Re: Ubuntu 17.04不能正常关机

发表于 : 2017-04-24 22:10
科学之子

Re: Ubuntu 17.04不能正常关机

发表于 : 2017-04-25 8:20
tang.zhe

代码: 全选

1.安装 watchdog
sudo apt install watchdog

2.开启 watchdog 服务
sudo systemctl enable watchdog.service

3.马上启用 watchdog 服务
sudo systemctl start watchdog.service
http://www.mintos.org/skill/shutdown-long-time.html

Re: Ubuntu 17.04不能正常关机

发表于 : 2017-04-26 16:28
peishenfei2
谢谢,确实可以了,不过这个watchdog是做了什么?我看了那个链接,他是说有进程没有终止,那么watchdog是把这些进程kill掉吗,会不会丢数据?

另外问下,每次进这个论坛,chrome总是说不安全,怎么去掉提醒直接进(或者说,怎么添加信任)谢谢

Re: Ubuntu 17.04不能正常关机

发表于 : 2017-05-04 9:49
kiddingbaby
peishenfei2 写了:谢谢,确实可以了,不过这个watchdog是做了什么?我看了那个链接,他是说有进程没有终止,那么watchdog是把这些进程kill掉吗,会不会丢数据?

另外问下,每次进这个论坛,chrome总是说不安全,怎么去掉提醒直接进(或者说,怎么添加信任)谢谢
1.watchdog是监控用的, 配置合理用起来没问题
2.你那个chrome应该是老版的, https会提示证书问题, 官网下载最新版本就行了

Re: Ubuntu 17.04不能正常关机

发表于 : 2017-05-04 11:53
poloshiao
这个watchdog是做了什么
http://manpages.ubuntu.com/manpages/zes ... dog.8.html
watchdog - a software watchdog daemon

watchdog is such a daemon. It opens /dev/watchdog, and keeps writing to
it often enough to keep the kernel from resetting, at least once per
minute. Each write delays the reboot time another minute. After a
minute of inactivity the watchdog hardware will the reset
. In the
case of the software watchdog the ability to reboot will depend on the
state of the machines and interrupts.

系統不活動超過 1 分鐘 watchdog 即 發動重啟

Re: Ubuntu 17.04不能正常关机

发表于 : 2018-02-06 21:24
icewolf
ubuntu17.04安装chrome没成功,关不了机。
用了ctrl+alt+f1登录,注销后进到桌面
卸载chrome
关机成功
第二次进去会有提示错误好像是系统内部错误
修复一下就好了