public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] root_overlay
@ 2005-04-29  6:06 Kosta Todorovic
  2005-04-29 13:20 ` Chris Gianelloni
  2005-04-29 13:39 ` [gentoo-catalyst] blocks in 2005.0 specfiles Ryan Lynch
  0 siblings, 2 replies; 11+ messages in thread
From: Kosta Todorovic @ 2005-04-29  6:06 UTC (permalink / raw
  To: gentoo-catalyst

I cant seem to get the root_overlay to work.

In my livecd-stage2 spec I have:

livecd/root_overlay: /path/to/root_overlay/
#livecd/overlay: /path/to/overlay/

In /path/to/root_overlay/ as a test I have made a new directory in
/var/log/ called "test".

So I have /path/to/root_overlay/var/log/test.

Unfortunately this does not show up at all once the LiveCD is built.

Also there are many directories made in my livecd-stage1 built as
config/log files for the packages that I've emerged but these get
wiped out again once the livecd-stage2 is built.

Packages like Webmin which need /var/log/webmin or Snort which needs
/var/log/snort  fail without these dirs (and without
re-configuration).


Whats the way around this?
I would like default configs and dirs from emerged livecd-stage1
packages to still be there once i've made the livecd-stage2 build.

-- 
gentoo-catalyst@gentoo.org mailing list


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

* Re: [gentoo-catalyst] root_overlay
  2005-04-29  6:06 [gentoo-catalyst] root_overlay Kosta Todorovic
@ 2005-04-29 13:20 ` Chris Gianelloni
  2005-04-29 13:39 ` [gentoo-catalyst] blocks in 2005.0 specfiles Ryan Lynch
  1 sibling, 0 replies; 11+ messages in thread
From: Chris Gianelloni @ 2005-04-29 13:20 UTC (permalink / raw
  To: gentoo-catalyst

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

On Fri, 2005-04-29 at 06:06 +0000, Kosta Todorovic wrote:
> Unfortunately this does not show up at all once the LiveCD is built.

Remove /var/log from livecd-stage2's livecd/clean section.

> Also there are many directories made in my livecd-stage1 built as
> config/log files for the packages that I've emerged but these get
> wiped out again once the livecd-stage2 is built.

Then remove them from the clean section.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-04-29  6:06 [gentoo-catalyst] root_overlay Kosta Todorovic
  2005-04-29 13:20 ` Chris Gianelloni
@ 2005-04-29 13:39 ` Ryan Lynch
  2005-04-29 14:53   ` Chris Gianelloni
  2005-04-29 14:55   ` Chris Gianelloni
  1 sibling, 2 replies; 11+ messages in thread
From: Ryan Lynch @ 2005-04-29 13:39 UTC (permalink / raw
  To: gentoo-catalyst

I was just looking over the 2005.0 livecd stage2 specfiles, and I noticed that it tries to install ipw2100 as well as ipw2200.  I'm trying to build a livecd to contain my own install stages, and I'd like it to be as close to the Gentoo livecd as possible.  The problem is I can't install both ipw2100 and ipw2200 because the packages block eachother, any idea how the releng guys got around the block in building the livecd?

--Ryan Lynch
-- 
gentoo-catalyst@gentoo.org mailing list


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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-04-29 13:39 ` [gentoo-catalyst] blocks in 2005.0 specfiles Ryan Lynch
@ 2005-04-29 14:53   ` Chris Gianelloni
  2005-04-29 18:20     ` Ryan Lynch
  2005-05-02 23:21     ` Ryan Lynch
  2005-04-29 14:55   ` Chris Gianelloni
  1 sibling, 2 replies; 11+ messages in thread
From: Chris Gianelloni @ 2005-04-29 14:53 UTC (permalink / raw
  To: gentoo-catalyst

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

On Fri, 2005-04-29 at 09:39 -0400, Ryan Lynch wrote:
> I was just looking over the 2005.0 livecd stage2 specfiles, and I noticed that it tries to install ipw2100 as well as ipw2200.  I'm trying to build a livecd to contain my own install stages, and I'd like it to be as close to the Gentoo livecd as possible.  The problem is I can't install both ipw2100 and ipw2200 because the packages block eachother, any idea how the releng guys got around the block in building the livecd?

I removed the block in the official snapshot.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-04-29 13:39 ` [gentoo-catalyst] blocks in 2005.0 specfiles Ryan Lynch
  2005-04-29 14:53   ` Chris Gianelloni
@ 2005-04-29 14:55   ` Chris Gianelloni
  1 sibling, 0 replies; 11+ messages in thread
From: Chris Gianelloni @ 2005-04-29 14:55 UTC (permalink / raw
  To: gentoo-catalyst

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

On Fri, 2005-04-29 at 09:39 -0400, Ryan Lynch wrote:
> I was just looking over the 2005.0 livecd stage2 specfiles, and I noticed that it tries to install ipw2100 as well as ipw2200.  I'm trying to build a livecd to contain my own install stages, and I'd like it to be as close to the Gentoo livecd as possible.  The problem is I can't install both ipw2100 and ipw2200 because the packages block eachother, any idea how the releng guys got around the block in building the livecd?

Also, you will have to use the *exact* versions of ipw2x00 that we used
for the 2005.0 release, otherwise the ieee modules that both use are not
identical, and you will get a failure in one or the other when they
load.  It just so happened that the versions we had available used
identical code.

It was a quick and dirty hack, and personally, I recommend people just
drop one or the other.  We might have to do the same on the next
release.  ;[

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-04-29 14:53   ` Chris Gianelloni
@ 2005-04-29 18:20     ` Ryan Lynch
  2005-04-29 18:54       ` Chris Gianelloni
  2005-05-02 23:21     ` Ryan Lynch
  1 sibling, 1 reply; 11+ messages in thread
From: Ryan Lynch @ 2005-04-29 18:20 UTC (permalink / raw
  To: gentoo-catalyst

On Fri, 29 Apr 2005 10:53:57 -0400
Chris Gianelloni <wolf31o2@gentoo.org> wrote:

Wow.  You the gentoo devs are the greatest. :-) Another question, since I've got the ear of the Strategic Lead/QA Manager for the Gentoo Release Engineering team, did you guys notice that there is a bug in either the gentoo live-cd splash theme or in splash-utils?  It seems that occasionally on boot, the silent splash locks up, no icons, no progress bar.  I thought this was just a 2005.0 official live-cd problem, but I've noticed it on livecd's I've made as well as the new Dolphin beta.  Any idea whats causing that problem?

> On Fri, 2005-04-29 at 09:39 -0400, Ryan Lynch wrote:
> > I was just looking over the 2005.0 livecd stage2 specfiles, and I noticed that it tries to install ipw2100 as well as ipw2200.  I'm trying to build a livecd to contain my own install stages, and I'd like it to be as close to the Gentoo livecd as possible.  The problem is I can't install both ipw2100 and ipw2200 because the packages block eachother, any idea how the releng guys got around the block in building the livecd?
> 
> I removed the block in the official snapshot.
> 
> -- 
> Chris Gianelloni
> Release Engineering - Strategic Lead/QA Manager
> Games - Developer
> Gentoo Linux
-- 
gentoo-catalyst@gentoo.org mailing list


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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-04-29 18:20     ` Ryan Lynch
@ 2005-04-29 18:54       ` Chris Gianelloni
  2005-04-29 20:19         ` Ryan Lynch
  0 siblings, 1 reply; 11+ messages in thread
From: Chris Gianelloni @ 2005-04-29 18:54 UTC (permalink / raw
  To: gentoo-catalyst

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

On Fri, 2005-04-29 at 14:20 -0400, Ryan Lynch wrote:
> On Fri, 29 Apr 2005 10:53:57 -0400
> Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> 
> Wow.  You the gentoo devs are the greatest. :-) Another question, since I've got the ear of the Strategic Lead/QA Manager for the Gentoo Release Engineering team, did you guys notice that there is a bug in either the gentoo live-cd splash theme or in splash-utils?  It seems that occasionally on boot, the silent splash locks up, no icons, no progress bar.  I thought this was just a 2005.0 official live-cd problem, but I've noticed it on livecd's I've made as well as the new Dolphin beta.  Any idea whats causing that problem?

Not a clue.

All of the splash stuff is done by a couple of the Gentoo devs.  I can
say that most of the time, it is doing processing for the icons
starting, but determining which services will be started and in what
order.  What if you switch to verbose mode, does it still lock up?

Anyway, that really has nothing to do with catalyst itself, just witht
he funky theme.

> > On Fri, 2005-04-29 at 09:39 -0400, Ryan Lynch wrote:
> > > I was just looking over the 2005.0 livecd stage2 specfiles, and I noticed that it tries to install ipw2100 as well as ipw2200.  I'm trying to build a livecd to contain my own install stages, and I'd like it to be as close to the Gentoo livecd as possible.  The problem is I can't install both ipw2100 and ipw2200 because the packages block eachother, any idea how the releng guys got around the block in building the livecd?
> > 
> > I removed the block in the official snapshot.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-04-29 18:54       ` Chris Gianelloni
@ 2005-04-29 20:19         ` Ryan Lynch
  0 siblings, 0 replies; 11+ messages in thread
From: Ryan Lynch @ 2005-04-29 20:19 UTC (permalink / raw
  To: gentoo-catalyst

On Fri, 29 Apr 2005 14:54:27 -0400
Chris Gianelloni <wolf31o2@gentoo.org> wrote:

Thats what I figured.  The only thing that locks up is the splash theme itself, the boot process is unaffected, so if I go into verbose mode everything is fine, although it takes a while to switch because the bootsplash is, well, locked up. :-?.  Anyway, it's not that big of a deal, just a cosmetic problem, one of many it seems with the latest versions of splashutils: (see bug report #79131)

-Ryan Lynch

> On Fri, 2005-04-29 at 14:20 -0400, Ryan Lynch wrote:
> > On Fri, 29 Apr 2005 10:53:57 -0400
> > Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> > 
> > Wow.  You the gentoo devs are the greatest. :-) Another question, since I've got the ear of the Strategic Lead/QA Manager for the Gentoo Release Engineering team, did you guys notice that there is a bug in either the gentoo live-cd splash theme or in splash-utils?  It seems that occasionally on boot, the silent splash locks up, no icons, no progress bar.  I thought this was just a 2005.0 official live-cd problem, but I've noticed it on livecd's I've made as well as the new Dolphin beta.  Any idea whats causing that problem?
> 
> Not a clue.
> 
> All of the splash stuff is done by a couple of the Gentoo devs.  I can
> say that most of the time, it is doing processing for the icons
> starting, but determining which services will be started and in what
> order.  What if you switch to verbose mode, does it still lock up?
> 
> Anyway, that really has nothing to do with catalyst itself, just witht
> he funky theme.
> 
> > > On Fri, 2005-04-29 at 09:39 -0400, Ryan Lynch wrote:
> > > > I was just looking over the 2005.0 livecd stage2 specfiles, and I noticed that it tries to install ipw2100 as well as ipw2200.  I'm trying to build a livecd to contain my own install stages, and I'd like it to be as close to the Gentoo livecd as possible.  The problem is I can't install both ipw2100 and ipw2200 because the packages block eachother, any idea how the releng guys got around the block in building the livecd?
> > > 
> > > I removed the block in the official snapshot.
> 
> -- 
> Chris Gianelloni
> Release Engineering - Strategic Lead/QA Manager
> Games - Developer
> Gentoo Linux
-- 
gentoo-catalyst@gentoo.org mailing list


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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-04-29 14:53   ` Chris Gianelloni
  2005-04-29 18:20     ` Ryan Lynch
@ 2005-05-02 23:21     ` Ryan Lynch
  2005-05-03 13:05       ` Chris Gianelloni
  1 sibling, 1 reply; 11+ messages in thread
From: Ryan Lynch @ 2005-05-02 23:21 UTC (permalink / raw
  To: gentoo-catalyst

On Fri, 29 Apr 2005 10:53:57 -0400
Chris Gianelloni <wolf31o2@gentoo.org> wrote:

When you say you removed the block in the official snapshot, do you mean the portage tree, or an official snapshot as in tar.bz2?  I'm a little confused here.  If its a tar, where can I download it, and if it's in the official portage tree, then it doesn't seem to be working.

-Ryan Lynch

> On Fri, 2005-04-29 at 09:39 -0400, Ryan Lynch wrote:
> > I was just looking over the 2005.0 livecd stage2 specfiles, and I noticed that it tries to install ipw2100 as well as ipw2200.  I'm trying to build a livecd to contain my own install stages, and I'd like it to be as close to the Gentoo livecd as possible.  The problem is I can't install both ipw2100 and ipw2200 because the packages block eachother, any idea how the releng guys got around the block in building the livecd?
> 
> I removed the block in the official snapshot.
> 
> -- 
> Chris Gianelloni
> Release Engineering - Strategic Lead/QA Manager
> Games - Developer
> Gentoo Linux
-- 
gentoo-catalyst@gentoo.org mailing list


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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-05-02 23:21     ` Ryan Lynch
@ 2005-05-03 13:05       ` Chris Gianelloni
  2005-05-03 14:27         ` Ryan Lynch
  0 siblings, 1 reply; 11+ messages in thread
From: Chris Gianelloni @ 2005-05-03 13:05 UTC (permalink / raw
  To: gentoo-catalyst

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

On Mon, 2005-05-02 at 19:21 -0400, Ryan Lynch wrote:
> On Fri, 29 Apr 2005 10:53:57 -0400
> Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> 
> When you say you removed the block in the official snapshot, do you mean the portage tree, or an official snapshot as in tar.bz2?  I'm a little confused here.  If its a tar, where can I download it, and if it's in the official portage tree, then it doesn't seem to be working.

In *my* snapshot, I deleted the line that says !net-wireless/ipw2100
from ipw2200 and !net-wireless/ipw2200 form ipw2100.  I then re-ran the
digest and made a new snapshot.

The official snapshot is now 2 months old, so I doubt you would really
want to use it.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-catalyst] blocks in 2005.0 specfiles
  2005-05-03 13:05       ` Chris Gianelloni
@ 2005-05-03 14:27         ` Ryan Lynch
  0 siblings, 0 replies; 11+ messages in thread
From: Ryan Lynch @ 2005-05-03 14:27 UTC (permalink / raw
  To: gentoo-catalyst

On Tue, 03 May 2005 09:05:49 -0400
Chris Gianelloni <wolf31o2@gentoo.org> wrote:

In that case I will just modify my own snapshot the same way.  Thanks Chris.

-Ryan Lynch

> On Mon, 2005-05-02 at 19:21 -0400, Ryan Lynch wrote:
> > On Fri, 29 Apr 2005 10:53:57 -0400
> > Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> > 
> > When you say you removed the block in the official snapshot, do you mean the portage tree, or an official snapshot as in tar.bz2?  I'm a little confused here.  If its a tar, where can I download it, and if it's in the official portage tree, then it doesn't seem to be working.
> 
> In *my* snapshot, I deleted the line that says !net-wireless/ipw2100
> from ipw2200 and !net-wireless/ipw2200 form ipw2100.  I then re-ran the
> digest and made a new snapshot.
> 
> The official snapshot is now 2 months old, so I doubt you would really
> want to use it.
> 
> -- 
> Chris Gianelloni
> Release Engineering - Strategic Lead/QA Manager
> Games - Developer
> Gentoo Linux
-- 
gentoo-catalyst@gentoo.org mailing list


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

end of thread, other threads:[~2005-05-03 14:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-29  6:06 [gentoo-catalyst] root_overlay Kosta Todorovic
2005-04-29 13:20 ` Chris Gianelloni
2005-04-29 13:39 ` [gentoo-catalyst] blocks in 2005.0 specfiles Ryan Lynch
2005-04-29 14:53   ` Chris Gianelloni
2005-04-29 18:20     ` Ryan Lynch
2005-04-29 18:54       ` Chris Gianelloni
2005-04-29 20:19         ` Ryan Lynch
2005-05-02 23:21     ` Ryan Lynch
2005-05-03 13:05       ` Chris Gianelloni
2005-05-03 14:27         ` Ryan Lynch
2005-04-29 14:55   ` Chris Gianelloni

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