From owner-freebsd-stable Sun Feb 16 6:46:42 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D2737B401 for ; Sun, 16 Feb 2003 06:46:41 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FBE43F85 for ; Sun, 16 Feb 2003 06:46:40 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 55C13536E; Sun, 16 Feb 2003 15:46:37 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: gross@xinetd.ath.cx Cc: stable@freebsd.org Subject: Re: Buildworld failing due to PAM errors From: Dag-Erling Smorgrav Date: Sun, 16 Feb 2003 15:46:37 +0100 In-Reply-To: <3E4EEFD9.2090604@xinetd.com> ("Glendon M. Gross"'s message of "Sat, 15 Feb 2003 17:56:41 -0800") Message-ID: User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386--freebsd) References: <3E4EEFD9.2090604@xinetd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Glendon M. Gross" writes: > make -k buildworld > /usr/tmp/buildworld.out & \ > tail -f /usr/tmp/buildworld.out 1) don't use -k 2) use 2>&1 to direct error messages to the log # make buildworld >world.log 2>&1 & DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message