public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-22  6:47 burlingk
  2007-05-22  7:02 ` Hemmann, Volker Armin
  2007-05-22  8:07 ` [gentoo-user] " »Q«
  0 siblings, 2 replies; 7+ messages in thread
From: burlingk @ 2007-05-22  6:47 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Hemmann, Volker Armin 
> [mailto:volker.armin.hemmann@tu-clausthal.de] 
> Sent: Tuesday, May 22, 2007 3:34 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] A Theoretical install Question
> 
> 
> On Dienstag, 22. Mai 2007, burlingk@cv63.navy.mil wrote:
> > Ok,  Here goes...
> >
> >
> > How large is the package archive for gentoo, assuming a 
> full copy of 
> > the portage tree, and all of the source tarballs in the distfiles 
> > directory of the average server?
> 
> dunno, but huge.
 <snip>
> you will waste a lot of bandwidth and diskspace. The mirror 
> might hate you for 
> it. You will have lots and lots of packages like packageX.1.1, 
> packageX.1.1.0, packageX.1.1.1....
> -- 
> gentoo-user@gentoo.org mailing list

I think that a better option may be to decide which software I want,
and use emerge -ef <package> on each of the big packages to get just
what I need.  Maybe setting up a stage three install, with just the
kernel, boot loader, and portage and using 'emerge -ef world' first
might have the desired effect as far as getting the base system first.

:-)

That would also let me make sure that I have an up to date portage tree,
and just the files I need and maybe a few more. ^^;;

Does that sound better, and less likely to piss off the mirrors? :P

---
Ken


--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] A Theoretical install Question
  2007-05-22  6:47 [gentoo-user] A Theoretical install Question burlingk
@ 2007-05-22  7:02 ` Hemmann, Volker Armin
  2007-05-22  8:07 ` [gentoo-user] " »Q«
  1 sibling, 0 replies; 7+ messages in thread
From: Hemmann, Volker Armin @ 2007-05-22  7:02 UTC (permalink / raw
  To: gentoo-user

On Dienstag, 22. Mai 2007, burlingk@cv63.navy.mil wrote:
> > -----Original Message-----
> > From: Hemmann, Volker Armin
> > [mailto:volker.armin.hemmann@tu-clausthal.de]
> > Sent: Tuesday, May 22, 2007 3:34 PM
> > To: gentoo-user@lists.gentoo.org
> > Subject: Re: [gentoo-user] A Theoretical install Question
> >
> > On Dienstag, 22. Mai 2007, burlingk@cv63.navy.mil wrote:
> > > Ok,  Here goes...
> > >
> > >
> > > How large is the package archive for gentoo, assuming a
> >
> > full copy of
> >
> > > the portage tree, and all of the source tarballs in the distfiles
> > > directory of the average server?
> >
> > dunno, but huge.
>
>  <snip>
>
> > you will waste a lot of bandwidth and diskspace. The mirror
> > might hate you for
> > it. You will have lots and lots of packages like packageX.1.1,
> > packageX.1.1.0, packageX.1.1.1....
> > --
> > gentoo-user@gentoo.org mailing list
>
> I think that a better option may be to decide which software I want,
> and use emerge -ef <package> on each of the big packages to get just
> what I need.  Maybe setting up a stage three install, with just the
> kernel, boot loader, and portage and using 'emerge -ef world' first
> might have the desired effect as far as getting the base system first.
>
> :-)
>
> That would also let me make sure that I have an up to date portage tree,
> and just the files I need and maybe a few more. ^^;;
>
> Does that sound better, and less likely to piss off the mirrors? :P

yes ;)

but why not set 'parallel-fetch' in your make.conf? That way portage should 
download packages, while compiling?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: A Theoretical install Question
  2007-05-22  6:47 [gentoo-user] A Theoretical install Question burlingk
  2007-05-22  7:02 ` Hemmann, Volker Armin
@ 2007-05-22  8:07 ` »Q«
  2007-05-22  8:39   ` Neil Bothwick
  1 sibling, 1 reply; 7+ messages in thread
From: »Q« @ 2007-05-22  8:07 UTC (permalink / raw
  To: gentoo-user

<burlingk@cv63.navy.mil> wrote:

> I think that a better option may be to decide which software I want,
> and use emerge -ef <package> on each of the big packages to get just
> what I need.

If you populate your world file first (by hand if you like), then one
emerge -ef world should get you all the files you might need.

Multiple emerge -ef <package> commands would work ok, but it would
involve a lot of unnecessary checksumming.

-- 
»Q«

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: A Theoretical install Question
  2007-05-22  8:07 ` [gentoo-user] " »Q«
@ 2007-05-22  8:39   ` Neil Bothwick
  2007-05-22  9:05     ` »Q«
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2007-05-22  8:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

On Tue, 22 May 2007 03:07:57 -0500, »Q« wrote:

> If you populate your world file first (by hand if you like), then one
> emerge -ef world should get you all the files you might need.

That won't work, portage will complain that there is a problem with our
world file and bail out. Put the packages you want in a file like world
then do "emerge -ef $(cat myworld)".


-- 
Neil Bothwick

Boss spelled backwards is "double-SOB"

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: A Theoretical install Question
  2007-05-22  8:39   ` Neil Bothwick
@ 2007-05-22  9:05     ` »Q«
  0 siblings, 0 replies; 7+ messages in thread
From: »Q« @ 2007-05-22  9:05 UTC (permalink / raw
  To: gentoo-user

In <news:20070522093935.1f1881a6@zaphod.digimed.co.uk>,
Neil Bothwick <neil@digimed.co.uk> wrote:

> On Tue, 22 May 2007 03:07:57 -0500, »Q« wrote:
> 
> > If you populate your world file first (by hand if you like), then
> > one emerge -ef world should get you all the files you might need.
> 
> That won't work, portage will complain that there is a problem with
> our world file and bail out. 

Ah, thanks.  I didn't realize emerge was unhappy with packages in world
which are not already installed.

> Put the packages you want in a file like world then do 
> "emerge -ef $(cat myworld)".

-- 
»Q«

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [gentoo-user]  Re: A Theoretical install Question
@ 2007-05-22 23:09 burlingk
  2007-05-22 23:31 ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: burlingk @ 2007-05-22 23:09 UTC (permalink / raw
  To: gentoo-user

> > 
> > That won't work, portage will complain that there is a problem with 
> > our world file and bail out.
> 
> Ah, thanks.  I didn't realize emerge was unhappy with 
> packages in world which are not already installed.
> 
> > Put the packages you want in a file like world then do
> > "emerge -ef $(cat myworld)".
> 
> -- 
> >Q<

Another option might be to just go ahead and buckle down and 
'emerge -au world', then start the process.

^^

--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: A Theoretical install Question
  2007-05-22 23:09 burlingk
@ 2007-05-22 23:31 ` Neil Bothwick
  0 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2007-05-22 23:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

On Wed, 23 May 2007 08:09:04 +0900, burlingk@cv63.navy.mil wrote:

> > > Put the packages you want in a file like world then do
> > > "emerge -ef $(cat myworld)".  

> Another option might be to just go ahead and buckle down and 
> 'emerge -au world', then start the process.

Which won't do much if your world file is more or less empty.


-- 
Neil Bothwick

"Bother," said Pooh, as the media exposed his sexual depravity.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-05-22 23:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22  6:47 [gentoo-user] A Theoretical install Question burlingk
2007-05-22  7:02 ` Hemmann, Volker Armin
2007-05-22  8:07 ` [gentoo-user] " »Q«
2007-05-22  8:39   ` Neil Bothwick
2007-05-22  9:05     ` »Q«
  -- strict thread matches above, loose matches on Subject: below --
2007-05-22 23:09 burlingk
2007-05-22 23:31 ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox