From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 00:06:19 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> 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 8D26216A4CE for <freebsd-questions@freebsd.org>; Tue, 24 Aug 2004 00:06:19 +0000 (GMT) Received: from smtp804.mail.sc5.yahoo.com (smtp804.mail.sc5.yahoo.com [66.163.168.183]) by mx1.FreeBSD.org (Postfix) with SMTP id 151A343D53 for <freebsd-questions@freebsd.org>; Tue, 24 Aug 2004 00:06:19 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.171.1.210 with login) by smtp804.mail.sc5.yahoo.com with SMTP; 24 Aug 2004 00:06:18 -0000 From: Joshua Tinnin <krinklyfig@spymac.com> To: freebsd-questions@freebsd.org Date: Mon, 23 Aug 2004 17:07:13 -0700 User-Agent: KMail/1.6.2 References: <412A7BE5.5000407@orange.net> <20040823232514.GC965@internode.com.au> In-Reply-To: <20040823232514.GC965@internode.com.au> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408231707.13755.krinklyfig@spymac.com> Subject: Re: Portupgrade killed everytime X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 00:06:19 -0000 On Monday 23 August 2004 04:25 pm, Adam Smith <adam@internode.com.au> wrote: > On Tue, Aug 24, 2004 at 12:21:09AM +0100, James Brown said: > > Whenever I run portupgrade, I wait about 30 seconds only to see it die: > > > > # portupgrade clamav > > Killed > > # portupgrade vim > > Killed > > Try running it using strace, such as "strace portupgrade vim" and see what > it's doing. I'm not very familiar with strace or the BSD-native truss, but just out of curiosity, how would one run either of these without /proc ? - jt