Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-04 Thread Russell Jackson
Doug Barton wrote: Ben Kelly wrote: Maybe I am doing something wrong, but I have never been able to get nohup to work correctly with portupgrade for this sort of this. For example: ianto# nohup portupgrade -a >& /tmp/port.log & You just want to do 'nohup portupgrade -a &' output will be cap

Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-04 Thread Doug Barton
Ben Kelly wrote: > Maybe I am doing something wrong, but I have never been able to get > nohup to work correctly with portupgrade for this sort of this. For > example: > > ianto# nohup portupgrade -a >& /tmp/port.log & You just want to do 'nohup portupgrade -a &' output will be captured in nohu

Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-04 Thread Ben Kelly
Doug Barton wrote: On Mon, 3 Dec 2007, Wes Morgan wrote: On Tue, 4 Dec 2007, Stefan Sperling wrote: Screen also has log functionality. Toggle with: Ctrl+A, then Shift+H You can also use "script" to capture the output fairly easily. So you have to use two different programs, one of which i

Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-04 Thread Wes Morgan
On Tue, 4 Dec 2007, Doug Barton wrote: On Mon, 3 Dec 2007, Wes Morgan wrote: On Tue, 4 Dec 2007, Stefan Sperling wrote: Screen also has log functionality. Toggle with: Ctrl+A, then Shift+H You can also use "script" to capture the output fairly easily. So you have to use two different pro

Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-04 Thread Doug Barton
On Mon, 3 Dec 2007, Wes Morgan wrote: On Tue, 4 Dec 2007, Stefan Sperling wrote: Screen also has log functionality. Toggle with: Ctrl+A, then Shift+H You can also use "script" to capture the output fairly easily. So you have to use two different programs, one of which is a port, to accomp

Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-03 Thread Wes Morgan
On Tue, 4 Dec 2007, Stefan Sperling wrote: On Mon, Dec 03, 2007 at 02:53:12PM -0800, Doug Barton wrote: Clint Olsen wrote: I've tried redirecting standard output/error, both /bin/sh and /bin/csh, and I can't run this in batch. I'm trying to build gnome which takes hours, and I want it backgro

Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-03 Thread Stefan Sperling
On Mon, Dec 03, 2007 at 02:53:12PM -0800, Doug Barton wrote: > Clint Olsen wrote: > > I've tried redirecting standard output/error, both /bin/sh and /bin/csh, > > and I can't run this in batch. I'm trying to build gnome which takes > > hours, and I want it backgrounded so that if this SSH shell di

Re: How to get portinstall to 'shut up' so I can run it in background

2007-12-03 Thread Doug Barton
Clint Olsen wrote: > I've tried redirecting standard output/error, both /bin/sh and /bin/csh, > and I can't run this in batch. I'm trying to build gnome which takes > hours, and I want it backgrounded so that if this SSH shell disconnects it > doesn't crater the build. You would think that --batc

Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-29 Thread Clint Olsen
On Nov 27, Wes Morgan wrote: > Why not just run the build inside a screen session? Getting disconnected > would have no effect on it then. Thanks to Wes and Matthew for a terrific suggestion. Screen just ain't for 80's work :) -Clint -- Clint Olsen

Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-28 Thread P Bielecki
On Nov 28, 2007 1:36 AM, Clint Olsen <[EMAIL PROTECTED]> wrote: > I've tried redirecting standard output/error, both /bin/sh and /bin/csh, > and I can't run this in batch. I'm trying to build gnome which takes > hours, and I want it backgrounded so that if this SSH shell disconnects it > doesn't c

Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-27 Thread Garrett Cooper
On Nov 27, 2007, at 5:41 PM, Wes Morgan wrote: On Tue, 27 Nov 2007, Clint Olsen wrote: I've tried redirecting standard output/error, both /bin/sh and / bin/csh, and I can't run this in batch. I'm trying to build gnome which takes hours, and I want it backgrounded so that if this SSH shell

Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-27 Thread Matthew D. Fuller
On Tue, Nov 27, 2007 at 05:36:23PM -0800 I heard the voice of Clint Olsen, and lo! it spake thus: > > I'm trying to build gnome which takes hours, and I want it > backgrounded so that if this SSH shell disconnects it doesn't crater > the build. I've generally found screen(1) the better solution to

Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-27 Thread Wes Morgan
On Tue, 27 Nov 2007, Clint Olsen wrote: I've tried redirecting standard output/error, both /bin/sh and /bin/csh, and I can't run this in batch. I'm trying to build gnome which takes hours, and I want it backgrounded so that if this SSH shell disconnects it doesn't crater the build. You would t

How to get portinstall to 'shut up' so I can run it in background

2007-11-27 Thread Clint Olsen
I've tried redirecting standard output/error, both /bin/sh and /bin/csh, and I can't run this in batch. I'm trying to build gnome which takes hours, and I want it backgrounded so that if this SSH shell disconnects it doesn't crater the build. You would think that --batch would make this happen, b