* [gentoo-user] Out of space during emerge
@ 2007-01-08 16:22 Henk Boom
2007-01-08 16:29 ` Nelson, David (ED, PAR&D)
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Henk Boom @ 2007-01-08 16:22 UTC (permalink / raw
To: gentoo-user
Hi, after my latest emerge -uDN world I discovered that I had ran out
of disk space on my root partition. It was causing problems, so I
immediately did an eclean-dist --destructive, which freed up a couple
hundred megabytes.
Is it unusual that I lost about 500 megabytes net in the past couple
of weeks due to upgrades? Also, how do I know whether or not any of
the packages installed were mangled by having run out of disk space?
Thanks in advance,
Henk Boom
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-user] Out of space during emerge
2007-01-08 16:22 [gentoo-user] Out of space during emerge Henk Boom
@ 2007-01-08 16:29 ` Nelson, David (ED, PAR&D)
2007-01-08 16:34 ` Hans-Werner Hilse
2007-01-08 17:10 ` [gentoo-user] " Neil Bothwick
2 siblings, 0 replies; 6+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2007-01-08 16:29 UTC (permalink / raw
To: gentoo-user
> -----Original Message-----
> From: lunarcrisis@gmail.com [mailto:lunarcrisis@gmail.com]On Behalf Of
> Henk Boom
> Sent: 08 January 2007 16:23
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] Out of space during emerge
>
>
> Hi, after my latest emerge -uDN world I discovered that I had ran out
> of disk space on my root partition. It was causing problems, so I
> immediately did an eclean-dist --destructive, which freed up a couple
> hundred megabytes.
> Is it unusual that I lost about 500 megabytes net in the past couple
> of weeks due to upgrades? Also, how do I know whether or not any of
> the packages installed were mangled by having run out of disk space?
>
> Thanks in advance,
> Henk Boom
> --
> gentoo-user@gentoo.org mailing list
>
>
Hi.
You may have built up a collection of downloaded packages in /usr/portage/distfiles if you have been upgrading regularly. I would recommend running revdep-rebuild which will check to see if any packages are missing dependancies and will re-emerge those missing.
David
Note: These views are my own, advice is provided with no guarantee of success. I do not represent anyone else in any emails I send to this list.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Out of space during emerge
2007-01-08 16:22 [gentoo-user] Out of space during emerge Henk Boom
2007-01-08 16:29 ` Nelson, David (ED, PAR&D)
@ 2007-01-08 16:34 ` Hans-Werner Hilse
2007-01-08 16:52 ` [gentoo-user] " Harm Geerts
2007-01-08 17:10 ` [gentoo-user] " Neil Bothwick
2 siblings, 1 reply; 6+ messages in thread
From: Hans-Werner Hilse @ 2007-01-08 16:34 UTC (permalink / raw
To: gentoo-user
Hi,
On Mon, 8 Jan 2007 11:22:58 -0500 "Henk Boom" <lunarc.lists@gmail.com>
wrote:
> Is it unusual that I lost about 500 megabytes net in the past couple
> of weeks due to upgrades?
That will solely depend on your "world". Note that there might be some
packages for which there's a _slotted_ new version wich gets installed
at some upgrade points. A new slot means one more concurrent copy of the
application in question -- e.g. gcc, which can get big!
> Also, how do I know whether or not any of
> the packages installed were mangled by having run out of disk space?
What do you mean by "mangled"? Of course, logging might stop at some
point and some programs won't likely start at all. But there aren't
files deleted or stuff like that...
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: Out of space during emerge
2007-01-08 16:34 ` Hans-Werner Hilse
@ 2007-01-08 16:52 ` Harm Geerts
0 siblings, 0 replies; 6+ messages in thread
From: Harm Geerts @ 2007-01-08 16:52 UTC (permalink / raw
To: gentoo-user
On Monday 08 January 2007 17:34, Hans-Werner Hilse wrote:
> Hi,
>
> On Mon, 8 Jan 2007 11:22:58 -0500 "Henk Boom" <lunarc.lists@gmail.com>
>
> wrote:
> > Is it unusual that I lost about 500 megabytes net in the past couple
> > of weeks due to upgrades?
>
> That will solely depend on your "world". Note that there might be some
> packages for which there's a _slotted_ new version wich gets installed
> at some upgrade points. A new slot means one more concurrent copy of the
> application in question -- e.g. gcc, which can get big!
gcc is not that bad, but sys-kernel/*-sources really packs a punch.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Out of space during emerge
2007-01-08 16:22 [gentoo-user] Out of space during emerge Henk Boom
2007-01-08 16:29 ` Nelson, David (ED, PAR&D)
2007-01-08 16:34 ` Hans-Werner Hilse
@ 2007-01-08 17:10 ` Neil Bothwick
2007-01-08 21:33 ` Dale
2 siblings, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2007-01-08 17:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 602 bytes --]
On Mon, 8 Jan 2007 11:22:58 -0500, Henk Boom wrote:
> Hi, after my latest emerge -uDN world I discovered that I had ran out
> of disk space on my root partition. It was causing problems, so I
> immediately did an eclean-dist --destructive, which freed up a couple
> hundred megabytes.
I recommend that you put $DISTDIR (and $PORTAGE_TMPDIR) on a less
critical partition. Running out of space on / or /var is not very nice.
--
Neil Bothwick
Normal people believe that if it ain't broke, don't fix it. Engineers
believe that if it ain't broke, it doesn't have enough features yet."
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Out of space during emerge
2007-01-08 17:10 ` [gentoo-user] " Neil Bothwick
@ 2007-01-08 21:33 ` Dale
0 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2007-01-08 21:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 998 bytes --]
Neil Bothwick wrote:
> On Mon, 8 Jan 2007 11:22:58 -0500, Henk Boom wrote:
>
>
>> Hi, after my latest emerge -uDN world I discovered that I had ran out
>> of disk space on my root partition. It was causing problems, so I
>> immediately did an eclean-dist --destructive, which freed up a couple
>> hundred megabytes.
>>
>
> I recommend that you put $DISTDIR (and $PORTAGE_TMPDIR) on a less
> critical partition. Running out of space on / or /var is not very nice.
>
>
>
He may can clean out the temp files too. One that comes to mind first
is /var/tmp/portage. Anything that failed to emerge is in there. If he
has buildpkg in make.conf, then he may can clean out some of those too,
in /usr/portage/packages/All. Let's not forget that some of the logs in
/var/log can have a bit of size to them too. I'm assuming those are on
the same partition as root.
Hope some of this helps. I have ran into this on a older machine myself.
Dale
:-) :-) :-)
--
www.myspace.com/dalek1967
[-- Attachment #2: Type: text/html, Size: 1595 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-01-08 21:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-08 16:22 [gentoo-user] Out of space during emerge Henk Boom
2007-01-08 16:29 ` Nelson, David (ED, PAR&D)
2007-01-08 16:34 ` Hans-Werner Hilse
2007-01-08 16:52 ` [gentoo-user] " Harm Geerts
2007-01-08 17:10 ` [gentoo-user] " Neil Bothwick
2007-01-08 21:33 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox