From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 00:47: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 BFEE316A4CE for ; Thu, 23 Dec 2004 00:47:40 +0000 (GMT) Received: from server.hostingcertified.com (server.hostingcertified.com [69.50.212.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id A743D43D1F for ; Thu, 23 Dec 2004 00:47: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 1ChH8i-0001yu-C7 for freebsd-questions@freebsd.org; Wed, 22 Dec 2004 17:47:41 -0700 Message-ID: <004001c4e888$fe5f20e0$c1b115d8@Main> From: "lists" To: Date: Wed, 22 Dec 2004 19:47:31 -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,lists@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: 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 00:47:40 -0000 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? TIA -Chris