From owner-freebsd-ports@FreeBSD.ORG Fri Oct 5 15:35:35 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 171A8106566C for ; Fri, 5 Oct 2012 15:35:35 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id B3F638FC0A for ; Fri, 5 Oct 2012 15:35:34 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=YX+A15 lwHDJBrLiTCKuA+UwUfoMrXJuhd/KVTRvWI9tBhxmqfBfmk5/+fRTdas2dQX5HA3 pJGAq5SaoZvqBm/mTZdr7cySyLSa/yomQ3mPPxWDgG66t1MUVcDbEN4EzlSMav+I 5+DnSEUV2++hUxgiP4ApImXXDHrxboe7xO2ew= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=c96JZKIJvxMb yKvqBK9pqdKQ31lpFQXLm9AkYDJs4gw=; b=B8+aveD6GsZCFE6eqcK2VfIObrZc kNKWoiMIl2nnKfPnS2XtzS+1G+L5C3U8MnnnMKxjGrXgr7dMCmjVyKXs0+U/zU7/ P0VMnAACP4gVK3Ai83lYMeQXVHASo+qNYHmRJK5JC1lee/aO1g1/9hq6SbBWpj+c FtTvx+iZbg60/wQ= Received: (qmail 86288 invoked from network); 5 Oct 2012 10:28:51 -0500 Received: from unknown (HELO ?192.168.0.74?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 5 Oct 2012 10:28:51 -0500 Message-ID: <506EFCB8.1050907@shatow.net> Date: Fri, 05 Oct 2012 10:28:56 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: "O. Hartmann" References: <506E9927.8030001@mail.zedat.fu-berlin.de> In-Reply-To: <506E9927.8030001@mail.zedat.fu-berlin.de> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Ports FreeBSD Subject: Re: ports-mgmt/portupgrade: ** Database file locked. Waiting. 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: Fri, 05 Oct 2012 15:35:35 -0000 On 10/5/2012 3:24 AM, O. Hartmann wrote: > Using pkg(ng) in conjunction with the port ports/mgmt/portupgrade > results in long waiting cycles when portupgrade is updating the local > database, it is even on fast boxes sometimes in the range of a minute or > even two. You mean ports-mgmt/portupgrade-devel right? > > Is this usual or is there something wrong with my setup? > > Regards, > Oliver > --- > > [Updating the pkgdb in /var/db/pkg ... - 1114 > packages found (-0 +1) . done] > ---> Cleaning out obsolete shared libraries > [Updating the pkgdb in /var/db/pkg ... USING PKGNG > ** Database file locked. Waiting. I have not experienced this. Are you running multiple portupgrade tools at once? Bryan