From owner-freebsd-questions@FreeBSD.ORG Sat May 3 07:04:15 2003 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 1331A37B401 for ; Sat, 3 May 2003 07:04:15 -0700 (PDT) Received: from mig.mig-29.net (dsl-200-67-215-158.prodigy.net.mx [200.67.215.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A1F43FAF for ; Sat, 3 May 2003 07:04:13 -0700 (PDT) (envelope-from mig@mig.mig-29.net) Received: from mig.mig-29.net (localhost.mig-29.net [127.0.0.1]) by mig.mig-29.net (8.12.6/8.12.6) with ESMTP id h43E7e4I005518; Sat, 3 May 2003 09:07:40 -0500 (CDT) (envelope-from mig@mig.mig-29.net) Received: (from mig@localhost) by mig.mig-29.net (8.12.6/8.12.6/Submit) id h43E7dO0005517; Sat, 3 May 2003 09:07:39 -0500 (CDT) Date: Sat, 3 May 2003 09:07:39 -0500 From: Manuel Rabade - MiG To: Mack Lobell Message-ID: <20030503140739.GA315@mig-29.net> Mail-Followup-To: Manuel Rabade - MiG , Mack Lobell , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i URL: http://www.mig-29.net/ cc: freebsd-questions@freebsd.org Subject: Re: How do i redirect tty output? 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: Sat, 03 May 2003 14:04:15 -0000 >From the man of portupgrade: (...) BUGS SUSP (^Z) doesn't work during a build/install. (...) I spend one evening trying to run portupgrade in background, but everytime that i send it to background and prees any key (like enter) the process stoped. I think that it is the reason why you cant run it on background. On Sat, May 03, 2003 at 07:16:34AM +0000, Mack Lobell wrote: > Hi, > > i want ro run the command "portupgrade -aF" in the background, but i always > end up in suspended state. I have tried different redirect operators but no > luck. Currently i'm using tcsh. > > example: > prompt# portupgrade -aF >& /dev/null & > [1] 713 > prompt#j > [1] + 713 Running portupgrade -aF >& /dev/null > prompt#j > [1] + 713 Suspended (tty output) portupgrade -aF >& /dev/null > > //regards > > _________________________________________________________________ > The new MSN 8: smart spam protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"