Solved "pkg: No signature found" and "Unable to update repository FreeBSD"

Hi all,
today I realized that I have this problem on my two systems with FreeBSD 11.0-CURRENT, and I can't find a way to solve it:

Code:
[root@nuvolet ~]# pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%  944 B  0.9kB/s  00:01   
Fetching packagesite.txz: 100%  4 MiB  1.6MB/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

When I do df, I have this results:

Code:
[root@nuvolet ~]# df -h
Filesystem  Size  Used  Avail Capacity  Mounted on
/dev/ufs/rootfs  29G  7.6G  19G  29%  /
devfs  1.0K  1.0K  0B  100%  /dev
/dev/msdosfs/MSDOSBOOT  50M  7.4M  43M  15%  /boot/msdos
/dev/md0  29M  24K  26M  0%  /tmp
fdescfs  1.0K  1.0K  0B  100%  /dev/fd
Does anybody know a solution for this? what's wrong on my system?
 
Finally, I edit /etc/fstab and I wrote a bigger space for /tmp and I rebooted the machine:
Code:
[root@nuvolet /home/joan]# pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%  944 B  0.9kB/s  00:01  
Fetching packagesite.txz: 100%  4 MiB  1.6MB/s  00:03  
Processing entries: 100%
FreeBSD repository update completed. 21203 packages processed.
[root@nuvolet /home/joan]#
 
Back
Top