【已解决】lightdm 丢失问题(这将怎么破啊,在线等<急>)
Tofloor
poster avatar
Guumi
deepin
2015-07-07 00:11
Author
本帖最后由 Guumi 于 2015-7-12 19:59 编辑

今天开“深度商店”下个Bluetooth管理器,发现有三个可以升级的家伙,就顺带点了,然后等Bluetooth装完了,发现“系统升级”里面半天没有反应,就以为是死机了(win害死人啊),然后问题来了,首先是黑屏(见下图)说什么tty1,然后logo:。因有事急着外出就又强行关了电脑,现在登录到“deepin”logo后就没后续了,再后来通过ctrl + alt +T 进入到这个界面(见图2)就没有下文了,这里也明显发现有三个文件是fail,,,请求大侠,帮忙给出个意见,我现在要怎么破啊。linux小白在这跪谢了!

写在最后的话:
问题解决大概途径::
#apt-get remove lightdm
#apt-get autoremove
#apt-get install lightdm
#apt-get install bluez5
#dpkg -l | grep '^rc' | grep -i deepin | awk '{print $2}' | xargs sudo apt-get install -y

以上是我大概总结下本次lightdm丢失后的大体操作,当中走了很多弯路,但不排除这些弯路对最终能再次回到deepin 界面起到了一定的帮助,比如#get-apt update 以及 #get-apt install -f 等,然后再次感谢@lcw0268 @cxbii @thisisadu @abcfy2 @chaojimp3 @wqy5601 @liulangdedao @BingoLove 等(排名按出场顺序排序)
Reply Favorite View the author
All Replies
3 / 4
To page
Guumi
deepin
2015-07-12 18:29
#41
https://bbs.deepin.org/post/31316
你当时在哪个目录下执行的deepin-bug-reporter,就在哪个目录生成的压缩包

https://bbs.deepin.org/

已经上传,在40楼,,,上面是下载链接
Reply View the author
Feng Yu
deepin
2015-07-12 18:33
#42
https://bbs.deepin.org/post/31316
http://bbs.deepin.org/index#MTEyODZ8NjUzMmQzNWR8MTQzNjY2ODA2NnwxOTc1NXwzMTM ...

我前面编辑的帖子你再看看,确认一下你那天做过什么操作,删掉了lightdm。
Reply View the author
Guumi
deepin
2015-07-12 18:34
#43
abcfy2 发表于 2015-7-12 10:17
我对比我的配置确认了一下,感觉你的问题像是误删了一些依赖组件导致的。
确认一下/usr/bin/lightdm-deep ...

Bin and lib 两个文件夹里的好像没找到
Reply View the author
Guumi
deepin
2015-07-12 18:38
#44
https://bbs.deepin.org/post/31316
我前面编辑的帖子你再看看,确认一下你那天做过什么操作,删掉了lightdm。 ...

删过,但是每次删完后 我都会 apt-get install lightdm 或做类是的操作,而每次 apt-get remove lightdm 后我还会做一次 auto remove   这个动作从机器出问题后,都做了不下五次
Reply View the author
Feng Yu
deepin
2015-07-12 18:45
#45
https://bbs.deepin.org/post/31316
删过,但是每次删完后 我都会 apt-get install lightdm 或做类是的操作,而每次 apt-get remove lightdm  ...

看来我已经找到问题在哪了,就是因为删掉了lightdm之后,deepin依赖于lightdm的一些包也被删掉了。我在deepin-bug-reporter看到的软件包的情况也确认了,删掉的包是dde-meta-core这个包,这个包的依赖项也有deepin-lightdm-greeter,所以你试试sudo apt-get install dde-meta-core,之后sudo reboot重启应该就修复了
Reply View the author
Guumi
deepin
2015-07-12 18:54
#46
https://bbs.deepin.org/post/31316
看来我已经找到问题在哪了,就是因为删掉了lightdm之后,deepin依赖于lightdm的一些包也被删掉了。我在de ...

最后确定下,这个动作需要在“高级选项”里做吗???因为屏幕依然停留在  ““DEEPIN”” 界面没有任何反应!!!
ctrl + alt + T 中依然还是那三个 [feld]
是不是那个 ligthdm 我还是要重装下,然后在装 dde
Reply View the author
Feng Yu
deepin
2015-07-12 18:57
#47
本帖最后由 abcfy2 于 2015-7-12 11:00 编辑
https://bbs.deepin.org/post/31316
最后确定下,这个动作需要在“高级选项”里做吗???因为屏幕依然停留在  ““DEEPIN”” 界面没有任何反 ...

应该是不需要的,如果卡Logo的话,就在logo出现的时候随便按一下方向键,看看后台服务,卡在哪个服务了。如果还是在lightdm这个服务fail,那就试试sudo apt-get install dde-workspace
Reply View the author
Guumi
deepin
2015-07-12 19:01
#48
https://bbs.deepin.org/post/31316
应该是不需要的,如果卡Logo的话,就在logo出现的时候随便按一下方向键,看看后台服务,卡在哪个服务了。 ...

好像多了个 starting linuxdeepin account service     [fail]
Reply View the author
Feng Yu
deepin
2015-07-12 19:03
#49
我还想起来了一件事,deepin自带软件包不敢随便乱删,这个问题我记得我以前提过,依赖写的有问题。比如卸载bluez5会导致整个dde被卸载等等。

我看到你的bluez5就是rc状态,应该是你把这个都给卸了。deepin的系统依赖太繁杂导致很多看似“上层”的软件包不能卸载,动辄就会导致整个dde被干掉
Reply View the author
Feng Yu
deepin
2015-07-12 19:03
#50
https://bbs.deepin.org/post/31316
好像多了个 starting linuxdeepin account service     [fail]

那个不是多的,你给我的boot.log就已经有了。这些都是你卸载了一些依赖组件导致服务启动失败了。这个不是核心服务,即使启动失败不会影响进入图形界面
Reply View the author
Guumi
deepin
2015-07-12 19:05
#51
https://bbs.deepin.org/post/31316
我还想起来了一件事,deepin自带软件包不敢随便乱删,这个问题我记得我以前提过,依赖写的有问题。比如卸载 ...

那你的意思我还要 sudo apt-get install deepin-bluez5 一次???
Reply View the author
Feng Yu
deepin
2015-07-12 19:09
#52
https://bbs.deepin.org/post/31316
那你的意思我还要 sudo apt-get install deepin-bluez5 一次???

不是,看上面的回复,应该是还缺少dde-workspace, sudo apt-get install dde-workspace。

如果还是不行,试试dpkg -l | grep '^rc' | grep -i deepin | awk '{print $2}' | xargs sudo apt-get install -y

把这些被卸掉的deepin的包全部装上,应该就好了。
Reply View the author
Guumi
deepin
2015-07-12 19:26
#53
https://bbs.deepin.org/post/31316
不是,看上面的回复,应该是还缺少dde-workspace, sudo apt-get install dde-workspace。

如果还是不行 ...

dde-workspace 好像安装失败::
reading package lists ... done
building dependency tree
reading state information ... done
some packages could not be installed. this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
the following information may help to resolve the situation:

the following packages have unmet dependencies:
dde-workspace: depends:dde-daemon (>= 0.0.1-20141119131601) but it is not going to be installed
                       depends:dde-control-center but it is not going to be installed
E:Unable to correct problems, you have held broken packages.


另:'^rc'中“^”怎么输入??
Reply View the author
BingoLove
deepin
2015-07-12 19:35
#54
本帖最后由 BingoLove 于 2015-7-12 11:36 编辑
https://bbs.deepin.org/post/31316
dde-workspace 好像安装失败::
reading package lists ... done
building dependency tree

英文输入法状态 shift+6 就是^

你把提示里面那两个也一起装
看这样子是很多包都被卸载了
话说应该有底层包安装的时候会把这些东西都装上才对,不过我不知道是哪个
Reply View the author
Guumi
deepin
2015-07-12 19:55
#55
本帖最后由 Guumi 于 2015-7-12 11:56 编辑
https://bbs.deepin.org/post/31316
英文输入法状态 shift+6 就是^

你把提示里面那两个也一起装

什么都是浮云,还是 bluez5 的问题,我装了这个后dde 就可以安装了,问题是现在卡在了 登录界面,在我输入密码后,用户名头像就一直在转,进步不了界面
不过这些  dpkg -l | grep '^rc' | grep -i deepin | awk '{print $2}' | xargs sudo apt-get install -y  我还是没有装的
Reply View the author
BingoLove
deepin
2015-07-12 20:00
#56
https://bbs.deepin.org/post/31316
什么都是浮云,还是 bluez5 的问题,我装了这个后dde 就可以安装了,问题是现在卡在了 登录界面,在我输入 ...

据说这种情况进tty rm ~/.Xauthority 删掉  .Xauthority 就好了
Reply View the author
Guumi
deepin
2015-07-12 20:10
#57
本帖最后由 Guumi 于 2015-7-12 12:24 编辑

谢谢,最后我运行了一下 dpkg -l | grep '^rc' | grep -i deepin | awk '{print $2}' | xargs sudo apt-get install -y  然后我就正常登录了,在这里万分感谢@abcfy2 https://bbs.deepin.org/user/11057 @cxbii 等各论坛达达们的大力支持以及细心指导和解释,谢谢!感谢deepin 团队,因为有你们的管理、引领下我们的问题才能得到最完美的觉解!谢谢!
Reply View the author
ArthurDeepin
deepin
2015-07-13 00:59
#58
get-apt or apt-get?
Reply View the author
Feng Yu
deepin
2015-07-13 01:51
#59
https://bbs.deepin.org/post/31316
谢谢,最后我运行了一下 dpkg -l | grep '^rc' | grep -i deepin | awk '{print $2}' | xargs sudo apt-ge ...

看吧,我早说过Linux的故障都好解决,崩成啥样子都有办法修复。只要不怕折腾。常见的问题就那么些,而且Linux都有明确的日志可以查。排查思路基本都是根据现象找相关的日志,根据日志情况查报错,定位问题,修复问题。
Reply View the author
Guumi
deepin
2015-07-13 02:15
#60

是 apt-get
Reply View the author
3 / 4
To page
New Thread

Popular Events

More
国际排名
WHLUG