pkg error

Code:
root@:~ # pkg update
Updating ali repository catalogue...
pkg: Repository ali has a wrong packagesite, need to re-create database
Fetching meta.conf: 100%     179 B   0.2 kB/s    00:01
Fetching data: 100%    10 MiB   3.7 MB/s    00:03
pkg: Error extracting the archive: 'Write error'
pkg: Repo extraction failed
ali repository is up to date.
Updating ali-ports repository catalogue...
Fetching meta.conf:   0%
ali-ports repository is up to date.
Updating ali-base repository catalogue...
Fetching meta.conf:   0%
ali-base repository is up to date.
All repositories are up to date.
Code:
root@:~ # pkg ins openjdk25
Updating ali repository catalogue...
pkg: Repository ali has a wrong packagesite, need to re-create database
Fetching meta.conf: 100%     179 B   0.2 kB/s    00:01
Fetching data: 100%    10 MiB   5.5 MB/s    00:02
pkg: Error extracting the archive: 'Write error'
pkg: Repo extraction failed
ali repository is up to date.
Updating ali-ports repository catalogue...
Fetching meta.conf:   0%
ali-ports repository is up to date.
Updating ali-base repository catalogue...
Fetching meta.conf:   0%
ali-base repository is up to date.
All repositories are up to date.
pkg: Repository ali has a wrong packagesite, need to re-create database
pkg: Repository ali cannot be opened. 'pkg update' required
pkg: No packages available to install matching 'openjdk25' have been found in the repositories
 
Did you check if you aren't running out of disk space?

root@:~ # df
Filesystem 1K-blocks Used Avail Capacity Mounted on
zroot/ROOT/default 1366551176 6783250 1359767926 0% /
devfs 1 0 1 0% /dev
/dev/nda0p1 265704 17712 247992 7% /boot/efi
tmpfs 20480 8 20472 0% /tmp
tmpfs 32768 128 32640 0% /var/run
zroot/mail 1359767955 29 1359767926 0% /var/mail
zroot 1359767950 24 1359767926 0% /zroot
 
Did you check if you aren't running out of disk space?
I use the
Code:
ali: {
  url: "https://unicom.mirrors.ustc.edu.cn/freebsd-pkg/${ABI}/quarterly"
}
before, but when I change it to
Code:
ali: {
  url: "https://cernet.mirrors.ustc.edu.cn/freebsd-pkg/${ABI}/quarterly"
}
,
this issue occurred
 
Back
Top