[Boot/Shutdown] 关机时出现的这个提示是什么情况?
Tofloor
poster avatar
pho
deepin
2022-07-18 07:11
Author

如图中所示,我在关机的时候,提示要么关掉升级,要么关机前升级完成,但是我没有在升级,也没有运行什么升级软件。

截图_20220717230745.png

Reply Favorite View the author
All Replies
gshun
deepin
2022-07-18 07:14
#1

老毛病了,记得是得手动关闭后台的某个进程。

Reply View the author
pho
deepin
2022-07-18 07:23
#2
gshun

老毛病了,记得是得手动关闭后台的某个进程。

不知道需要关闭哪个进程

Reply View the author
wtz
deepin
2022-07-18 17:04
#3

关闭后台自动更新的任务计划:

sudo systemctl disable apt-daily-upgrade.timer
Reply View the author
babyfengfjx
Super Moderator
CQA
2022-07-18 17:05
#4

这个应该是系统更新的进程,看看楼上的方法是否好使~

Reply View the author
吉吉如律令
deepin
2022-07-18 19:12
#5
wtz

关闭后台自动更新的任务计划:

sudo systemctl disable apt-daily-upgrade.timer

还是会有

Reply View the author
wtz
deepin
2022-07-19 00:15
#6
吉吉如律令

还是会有

那就把检测更新的任务也禁用掉:(禁用后需要手动检查更新)

sudo systemctl disable apt-daily.timer
Reply View the author
吉吉如律令
deepin
2022-07-19 00:49
#7

找到方法了,原因是这个 unattended-upgrades的包带来的,你可以 sudo systemctl disable unattended-upgrades.service 禁用这项开机启动,或者干脆 sudo remove unattended-upgrades卸载它,但我感觉这并不是一个很好的选择

这个包的具体信息你可以看看Debian官网描述https://wiki.debian.org/UnattendedUpgrades

Reply View the author