Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I need huge amount of tmp space during install!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Faffy
n00b
n00b


Joined: 17 May 2002
Posts: 46

PostPosted: Sun Jun 30, 2002 6:58 pm    Post subject: I need huge amount of tmp space during install! Reply with quote

I have been installing gentoo on and off quite successfully. Yesterday I tried to install a very conservative 1.2 gentoo on my machine. To my surprise my var partition was not enough to emerge X. I had 560 MB set apart for var and it was not enough. On another machine I checked my /var directory and there was 756 MB in the tmp directory. I find it a little bit disturbing to have almost GBs for temp files. Previously I did not have these problems. Has the need for temp space increased in gentoo?

Faffy
Back to top
View user's profile Send private message
flater
n00b
n00b


Joined: 25 Jun 2002
Posts: 26
Location: Netherlands

PostPosted: Sun Jun 30, 2002 7:12 pm    Post subject: Reply with quote

I find that a wee bit strange :wink:
My /var dir contains 36 MBs, so 750+ is imho a little much :?:
By far the most of the space is occupied by /usr on my system, about 1.4 GB of the in total 1.8 GB
Back to top
View user's profile Send private message
Faffy
n00b
n00b


Joined: 17 May 2002
Posts: 46

PostPosted: Sun Jun 30, 2002 7:15 pm    Post subject: Reply with quote

After the install process the temp files are deleted, but I am talking about the emerging when the compilation uses the /var/tmp directory for doing its job. If the install fails, then these files remain there.

Faffy
Back to top
View user's profile Send private message
flater
n00b
n00b


Joined: 25 Jun 2002
Posts: 26
Location: Netherlands

PostPosted: Sun Jun 30, 2002 7:25 pm    Post subject: Reply with quote

*doh* ok... got me there... Anybody want to delete my estupido reply above :oops:
Back to top
View user's profile Send private message
Faffy
n00b
n00b


Joined: 17 May 2002
Posts: 46

PostPosted: Sun Jun 30, 2002 8:58 pm    Post subject: Reply with quote

This is getting ridiculous. I came back to check on my X emerge. It stopped again with a message "no space left on device!". I checked the /var/tmp dir. Emerge consumed 733 MB hard disk space. Can someone explain to me, how on earth can a 57 MB package can be blown up to 730 MB during install. That's 12 times the size of the tarball. Am I the only one getting these horrendous numbers lately?

Faffy
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Sun Jun 30, 2002 9:52 pm    Post subject: Reply with quote

X is a big program. Once the build is done, /var/tmp will contain the decompressed tarball, object files, partially linked files, and a complete copy of the install image (/usr/X11R6/, etc.); it gets big. This is normal, though not necessarily fun. ;)

Last edited by delta407 on Tue Jul 02, 2002 7:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Sun Jun 30, 2002 11:36 pm    Post subject: Reply with quote

Faffy wrote:
Can someone explain to me, how on earth can a 57 MB package can be blown up to 730 MB during install. That's 12 times the size of the tarball. Am I the only one getting these horrendous numbers lately?

I got curious about this, and decided to make a test...
Code:
# ls -lh
total 56M
-rw-r--r--    1 root     root          25M Jun 30 19:32 X420src-1.tgz
-rw-r--r--    1 root     root          22M Jun 30 19:32 X420src-2.tgz
-rw-r--r--    1 root     root         8.9M Jun 30 19:32 X420src-3.tgz

# gunzip *

# ls -lh
total 259M
-rw-r--r--    1 root     root         125M Jun 30 19:32 X420src-1.tar
-rw-r--r--    1 root     root         124M Jun 30 19:32 X420src-2.tar
-rw-r--r--    1 root     root         9.7M Jun 30 19:32 X420src-3.tar
There are some other files too, but these are the biggest.

Then I did:
Code:
# ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r12.ebuild clean

# ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r12.ebuild install

and in another terminal:
Code:
# while true; do du -sh /var/tmp/portage/xfree-4.2.0-r12/; sleep 30; done
20K     /var/tmp/portage/xfree-4.2.0-r12
97M     /var/tmp/portage/xfree-4.2.0-r12
279M    /var/tmp/portage/xfree-4.2.0-r12
288M    /var/tmp/portage/xfree-4.2.0-r12
293M    /var/tmp/portage/xfree-4.2.0-r12
300M    /var/tmp/portage/xfree-4.2.0-r12
300M    /var/tmp/portage/xfree-4.2.0-r12
301M    /var/tmp/portage/xfree-4.2.0-r12
311M    /var/tmp/portage/xfree-4.2.0-r12
318M    /var/tmp/portage/xfree-4.2.0-r12
331M    /var/tmp/portage/xfree-4.2.0-r12
344M    /var/tmp/portage/xfree-4.2.0-r12
357M    /var/tmp/portage/xfree-4.2.0-r12
370M    /var/tmp/portage/xfree-4.2.0-r12
382M    /var/tmp/portage/xfree-4.2.0-r12
394M    /var/tmp/portage/xfree-4.2.0-r12
406M    /var/tmp/portage/xfree-4.2.0-r12
416M    /var/tmp/portage/xfree-4.2.0-r12
429M    /var/tmp/portage/xfree-4.2.0-r12
435M    /var/tmp/portage/xfree-4.2.0-r12
436M    /var/tmp/portage/xfree-4.2.0-r12
437M    /var/tmp/portage/xfree-4.2.0-r12
438M    /var/tmp/portage/xfree-4.2.0-r12
439M    /var/tmp/portage/xfree-4.2.0-r12
443M    /var/tmp/portage/xfree-4.2.0-r12
444M    /var/tmp/portage/xfree-4.2.0-r12
445M    /var/tmp/portage/xfree-4.2.0-r12
446M    /var/tmp/portage/xfree-4.2.0-r12
448M    /var/tmp/portage/xfree-4.2.0-r12
449M    /var/tmp/portage/xfree-4.2.0-r12
450M    /var/tmp/portage/xfree-4.2.0-r12
452M    /var/tmp/portage/xfree-4.2.0-r12
453M    /var/tmp/portage/xfree-4.2.0-r12
454M    /var/tmp/portage/xfree-4.2.0-r12
458M    /var/tmp/portage/xfree-4.2.0-r12
461M    /var/tmp/portage/xfree-4.2.0-r12
466M    /var/tmp/portage/xfree-4.2.0-r12
469M    /var/tmp/portage/xfree-4.2.0-r12
471M    /var/tmp/portage/xfree-4.2.0-r12
474M    /var/tmp/portage/xfree-4.2.0-r12
476M    /var/tmp/portage/xfree-4.2.0-r12
477M    /var/tmp/portage/xfree-4.2.0-r12
478M    /var/tmp/portage/xfree-4.2.0-r12
479M    /var/tmp/portage/xfree-4.2.0-r12
481M    /var/tmp/portage/xfree-4.2.0-r12
485M    /var/tmp/portage/xfree-4.2.0-r12
487M    /var/tmp/portage/xfree-4.2.0-r12
489M    /var/tmp/portage/xfree-4.2.0-r12
491M    /var/tmp/portage/xfree-4.2.0-r12
494M    /var/tmp/portage/xfree-4.2.0-r12
495M    /var/tmp/portage/xfree-4.2.0-r12
497M    /var/tmp/portage/xfree-4.2.0-r12
498M    /var/tmp/portage/xfree-4.2.0-r12
499M    /var/tmp/portage/xfree-4.2.0-r12
501M    /var/tmp/portage/xfree-4.2.0-r12
503M    /var/tmp/portage/xfree-4.2.0-r12
505M    /var/tmp/portage/xfree-4.2.0-r12
506M    /var/tmp/portage/xfree-4.2.0-r12
507M    /var/tmp/portage/xfree-4.2.0-r12
510M    /var/tmp/portage/xfree-4.2.0-r12
512M    /var/tmp/portage/xfree-4.2.0-r12
513M    /var/tmp/portage/xfree-4.2.0-r12
514M    /var/tmp/portage/xfree-4.2.0-r12
515M    /var/tmp/portage/xfree-4.2.0-r12
516M    /var/tmp/portage/xfree-4.2.0-r12
517M    /var/tmp/portage/xfree-4.2.0-r12
518M    /var/tmp/portage/xfree-4.2.0-r12
520M    /var/tmp/portage/xfree-4.2.0-r12
521M    /var/tmp/portage/xfree-4.2.0-r12
522M    /var/tmp/portage/xfree-4.2.0-r12
525M    /var/tmp/portage/xfree-4.2.0-r12
527M    /var/tmp/portage/xfree-4.2.0-r12
539M    /var/tmp/portage/xfree-4.2.0-r12
551M    /var/tmp/portage/xfree-4.2.0-r12
563M    /var/tmp/portage/xfree-4.2.0-r12
571M    /var/tmp/portage/xfree-4.2.0-r12
579M    /var/tmp/portage/xfree-4.2.0-r12
610M    /var/tmp/portage/xfree-4.2.0-r12
641M    /var/tmp/portage/xfree-4.2.0-r12
678M    /var/tmp/portage/xfree-4.2.0-r12
697M    /var/tmp/portage/xfree-4.2.0-r12
706M    /var/tmp/portage/xfree-4.2.0-r12
704M    /var/tmp/portage/xfree-4.2.0-r12
704M    /var/tmp/portage/xfree-4.2.0-r12
and then it finished.

Looks like 700 MB is normal for XFree...
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum