* [gentoo-user] Compiling binaries on a different server
@ 2006-10-13 13:16 Timothy A. Holmes
2006-10-13 16:02 ` Bo Ørsted Andresen
0 siblings, 1 reply; 4+ messages in thread
From: Timothy A. Holmes @ 2006-10-13 13:16 UTC (permalink / raw
To: gentoo-user
Hi folks:
I was reading the thread on the lightweight gentoo system. This to a
degree meshed with what a friend and I have been talking about.
Essentially setting up a standard image for all of my gentoo servers,
and stage 4ing (is that a word?) that image to the servers. Once they
are in production, building updates etc in a dedicated build environment
and simply rolling out binaries to the boxes as they are needed.
The concept sounds really good, giving me the ability to do (relatively)
fast updates with binaries on the production servers, after they have
been through testing, with out tying up resouces, and (more importantly)
being able to fully test them prior to putting them into production.
If anyone has done this type of thing, or has references, links,
pointers etc I would REALLY appreciate them.
Thanks
TIM
Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
Medina Christian Academy
A Higher Standard...
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Compiling binaries on a different server
2006-10-13 13:16 [gentoo-user] Compiling binaries on a different server Timothy A. Holmes
@ 2006-10-13 16:02 ` Bo Ørsted Andresen
2006-10-13 16:38 ` Timothy A. Holmes
0 siblings, 1 reply; 4+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-13 16:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]
On Friday 13 October 2006 15:16, Timothy A. Holmes wrote:
> I was reading the thread on the lightweight gentoo system. This to a
> degree meshed with what a friend and I have been talking about.
> Essentially setting up a standard image for all of my gentoo servers,
> and stage 4ing (is that a word?) that image to the servers. Once they
> are in production, building updates etc in a dedicated build environment
> and simply rolling out binaries to the boxes as they are needed.
>
> The concept sounds really good, giving me the ability to do (relatively)
> fast updates with binaries on the production servers, after they have
> been through testing, with out tying up resouces, and (more importantly)
> being able to fully test them prior to putting them into production.
>
> If anyone has done this type of thing, or has references, links,
> pointers etc I would REALLY appreciate them.
I haven't done any stage4 stuff so no clue about how to do that. I only know
that it's possible. But for the rest of it [1] should give you a hint...
[1] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=3#doc_chap4
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [gentoo-user] Compiling binaries on a different server
2006-10-13 16:02 ` Bo Ørsted Andresen
@ 2006-10-13 16:38 ` Timothy A. Holmes
2006-10-14 5:14 ` Trenton Adams
0 siblings, 1 reply; 4+ messages in thread
From: Timothy A. Holmes @ 2006-10-13 16:38 UTC (permalink / raw
To: gentoo-user
>> On Friday 13 October 2006 15:16, Timothy A. Holmes wrote:
> > I was reading the thread on the lightweight gentoo system.
> This to a
> > degree meshed with what a friend and I have been talking about.
> > Essentially setting up a standard image for all of my
> gentoo servers,
> > and stage 4ing (is that a word?) that image to the servers.
> Once they
> > are in production, building updates etc in a dedicated build
> > environment and simply rolling out binaries to the boxes as
> they are needed.
> >
> > The concept sounds really good, giving me the ability to do
> > (relatively) fast updates with binaries on the production servers,
> > after they have been through testing, with out tying up
> resouces, and
> > (more importantly) being able to fully test them prior to
> putting them into production.
> >
> > If anyone has done this type of thing, or has references, links,
> > pointers etc I would REALLY appreciate them.
>
> I haven't done any stage4 stuff so no clue about how to do
> that. I only know that it's possible. But for the rest of it
> [1] should give you a hint...
>
> [1]
> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&
chap=3#doc_chap4
>
> --
> Bo Andresen
>
Bo:
The stage 4 stuff is quite easy and I do that routinely. If you want
links or suggestions on how to do it I'll be glad to try to help -- its
sped up my life considerably. It was the separate build host etc stuff
that I was looking for. That section out of the handbook looks good
--I'll start playing with it in a dev environment hopefully this weekend
-- thanks for the pointer
TIM
Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
Medina Christian Academy
A Higher Standard...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Compiling binaries on a different server
2006-10-13 16:38 ` Timothy A. Holmes
@ 2006-10-14 5:14 ` Trenton Adams
0 siblings, 0 replies; 4+ messages in thread
From: Trenton Adams @ 2006-10-14 5:14 UTC (permalink / raw
To: gentoo-user
The PORTAGE_BINHOST option is quit time consuming on emerges. But, if
you're only doing it once in awhile, in batched sets, it should be
just fine. The reason it takes so long is that it has to do an FTP
listing of the remote host, cache that info, and then finally it'll do
the merging.
I was doing that quite a bit in times past. But, you have to make
sure you are using the same use flags on EVERY host. Also, I did have
issues where emerge would refuse to use a binary package, and instead
would re-build it. I think it was due to using the --newuse
functionality, and/or the -u (update) functionality.
On 10/13/06, Timothy A. Holmes <tholmes@mcaschool.net> wrote:
> >> On Friday 13 October 2006 15:16, Timothy A. Holmes wrote:
> > > I was reading the thread on the lightweight gentoo system.
> > This to a
> > > degree meshed with what a friend and I have been talking about.
> > > Essentially setting up a standard image for all of my
> > gentoo servers,
> > > and stage 4ing (is that a word?) that image to the servers.
> > Once they
> > > are in production, building updates etc in a dedicated build
> > > environment and simply rolling out binaries to the boxes as
> > they are needed.
> > >
> > > The concept sounds really good, giving me the ability to do
> > > (relatively) fast updates with binaries on the production servers,
> > > after they have been through testing, with out tying up
> > resouces, and
> > > (more importantly) being able to fully test them prior to
> > putting them into production.
> > >
> > > If anyone has done this type of thing, or has references, links,
> > > pointers etc I would REALLY appreciate them.
> >
> > I haven't done any stage4 stuff so no clue about how to do
> > that. I only know that it's possible. But for the rest of it
> > [1] should give you a hint...
> >
> > [1]
> > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&
> chap=3#doc_chap4
> >
> > --
> > Bo Andresen
> >
>
> Bo:
>
> The stage 4 stuff is quite easy and I do that routinely. If you want
> links or suggestions on how to do it I'll be glad to try to help -- its
> sped up my life considerably. It was the separate build host etc stuff
> that I was looking for. That section out of the handbook looks good
> --I'll start playing with it in a dev environment hopefully this weekend
> -- thanks for the pointer
>
> TIM
>
>
> Timothy A. Holmes
> IT Manager / Network Admin / Web Master / Computer Teacher
>
> Medina Christian Academy
> A Higher Standard...
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-10-14 5:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-13 13:16 [gentoo-user] Compiling binaries on a different server Timothy A. Holmes
2006-10-13 16:02 ` Bo Ørsted Andresen
2006-10-13 16:38 ` Timothy A. Holmes
2006-10-14 5:14 ` Trenton Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox