> 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
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
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
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
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
>
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