Gentoo Archives: gentoo-user

From: Gregory Shearman <zekeyg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] screen just saved my day!
Date: Thu, 07 Apr 2011 12:42:28
Message-Id: 20110407124051.GA29921@pacific.net.au
1 In linux.gentoo.user, you wrote:
2 >
3 > On Thursday 07 April 2011 05:44:17 Pandu Poluan wrote:
4 >> Someone really should mention 'screen' in the handbook; that venerable
5 >> tool just saved my day :)
6 >> I was in the midst of 'emerge --update --newuse world' over SSH when
7 >> my office had a 'temporary power failure'. Luckily, I had started a
8 >> 'screen' session. When the power is restored 5 minutes later, I just
9 >> re-attach the screen session, and all's well :)
10 >> Rgds,
11 >
12 > Have a look here, under Section 3 - Leaving your Terminal:
13 >
14 > http://www.gentoo.org/doc/en/gentoo-x86-tipsntricks.xml
15 > Regards,
16 > Mick
17
18 I run a SheevaPlug with Gentoo installed. I use 'Screen' to talk to the
19 SheevaPlug via its serial USB connection:
20
21 # screen /dev/ttyUSB0 115200
22
23 This gets me to a login screen on the SheevaPlug. The serial USB
24 connection is only used for installation and if the network connection
25 to the SheevaPlug is unavailable for any reason.
26
27 Screen should get a medal.
28
29 --
30 Regards,
31 Gregory.