You are not logged in.
Pages: 1
anyone know why I'd be getting an error like this? It's for the btrl package.
Last edited by chris-kun (2010-09-26 03:27:44)
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
Do ou have enough space on your drive?
Offline
yes
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
Do you have enough inodes?
Do you have xz installed? Or gzip, depends on your settings in makepkg.conf.
Offline
Gonna bump and borrow this thread for a similar problem:
I'm trying to install selinux kernel via yaourt after I've downloaded the linux-3.3.tar.xz
It gives me this message:
Error link
And I've checked my my size/inodes, if I got xz & gzip and all seems to be enough to be able to extract linux-3.3.tar.xz
Inodes:
Filesystem Inodes IUsed IFree IUse% Mounted on
rootfs 470K 44K 426K 10% /
dev 38K 571 37K 2% /dev
run 38K 397 38K 2% /run
/dev/sda3 470K 44K 426K 10% /
shm 38K 1 38K 1% /dev/shm
tmpfs 38K 38K 0 100% /tmp
/dev/sda1 26K 29 26K 1% /boot
/dev/sda4 789K 17 789K 1% /home
Size:
Filesystem Size Used Avail Use% Mounted on
rootfs 7.4G 1.3G 5.8G 18% /
dev 150M 0 150M 0% /dev
run 151M 208K 151M 1% /run
/dev/sda3 7.4G 1.3G 5.8G 18% /
shm 151M 0 151M 0% /dev/shm
tmpfs 151M 151M 0 100% /tmp
/dev/sda1 98M 18M 75M 20% /boot
/dev/sda4 13G 313M 12G 3% /home
Solved:
The problem was that I had too small for yaourt to temporary allocate the files, so a quick:
mount -t tmpfs tmpfs /tmp -o size=2000M,mode=1777,remount
Fixed that
Last edited by Stringer (2012-06-10 13:54:58)
Offline
Pages: 1