From owner-freebsd-questions@FreeBSD.ORG Sat May 28 01:17:31 2005 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 E3BB516A41C for ; Sat, 28 May 2005 01:17:31 +0000 (GMT) (envelope-from robert.spam.me.senseless@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9200F43D1D for ; Sat, 28 May 2005 01:17:31 +0000 (GMT) (envelope-from robert.spam.me.senseless@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1771796wri for ; Fri, 27 May 2005 18:17:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LLKHm2ljoyP5e6+3pWu7rDAu7SGSe52xdMkrja0ABzWRWAbiDc8Pla/4U1MvWw0nvB4eb+srK/JRy9BddX05EiUJl73cnqHQjJ+6hW7+7mwlPPRpQbPBdZB00SsC958fuNeWTkWVdcT2cqV3ke+r4RXsk63QvvqvWJwYS63HMOM= Received: by 10.54.148.12 with SMTP id v12mr2896653wrd; Fri, 27 May 2005 18:17:30 -0700 (PDT) Received: by 10.54.34.6 with HTTP; Fri, 27 May 2005 18:17:30 -0700 (PDT) Message-ID: <7093dffb05052718174bbd7524@mail.gmail.com> Date: Sat, 28 May 2005 11:17:30 +1000 From: Robert S To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: portupgrade, pkgdb hang X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert S List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 01:17:32 -0000 I am a newcomer to freebsd and am still trying to get to grips with package management. When I try to do a binary upgrade of a package it hangs. Recently I tried to upgrade sylpheed-claws and nothing happened for 2 hours. I got the following message: # portupgrade -v -P sylpheed-claws ---> Session started at: Sat, 28 May 2005 08:53:35 +0000 [Updating the pkgdb in /var/db/pkg ... - 260 packages found (-1 +7) (...) I get similar behaviour when I try to do pkgdb -F I am running through a proxy and have PACKAGESITE=3D"ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5-stab= le/Latest/" in my /etc/profile I assume that I'm doing something wrong. Can somebody help?