Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 15:46:37 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        gross@xinetd.ath.cx
Cc:        stable@freebsd.org
Subject:   Re: Buildworld failing due to PAM errors
Message-ID:  <xzpn0kwe10y.fsf@flood.ping.uio.no>
In-Reply-To: <3E4EEFD9.2090604@xinetd.com> ("Glendon M. Gross"'s message of "Sat, 15 Feb 2003 17:56:41 -0800")
References:  <3E4EEFD9.2090604@xinetd.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Glendon M. Gross" <gross@xinetd.com> 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




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