You are not logged in.

#1 2015-11-09 15:15:49

itscience
Member
From: UK Lancashire
Registered: 2015-05-10
Posts: 32

[SOLVED] fatel: write error: No space left on device49?

Hiya, I know a few things about Linux, by now, but some simple things still confuse me. I want to install ufo alien invasion development version. However when after I uninstalled the official one and even beforehand, I get this same message

14:44:38^user▓▒░$pacaur -S ufoai-git
:: Package(s) ufoai-git not found in repositories, trying AUR...
:: resolving dependencies...
:: looking for inter-conflicts...

AUR Packages  (1): ufoai-git-latest  
Repo Packages (2): gtksourceview2-2.10.5-3  libelf-0.164-1  

Repo Download Size:   0.97 MiB
Repo Installed Size:  7.09 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving package(s)...
:: View ufoai-git PKGBUILD? [Y/n] n
:: Checking ufoai-git integrity...
==> Making package: ufoai-git 1:2.6.42188.8e2a1a5-1 (Mon  9 Nov 14:46:18 GMT 2015)
==> Retrieving sources...
  -> Cloning ufoai git repo...
Cloning into bare repository '/tmp/pacaurtmp-edwooger/ufoai-git/ufoai'...
remote: Counting objects: 397041, done.
fatal: write error: No space left on device49 GiB | 1.42 MiB/s      
==> ERROR: Failure while downloading ufoai git repo
    Aborting...

I checked the space I have on my partitions and I can't see why it says there is not enough

15:02:16^user▓▒░$df -m
Filesystem     1M-blocks  Used Available Use% Mounted on
dev                 2883     0      2883   0% /dev
run                 2886     1      2885   1% /run
/dev/sda2         100666  6324     89207   7% /
tmpfs               2886    24      2862   1% /dev/shm
tmpfs               2886     0      2886   0% /sys/fs/cgroup
tmpfs               2886   331      2556  12% /tmp
/dev/sda6          23055  2993     18869  14% /var
/dev/sda1             93    37        49  44% /boot
/dev/sda7         572917 44691    499102   9% /home
tmpfs                578     1       578   1% /run/user/1000

It is quite a big install. Last time I checked it was at 40% done and the next it fails. I'm curious why it's doing this. pasting the message doesn't yield any results, not relevant to me anyway. I'm assuming I've not done something correctly with my setup or something. I thought It might be the cache but the actual package is only 7m.. I don't believe it's my /var but I also have plenty of room on / and /home or wherever else it might install it. My swap is also 7g, in case that info is useful :-/

Thanks for reading and I hope someone here can give me some direct :-)

Last edited by itscience (2015-11-09 16:04:06)

Offline

#2 2015-11-09 15:23:57

ayekat
Member
Registered: 2011-01-17
Posts: 1,590

Re: [SOLVED] fatel: write error: No space left on device49?

Please enclose your output in [ code ] tags - it's easier to read.

Also, you've got a tmpfs in /tmp, which probably ran out of space. I guess that if you use makepkg directly (and somewhere else than /tmp), you shouldn't encounter this issue.


pkgshackscfgblag

Offline

#3 2015-11-09 15:24:31

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,598

Re: [SOLVED] fatel: write error: No space left on device49?

Don't build in /tmp, see what happens.

Offline

#4 2015-11-09 15:56:38

itscience
Member
From: UK Lancashire
Registered: 2015-05-10
Posts: 32

Re: [SOLVED] fatel: write error: No space left on device49?

I will try to do things in tag in the future. I never used any forum features, before 0:-)
A /tmp partition was never made when I built the system. I didn't know it would build one anyway.
I used to assume it would just be a directory in root.

Thanks for for your help :-)

Offline

#5 2015-11-09 18:54:29

ayekat
Member
Registered: 2011-01-17
Posts: 1,590

Re: [SOLVED] fatel: write error: No space left on device49?

itscience wrote:

A /tmp partition was never made when I built the system. I didn't know it would build one anyway. I used to assume it would just be a directory in root.

There is no additional partition, but a tmpfs that is mounted under /tmp. Since it resides in memory, you haven't got unlimited space to put files in there (and usually it is limited to some maximum occupiable space anyway).


pkgshackscfgblag

Offline

Board footer

Powered by FluxBB