Hi all,
I am attempting to remotely upgrade python39 and consistently get the following behavior:
The debug option doesn't provide useful information either.
Other python versions (37 and 38) upgraded fine with no problems. Thanks in advance for your suggestions.
I am attempting to remotely upgrade python39 and consistently get the following behavior:
Code:
# pkg upgrade python39
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
python39: 3.9.14 -> 3.9.15
Number of packages to be upgraded: 1
18 MiB to be downloaded.
Proceed with this action? [y/N]: y
[1/1] Fetching python39-3.9.15.pkg: 100% 18 MiB 6.1MB/s 00:03
Checking integrity... done (0 conflicting)
[1/1] Upgrading python39 from 3.9.14 to 3.9.15...
client_loop: send disconnect: Broken pipe
The debug option doesn't provide useful information either.
Code:
# pkg -d upgrade python39
DBG(1)[971]> pkg initialized
Updating FreeBSD repository catalogue...
DBG(1)[971]> PkgRepo: verifying update for FreeBSD
DBG(1)[971]> Pkgrepo, begin update of '/var/db/pkg/repo-FreeBSD.sqlite'
DBG(1)[971]> Request to fetch pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/quarterly/meta.conf
DBG(1)[971]> opening libfetch fetcher
DBG(1)[971]> Fetch > libfetch: connecting
DBG(1)[971]> Fetch: fetching from: http://pkgmir.geo.freebsd.org/FreeBSD:13:amd64/quarterly/meta.conf with opts "i"
DBG(1)[971]> Request to fetch pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/quarterly/packagesite.pkg
DBG(1)[971]> opening libfetch fetcher
DBG(1)[971]> Fetch > libfetch: connecting
DBG(1)[971]> Fetch: fetching from: http://pkgmir.geo.freebsd.org/FreeBSD:13:amd64/quarterly/packagesite.pkg with opts "i"
DBG(1)[971]> Request to fetch pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/quarterly/packagesite.txz
DBG(1)[971]> opening libfetch fetcher
DBG(1)[971]> Fetch > libfetch: connecting
DBG(1)[971]> Fetch: fetching from: http://pkgmir.geo.freebsd.org/FreeBSD:13:amd64/quarterly/packagesite.txz with opts "i"
FreeBSD repository is up to date.
All repositories are up to date.
DBG(1)[971]> want to get an advisory lock on a database
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
python39: 3.9.14 -> 3.9.15
Number of packages to be upgraded: 1
18 MiB to be downloaded.
Proceed with this action? [y/N]: y
DBG(1)[971]> Request to fetch pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/quarterly/All/python39-3.9.15.pkg
DBG(1)[971]> opening libfetch fetcher
DBG(1)[971]> Fetch > libfetch: connecting
DBG(1)[971]> Fetch: fetching from: http://pkgmir.geo.freebsd.org/FreeBSD:13:amd64/quarterly/All/python39-3.9.15.pkg with opts "i"
DBG(1)[971]> Fetch: fetcher chosen: http
[1/1] Fetching python39-3.9.15.pkg: 100% 18 MiB 3.7MB/s 00:05
Checking integrity...DBG(1)[971]> Binary> loading /var/cache/pkg/python39-3.9.15~3d12bd9496.pkg
DBG(1)[971]> check integrity for 1 items added
done (0 conflicting)
DBG(1)[971]> want to upgrade advisory to exclusive lock
[1/1] Upgrading python39 from 3.9.14 to 3.9.15...
client_loop: send disconnect: Broken pipe
Other python versions (37 and 38) upgraded fine with no problems. Thanks in advance for your suggestions.