From owner-freebsd-chat@FreeBSD.ORG Sat Oct 17 05:39:30 2009 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E867106566B for ; Sat, 17 Oct 2009 05:39:30 +0000 (UTC) (envelope-from tonyt@logyst.com) Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by mx1.freebsd.org (Postfix) with ESMTP id F2F1C8FC14 for ; Sat, 17 Oct 2009 05:39:29 +0000 (UTC) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by smtp.webfaction.com (Postfix) with ESMTP id 8ACD4322FB1 for ; Sat, 17 Oct 2009 00:17:22 -0500 (CDT) Received: by pwj1 with SMTP id 1so392478pwj.3 for ; Fri, 16 Oct 2009 22:17:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.174.8 with SMTP id w8mr698130rve.133.1255756641731; Fri, 16 Oct 2009 22:17:21 -0700 (PDT) In-Reply-To: <200910170053.52329.GedankeZauberer@comcast.net> References: <200910170053.52329.GedankeZauberer@comcast.net> Date: Sat, 17 Oct 2009 16:17:21 +1100 Message-ID: <22166b750910162217m17b423aam135d4e3abc755236@mail.gmail.com> From: Tony Theodore To: Allen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-chat@freebsd.org Subject: Re: Quickie question X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2009 05:39:30 -0000 > > So anyway, after running it with -a, what should I have done? Why would a few > things stop working ? Did I do something terribly stupid? The network > connection is fine, I checked that, it's just that I can't use pkg_add -r > anymore. I think portupgrade -a will have updated all packages to the latest versions, and pkg_add -r won't be able to find a newer one to install. Try adding a package that you don't already have installed and see what happens. Tony