public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] A Theoretical install Question
@ 2007-05-22  4:06 burlingk
  2007-05-22  4:30 ` Iain Buchanan
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: burlingk @ 2007-05-22  4:06 UTC (permalink / raw
  To: gentoo-user

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

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?
 
Would it be possible to draw down the whole archive all in one shot
using wget or similar, dump it all into a directory on the hard drive,
and direct portage there for the distribution files?
 
I know this would basically be equivelent to making a local mirror of
the distrservers, and I would have to make sure that my portage tree
matches up to the files actually on the hard drive. ^^  What other
concerns would I need to look at at this point. :P
 
 
 
 

[-- Attachment #2: Type: text/html, Size: 1933 bytes --]

^ permalink raw reply	[flat|nested] 26+ messages in thread
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-22  4:55 burlingk
  0 siblings, 0 replies; 26+ messages in thread
From: burlingk @ 2007-05-22  4:55 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Iain Buchanan [mailto:iaindb@netspace.net.au] 
> Sent: Tuesday, May 22, 2007 1:30 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] A Theoretical install Question
> 
> 
> On Tue, 2007-05-22 at 13:06 +0900, 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?
> 
> all of the distfiles?  about 7 or 8 Gb I seem to recall 
> reading on the handbook...
> 
> > Would it be possible to draw down the whole archive all in one shot 
> > using wget or similar, dump it all into a directory on the 
> hard drive, 
> > and direct portage there for the distribution files?
> 
> yes, of course, but what for?  If you just want an "offline" 
> installation, you can use -f to emerge which will download 
> (fetch) only.
> 
> or if you want to download on one machine, and transfer the 
> files via disk or something to another machine, use -fp to 
> get the list of files to download.
> 
> of course, neither of these methods cover the fact that you 
> might not know exactly everything you want to install...
> 
> HTH,
> -- 
> Iain Buchanan <iaindb at netspace dot net dot au>

That is why I was wondering about the size of the download.
If it is less than 10GB, then that may be one hell of a download,
but it is still within the realm of reason.  I imagine that by
the the time I am able to undertake such a task, the size of the
repository will likely have grown. :P
--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 26+ messages in thread
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-22  5:13 burlingk
  0 siblings, 0 replies; 26+ messages in thread
From: burlingk @ 2007-05-22  5:13 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Naga [mailto:nagatoro@gmail.com] 
> Sent: Tuesday, May 22, 2007 2:02 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] A Theoretical install Question
> 
<snip>
> 
> According to some devs on -dev (IRC) last night about 50 GiB 
> if you want _all_ 
> distfiles.
> -- 
> Naga

Hehehe.  50GB sounds more likely. ^_^
That is quite a bit. ^-^
It would probably take a few days for me to download everything,
and then I would need to run a program again to make sure I got
everything. :P

A bit of research might be in order to decide just which files
are actually needed/wanted for my circumstances at the time, then
to download those. ^_^

--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 26+ messages in thread
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-22  6:47 burlingk
  2007-05-22  7:02 ` Hemmann, Volker Armin
  0 siblings, 1 reply; 26+ 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] 26+ messages in thread
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-22  7:13 burlingk
  2007-05-22  7:26 ` Dan Farrell
  0 siblings, 1 reply; 26+ messages in thread
From: burlingk @ 2007-05-22  7:13 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Hemmann, Volker Armin 
> [mailto:volker.armin.hemmann@tu-clausthal.de] 
> Sent: Tuesday, May 22, 2007 4:02 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] A Theoretical install Question


 <snip>

> > 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?
> -- 

The next computer I build will likely be a dual core (an X2 most
likely),
so that may be an excellent option. :P

--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 26+ messages in thread
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-22  7:42 burlingk
  2007-05-22  8:18 ` Neil Bothwick
  0 siblings, 1 reply; 26+ messages in thread
From: burlingk @ 2007-05-22  7:42 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Dan Farrell [mailto:dan@spore.ath.cx] 
> Sent: Tuesday, May 22, 2007 4:27 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] A Theoretical install Question
> 
> 
> On Tue, 22 May 2007 16:13:11 +0900
> <burlingk@cv63.navy.mil> wrote:
<snip>

> > 
> > The next computer I build will likely be a dual core (an X2 most 
> > likely), so that may be an excellent option. :P
> > 
> I don't think you'll need much processing power to 
> parallel-fetch.  I do it on every computer with a fast enough 
> internet connection.  The real limit is disk and network for 
> downloading, not at all processor.  
> -- 

I think RAM is an issue also.  I have been messing with a laptop with
512MB 
of ram, and it is nowhere near as quick as what I am used too. ^^;;
--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 26+ messages in thread
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-23  0:13 burlingk
  2007-05-23  0:21 ` Bo Ørsted Andresen
  2007-05-23  0:25 ` Hemmann, Volker Armin
  0 siblings, 2 replies; 26+ messages in thread
From: burlingk @ 2007-05-23  0:13 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Dan Farrell [mailto:dan@spore.ath.cx] 
> Sent: Wednesday, May 23, 2007 12:27 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] A Theoretical install Question
> 
> 
> Not to mention you will spend much longer waiting for 
> everything to download then you'd have to wait for everything 
> do download on demand. It would probably be more desirable 
> for you to keep a network-shared distfiles than mirror the 
> servers.  Then there's the age-old 'static hosts file' 
> problem - just like the giant host file describing everyone 
> took longer to transfer than to become outdated back in the 
> glorious days of UNIX, it will also probably take longer to 
> dowload all distfiles ever than it will for those distfiles 
> to become outdated.  In conclusion, I think this is a rather 
> silly idea. 
> -- 

You are right I think.
If nothing else the handbook says that Gentoo etiquite says not
to rsync your portage tree more than once a day.  For the average
distro, once a week or even once a month is more than sufficient
to keep up with the packages in the main branch.

I think that I will probably be better off doing a stage three
install, then doing an 'emerge -euD world' or similar before
moving on from there.  After that, I can just make sure to watch
the FAQ's and walkthroughs when I install Xorg to make sure that
I do it right.  ^_^

Hopefully by the time I build the machine, either A) I can get
a decent nVidia card, or B) the ATI drivers will be released. ^_^

I preffer nVidia, but if the ATI drivers go open source (crossing
my fingers but not holding my breath), then that will be a good
option as well.

^_^

--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 26+ messages in thread
* RE: [gentoo-user] A Theoretical install Question
@ 2007-05-23  1:40 burlingk
  0 siblings, 0 replies; 26+ messages in thread
From: burlingk @ 2007-05-23  1:40 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: Hemmann, Volker Armin 
> [mailto:volker.armin.hemmann@tu-clausthal.de] 
> Sent: Wednesday, May 23, 2007 9:58 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] A Theoretical install Question
> 
> 
> On Mittwoch, 23. Mai 2007, Dale wrote:
> > Hemmann, Volker Armin wrote:
> > > On Mittwoch, 23. Mai 2007, burlingk@cv63.navy.mil wrote:
> > >> I think that I will probably be better off doing a stage three 
> > >> install, then doing an 'emerge -euD world' or similar 
> before moving 
> > >> on from there.  After that, I can just make sure to 
> watch the FAQ's 
> > >> and walkthroughs when I install Xorg to make sure that I do it 
> > >> right.  ^_^
> > >
> > > why?  there is no need to do that. emerge -u --newuse 
> world would be 
> > > much more 'interessting'. Btw, an deep world update 
> ruined most of 
> > > my weekend... don't do --deep if you don't have to.
> >
> > Funny, I sync every few days or so and always do a emerge 
> -uvD world.  
> > I have less problems with that than just doing a -u world.
> >
> > Maybe it is when you do things consistantly that keeps things going 
> >well
> 
> and are you doing revdep-rebuilt afterwards?
> 
> Last time gwenviev and kipi stuff broke, krita broke and some 
> other stuff. 
> Krita did not emerge because of some changed symbols, so I 
> had to reemerge 
> koffice-libs - something revdep-rebuild did not catch. It 
> catches changed 
> versions, but if a lib is recompiled because of an -r update 
> and there are 
> symbol problems, revdep will not see them... 
> I had to rebuild kdepim and a lot of other stuff, just 
> because of that -D 
> update. It sucks to have to revdep-rebuild a douzend 
> packages. It suckes even 
> more when half of them fail because of some symbols and you 
> have to reemerge 
> three or four additional libs, so you can't just let it run 
> unattended...
> 
> In my years of gentoo, -D always caused problems and was 
> almost never worth 
> the trouble.
> -- 

I am glad I am asking questions now, and not after doing something
dumb. :P  I could SOOO mess things up on a new box. ^_^

;-)  I think the keyword of the day will be planning! ^_^
--
gentoo-user@gentoo.org mailing list



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

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

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22  4:06 [gentoo-user] A Theoretical install Question burlingk
2007-05-22  4:30 ` Iain Buchanan
2007-05-22  5:01 ` Naga
2007-05-22  5:23   ` Dale
2007-05-22  5:39   ` Iain Buchanan
2007-05-22  6:30     ` Naga
2007-05-22 13:03       ` Bo Ørsted Andresen
2007-05-22  6:34 ` Hemmann, Volker Armin
2007-05-22 15:27   ` Dan Farrell
  -- strict thread matches above, loose matches on Subject: below --
2007-05-22  4:55 burlingk
2007-05-22  5:13 burlingk
2007-05-22  6:47 burlingk
2007-05-22  7:02 ` Hemmann, Volker Armin
2007-05-22  7:13 burlingk
2007-05-22  7:26 ` Dan Farrell
2007-05-22  7:42 burlingk
2007-05-22  8:18 ` Neil Bothwick
2007-05-23  0:13 burlingk
2007-05-23  0:21 ` Bo Ørsted Andresen
2007-05-23  8:25   ` Neil Bothwick
2007-05-23  0:25 ` Hemmann, Volker Armin
2007-05-23  0:46   ` Dale
2007-05-23  0:57     ` Hemmann, Volker Armin
2007-05-23  2:37       ` Dale
2007-05-23  8:22       ` Neil Bothwick
2007-05-23  1:40 burlingk

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