By updating the pkgbase -
I googled around but no clue ....
My FreeBSD.conf :
Regards
pkg update I get following errors :
Code:
Updating FreeBSD-ports repository catalogue...
Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
Fetching data.pkg: 100% 10 MiB 5.3MB/s 00:02
pkg: Error extracting the archive: 'Write error'
pkg: No signature found
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
Fetching data.pkg: 100% 30 KiB 30.3kB/s 00:01
Processing entries: 100%
FreeBSD-ports-kmods repository update completed. 205 packages processed.
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
Fetching data.pkg: 100% 10 MiB 5.3MB/s 00:02
pkg: Error extracting the archive: 'Write error'
pkg: No signature found
FreeBSD repository is up to date.
All repositories are up to date.
I googled around but no clue ....
My FreeBSD.conf :
Code:
FreeBSD: {
url: "pkg+[URL]http://pkg.freebsd.org/$[/URL]{ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
Regards