From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 17:24:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65A6F16A4CE for ; Thu, 23 Dec 2004 17:24:40 +0000 (GMT) Received: from server.hostingcertified.com (server.hostingcertified.com [69.50.212.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E2943D3F for ; Thu, 23 Dec 2004 17:24:40 +0000 (GMT) (envelope-from lists@haubworld.org) Received: from ip-geetel-216-21-177-193.geetel.net ([216.21.177.193] helo=Main) by server.hostingcertified.com with smtp (Exim 4.43) id 1ChWhc-0006Ma-Ce for freebsd-questions@freebsd.org; Thu, 23 Dec 2004 10:24:41 -0700 Message-ID: <006e01c4e914$4a3520b0$c1b115d8@Main> From: "lists" To: References: <004001c4e888$fe5f20e0$c1b115d8@Main> <20041223005619.GA88565@gothmog.gr> Date: Thu, 23 Dec 2004 12:24:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-PopBeforeSMTPSenders: haubenst@haubworld.org,hehaub@haubworld.org,hepowernet@haubworld.org,resume@haubworld.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.hostingcertified.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - haubworld.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: buildworld via ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 17:24:40 -0000 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 "1" A redirect like this works on BSDi, not sure why it didn't in this case on FreeBSD5.2 Am I doing something wrong? BTW i now have this # ll /usr/obj/usr/src/usr.sbin/zzz total 2 -rw-r--r-- 1 root wheel 1076 Dec 23 07:34 zzz.8.gz TIA -Chris ----- Original Message ----- From: "Giorgos Keramidas" To: "lists" Cc: Sent: Wednesday, December 22, 2004 7:56 PM Subject: Re: buildworld via ssh > On 2004-12-22 19:47, lists 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. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >