Dear FreeBSD-community!
While upgrading the packages in my jails as usual, I ran over this problem:
Can't tell what happened. And can't find a way to fix it. Already tried
Maybe / hopefully something simple I don't recognize?
While upgrading the packages in my jails as usual, I ran over this problem:
Code:
$ for i in `jls jid` ; do sudo pkg -j $i update ; done
Updating FreeBSD repository catalogue...
[jailA] Fetching meta.conf: 100% 163 B 0.2kB/s 00:01
[jailA] Fetching packagesite.txz: 100% 6 MiB 6.4MB/s 00:01
pkg: No signature found
Unable to update repository FreeBSD
Updating poudriere repository catalogue...
[jailA] Fetching meta.conf: 100% 163 B 0.2kB/s 00:01
[jailA] Fetching packagesite.txz: 100% 152 KiB 17.3kB/s 00:09
pkg: No signature found in the repository. Can not validate against /usr/local/etc/ssl/certs/poudriere.cert key.
Unable to update repository poudriere
Error updating repositories!
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating poudriere repository catalogue...
poudriere repository is up to date.
All repositories are up to date.
Code:
root@jailA:~ # ls -l /usr/local/etc/ssl/certs/
total 7
-rw-r--r-- 1 root wheel 800 3 Jän. 14:48 poudriere.cert
Can't tell what happened. And can't find a way to fix it. Already tried
pkg update -f
. I just can't install or upgrade anything. pkg info
lists all installed packages correctly - I suppose. Also:
Code:
root@jailA:~ # pkg clean
pkg: Repository FreeBSD missing. 'pkg update' required
pkg: No package database installed. Nothing to do!
Maybe / hopefully something simple I don't recognize?