自从升级到V20试用版就出现这个关机警告
Tofloor
poster avatar
suzuki88
deepin
2020-09-23 11:26
Author
如题,请教坛里各位大佬如何解决?
Reply Favorite View the author
All Replies
Ziggy
deepin
2020-09-23 18:02
#1
有没有在升级?或者是apt进程?可以强制sudo shutdown,但要先完成更新,不然更新不全容易出bug
Reply View the author
说书人
deepin
2020-09-23 18:14
#2
是否更新完成,关机都出这个
Reply View the author
苏平君
deepin
2020-09-23 18:35
#3
俺也一样,也没解决,我都 是直接点关机
Reply View the author
SamLukeYes
deepin
2020-09-23 18:42
#4
盲猜是在从 sourceforge 下载字体
Reply View the author
suzuki88
deepin
2020-09-24 04:28
#5
https://bbs.deepin.org/post/202702
是否更新完成,关机都出这个

是的。早就更新完成了。每次关机都出现这个。
Reply View the author
suzuki88
deepin
2020-09-24 04:28
#6
https://bbs.deepin.org/post/202702
盲猜是在从 sourceforge 下载字体

我没下载过字体啊
Reply View the author
suzuki88
deepin
2020-09-24 04:30
#7
https://bbs.deepin.org/post/202702
有没有在升级?或者是apt进程?可以强制sudo shutdown,但要先完成更新,不然更新不全容易出bug ...

每次我都是完成升级再重启的。不会中途硬关。而且这次早就更新完成了。然后每次关机都出现这个。
Reply View the author
suzuki88
deepin
2020-09-24 04:30
#8
https://bbs.deepin.org/post/202702
俺也一样,也没解决,我都 是直接点关机

我也只能按关机了
Reply View the author
SamLukeYes
deepin
2020-09-24 04:31
#9
https://bbs.deepin.org/post/202702
我没下载过字体啊

有些软件依赖一个微软字体安装器,安装时就会从 sourceforge 下载字体。如果你所在的地区访问 sourceforge 不畅,就会导致安装时间非常长,甚至安装失败。
Reply View the author
Ziggy
deepin
2020-09-24 04:32
#10
https://bbs.deepin.org/post/202702
每次我都是完成升级再重启的。不会中途硬关。而且这次早就更新完成了。然后每次关机都出现这个。 ...

sudo apt update && sudo apt upgrade看看有没有占用,有就是还没升级完
Reply View the author
suzuki88
deepin
2020-09-24 04:41
#11
https://bbs.deepin.org/post/202702
有些软件依赖一个微软字体安装器,安装时就会从 sourceforge 下载字体。如果你所在的地区访问 sourceforg ...

我昨天才在星火上下载安装了微软核心字体。按理说应该字体问题解决了呀。不知与您说的是不是一回事?
Reply View the author
suzuki88
deepin
2020-09-24 04:44
#12
https://bbs.deepin.org/post/202702
sudo apt update && sudo apt upgrade看看有没有占用,有就是还没升级完

回禀版主大人,刚查过没有未完成升级呢。问题依然存在。
Reply View the author
SamLukeYes
deepin
2020-09-24 04:57
#13
https://bbs.deepin.org/post/202702
我昨天才在星火上下载安装了微软核心字体。按理说应该字体问题解决了呀。不知与您说的是不是一回事?[smi ...

星火商店那个包没这个问题,这两个字体包不一样
Reply View the author
wtz
deepin
2020-09-24 05:13
#14
终端里执行:
  1. sudo systemctl disable apt-daily.timer
Copy the Code

这样的话就需要手动检查更新了。
Reply View the author
走钢丝
deepin
2020-09-24 05:14
#15
删除或禁用。。。
sudo apt remove unattended-upgrades

sudo dpkg-reconfigure unattended-upgrades
Reply View the author
小图巴巴
deepin
2020-09-24 06:02
#16
按 住ctrl  + alt 再按   prtSc  ,ctrl  + alt不松手再一个一个按   r   ,e , i   ,s  ,u  ,b      就没了
Reply View the author
JerryABCD
deepin
2020-10-01 15:27
#17
我也一样啊
Reply View the author
pgxppp
deepin
2020-10-01 20:33
#18
https://bbs.deepin.org/post/202702
删除或禁用。。。
sudo apt remove unattended-upgrades

嗯,曾经我就是这么干的,也没发现有啥影响
Reply View the author
joo
deepin
2020-10-01 21:24
#19
把unattended-upgrades卸载吧,上面说的那些全是没用的。unattended-upgrades在上游发行版debian是没问题的,但在deepin上面说的那些没有任何用处的,可能deepin根本就适配unattended-upgrades。
Reply View the author