Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2004 02:56:19 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        lists <lists@haubworld.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: buildworld via ssh
Message-ID:  <20041223005619.GA88565@gothmog.gr>
In-Reply-To: <004001c4e888$fe5f20e0$c1b115d8@Main>
References:  <004001c4e888$fe5f20e0$c1b115d8@Main>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-12-22 19:47, lists <lists@haubworld.org> 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
> correctly or not. Is there any way to find out if the build was sucessful?

If you don't mind wasting a few cycles, you can restart the build with
-DNOCLEAN and wait a bit.  If the build was interrupted because of the
detach, it will resume building everything and finish a lot faster than
a full buildworld.

Having said that, one of the last things that get built is
src/usr.sbin/zzz.  You can check if /usr/obj/usr/src/usr.sbin/zzz/zzz
exists.  If it does, you can probably assume the build finished
successfully.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041223005619.GA88565>