From owner-freebsd-ports@FreeBSD.ORG Wed Nov 28 01:36:29 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E4C16A41A for ; Wed, 28 Nov 2007 01:36:29 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 03F1C13C461 for ; Wed, 28 Nov 2007 01:36:28 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from OMTA09.westchester.pa.mail.comcast.net ([76.96.62.20]) by QMTA02.westchester.pa.mail.comcast.net with comcast id Hy6q1Y0090SCNGk050MH00; Wed, 28 Nov 2007 01:36:28 +0000 Received: from 0lsen.net ([24.20.127.157]) by OMTA09.westchester.pa.mail.comcast.net with comcast id J1cT1Y00F3Pt6RU0300000; Wed, 28 Nov 2007 01:36:28 +0000 X-Authority-Analysis: v=1.0 c=1 a=2W_CA9WGZ7cA:10 a=wWxZTzg8Q4YK1iw3DFIA:9 a=kXcD4Wr7dPTVdue_vGUA:7 a=Qtq-4UfP6aFQrRZ2IfhA-yjTx_IA:4 a=CWfAmLVWKswA:10 Received: by 0lsen.net (Postfix, from userid 1001) id E6BE778CB4; Tue, 27 Nov 2007 17:36:23 -0800 (PST) Date: Tue, 27 Nov 2007 17:36:23 -0800 From: Clint Olsen To: ports@freebsd.org Message-ID: <20071128013623.GA48799@belle.0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: Subject: How to get portinstall to 'shut up' so I can run it in background X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 01:36:29 -0000 I've tried redirecting standard output/error, both /bin/sh and /bin/csh, and I can't run this in batch. I'm trying to build gnome which takes hours, and I want it backgrounded so that if this SSH shell disconnects it doesn't crater the build. You would think that --batch would make this happen, but no go. Thanks, -Clint