Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 10:08:48 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        stable@FreeBSD.ORG
Subject:   Re: Buildworld failing due to PAM errors
Message-ID:  <3E4FA980.8070006@mac.com>
In-Reply-To: <xzpn0kwe10y.fsf@flood.ping.uio.no>
References:  <3E4EEFD9.2090604@xinetd.com> <xzpn0kwe10y.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote:
[ ... ]
> 1) don't use -k
> 2) use 2>&1 to direct error messages to the log
> 
> # make buildworld >world.log 2>&1 &

...or:

3) nohup make buildworld &

This way the build will continue even if your shell goes away.  Your 
output goes to nohup.out, although that could be changed.

-Chuck



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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