Re: buildworld via ssh

2004-12-28 Thread Eric Kjeldergaard
> I am doing a buildworld(Rel5.2) via ssh to a remote location. I detached the > process from my session, but I failed to > pipe the output to a logfile. Long story short, my session was terminated > and I am not sure if the process completed > correctly or not. Is there any way to find out if the

Re: buildworld via ssh

2004-12-23 Thread Joshua Lokken
On Thu, 23 Dec 2004 12:24:38 -0500, lists <[EMAIL PROTECTED]> wrote: > I did a 'make -DNOCLEAN buildworld 2>&1 blah.txt &' and it didnt work as I > would have expected. > It spaced it out when I looked at the processes like this > make -DNOCLEAN buildworld 2 > & 1 blah.txt & > So, it tried to also

Re: buildworld via ssh

2004-12-23 Thread Matthew Seaman
lists wrote: I did a 'make -DNOCLEAN buildworld 2>&1 blah.txt &' and it didnt work as I would have expected. It spaced it out when I looked at the processes like this make -DNOCLEAN buildworld 2 > & 1 blah.txt & So, it tried to also tried to "make 2" and failed and wrote the output to a file named

Re: buildworld via ssh

2004-12-23 Thread lists
s - Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "lists" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, December 22, 2004 7:56 PM Subject: Re: buildworld via ssh > On 2004-12-22 19:47, lists <[EMAIL PROTECTED]> wrote: > > I am do

Re: buildworld via ssh

2004-12-22 Thread Giorgos Keramidas
On 2004-12-22 19:47, lists <[EMAIL PROTECTED]> wrote: > I am doing a buildworld(Rel5.2) via ssh to a remote location. I detached the > process from my session, but I failed to > pipe the output to a logfile. Long story short, my session was terminated > and I am not sure if the process completed >

buildworld via ssh

2004-12-22 Thread lists
I am doing a buildworld(Rel5.2) via ssh to a remote location. I detached the process from my session, but I failed to pipe the output to a logfile. Long story short, my session was terminated and I am not sure if the process completed correctly or not. Is there any way to find out if the build was