Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No space left on device ?
Date: Sat, 23 Feb 2013 06:05:47
Message-Id: 20130223060537.GD5625@syscon7.inet
In Reply to: Re: [gentoo-user] No space left on device ? by Nilesh Govindrajan
1 On 02/23/13 11:08, Nilesh Govindrajan wrote:
2 >On Saturday 23 February 2013 10:30:04 AM IST, Joseph wrote:
3 >> I'm trying to update one of my system and running:
4 >> emerge -uDNavq world
5 >> I get a very strange message: No space left on device'
6 >>
7 >> I have plenty of room left on the HD
8 >> df -h
9 >> Filesystem Size Used Avail Use% Mounted on
10 >> rootfs 50G 13G 35G 27% /
11 >> /dev/root 50G 13G 35G 27% /
12 >> tmpfs 3.7G 668K 3.7G 1% /run
13 >> udev 10M 4.6M 5.5M 46% /dev
14 >> shm 3.7G 0 3.7G 0% /dev/shm
15 >> cgroup_root 10M 0 10M 0% /sys/fs/cgroup
16 >> /dev/sda4 530G 119G 385G 24% /home
17 >> tmpfs 10M 4.6M 5.5M 46% /var/tmp/portage
18 >>
19 >> df -i
20 >> Filesystem Inodes IUsed IFree IUse% Mounted on
21 >> rootfs 3278576 829078 2449498 26% /
22 >> /dev/root 3278576 829078 2449498 26% /
23 >> tmpfs 957692 535 957157 1% /run
24 >> udev 949264 990 948274 1% /dev
25 >> shm 957692 1 957691 1% /dev/shm
26 >> cgroup_root 957692 6 957686 1% /sys/fs/cgroup
27 >> /dev/sda4 35266560 33051 35233509 1% /home
28 >> tmpfs 949264 990 948274 1% /var/tmp/portage
29 >>
30 >> So, why I'm getting this message?
31 >>
32 >
33 >Your /var/tmp/portage is 10 MB! Increase that.
34 >
35 >--
36 >Nilesh Govindarajan
37 >http://nileshgr.com
38
39 How do I increase it?
40
41 I deleted all the file in /var/tmp/portage but after reboot the system populate it again.
42 In fstab I have two entries:
43 ...
44 shm /dev/shm devtmpfs nodev,nosuid,noexec 0 0
45 tmpfs /var/tmp/portage devtmpfs defaults 0 0
46
47 should I just comment them out?
48
49 --
50 Joseph

Replies

Subject Author
Re: [gentoo-user] No space left on device ? "Canek Peláez Valdés" <caneko@×××××.com>
Re: [gentoo-user] No space left on device ? Joseph <syscon780@×××××.com>
Re: [gentoo-user] No space left on device ? Volker Armin Hemmann <volkerarmin@××××××××××.com>