deepin 15.10 出现 更新中 无法关机(更新已完成)
Tofloor
poster avatar
l2l
deepin
2019-04-29 17:17
Author
大大们
        昨天关机,系统提示 “更新中,无法关机或重启,请等待”
进入系统已经查看 更新完了 ,后台查看 已经没啥要更新的了,但是 界面 的更新一直失败,不知道为啥?




系统已经是15.10桌面版了

Reply Favorite View the author
All Replies
avatar
牧野
deepin
2019-04-29 17:34
#1
哈哈~~系统更新后论坛立马炸了!我还没升级!
Reply View the author
avatar
Island
deepin
2019-04-29 17:39
#2
ps -aux | grep apt 查看下是否还有apt 或者dpkg 进程
Reply View the author
avatar
l2l
deepin
2019-04-29 18:03
#3
https://bbs.deepin.org/post/177306
哈哈~~系统更新后论坛立马炸了!我还没升级!

其实,还可以。才用,希望系统稳定就行了
Reply View the author
avatar
l2l
deepin
2019-04-29 18:04
#4
https://bbs.deepin.org/post/177306
ps -aux | grep apt 查看下是否还有apt 或者dpkg 进程

师兄 ,没有啥apt的进程
lianghua@lianghua-PC:~/02_CodeLibrary/01_NativeOpenstack/Pike$ ps -aux | grep apt
lianghua 21945  0.0  0.0  14660  1004 pts/1    S+   10:01   0:00 grep apt
lianghua@lianghua-PC:~/02_CodeLibrary/01_NativeOpenstack/Pike$ ps -aux | grep dpkg
lianghua 22228  0.0  0.0  14660  1052 pts/1    S+   10:02   0:00 grep dpkg
lianghua@lianghua-PC:~/02_CodeLibrary/01_NativeOpenstack/Pike$ ps -ef |grep apt
lianghua 22288  8552  0 10:02 pts/1    00:00:00 grep apt
lianghua@lianghua-PC:~/02_CodeLibrary/01_NativeOpenstack/Pike$ ps -ef |grep dpkg
lianghua 22290  8552  0 10:02 pts/1    00:00:00 grep dpkg
lianghua@lianghua-PC:~/02_CodeLibrary/01_NativeOpenstack/Pike$
Reply View the author
avatar
l2l
deepin
2019-04-30 01:30
#5
https://bbs.deepin.org/post/177306
ps -aux | grep apt 查看下是否还有apt 或者dpkg 进程

最后直接后台reboot ,起来好了 ,以后不升级了
Reply View the author