deepin 15.5 SP2专业版怎么进tty?
Tofloor
poster avatar
呆了个呆
deepin
2020-01-16 00:34
Author
以前用的社区版按 Ctrl + Alt + F2~F7就可以了,现在这专业版,F2~F7只有一个光标一闪一闪的,没有登陆提示,键盘按键没反应,怎么破?

Reply Favorite View the author
All Replies
avatar
呆了个呆
deepin
2020-02-20 01:16
#1
我发现,几年了,基本我是在玩单机,都没人回复啊。。
Reply View the author
avatar
zhangn1985
deepin
2020-02-20 05:58
#2
没有运行console service

手动的话,
/sbin/agetty -o -p -- \u --noclear tty1 linux


Reply View the author
avatar
zhangn1985
deepin
2020-02-20 06:02
#3
自动起来的话:

确保这个目录一样吧:

/etc/systemd/system/getty.target.wants$ ls -l
总用量 0
lrwxrwxrwx 1 root root 34 7月  20  2019 getty@tty1.service -> /lib/systemd/system/getty@.service
Reply View the author
avatar
zhangn1985
deepin
2020-02-20 06:06
#4
对了,tty1对应C-A-F1, tty2对应F2,你要激活哪个tty就得做相应的修改。另外还要注意,是不是有/dev/tty2等设备。如果没有就搞不了了。
Reply View the author
avatar
呆了个呆
deepin
2020-02-22 02:09
#5
我的,谢谢回复。我去了解下!
Reply View the author
avatar
呆了个呆
deepin
2020-02-25 19:09
#6
https://bbs.deepin.org/post/188007
对了,tty1对应C-A-F1, tty2对应F2,你要激活哪个tty就得做相应的修改。另外还要注意,是不是有/dev/tty2等 ...

我这是和这个帖子一样的问题:
https://blog.csdn.net/liuwei_0773/article/details/86579955

  1. $ cat /etc/rc.local
  2. #!/bin/bash

  3. /usr/bin/check_service.py
Copy the Code


这个check_service卡住了,打开看了下这个应该是系统第一次检测的程序,不知道为什么卡这了
Reply View the author