From owner-freebsd-questions@FreeBSD.ORG Mon Dec 26 05:05:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65B5B106566B for ; Mon, 26 Dec 2011 05:05:20 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id ECE5B8FC15 for ; Mon, 26 Dec 2011 05:05:19 +0000 (UTC) Received: by eaaf13 with SMTP id f13so13801926eaa.13 for ; Sun, 25 Dec 2011 21:05:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zOt0UF9nUawrgV1V12W+Qy71Te2Lu0UCHn6ahta+Aok=; b=dSjsnvIw+qTPomAeI643CU+6rv78S9Vp/KlvP1fOtiFdZzCEBXccAGQ9ObGtaOF20J IRh9fLhAYbaf20W73tpXWfGIBk4qdoTf+wts8vO3/Tx9XPgtc32Wgx2xsiAbv/XyFDJU 1uaFDAEgsw2fwH35XMCf0OZbktwBUuyAR/Y3Q= MIME-Version: 1.0 Received: by 10.204.153.216 with SMTP id l24mr6103930bkw.64.1324875916545; Sun, 25 Dec 2011 21:05:16 -0800 (PST) Received: by 10.204.130.27 with HTTP; Sun, 25 Dec 2011 21:05:16 -0800 (PST) In-Reply-To: <874nwodjdy.fsf@oak.localnet> References: <874nwodjdy.fsf@oak.localnet> Date: Mon, 26 Dec 2011 00:05:16 -0500 Message-ID: From: David Jackson To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Problems with pkg_upgrade 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, 26 Dec 2011 05:05:20 -0000 On Sun, Dec 25, 2011 at 11:52 PM, Carl Johnson wrote: > David Jackson writes: > > > Since I wish to use packages instead of ports to update my system, > someone > > recommended I use pkg_upgrade. However, basically, it does not work. It > > gets to downloaded packages. But, after 10 packages, it prints a message > > "Protocol error" and then "Package x cannot be fetched", where x is the > > name of the pavkage it stops at. I can restart pkg_upgrade, it downloads > 10 > > more packages where it stopped previously, but then gives this same > message > > again. Maybe the connection to the FTP server os being lost and code > needs > > to be added to automatically restart the FTP connection without the whole > > thing crashing? > > > > I do think packages need to be better supported on FreeBSD, many users do > > prefer to use packages due to speed and convenience and do not prefer to > > build it all. it shouldnt be such a hassle > > I can't help directly with your problem, but both portupgrade and > portmaster support packages. In both cases you can just supply the -P > or -PP options to specify how to handle packages. I think they both > require that the ports tree be present for the /usr/ports/INDEX file, > but otherwise they can use just packages. > -- > Carl Johnson carlj@peak.org > > _ The fact is, I have had problems with portupgrade as well, in fact, portupgrade would give errors as well with not being able to download packages, the entire upgrade process at that point would fail. That is the reason I am trying pkg_upgrade. Again, things should work better than this. Things shouldnt be such a hassle. It should work similar to ubuntu apt-get, where it just works out of the box. You type apt-get upgrade and it automatically upgrades everything, no need to mess around, > ______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >