Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 21:38:36 -0700
From:      Martin Paredes <mapsware@prodigy.net.mx>
To:        freebsd-questions@freebsd.org
Cc:        byrnejb@harte-lyne.ca
Subject:   Re: pkg will not upgrade
Message-ID:  <20181029213836.2454c79f@morena.maps.net>
In-Reply-To: <86e4e49f3364d7e16f07185a8e34354a.squirrel@webmail.harte-lyne.ca>
References:  <86e4e49f3364d7e16f07185a8e34354a.squirrel@webmail.harte-lyne.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
El Mon, 29 Oct 2018 15:15:59 -0400
"James B. Byrne via freebsd-questions" <freebsd-questions@freebsd.org>
escribi=F3:
> In a Freebsd-11.1p15 jail I am trying to upgrade the packages.
> However
>=20
> pkg upgrade
> . . .
> Installed packages to be REINSTALLED:
> 	tree-1.7.0 (option added: DOCS)
> 	lzop-1.04 (option added: DOCS)
>=20
> Number of packages to be upgraded: 27
> Number of packages to be reinstalled: 2
>=20
> The process will require 2 MiB more space.
> 2 MiB to be downloaded.
>=20
> Proceed with this action? [y/N]: y
> [mx31.harte-lyne.ca] [1/3] Fetching clamav-0.100.2.txz: 100%    1 MiB=20
>  1.2MB/s    00:01
> pkg: cached package clamav-0.100.2: size mismatch, fetching from
> remote [mx31.harte-lyne.ca] [2/3] Fetching clamav-0.100.2.txz:   3%
> 48 KiB 49.2kB/s    00:[mx31.harte-lyne.ca] [2/3] Fetching
> clamav-0.100.2.txz: 100%    1 MiB   1.2MB/s    00:01
> pkg: cached package clamav-0.100.2: size mismatch, cannot continue
>=20
> I have already cleared the cache.  What is going on?  If I try to
> update pkg itself then I get a warning that the kernel required for
> the update is higher than the one running the jail; so don't do that.
>=20

Your problem is "size mismatch", I resolved running as root the
following

pkg clean
rm -rf /var/cache/pkg/*
pkg update -f
pkg upgrade

--=20
Martin Paredes
Hermosillo, Son. Mexico



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181029213836.2454c79f>