From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.netsonic.fi ([194.29.192.26]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Fxh4L-0007LO-00 for ; Tue, 04 Jul 2006 05:19:45 -0400 Received: from nkl.local (tietotalo2.adsl.netsonic.fi [194.29.195.3]) by smtp.netsonic.fi (Postfix) with SMTP id C4D841F8064 for ; Tue, 4 Jul 2006 12:19:38 +0300 (EEST) Received: (qmail 16170 invoked from network); 4 Jul 2006 09:19:38 -0000 Received: from nkl.local (1000@192.168.2.4) by nkl.local with SMTP; 4 Jul 2006 09:19:38 -0000 Date: Tue, 4 Jul 2006 12:19:38 +0300 (EEST) From: Ari Moisio To: "Speakup is a screen review system for Linux." Subject: Re: backgrounding a running wget job In-Reply-To: <20060704053747.GA30907@localhost.localdomain> Message-ID: References: <20060704004158.GA27496@localhost.localdomain> <1828330028.20060703234137@gmail.com> <20060704053747.GA30907@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.8rc1 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 09:19:45 -0000 Hi! In theory this could be possible: you have to change wget's process group id to same as one of your screened shells. Unfortunately i do not know any tool to do this. If you use bash you can put wget background witht ^Z, bg wget and detach it from current shell with disown wget but if the wget is outputting continuously this may now work. There is afaik no way to get process bakc to foreground. -- arimo On Mon, 3 Jul 2006, Gregory Nowak wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thanks for the responses. Let me clarify my question though. From the > replies I'm reading, it seems the impression I've given people is that > I don't know how to use screen, and this I do know, at least well enough > to do what I've needed it for so far. My question concerning screen > was can I take a wget process already running in another standard > console, (I.E., no screen involved, just bash), and attach screen to > it without stopping it, or effecting its operation in anyway. As far > as I know, the answer to that question is no. > > Anyway, I solved the problem by biting the bullet, hitting ctrl+c on > the wget job, launching screen, and starting the wget job over again > under screen this time, passing the -c flag to wget to continue a > partial download, and all seems to be working fine now. Then, I of > course detached from the screen session, and logged off. > > Greg > > > On Mon, Jul 03, 2006 at 11:41:37PM -0500, Farhan wrote: >> Hi. >> If you want to do this process, type screen. start your wget job, hit control a then d log out, and when you want to bring your wget job up again, in the console type screen -x or -r respectivly. >> personally, I use screen -x to bring my screen up, just because. >> On 7/3/2006 at 23:40 Gregory Nowak said >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> > - -- > web site: http://www.romuald.net.eu.org > gpg public key: http://www.romuald.net.eu.org/pubkey.asc > skype: gregn1 > (authorization required, add me to your contacts list first) > > - -- > Free domains: http://www.eu.org/ or mail dns-manager@EU.org > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQFEqf6r7s9z/XlyUyARAkdoAJ9GxieN+UmYcxdS6TEtuZc2QJHBMgCgxjha > q6fwlQ7fQliIxzCg6+m4xTY= > =rTOS > -----END PGP SIGNATURE----- > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >