From owner-freebsd-questions@freebsd.org Thu Jul 21 11:16:44 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21AA6BA0524 for ; Thu, 21 Jul 2016 11:16:44 +0000 (UTC) (envelope-from maxnix.bsd@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7D911B99 for ; Thu, 21 Jul 2016 11:16:43 +0000 (UTC) (envelope-from maxnix.bsd@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id i5so20949887wmg.0 for ; Thu, 21 Jul 2016 04:16:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=shHcxzhvg72CGjsXQFHwVee8C8MVS4vYF6FXnC4v9/E=; b=MUneWRg5D1hApT7xYO96owmjbvdZbkTKWhJz8KGmy70eMBgwFlRAOAWMgRSqB/5RGR Z0ypIeBKX6Hw02EcWBIi2ndxLAz+sQk0XZC4YcK5X/jfBM2yhOAjRlUYR3tuiduvZMnx dZ90dEZyqMltE171EWV1lRVQcbZdJJDr8YBFRou380OKJYOEmjWWevMqHTC6Q9ixTq0M LojUEO2g/jQefM2jGXEbrfVu04gANNxfuSSkdwTzhxNxnj1oVf9j4WZI/u3jGZSj7bJu 0gnshIhd+2eW/qlZphqvjFDLf65jeLzn/RQz6ZCb3K0wQT6EY1yU6z09Xt70/JNM4lsA E/RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=shHcxzhvg72CGjsXQFHwVee8C8MVS4vYF6FXnC4v9/E=; b=GQ9qjVenSZZ69185qZDL8ndJOCE6AFP/DJ0h+mZTFAt8zymv/e4yOSWKnhIFuuLmSz XXvIvFNcLgLISOQPTo05sBhbjTNj8k+bBU2dS+6XzzrMSoUJBG+BNvFMAOsAlplTTa8T 4tMwxzt/EU2SU4G1JGylML0/6wRLzQQj+g4ygiPXjUG6y0ppVw40Z5XsgnJx2mXDMqHI 9thL/ZIcQVdZiVBjWfox7plOhJv4N1NCQW6UeOz316w7Jgx1UM40dL1eCQ23sE2NgziV StPkE1+JrQLsH+t+G8j5LYPs1oTAnC9QcJFL6YtYMDI/K5PSINDgEoYLZPflhKT69vRA IqeA== X-Gm-Message-State: ALyK8tIqsgeprc+L4X9oVJTV1aV19XGRqM+sx0hIep915TIN5/PuBAsQKD3e6ECw8qURcA== X-Received: by 10.28.203.6 with SMTP id b6mr4982938wmg.78.1469099801838; Thu, 21 Jul 2016 04:16:41 -0700 (PDT) Received: from max-BSD ([5.86.116.222]) by smtp.gmail.com with ESMTPSA id u125sm3182615wmg.22.2016.07.21.04.16.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 21 Jul 2016 04:16:41 -0700 (PDT) Date: Thu, 21 Jul 2016 13:16:35 +0200 From: maxnix To: Doug Hardie Cc: freebsd-questions@freebsd.org Subject: Re: Problems with pkg Message-ID: <20160721131635.5b2f4244@max-BSD> In-Reply-To: <8098910D-816B-44F9-A66F-8B28CB3A30F8@mail.sermon-archive.info> References: <4063D44B-1F87-4C9C-86CA-7F0869327B46@mail.sermon-archive.info> <20160721110106.30de19fa@max-BSD> <8098910D-816B-44F9-A66F-8B28CB3A30F8@mail.sermon-archive.info> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 11:16:44 -0000 Il giorno Thu, 21 Jul 2016 02:05:37 -0700 Doug Hardie ha scritto: > > On 21 July 2016, at 02:01, maxnix wrote: > > > > Il giorno Wed, 20 Jul 2016 23:32:06 -0700 > > Doug Hardie ha scritto: > > > >> I have a recently installed 9.3 system that has been upgraded to > >> the latest patches available with freebsd-update. I tried to > >> install postfix using pkg and here are the initial results. > >> > >> Backup% uname -a > >> FreeBSD Backup 9.3-RELEASE-p43 FreeBSD 9.3-RELEASE-p43 #0: Sat May > >> 28 00:19:32 UTC 2016 > >> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > >> amd64 Backup% su Password: Backup# pkg install postfix > >> Updating repository catalogue > >> digests.txz 100% 2137KB 2.1MB/s 1.4MB/s > >> 00:01 packagesite.txz 100% 5592KB 2.7MB/s > >> 2.0MB/s 00:02 pkg: package field incomplete: comment > >> Incremental update completed, 25142 packages processed: > >> 21260 packages updated, 2245 removed and 3882 added. > >> pkg: Unable to find catalogs > >> > >> > >> At this point I tried it again and got: > >> > >> > >> Backup# pkg install postfix > >> Updating repository catalogue > >> The following 1 packages will be installed: > >> > >> Installing postfix: 2.11.1_1,1 > >> > >> The installation will require 13 MB more space > >> > >> 1 MB to be downloaded > >> > >> Proceed with installing packages [y/N]: y > >> pkg: > >> http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/All/postfix-2.11.1_1,1.txz: > >> Not Found Backup# > >> > >> > >> I don't have this on other 9.3 systems. How do I get around this? > >> > > > > Try forcing an update of the repositories with: > > > > # pkg update -f > > > > and then try the installation again. > > Exactly the same output as before. > > Pheraps you are using an old version of pkg? If so, install the latest from ports. This should solve the problem.