From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 12 03:15:52 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F1537B401 for ; Sat, 12 Jul 2003 03:15:52 -0700 (PDT) Received: from bluejay.mail.pas.earthlink.net (bluejay.mail.pas.earthlink.net [207.217.120.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B5F43FCB for ; Sat, 12 Jul 2003 03:15:52 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfnbl.dialup.mindspring.com ([165.247.221.117] helo=mindspring.com) by bluejay.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19bHPy-0001pl-00; Sat, 12 Jul 2003 03:15:51 -0700 Message-ID: <3F0FDF97.E9466A14@mindspring.com> Date: Sat, 12 Jul 2003 03:14:47 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: abkonstantinov@earthlink.net References: <20030712053852.GA5660@andruxa.sytes.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4f25c7bf811fd0430b56303efbf78815d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-hackers@freebsd.org Subject: Re: portupgrade X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 10:15:53 -0000 Andrew Konstantinov wrote: > I've written a simple script to make my life easier, but there is a > problem with that script and I can't figure out the source of that problem. [ ... ] > The problem is simple. Whenever this script confronts a program which > needs to be upgraded, portupgrade removes the old version and then script > terminates without any error messages, while several instances of bash > and linker continue to run in the background for several seconds, and then > also terminate. Try using the real shell instead of bash, and let us know if the problem still happens. -- Terry