From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 12:25:45 2006 Return-Path: X-Original-To: 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 9EAF316A479 for ; Mon, 19 Jun 2006 12:25:45 +0000 (UTC) (envelope-from m.belushkin@fz-juelich.de) Received: from nemesis.itkp.uni-bonn.de (nemesis.itkp.uni-bonn.de [131.220.226.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8BA43D70 for ; Mon, 19 Jun 2006 12:25:45 +0000 (GMT) (envelope-from m.belushkin@fz-juelich.de) Received: from [131.220.226.150] (unknown [131.220.226.150]) by nemesis.itkp.uni-bonn.de (Postfix) with ESMTP id 86B7EC782 for ; Mon, 19 Jun 2006 14:25:43 +0200 (CEST) Message-ID: <4496989D.7010608@fz-juelich.de> Date: Mon, 19 Jun 2006 14:29:17 +0200 From: Max Belushkin User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pkgdb problem after portupgrade - operation not permitted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 12:25:45 -0000 I just portupgrade'd portupgrade on a FreeBSD 6.0-RELEASE to portupgrade 2.0.1 (2006/06/18), and right after this pkgdb fails on all operations, i.e.: pkgdb -fu [Rebuilding the pkgdb in /var/db/pkg ... - 63 packages found (-0 +63) Operation not permitted: skipping... . Operation not permitted: skipping... . ... etc. Operation not permitted: Cannot update the pkgdb!] Naturally, portupgrade itself now fails to do anything. I've googled for the "Operation not permitted" error in pkgdb, but I could not find any useful pointers to the source of the problem. Any help is much appreciated.