RE: [gentoo-user] multiple emerge --sync on the same day?

2006-05-19 Thread de Almeida, Valmor F.
 -Original Message-
 From: Daniel da Veiga [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 15, 2006 3:47 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] multiple emerge --sync on the same day?
 
 On 5/15/06, de Almeida, Valmor F. [EMAIL PROTECTED] wrote:
 
  Hello list,
 
  I've been installing gentoo on 16, almost identical PC's. I wanted
to do
  a manual install once and clone the rest but I am having problems
with
  rebooting a gentoo box with the same livecd I used to install gentoo
in
  the first place (I've also tried with a fresh livecd). Booting with
the
  livecd would allow me to get an image of the hard drive to use for
  cloning. I don't know an alternative way.
 
  I am planning to get a few machines going on a manual installation
while
  I troubleshoot the livecd problem. These machines are behind a
router
  and there will be multiple emerge --sync requests coming from the
same
  IP. Is this a problem? I read somewhere that the same machine should
not
  be doing more than one emerge --sync per day.
 
 
 If all  your computers have the same configurantion (or, as you said,
 very similar), you could build ONE box, set it to be a BINHOST, use a
 network shared dir for distfiles, set distcc, set ccache (all while
 installing) and use it as a local RSYNC server, this would give you:
 
 1) Super fast install at the other machines.
 2) Less stress on your backbone.
 4) Fast compiles at the host with all the machines as distcc servers.
 3) No compile time at all BINHOST clients.
 

Obrigado for the suggestion. This will be a project for a future gentoo
cluster install expansion.

--
Valmor

 --
 Daniel da Veiga
 Computer Operator - RS - Brazil
 -BEGIN GEEK CODE BLOCK-
 Version: 3.1
 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
 --END GEEK CODE BLOCK--
 
 --
 gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] multiple emerge --sync on the same day?

2006-05-15 Thread Farhan Ahmed
de Almeida, Valmor F. wrote:
 [...]
 
 I am planning to get a few machines going on a manual installation while
 I troubleshoot the livecd problem. These machines are behind a router
 and there will be multiple emerge --sync requests coming from the same
 IP. Is this a problem? I read somewhere that the same machine should not
 be doing more than one emerge --sync per day.

Use different rsync mirrors for different PCs. A better solution is found
in this HOW-TO

  http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror

Hope That Helps,
Farhan Ahmed
-- 
Place   :  Bangalore, Karnataka, India
GPG Key :  8BE90E98
WengoPhone ID   :  farhanahmed
IRC Nick:  farhanahmed / farhanahmed06 (irc.freenode.net)
Check Out   :  http://gentooisbest.blogspot.com


pgp8YArE9ibVu.pgp
Description: PGP signature


Re: [gentoo-user] multiple emerge --sync on the same day?

2006-05-15 Thread Rumen Yotov
de Almeida, Valmor F. wrote:
 Hello list,
 
 I've been installing gentoo on 16, almost identical PC's. I wanted to do
 a manual install once and clone the rest but I am having problems with
 rebooting a gentoo box with the same livecd I used to install gentoo in
 the first place (I've also tried with a fresh livecd). Booting with the
 livecd would allow me to get an image of the hard drive to use for
 cloning. I don't know an alternative way. 
 
 I am planning to get a few machines going on a manual installation while
 I troubleshoot the livecd problem. These machines are behind a router
 and there will be multiple emerge --sync requests coming from the same
 IP. Is this a problem? I read somewhere that the same machine should not
 be doing more than one emerge --sync per day.
 
 Thanks,
 
 --
 Valmor
 
 
Hi,
You could install once, make a stage-4 tarball, record/store it
elsewhere and later use it for all the rest.
Later any liveCD which could boot will do.
Unpack the tarball install grub/lilo and reboot.
PS: search gentoo-wiki for making stage-4 tarball IIRC.
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] multiple emerge --sync on the same day?

2006-05-15 Thread de Almeida, Valmor F.
 -Original Message-
 From: Rumen Yotov [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 15, 2006 1:19 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] multiple emerge --sync on the same day?
 
 de Almeida, Valmor F. wrote:
  Hello list,
 
  I've been installing gentoo on 16, almost identical PC's. I wanted
to do
  a manual install once and clone the rest but I am having problems
with
  rebooting a gentoo box with the same livecd I used to install gentoo
in
  the first place (I've also tried with a fresh livecd). Booting with
the
  livecd would allow me to get an image of the hard drive to use for
  cloning. I don't know an alternative way.
 
  I am planning to get a few machines going on a manual installation
while
  I troubleshoot the livecd problem. These machines are behind a
router
  and there will be multiple emerge --sync requests coming from the
same
  IP. Is this a problem? I read somewhere that the same machine should
not
  be doing more than one emerge --sync per day.
 
  Thanks,
 
  --
  Valmor
 
 
 Hi,
 You could install once, make a stage-4 tarball, record/store it
 elsewhere and later use it for all the rest.
 Later any liveCD which could boot will do.
 Unpack the tarball install grub/lilo and reboot.
 PS: search gentoo-wiki for making stage-4 tarball IIRC.

Thanks for the idea.

--
Valmor

 HTH.Rumen
 --
 gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] multiple emerge --sync on the same day?

2006-05-15 Thread de Almeida, Valmor F.
 -Original Message-
 From: Farhan Ahmed [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 15, 2006 12:53 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] multiple emerge --sync on the same day?
 
 de Almeida, Valmor F. wrote:
  [...]
 
  I am planning to get a few machines going on a manual installation
while
  I troubleshoot the livecd problem. These machines are behind a
router
  and there will be multiple emerge --sync requests coming from the
same
  IP. Is this a problem? I read somewhere that the same machine should
not
  be doing more than one emerge --sync per day.
 
 Use different rsync mirrors for different PCs. A better solution is
found
 in this HOW-TO
 
   http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror

Thanks for point this out.

--
Valmor

 
 Hope That Helps,
 Farhan Ahmed
 --
 Place :  Bangalore, Karnataka, India
 GPG Key   :  8BE90E98
 WengoPhone ID :  farhanahmed
 IRC Nick  :  farhanahmed / farhanahmed06 (irc.freenode.net)
 Check Out   :  http://gentooisbest.blogspot.com

-- 
gentoo-user@gentoo.org mailing list