LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   a problem with GNU Screen (https://www.linuxquestions.org/questions/slackware-14/a-problem-with-gnu-screen-881399/)

gat3 05-18-2011 08:30 AM

a problem with GNU Screen
 
Hi slackware folks,
I met trouble like this:

--
qw@slk:~$ screen -ls
There are screens on:
2737.cal (Detached)
1498.knp (Attached)
2 Sockets in /home/qw/.screen.

--
qw@slk:~$ screen -d 1498
[1498.knp detached.]

--
qw@slk:~$ screen -ls
There are screens on:
2737.call (Detached)
1498.knp (Attached)
2 Sockets in /home/qw/.screen.

qw@slk:~$
--

I cannot really detach it.
I am using Slackware.

qw@slk:~$ uname -a
Linux slk 2.6.33.4 #3 SMP Wed May 12 23:13:09 CDT 2010 x86_64 Intel(R) Core(TM)2

droyden 05-18-2011 05:00 PM

Try to attach with screen -x and then detach normally

theNbomr 05-18-2011 05:53 PM

Your method works for me, but I usually use
Code:

screen -S 1498.knp -d
There is also
Code:

screen -S 1498.knp -x detach
--- rod.


All times are GMT -5. The time now is 01:32 PM.