Edit History Actions Discussion

Diff for "FAQ/DeadScreen"

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2006-07-24 07:23:31
Size: 391
Comment:
Revision 4 as of 2008-02-17 20:00:59
Size: 543
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
independence@rhea ~ $ screen -r independence@titan ~ $ screen -r
Line 5: Line 5:
8541.pts-0.saturn (Dead ???) 8541.pts-0.titan (Dead ???)
Line 8: Line 8:
This means that your screen has been killed while you were away. Probably because of a server reboot or power failure. Just type 'screen -wipe' and then start a new screen.
This means that your screen has been killed while you were away. Probably because of a server reboot or similar. Just type 'screen -wipe' and then start a new screen.

If you want your screens to automatically restart when the system boots up after a reboot, read this howto on autostarting apps: [[Howto/Autostart]].
Line 10: Line 14:
["CategoryFAQ"]  [[CategoryFAQ]]

Dead Screen

independence@titan ~ $ screen -r
There is a screen on:
8541.pts-0.titan       (Dead ???)
Remove dead screens with 'screen -wipe'.
There is no screen to be resumed.

This means that your screen has been killed while you were away. Probably because of a server reboot or similar. Just type 'screen -wipe' and then start a new screen.

If you want your screens to automatically restart when the system boots up after a reboot, read this howto on autostarting apps: Howto/Autostart.