[gentoo-user] /usr is full

2006-01-29 Thread Jason W Elliot

Hi,

	While trying to run emerge today I got the message that there was 
not enough disk space.  I ran df and noticed that /usr is 100% full.  I am 
wonderring whether there is an easy way to clean it up.  I'd rather not 
resize my partitions, and it's likely that there's a lot of junk in there 
that I don't need.  Is it safe to remove the stuff in 
/usr/portage/distfiles?


Thanks!

--
Jason
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /usr is full

2006-01-29 Thread Jason W Elliot
The only problem with this approach is that I don't have enough space to 
download http-replicator.  I'll try this as soon as I get things somewhat 
cleaned-up.  Thanks for the advice!


-Jason

On Sun, 29 Jan 2006, Dale wrote:


Jason W Elliot wrote:


Hi,

While trying to run emerge today I got the message that there was
not enough disk space.  I ran df and noticed that /usr is 100% full.
I am wonderring whether there is an easy way to clean it up.  I'd
rather not resize my partitions, and it's likely that there's a lot of
junk in there that I don't need.  Is it safe to remove the stuff in
/usr/portage/distfiles?

Thanks!




I can tell you how I cleaned my distfiles out.  I installed
http-replicator and let it clean them out.  It knows what source files
are no longer going to be used, to old and not in portage any more, and
then you can delete the old ones.  It will list them too.

If  you do this, don't forget to put the proxy line in make.conf and
point it back to itself.  Basically it moves everything to cache then
you can delete the rest in distfile.  If you do a emerge, it just puts
them back.  Sounds strange but it worked well for me.  I also use it for
three servers connected here on a LAN.  It was a fringe benefit I guess.

Dale
:-)

--
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 
80GB hard drives.  Named Smoker
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.  
Named Swifty
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB 
drive.  Named Pokey
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.  Named Putput

All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up 
as servers.

--
gentoo-user@gentoo.org mailing list



--
Jason
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /usr is full

2006-01-29 Thread Jason W Elliot

Thanks!  This looks like exactly what I need.  I'm running it right now.

-Jason

On Sun, 29 Jan 2006, Philip Webb wrote:


060129 Jason W Elliot wrote:

While trying to run emerge today I got the message that there was
not enough disk space.  I ran df and noticed that /usr is 100% full.
Is it safe to remove the stuff in  /usr/portage/distfiles?


Yes  there's a new utility to help: try 'man eclean'.

--
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
--
gentoo-user@gentoo.org mailing list



--
Jason
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /usr is full

2006-01-29 Thread Jason W Elliot

Thanks!  I'm looking into both of these.

-Jason

On Mon, 30 Jan 2006, Hemmann, Volker Armin wrote:


On Monday 30 January 2006 00:15, Jason W Elliot wrote:


that I don't need.  Is it safe to remove the stuff in
/usr/portage/distfiles?


yes.

you may also have a look into localepurge.

Oh, and putting portage onto reiserfs is helpfull.
--
gentoo-user@gentoo.org mailing list



--
Jason
--
gentoo-user@gentoo.org mailing list



[gentoo-user] sacked my rc.conf

2005-09-01 Thread Jason W Elliot
I accidentally removed my rc.conf file (don't ask).  I'm not sure how to 
write a new one.  Is there a good set of defaults to start with?  Is there 
an easy way to recover the old one, or generate a new one?  Please help! 
My configuration now sucks!


Thanks in advance!
--
Jason
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sacked my rc.conf

2005-09-01 Thread Jason W Elliot

THANK YOU! THANK YOU! THANK YOU!

-Jason


On Thu, 1 Sep 2005, W.Kenworthy wrote:


bunyip ~ # cat /etc/rc.conf


# /etc/rc.conf: Global startup script configuration settings
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.30.4.1
2005/02/10 01:11:52 vapier Exp $

# UNICODE specifies whether you want to have UNICODE support in the
console.
# If you set to yes, please make sure to set a UNICODE aware CONSOLEFONT
and
# KEYMAP in the /etc/conf.d/consolefont and /etc/conf.d/keymaps config
files.

UNICODE=yes

# Set EDITOR to your preferred editor.
# You may use something other than what is listed here.

#EDITOR=/bin/nano
EDITOR=/usr/bin/vim
#EDITOR=/usr/bin/emacs

# What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
DISPLAYMANAGER=gdm

# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit.  The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to.  The support scripts are smart enough
to
# look in all bin directories if it cant find a match
in /etc/X11/Sessions/,
# so setting it to enlightenment can also work.  This is basically
used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in
his .bash_profile, etc.
#
# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and
startx
#   is called.
#2) even if ~/.xsession exists, if XSESSION can be resolved, it
will
#   be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-version - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

XSESSION=Gnome


bunyip ~ #


On Thu, 2005-09-01 at 00:16 -0600, Jason W Elliot wrote:

I accidentally removed my rc.conf file (don't ask).  I'm not sure how to
write a new one.  Is there a good set of defaults to start with?  Is there
an easy way to recover the old one, or generate a new one?  Please help!
My configuration now sucks!

Thanks in advance!
--
Jason

--
gentoo-user@gentoo.org mailing list



--
Jason
--
gentoo-user@gentoo.org mailing list