Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge x run out of disk space
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
carpman
Advocate
Advocate


Joined: 20 Jun 2002
Posts: 2202
Location: London - UK

PostPosted: Thu Sep 05, 2002 9:06 am    Post subject: emerge x run out of disk space Reply with quote

Hello, i have tried to emerge x, 10 hrs later it repots it has run out of space.

df -h shows that / is 1.4gb in size and 1.5gb is used.

how much space does this thing need?

I have a partition /home which is 1.8gb


How can i get this thing to install?

What happens when i get a few other software packages installed and / availble space is less?

This is a clean first install with only base packages installed
Back to top
View user's profile Send private message
kirill
Apprentice
Apprentice


Joined: 01 Aug 2002
Posts: 183
Location: Finland

PostPosted: Thu Sep 05, 2002 9:30 am    Post subject: Re: emerge x run out of disk space Reply with quote

carpman wrote:
Hello, i have tried to emerge x, 10 hrs later it repots it has run out of space.

df -h shows that / is 1.4gb in size and 1.5gb is used.

Doh. Did it eat up more disk than was available? :P

Quote:
how much space does this thing need?

emerge xfree needs somewhat 800-900MB of disk space from my experience. It will take some ~100-200MB after it is installed. It's those temporary compile files that take all those several hundred of MB's.

Quote:
I have a partition /home which is 1.8gb

Next time installing xfree or some other big packages (kde,mozilla) set your PORTAGE_TMPDIR to point to /home:
Code:
 # export PORTAGE_TMPDIR=/home
# emerge xfree

export PORTAGE_TMPDIR=/home will create directory /home/portage and xfree will be compiled there.

In the mean while delete the default PORTAGE_TMPDIR to gain some MBs back ;)
Code:
# rm -rf /var/tmp/portage/

_________________
--kirill
Back to top
View user's profile Send private message
carpman
Advocate
Advocate


Joined: 20 Jun 2002
Posts: 2202
Location: London - UK

PostPosted: Thu Sep 05, 2002 10:35 am    Post subject: Reply with quote

thanks for reply, that is what df -h displayed, thought it strange myself using more space then availbale.


I will try your advice.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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