When I run command
That is, the system reports that there is no free space on device, while running command zpool list displays 344Gb of free space:
What could be the error and how to fix it?
pkg update
on FreeBSD 11.0 I'm getting this error:
Code:
[srv]# pkg update
Updating FreeBSD repository catalogue...
pkg: Repository FreeBSD load error: access repo file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory
Fetching meta.txz: 100% 944 B 0.9kB/s 00:01
Fetching packagesite.txz: 100% 6 MiB 2.0MB/s 00:03
/tmp: write failed, filesystem is full
pkg: archive_read_extract(extract error): No space left on device
pkg: No signature found
Unable to update repository FreeBSD
Error updating repositories!
That is, the system reports that there is no free space on device, while running command zpool list displays 344Gb of free space:
Code:
[srv]# zpool list
NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tank 460G 116G 344G - 24% 25% 1.00x ONLINE -
What could be the error and how to fix it?