You are not logged in.
I've been working at this for the last couple of days, trying to install various games on my new arch install that is. I've been primarily using yaourt to do this, but I am having alot of problems. This is one of the errors I'm getting when attempting to install savage2.
Cannot write to “Savage2Install-2.1.0.1-x86_64.bin.part” (No space left on device).
==> ERROR: Failure while downloading Savage2Install-2.1.0.1-x86_64.bin
Aborting...
==> ERROR: Makepkg was unable to build savage2.
==> Restart building savage2 ? [y/N]
==> --------------------------------
==>
sort: write failed: standard output: No space left on device
sort: write error
comm: write error: No space left on device
==> WARNING: Following packages have not been installed:
savage2
I was also getting a different version of the error, something like "A failure has occured in build() aborting"
The install is on an 320 gig hard-drive, and I recently re-installed arch, so it shouldn't be full.
Here's the output for du -hs /*
5.4M /bin
28M /boot
112K /dev
5.4M /etc
5.9G /home
120M /lib
4.0K /lib64
16K /lost+found
16K /media
4.0K /mnt
270M /opt
du: cannot access `/proc/13361/task/13361/fd/3': No such file or directory
du: cannot access `/proc/13361/task/13361/fdinfo/3': No such file or directory
du: cannot access `/proc/13361/fd/3': No such file or directory
du: cannot access `/proc/13361/fdinfo/3': No such file or directory
0 /proc
28K /root
224K /run
13M /sbin
12K /srv
0 /sys
2.3G /tmp
3.1G /usr
1.4G /var
Note: Some variation of the first error happens almost every time I attempt to install a file using yaourt.
Offline
Yaourt usually loads to /tmp which appears to be rather full. There should be one or more /tmp/yaourt-tmp-XXX folders (whith XXX corresponding to some user name). Remove them and try again.
Or you may want to reboot your system and make sure /tmp is clean afterwards.
Last edited by bernarcher (2011-06-16 11:01:57)
To know or not to know ...
... the questions remain forever.
Offline
Just tried installing a .bin file, it gave me the "No space left on device" error. This was after deleting yaourt's tmp files. I also tried re-installing savage2 afterwards, and it says "Disk full? Continue y/n?"
Offline
Offline
df -h
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /dev
run 10M 212K 9.8M 3% /run
/dev/disk/by-uuid/f6d80eb1-5f12-4230-b72c-642c0b778f7f 7.3G 4.2G 2.7G 61% /
shm 3.0G 200K 3.0G 1% /dev/shm
/dev/sdb4 286G 17G 255G 7% /home
/dev/sdb1 99M 30M 65M 32% /boot
/dev/sdg1 932G 612G 321G 66% /media/poop
Offline
If /tmp is on / partition I can see you run out of disk space. You can test this conjecture by running df -h when prompted with "Disk full? Continue y/n?"
Anyways, judging by your comments it seems you want to use /media/poop for yaourt's temp files. You can either mount some directory under /media/poop over /tmp and use that system wide or change the tempdir option in yaourtrc.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline