我有一个无法重新连接的屏幕会话。我试过 kill -CHLD 6859,但毫无效果。
我还能尝试其他什么方法来重新连接此会话吗?
q4# screen -ls
No Sockets found in /tmp/screens/S-root.
q4# ls -la /tmp/screens/S-root/
total 8
drwx------ 2 root wheel 512 May 26 12:52 .
drwxr-xr-x 4 root wheel 512 Feb 26 2013 ..
prwx------ 1 root wheel 0 May 26 10:14 6859.pts-0.q4
q4# ps uax 6859
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 6859 0.0 1.2 84732 50444 ?? Ss 2Jan13 34:06.71 screen -h 9999
q4# screen -r
There is no screen to be resumed.
q4# whoami
root
q4#
答案1
您是否使用 su - 成为 root?我发现如果您这样做了,这会因某种原因阻止您运行 screen。尝试以 root 身份登录,然后使用 screen -r