From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 17:24:11 2004 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 ACD1116A4CE for ; Thu, 26 Feb 2004 17:24:11 -0800 (PST) Received: from probsd.org (rrcs-midsouth-24-199-182-230.biz.rr.com [24.199.182.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B0643D2D for ; Thu, 26 Feb 2004 17:24:11 -0800 (PST) (envelope-from ms@probsd.org) Received: from probsd.org (probsd.org [192.168.1.4]) by probsd.org (Postfix) with SMTP id 276AA4648B for ; Thu, 26 Feb 2004 20:24:36 -0500 (EST) Received: from 192.168.1.1 (SquirrelMail authenticated user ms) by probsd.org with HTTP; Thu, 26 Feb 2004 20:24:36 -0500 (EST) Message-ID: <3480.192.168.1.1.1077845076.squirrel@probsd.org> Date: Thu, 26 Feb 2004 20:24:36 -0500 (EST) From: "Michael Sharp" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: ruby upgrade broke portsdb and pkgdb 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: Fri, 27 Feb 2004 01:24:11 -0000 I cvsupped my ports tree about 3 hrs ago and there was a ruby update. After the update, I dont have permission to use portsdb or pkgdb , even as root. I tried a re-cvsup about 10 minutes ago... Checkout ports/net/pythondirector/pkg-plist Edit ports/sysutils/apachetop/Makefile Add delta 1.8 2004.02.26.23.44.04 kuriyama Checkout ports/sysutils/apachetop/files/patch-display.cc Shutting down connection to server Finished successfully /usr/sbin/getupdates: /usr/local/sbin/portsdb: permission denied makayla# portsdb -uU /usr/local/sbin/portsdb: Permission denied. makayla# pkgdb -uF /usr/local/sbin/pkgdb: Permission denied. makayla# whoami root ls -la /usr/local/sbin/portsdb -r-xr-xr-x 2 root wheel 5565 Feb 8 09:25 /usr/local/sbin/portsdb ls -la /usr/local/sbin/pkgdb -r-xr-xr-x 2 root wheel 5565 Feb 8 09:25 /usr/local/sbin/portsdb looks like neither portsdb or pkgdb was affected by the recent ruby upgrade given the Feb 8 date, so I'm stumped. michael