15.7升级15.8后系统dde无限重启
Tofloor
poster avatar
lingchenyidu
deepin
2019-01-07 18:44
Author
15.7升级15.8后系统dde无限重启。手动启动dde报段错误。部分快捷键失效,不能正常工作

Reply Favorite View the author
All Replies
avatar
lingchenyidu
deepin
2019-01-07 18:45
#1
Reply View the author
avatar
fdf15851739989
deepin
2019-01-07 18:53
#2
我也是上周5更新的,貌似比你这个还尴尬。。。
开机无法到达logo,黑屏就一个光标在闪
https://bbs.deepin.org/post/173394#=1#
Reply View the author
avatar
justforlxz
deepin
2019-01-07 19:00
#3
sudo apt install systemd-coredump dde-dock-dbgsym

然后登录一下,过会儿执行一下sudo coredump info /usr/bin/dde-dock  贴一下完整输出
Reply View the author
avatar
fdf15851739989
deepin
2019-01-07 19:02
#4
https://bbs.deepin.org/post/173395
sudo apt install systemd-coredump dde-dock-dbgsym

然后登录一下,过会儿执行一下sudo coredump info / ...

大佬,麻烦帮我看看楼上的问题,不胜感激,谢谢,坐标:3楼
Reply View the author
avatar
lingchenyidu
deepin
2019-01-07 19:06
#5
找不到coredump命令
Reply View the author
avatar
lingchenyidu
deepin
2019-01-07 19:07
#6
https://bbs.deepin.org/post/173395
大佬,麻烦帮我看看楼上的问题,不胜感激,谢谢,坐标:3楼

这楼借的没毛病哈
Reply View the author
avatar
lingchenyidu
deepin
2019-01-07 19:12
#7
https://bbs.deepin.org/user/13250 安装了你上面说的软件,重启了下电脑,貌似好像好了
Reply View the author
avatar
lingchenyidu
deepin
2019-01-07 19:33
#8
@kirigaya 又出现了,现在是时不时的重启,进入菜单卡的要死。coredump 未找到命令
Reply View the author
avatar
justforlxz
deepin
2019-01-07 21:07
#9
https://bbs.deepin.org/post/173395
@kirigaya 又出现了,现在是时不时的重启,进入菜单卡的要死。coredump 未找到命令 ...

抱歉,是coredumpctl
Reply View the author
avatar
justforlxz
deepin
2019-01-07 21:07
#10
https://bbs.deepin.org/post/173395
@kirigaya 又出现了,现在是时不时的重启,进入菜单卡的要死。coredump 未找到命令 ...

抱歉,是coredumpctl
Reply View the author
avatar
listenerri
deepin
2019-01-07 21:20
#11
估计又是配置文件搞挂了
Reply View the author
avatar
lingchenyidu
deepin
2019-01-14 02:23
#12
我重装了dde就好了
Reply View the author
avatar
Island
deepin
2019-01-14 04:32
#13
sudo apt-get update && sudo apt-get install dde && sudo apt-get dist-upgrade
Reply View the author
avatar
electricface
deepin
2019-01-15 06:54
#14
mark
mark
Reply View the author
avatar
electricface
deepin
2019-01-15 17:03
#15
怀疑是 dde-session-daemon 运行不正常,可能是升级过程被中断了。

在终端执行命令:
  1. killall dde-session-daemon; /usr/lib/deepin-daemon/dde-session-daemon 2>&1 > $HOME/dde-session-daemon-debug.txt
Copy the Code


然后把家目录的 dde-session-daemon-debug.txt 上传给我看。


在终端执行命令
  1. sudo apt-get update
  2. sudo apt-get dist-upgrade
Copy the Code


把输出贴到论坛上给我看。
Reply View the author