* [gentoo-catalyst] livecd-stage1 pkgconfig
@ 2005-07-05 23:39 Christophe PEREZ
2005-07-06 13:47 ` Chris Gianelloni
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-05 23:39 UTC (permalink / raw
To: gentoo-catalyst
Hi,
I try to build my second livecd, with X, xfce etc...
(the first one was livecd-install-minimal)
And I always have a problem with gtk-xfce-engine :
checking for ANSI C header files... (cached) yes
checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
configure: error: Library requirements (glib-2.0 >= 2.0.0 gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/gtk-engines-xfce-2.2.5/work/gtk-xfce-engine-2.2.5/config.log
!!! ERROR: x11-themes/gtk-engines-xfce-2.2.5 failed.
I tried by adding pkgconfig in packages but always the same problem.
Does order in packages is important ? I don't think so but...
Little help plz ?
thanks.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] livecd-stage1 pkgconfig
2005-07-05 23:39 [gentoo-catalyst] livecd-stage1 pkgconfig Christophe PEREZ
@ 2005-07-06 13:47 ` Chris Gianelloni
2005-07-06 18:47 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-06 13:47 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1458 bytes --]
On Tue, 2005-07-05 at 19:39 -0400, Christophe PEREZ wrote:
> Hi,
>
> I try to build my second livecd, with X, xfce etc...
> (the first one was livecd-install-minimal)
> And I always have a problem with gtk-xfce-engine :
>
> checking for ANSI C header files... (cached) yes
> checking for pkg-config... no
> *** The pkg-config script could not be found. Make sure it is
> *** in your path, or set the PKG_CONFIG environment variable
> *** to the full path to pkg-config.
> *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
> configure: error: Library requirements (glib-2.0 >= 2.0.0 gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
>
> !!! Please attach the config.log to your bug report:
> !!! /var/tmp/portage/gtk-engines-xfce-2.2.5/work/gtk-xfce-engine-2.2.5/config.log
>
> !!! ERROR: x11-themes/gtk-engines-xfce-2.2.5 failed.
>
> I tried by adding pkgconfig in packages but always the same problem.
> Does order in packages is important ? I don't think so but...
If an ebuild has a broken dependency, then yes, order is important. It
must be added before the broken package. Also, you'll want to file a
bug against that package at http://bugs.gentoo.org so it can be fixed.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-06 13:47 ` Chris Gianelloni
@ 2005-07-06 18:47 ` Christophe PEREZ
2005-07-08 5:57 ` Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-06 18:47 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 06 Jul 2005 09:47:20 -0400, Chris Gianelloni a écrit :
> If an ebuild has a broken dependency, then yes, order is important.
Ok, I'll try in a different order.
> It
> must be added before the broken package. Also, you'll want to file a
> bug against that package at http://bugs.gentoo.org so it can be fixed.
I'll do it, when I will sure that all what I do is right.
thank you.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-06 18:47 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-08 5:57 ` Christophe PEREZ
2005-07-08 6:20 ` Christophe PEREZ
2005-07-08 14:19 ` Chris Gianelloni
0 siblings, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-08 5:57 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 06 Jul 2005 14:47:31 -0400, Christophe PEREZ a écrit :
> Ok, I'll try in a different order.
Works fine now. Built is well finished.
Is it possible for someone to explain to me the difference between
livecd/fsscript, livecd/overlay and livecd/root_overlay ?
I not able to understand explanations I found if specs file.
When are they executed exactly ?
I want X is automaticaly launched at boot.
I add xdm:default to livecd/rcadd
But, I have to create a xorg.conf dynamicaly.
I tought to use xorg -configure to create configuration, but I don't know
how to add this command (in which script) in my livecd.
In the same way, I want to add parameters of configuration during the
creation of the livecd (this is not at cd boot), have I to add them in
fsscript or root_overlay ?
In short, I want a create a script to modify livecd parameters (at the
end of the built), and a script to update parameters during the boot.
I don't know if I'm clear, sorry.
Thank you.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-08 5:57 ` Christophe PEREZ
@ 2005-07-08 6:20 ` Christophe PEREZ
2005-07-08 14:22 ` Chris Gianelloni
2005-07-08 14:19 ` Chris Gianelloni
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-08 6:20 UTC (permalink / raw
To: gentoo-catalyst
Le Fri, 08 Jul 2005 01:57:07 -0400, Christophe PEREZ a écrit :
> I add xdm:default to livecd/rcadd
I don't really need that.
I only need to build livecd with :
- create a user (with livecd/users I suppose)
- add a good xfce4 configuration in $HOME of this user (which script?)
during boot :
- create xorg configuration
- start x (I have to find the best way to do that)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-08 5:57 ` Christophe PEREZ
2005-07-08 6:20 ` Christophe PEREZ
@ 2005-07-08 14:19 ` Chris Gianelloni
2005-07-08 18:21 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-08 14:19 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 2762 bytes --]
On Fri, 2005-07-08 at 01:57 -0400, Christophe PEREZ wrote:
> Is it possible for someone to explain to me the difference between
> livecd/fsscript, livecd/overlay and livecd/root_overlay ?
fsscript is a script, run after the default scripts, that makes changes
to the filesystem and is run within the chroot.
livecd/overlay is an overlay over the CD, not the filesystem within the
CD. We use this for the docs and snapshot, etc on the Universal CD to
get things on the outside of the loop. This is for things, like, adding
a README to the root of the CD.
livecd/root_overlay overlays the files within the chroot and the CD's
filesystem. If you want to add a working configuration for a user, then
you would have an overlay that looks like this:
/home/$user/.config
This would copy .config to /home $user.
> I want X is automaticaly launched at boot.
This is easy. Use generic-livecd as your livecd/type (you should never
use anything else since you are not building releases anyway) and make
sure you have X in your USE flags for livecd-stage1, when you install
livecd-tools.
If you want opengl support, then you will also need the opengl USE flag.
> I add xdm:default to livecd/rcadd
You should use this if you want opengl support:
livecd/rcadd:
x-setup|default
xdm|default
Use this if you do not:
livecd/rcadd:
mkxf86config|default
xdm|default
> But, I have to create a xorg.conf dynamicaly.
Now, these will create your xorg.conf file for you. Also, if you choose
to use opengl, then you will need to install the nvidia and ati drivers
during your livecd-stage2 packages for your kernels.
> I tought to use xorg -configure to create configuration, but I don't know
> how to add this command (in which script) in my livecd.
Bad idea. Try using the stuff I've already built and tested. =]
> In the same way, I want to add parameters of configuration during the
> creation of the livecd (this is not at cd boot), have I to add them in
> fsscript or root_overlay ?
I don't really understand this exactly. But anything that you want
changed should be in a fsscript *unless* it is just adding files. The
fsscript is just a shell script that is executed by catalyst within the
chroot.
> In short, I want a create a script to modify livecd parameters (at the
> end of the built), and a script to update parameters during the boot.
> I don't know if I'm clear, sorry.
To update parameters during boot, you'll need to do some work, depending
on the parameters you need to adjust. I can't really help more without
more information.
--
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] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-08 6:20 ` Christophe PEREZ
@ 2005-07-08 14:22 ` Chris Gianelloni
0 siblings, 0 replies; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-08 14:22 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]
On Fri, 2005-07-08 at 02:20 -0400, Christophe PEREZ wrote:
> Le Fri, 08 Jul 2005 01:57:07 -0400, Christophe PEREZ a écrit :
>
> > I add xdm:default to livecd/rcadd
>
> I don't really need that.
> I only need to build livecd with :
> - create a user (with livecd/users I suppose)
livecd/users: cperez
> - add a good xfce4 configuration in $HOME of this user (which script?)
livecd/root_overlay: /tmp/overlay with /home/cperez/.xcfe in it.
> during boot :
> - create xorg configuration
> - start x (I have to find the best way to do that)
See previous email.
If you follow the directions there, X will be auto-started. I might
suggest avoiding the use of the xdm init script, and instead using a
livecd/xinitrc to start X, as the build will try to execute "startx"
automatically as the first user specified in livecd/users when using
livecd/type generic-livecd.
=]
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-08 14:19 ` Chris Gianelloni
@ 2005-07-08 18:21 ` Christophe PEREZ
2005-07-08 19:18 ` Chris Gianelloni
2005-07-09 5:52 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-08 18:21 UTC (permalink / raw
To: gentoo-catalyst
Le Fri, 08 Jul 2005 10:19:57 -0400, Chris Gianelloni a écrit :
> fsscript is a script, run after the default scripts, that makes changes
> to the filesystem and is run within the chroot.
Ok.
> livecd/overlay is an overlay over the CD, not the filesystem within the
> CD. We use this for the docs and snapshot, etc on the Universal CD to
> get things on the outside of the loop. This is for things, like, adding
> a README to the root of the CD.
>
> livecd/root_overlay overlays the files within the chroot and the CD's
> filesystem. If you want to add a working configuration for a user, then
> you would have an overlay that looks like this:
Oh, I had a really great understanding problem. Overlays are not
scripts... shame on me.
> /home/$user/.config
>
> This would copy .config to /home $user.
ok, now, I think I understand.
>> I want X is automaticaly launched at boot.
>
> This is easy. Use generic-livecd as your livecd/type (you should never
> use anything else since you are not building releases anyway)
I think, and hope my livecd-stage2 is generic based...
> and make
> sure you have X in your USE flags for livecd-stage1, when you install
> livecd-tools.
have it.
> If you want opengl support, then you will also need the opengl USE flag.
forgot it.
>> I add xdm:default to livecd/rcadd
>
> You should use this if you want opengl support:
>
> livecd/rcadd:
> x-setup|default
> xdm|default
>
> Use this if you do not:
>
> livecd/rcadd:
> mkxf86config|default
> xdm|default
I'll try that.
>> But, I have to create a xorg.conf dynamicaly.
>
> Now, these will create your xorg.conf file for you. Also, if you choose
> to use opengl, then you will need to install the nvidia and ati drivers
> during your livecd-stage2 packages for your kernels.
Of course.
>> I tought to use xorg -configure to create configuration, but I don't know
>> how to add this command (in which script) in my livecd.
>
> Bad idea.
The only one I found myself ;-)
> Try using the stuff I've already built and tested. =]
Sure.
>> In the same way, I want to add parameters of configuration during the
>> creation of the livecd (this is not at cd boot), have I to add them in
>> fsscript or root_overlay ?
>
> I don't really understand this exactly. But anything that you want
> changed should be in a fsscript *unless* it is just adding files. The
> fsscript is just a shell script that is executed by catalyst within the
> chroot.
Ok, it's more clear now.
> To update parameters during boot, you'll need to do some work, depending
> on the parameters you need to adjust. I can't really help more without
> more information.
I was talking about creating X configuration etc... that is only possible
during boot. But you already answer to that.
Le Fri, 08 Jul 2005 10:22:19 -0400, Chris Gianelloni a écrit :
>> - create a user (with livecd/users I suppose)
>
> livecd/users: cperez
of course.
I tried that, and I have something very strange.
I'm not very good at shell scripting, but when I see that, I don't find it
really normal :
livecd ~ # cat /root/.bashrc
#!/bin/bash
if [ -x /usr/bin/X ]; then
if [ -e /etc/su - chris -c startx ]; then
rm -f /etc/su - chris -c startx
su - chris -c startx
cat /etc/motd
fi
fi
"-x /usr/bin/X", I understand, but what is that :
"-e /etc/su - chris -c startx" ???
My livecd/users is "chris"
Of course, I always have an error at boot :
.bashrc: line 4: [: too many arguments
>> - add a good xfce4 configuration in $HOME of this user (which script?)
>
> livecd/root_overlay: /tmp/overlay with /home/cperez/.xcfe in it.
of course. clear.
>> during boot :
>> - create xorg configuration
>> - start x (I have to find the best way to do that)
>
> See previous email.
I only do that, I read it, I read it, and I read it again... I learn it ;-)
> If you follow the directions there, X will be auto-started. I might
> suggest avoiding the use of the xdm init script, and instead using a
> livecd/xinitrc to start X, as the build will try to execute "startx"
> automatically as the first user specified in livecd/users when using
> livecd/type generic-livecd.
I found this solution too, but if I don't use xdm, what will execute X ?
Thank you for all your help even if you can't understand all what I mean ;-)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-08 18:21 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-08 19:18 ` Chris Gianelloni
2005-07-08 20:14 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 3:46 ` Christophe PEREZ
2005-07-09 5:52 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 2 replies; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-08 19:18 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 2385 bytes --]
On Fri, 2005-07-08 at 14:21 -0400, Christophe PEREZ wrote:
> >> - create a user (with livecd/users I suppose)
> >
> > livecd/users: cperez
>
> of course.
> I tried that, and I have something very strange.
> I'm not very good at shell scripting, but when I see that, I don't find it
> really normal :
> livecd ~ # cat /root/.bashrc
> #!/bin/bash
>
> if [ -x /usr/bin/X ]; then
> if [ -e /etc/su - chris -c startx ]; then
> rm -f /etc/su - chris -c startx
> su - chris -c startx
> cat /etc/motd
> fi
> fi
>
> "-x /usr/bin/X", I understand, but what is that :
> "-e /etc/su - chris -c startx" ???
> My livecd/users is "chris"
>
> Of course, I always have an error at boot :
> .bashrc: line 4: [: too many arguments
OK. This was an oversight on my part. Here's how you can fix it
locally (this will be in the next catalyst)...
Edit /usr/lib/catalyst/livecd/files/livecd-bashrc and change the third
mention of "startx", where it is on a line of its own, to ##STARTX.
Next, edit /usr/lib/catalyst/livecd/runscript-support/livecdfs-update.sh
and change line 83 from:
sed -i "s/startx/su - $first_user -c startx/" /root/.bashrc
to:
sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
This will resolve the bug. I didn't pay much attention to what I was
doing here, apparently. I apologise.
Anyway, I've now fixed this is catalyst 1.1.10.1 (the first bug fix).
> > If you follow the directions there, X will be auto-started. I might
> > suggest avoiding the use of the xdm init script, and instead using a
> > livecd/xinitrc to start X, as the build will try to execute "startx"
> > automatically as the first user specified in livecd/users when using
> > livecd/type generic-livecd.
>
> I found this solution too, but if I don't use xdm, what will execute X ?
Well, the root user is automatically logged in, and when his .bashrc is
executed, it will run startx, or in your case, it will run su - chris -c
startx to start X as user chris.
> Thank you for all your help even if you can't understand all what I mean ;-)
Hehehe.... it's all good. Sometimes the language barrier makes things
harder, sometimes it doesn't exist.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-08 19:18 ` Chris Gianelloni
@ 2005-07-08 20:14 ` Christophe PEREZ
2005-07-12 3:46 ` Christophe PEREZ
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-08 20:14 UTC (permalink / raw
To: gentoo-catalyst
Le Fri, 08 Jul 2005 15:18:36 -0400, Chris Gianelloni a écrit :
> OK. This was an oversight on my part. Here's how you can fix it
> locally (this will be in the next catalyst)...
done, I'll try my build now.
> This will resolve the bug. I didn't pay much attention to what I was
> doing here, apparently. I apologise.
No problem... We can understand that ;-)
> Anyway, I've now fixed this is catalyst 1.1.10.1 (the first bug fix).
For the fisrt time I'm the first ! ;-)
But, I'm sure I'm a really good beta-tester. I often find bugs but don't
really try to do it ;-)
> Well, the root user is automatically logged in, and when his .bashrc is
> executed, it will run startx, or in your case, it will run su - chris -c
> startx to start X as user chris.
Of course, I just forgot that root was logged automaticaly.
> Hehehe.... it's all good. Sometimes the language barrier makes things
> harder, sometimes it doesn't exist.
For me, it's often a really big barrier, and if I post here, that's
because I will not able to find answer anywhere else, because I really
want to be able to create my own little livecds, and because you help me a
lot. But I know my english is very difficult to understand and google
translate makes much more badly than me.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-08 18:21 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-08 19:18 ` Chris Gianelloni
@ 2005-07-09 5:52 ` Christophe PEREZ
2005-07-09 7:00 ` Christophe PEREZ
` (2 more replies)
1 sibling, 3 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-09 5:52 UTC (permalink / raw
To: gentoo-catalyst
Le Fri, 08 Jul 2005 14:21:49 -0400, Christophe PEREZ a écrit :
If don't want to build my livecd-stage1 yet because I prefer to detect a
maximum errors before. So, I didn't enabled opengl yet.
>> livecd/rcadd:
>> x-setup|default
>> xdm|default
>>
>> Use this if you do not:
>>
>> livecd/rcadd:
>> mkxf86config|default
>> xdm|default
So, I tried this one for the moment.
But, X doesn't start. It tells me that it can't start in framebuffer mode.
If, manually, I make config with Xorg -configure, I can start X.
Do you know what can do that ?
I have to tell that I only tried in vmware for the moment.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-09 5:52 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-09 7:00 ` Christophe PEREZ
2005-07-09 13:56 ` Paul Smith
2005-07-10 4:26 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
2 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-09 7:00 UTC (permalink / raw
To: gentoo-catalyst
Le Sat, 09 Jul 2005 01:52:19 -0400, Christophe PEREZ a écrit :
> I have to tell that I only tried in vmware for the moment.
Same problem on my notebook.
Other strange thing, when I launch firefox, I have an error, it doesn't
find libstdc++.so.5.
And effectively, I have no /usr/lib/gcc-lib/
I think it's because of unmerge, or livecd/empty or livecd/rm but :
- I unmerge gcc. Have I to let it ?
- I don't empty /usr/lib/gcc*
- I remove /usr/lib/gcc-lib/*/*/libgcj* but I can't see why it would
remove
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-09 7:00 ` Christophe PEREZ
@ 2005-07-09 13:56 ` Paul Smith
2005-07-09 17:18 ` [gentoo-catalyst] " Christophe PEREZ
2006-04-16 3:10 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 2 replies; 67+ messages in thread
From: Paul Smith @ 2005-07-09 13:56 UTC (permalink / raw
To: gentoo-catalyst
%% Christophe PEREZ <christophe.perez@novazur.com> writes:
cp> - I unmerge gcc. Have I to let it ?
If you want to unmerge gcc but you have C++ programs on your system,
then add this to your livecd/packages list:
sys-libs/libstdc++-v3
--
-------------------------------------------------------------------------------
Paul D. Smith <psmith@nortel.com> HASMAT--HA Software Mthds & Tools
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions---Nortel Networks takes no responsibility for them.
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-09 13:56 ` Paul Smith
@ 2005-07-09 17:18 ` Christophe PEREZ
2005-07-12 3:42 ` Christophe PEREZ
2006-04-16 3:10 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-09 17:18 UTC (permalink / raw
To: gentoo-catalyst
Le Sat, 09 Jul 2005 09:56:25 -0400, Paul Smith a écrit :
> %% Christophe PEREZ <christophe.perez-o5saMgDzHwRBDgjK7y7TUQ@public.gmane.org> writes:
>
> cp> - I unmerge gcc. Have I to let it ?
>
> If you want to unmerge gcc but you have C++ programs on your system,
> then add this to your livecd/packages list:
>
> sys-libs/libstdc++-v3
Ok, thanks, I'll try that.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-09 5:52 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-09 7:00 ` Christophe PEREZ
@ 2005-07-10 4:26 ` Christophe PEREZ
2005-07-11 19:25 ` Christophe PEREZ
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
2 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-10 4:26 UTC (permalink / raw
To: gentoo-catalyst
Le Sat, 09 Jul 2005 01:52:19 -0400, Christophe PEREZ a écrit :
>>> mkxf86config|default
[...]
> Do you know what can do that ?
I didn't saw that mkxf86config was not executed because I used several
lines for livecd/rcadd.
I put all on the same line and it works perfectly.
But, I (always) have another question.
In my root_overlay, I put a runscript etc/init.d/myinit
I add it to livecd/rcadd, but it is not executed, because (it seems) it
doesn't exist in the chroot at the good moment.
Have I necessarily to make an ebuild which install my init script to use
it ?
Or have I to manualy create the runlevel link ?
What is the right way ?
My init script is, for the moment, just to put the good keyboard option
before X by :
sed -i 's/Option "XkbLayout" ""/Option "XkbLayout" "fr"/'
/etc/X11/xorg.conf
just after autoconfigure by mkxf86config.
But I think I will have to use it for others things later...
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-10 4:26 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-11 19:25 ` Christophe PEREZ
2005-07-11 19:44 ` Chris Gianelloni
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-11 19:25 UTC (permalink / raw
To: gentoo-catalyst
Le Sun, 10 Jul 2005 00:26:17 -0400, Christophe PEREZ a écrit :
> Have I necessarily to make an ebuild which install my init script to use
> it ?
> Or have I to manualy create the runlevel link ?
> What is the right way ?
I was manually writing the script by ffscript.
Now, I use root_overlay, and it works fine in livecd/rcadd
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-11 19:25 ` Christophe PEREZ
@ 2005-07-11 19:44 ` Chris Gianelloni
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 22:23 ` Christophe PEREZ
0 siblings, 2 replies; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-11 19:44 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
On Mon, 2005-07-11 at 15:25 -0400, Christophe PEREZ wrote:
> Le Sun, 10 Jul 2005 00:26:17 -0400, Christophe PEREZ a écrit :
>
> > Have I necessarily to make an ebuild which install my init script to use
> > it ?
> > Or have I to manualy create the runlevel link ?
> > What is the right way ?
>
> I was manually writing the script by ffscript.
> Now, I use root_overlay, and it works fine in livecd/rcadd
Ahh, yeah. The rcadd/rcdel stuff is done in livecdfs-update.sh, which
runs before the fsscript does. In fact, the fsscript is run pretty much
after everything else.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-09 5:52 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-09 7:00 ` Christophe PEREZ
2005-07-10 4:26 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-11 21:04 ` Christophe PEREZ
2005-07-11 21:17 ` Chris Gianelloni
2005-07-11 21:19 ` [gentoo-catalyst] " Christophe PEREZ
2 siblings, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-11 21:04 UTC (permalink / raw
To: gentoo-catalyst
Le Sat, 09 Jul 2005 01:52:19 -0400, Christophe PEREZ a écrit :
>>> livecd/rcadd:
>>> x-setup|default
>>> xdm|default
I added open-gl to my uses, and tried with this option, but X does work :
(EE) Failed to load "speedo" module (module does not exist, 0)
Have I forgot something like a package ?
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-11 19:44 ` Chris Gianelloni
@ 2005-07-11 21:04 ` Christophe PEREZ
2005-07-12 22:23 ` Christophe PEREZ
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-11 21:04 UTC (permalink / raw
To: gentoo-catalyst
Le Mon, 11 Jul 2005 15:44:29 -0400, Chris Gianelloni a écrit :
> Ahh, yeah. The rcadd/rcdel stuff is done in livecdfs-update.sh, which
> runs before the fsscript does. In fact, the fsscript is run pretty much
> after everything else.
Yes, of course. I should think of that before...
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-11 21:17 ` Chris Gianelloni
2005-07-11 21:33 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-11 21:19 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-11 21:17 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 587 bytes --]
On Mon, 2005-07-11 at 17:04 -0400, Christophe PEREZ wrote:
> Le Sat, 09 Jul 2005 01:52:19 -0400, Christophe PEREZ a écrit :
>
> >>> livecd/rcadd:
> >>> x-setup|default
> >>> xdm|default
>
> I added open-gl to my uses, and tried with this option, but X does work :
> (EE) Failed to load "speedo" module (module does not exist, 0)
>
> Have I forgot something like a package ?
No, but you shouldn't have minimal in your USE flags for livecd-stage1.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-11 21:17 ` Chris Gianelloni
@ 2005-07-11 21:19 ` Christophe PEREZ
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-11 21:19 UTC (permalink / raw
To: gentoo-catalyst
Le Mon, 11 Jul 2005 17:04:12 -0400, Christophe PEREZ a écrit :
> I added open-gl to my uses, and tried with this option, but X does work :
> (EE) Failed to load "speedo" module (module does not exist, 0)
>
> Have I forgot something like a package ?
The problem is certainly not there.
I have another message :
could not open default font 'fixed'
I have to reduce my iso to put it on a usb key 512Mb and I removed a
maximum files and directory.
May be the wrongs...
What can I really remove in /usr/share/fonts ?
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-11 21:17 ` Chris Gianelloni
@ 2005-07-11 21:33 ` Christophe PEREZ
0 siblings, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-11 21:33 UTC (permalink / raw
To: gentoo-catalyst
Le Mon, 11 Jul 2005 17:17:12 -0400, Chris Gianelloni a écrit :
> No, but you shouldn't have minimal in your USE flags for livecd-stage1.
I haven't it.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-09 17:18 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-12 3:42 ` Christophe PEREZ
0 siblings, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 3:42 UTC (permalink / raw
To: gentoo-catalyst
Le Sat, 09 Jul 2005 13:18:58 -0400, Christophe PEREZ a écrit :
>> If you want to unmerge gcc but you have C++ programs on your system,
>> then add this to your livecd/packages list:
>>
>> sys-libs/libstdc++-v3
>
> Ok, thanks, I'll try that.
Works fine. Thanks
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-08 19:18 ` Chris Gianelloni
2005-07-08 20:14 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-12 3:46 ` Christophe PEREZ
2005-07-12 14:12 ` Chris Gianelloni
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 3:46 UTC (permalink / raw
To: gentoo-catalyst
Le Fri, 08 Jul 2005 15:18:36 -0400, Chris Gianelloni a écrit :
> Well, the root user is automatically logged in, and when his .bashrc is
> executed, it will run startx, or in your case, it will run su - chris -c
> startx to start X as user chris.
Well, there is just a problem with that.
That's not one time root is logged, but 6 times :
# End of /etc/inittab
c1:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty1 linux
c2:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty2 linux
c3:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty3 linux
c4:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty4 linux
c5:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty5 linux
c6:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty6 linux
So, .bashrc is read 6 times, and try to execute X 6 times.
That's why I had a black screen at boot.
For the moment, I'll just comment c[2-6] by fsscript, but if there are a
more pretty solution...
PS : Saw the ChangeLog, Chris ;-)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-12 3:46 ` Christophe PEREZ
@ 2005-07-12 14:12 ` Chris Gianelloni
2005-07-12 16:32 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-12 14:12 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]
On Mon, 2005-07-11 at 23:46 -0400, Christophe PEREZ wrote:
> Le Fri, 08 Jul 2005 15:18:36 -0400, Chris Gianelloni a écrit :
>
> > Well, the root user is automatically logged in, and when his .bashrc is
> > executed, it will run startx, or in your case, it will run su - chris -c
> > startx to start X as user chris.
>
> Well, there is just a problem with that.
> That's not one time root is logged, but 6 times :
> # End of /etc/inittab
> c1:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty1 linux
> c2:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty2 linux
> c3:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty3 linux
> c4:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty4 linux
> c5:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty5 linux
> c6:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty6 linux
>
> So, .bashrc is read 6 times, and try to execute X 6 times.
> That's why I had a black screen at boot.
Well, in all of my testing, since the first time .bashrc is read, it
deletes /etc/startx, I didn't have any issues. Perhaps my sessions are
starting slower than yours?
> For the moment, I'll just comment c[2-6] by fsscript, but if there are a
> more pretty solution...
>
> PS : Saw the ChangeLog, Chris ;-)
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-12 14:12 ` Chris Gianelloni
@ 2005-07-12 16:32 ` Christophe PEREZ
2005-07-12 17:01 ` Chris Gianelloni
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 16:32 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 10:12:59 -0400, Chris Gianelloni a écrit :
> Well, in all of my testing, since the first time .bashrc is read, it
> deletes /etc/startx, I didn't have any issues. Perhaps my sessions are
> starting slower than yours?
slower or faster, may be.
Because, sometimes, it works even with lines uncommented.
Use of xinitrc could be better, isn't it ?
And xinitrc could permit to adapt better the X start for something more
complicated than just a "su - user -c startx".
If I want to use it, what service will be started by ?
I know it's not really a catalyst question, but catalyst have its
particular work (like autoconfig etc...).
Another thing.
I try to have sound in my livecd.
I added alsa in my kernel, alsa-utils in packages, and alsa-sound at boot.
But, sound doesn't work.
If I restart alsa-sound, it works.
May be alsa-sound should be started after another service ?
An idea ?
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-12 16:32 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-12 17:01 ` Chris Gianelloni
2005-07-12 17:26 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-12 17:01 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]
On Tue, 2005-07-12 at 12:32 -0400, Christophe PEREZ wrote:
> Le Tue, 12 Jul 2005 10:12:59 -0400, Chris Gianelloni a écrit :
>
> > Well, in all of my testing, since the first time .bashrc is read, it
> > deletes /etc/startx, I didn't have any issues. Perhaps my sessions are
> > starting slower than yours?
>
> slower or faster, may be.
> Because, sometimes, it works even with lines uncommented.
> Use of xinitrc could be better, isn't it ?
> And xinitrc could permit to adapt better the X start for something more
> complicated than just a "su - user -c startx".
> If I want to use it, what service will be started by ?
Umm... You're supposed to use both.
livecd/xinitrc:
Otherwise, you get twm. :P
> I know it's not really a catalyst question, but catalyst have its
> particular work (like autoconfig etc...).
>
> Another thing.
> I try to have sound in my livecd.
> I added alsa in my kernel, alsa-utils in packages, and alsa-sound at boot.
You probably want alsasound to start after coldplug.
> But, sound doesn't work.
> If I restart alsa-sound, it works.
> May be alsa-sound should be started after another service ?
> An idea ?
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 17:01 ` Chris Gianelloni
@ 2005-07-12 17:26 ` Christophe PEREZ
2005-07-12 17:34 ` Christophe PEREZ
2005-07-12 18:05 ` [gentoo-catalyst] Re: " Chris Gianelloni
0 siblings, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 17:26 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 13:01:31 -0400, Chris Gianelloni a écrit :
>> Use of xinitrc could be better, isn't it ?
>> And xinitrc could permit to adapt better the X start for something more
>> complicated than just a "su - user -c startx".
>> If I want to use it, what service will be started by ?
>
> Umm... You're supposed to use both.
Yes, but I didn't explained very well.
I mean there are 2 way :
- catalyst xinitrc (never used it)
- root/.bashrc
no ?
> livecd/xinitrc:
Yes, but I don't know what service excute xinitrc. xdm ?
In fact, I want one user created, X started by this user at boot without
session manager (xdm, kdm, gdm).
>> I added alsa in my kernel, alsa-utils in packages, and alsa-sound at boot..
>
> You probably want alsasound to start after coldplug.
So I have to manually (ffscript) modify alsa-sound OR coldplug, is is true ?
And if the one I choose change in the furture, my "sed" won't work anymore ?
:-(
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 17:26 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-12 17:34 ` Christophe PEREZ
2005-07-12 18:06 ` Chris Gianelloni
2005-07-12 18:05 ` [gentoo-catalyst] Re: " Chris Gianelloni
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 17:34 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 13:26:45 -0400, Christophe PEREZ a écrit :
>> You probably want alsasound to start after coldplug.
>
> So I have to manually (ffscript) modify alsa-sound OR coldplug, is is true ?
> And if the one I choose change in the furture, my "sed" won't work anymore ?
> :-(
But, alsasound has already this :
depend() {
need bootmisc localmount
after modules isapnp coldplug hotplug
}
???
So, I don't understand...
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 17:26 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 17:34 ` Christophe PEREZ
@ 2005-07-12 18:05 ` Chris Gianelloni
2005-07-12 19:14 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 19:43 ` Christophe PEREZ
1 sibling, 2 replies; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-12 18:05 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1737 bytes --]
On Tue, 2005-07-12 at 13:26 -0400, Christophe PEREZ wrote:
> Le Tue, 12 Jul 2005 13:01:31 -0400, Chris Gianelloni a écrit :
>
> >> Use of xinitrc could be better, isn't it ?
> >> And xinitrc could permit to adapt better the X start for something more
> >> complicated than just a "su - user -c startx".
> >> If I want to use it, what service will be started by ?
> >
> > Umm... You're supposed to use both.
>
> Yes, but I didn't explained very well.
> I mean there are 2 way :
> - catalyst xinitrc (never used it)
> - root/.bashrc
>
> no ?
No. A xinitrc file is what is executed when you run "startx" from the
command line.
> > livecd/xinitrc:
>
> Yes, but I don't know what service excute xinitrc. xdm ?
> In fact, I want one user created, X started by this user at boot without
> session manager (xdm, kdm, gdm).
The xinitrc has nothing to do with any session management or display
management, but rather when calling startx.
> >> I added alsa in my kernel, alsa-utils in packages, and alsa-sound at boot..
> >
> > You probably want alsasound to start after coldplug.
>
> So I have to manually (ffscript) modify alsa-sound OR coldplug, is is true ?
> And if the one I choose change in the furture, my "sed" won't work anymore ?
> :-(
Actually, alsasound should be auto-started after coldplug with
livecd-tools 1.0.22 and I'll be rolling out a catalyst 1.1.10.3 soon
that does *not* add alsasound to any runlevel.
With catalyst 1.1.10.2, you should add alsasound to rcdel, since
catalyst automatically adds it if it sees it, then let autoconfig start
it after coldplug.
--
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] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 17:34 ` Christophe PEREZ
@ 2005-07-12 18:06 ` Chris Gianelloni
2005-07-12 19:17 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-12 18:06 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 901 bytes --]
On Tue, 2005-07-12 at 13:34 -0400, Christophe PEREZ wrote:
> Le Tue, 12 Jul 2005 13:26:45 -0400, Christophe PEREZ a écrit :
>
> >> You probably want alsasound to start after coldplug.
> >
> > So I have to manually (ffscript) modify alsa-sound OR coldplug, is is true ?
> > And if the one I choose change in the furture, my "sed" won't work anymore ?
> > :-(
>
> But, alsasound has already this :
> depend() {
> need bootmisc localmount
> after modules isapnp coldplug hotplug
> }
>
> ???
> So, I don't understand...
We start coldplug from within autoconfig, which completely messes up the
dependency tree. Yes, it sucks. Yes, it is the best way to do it on a
LiveCD, since it allows us to use no* and do* commands on the command
line when booting.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 18:05 ` [gentoo-catalyst] Re: " Chris Gianelloni
@ 2005-07-12 19:14 ` Christophe PEREZ
2005-07-12 19:43 ` Christophe PEREZ
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 19:14 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 14:05:05 -0400, Chris Gianelloni a écrit :
> No. A xinitrc file is what is executed when you run "startx" from the
> command line.
ok.
> The xinitrc has nothing to do with any session management or display
> management, but rather when calling startx.
I just said that to explain what I really want, to help you to help me ;-)
> Actually, alsasound should be auto-started after coldplug with
> livecd-tools 1.0.22 and I'll be rolling out a catalyst 1.1.10.3 soon
> that does *not* add alsasound to any runlevel.
Yeah ! ;-)
> With catalyst 1.1.10.2, you should add alsasound to rcdel, since
> catalyst automatically adds it if it sees it, then let autoconfig start
> it after coldplug.
Ok, I didn't know 1.1.10.2 exists ;-)
My livecd become something working fine. The most difficult will be now
to reduce its size by unmerging/removing in stage2, all that is not
needed, libs etc... But I don't think I can ask that here.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-12 18:06 ` Chris Gianelloni
@ 2005-07-12 19:17 ` Christophe PEREZ
0 siblings, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 19:17 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 14:06:38 -0400, Chris Gianelloni a écrit :
> Yes, it sucks.
No, no...
> Yes, it is the best way to do it on a
> LiveCD, since it allows us to use no* and do* commands on the command
> line when booting.
Of course.
The fact that I don't understand, or that I'm not able to use correctly
the tools, doesn't mean the tools is bad.
I'm sure catalyst is good, and use the good ways, but I'm not always able
to use it correctly. But I work on it all the day ;-)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 18:05 ` [gentoo-catalyst] Re: " Chris Gianelloni
2005-07-12 19:14 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-12 19:43 ` Christophe PEREZ
2005-07-12 19:59 ` Chris Gianelloni
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 19:43 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 14:05:05 -0400, Chris Gianelloni a écrit :
> With catalyst 1.1.10.2, you should add alsasound to rcdel, since
> catalyst automatically adds it if it sees it, then let autoconfig start
> it after coldplug.
add it to rcdel, but for which service ? boot ? default ? other ?
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 19:43 ` Christophe PEREZ
@ 2005-07-12 19:59 ` Chris Gianelloni
2005-07-12 20:18 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-12 19:59 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 554 bytes --]
On Tue, 2005-07-12 at 15:43 -0400, Christophe PEREZ wrote:
> Le Tue, 12 Jul 2005 14:05:05 -0400, Chris Gianelloni a écrit :
>
> > With catalyst 1.1.10.2, you should add alsasound to rcdel, since
> > catalyst automatically adds it if it sees it, then let autoconfig start
> > it after coldplug.
>
> add it to rcdel, but for which service ? boot ? default ? other ?
If you don't list one, it removes it from any that it finds it in...
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-12 19:59 ` Chris Gianelloni
@ 2005-07-12 20:18 ` Christophe PEREZ
2005-07-14 5:03 ` [gentoo-catalyst] " Christophe PEREZ
2006-09-16 19:49 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 20:18 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 15:59:13 -0400, Chris Gianelloni a écrit :
> If you don't list one, it removes it from any that it finds it in...
ok.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-11 19:44 ` Chris Gianelloni
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-12 22:23 ` Christophe PEREZ
2005-07-13 4:04 ` Christophe PEREZ
2005-07-13 14:26 ` Chris Gianelloni
1 sibling, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-12 22:23 UTC (permalink / raw
To: gentoo-catalyst
Le Mon, 11 Jul 2005 15:44:29 -0400, Chris Gianelloni a écrit :
> In fact, the fsscript is run pretty much
> after everything else.
Really ?
I try to update /etc/ntp.conf with it, and at boot, I have not really the
same file.
Or, catalyst modify this file after me ?
I'll put it in root_overlay, I think it's the solution.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-12 22:23 ` Christophe PEREZ
@ 2005-07-13 4:04 ` Christophe PEREZ
2005-07-13 14:26 ` Chris Gianelloni
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-13 4:04 UTC (permalink / raw
To: gentoo-catalyst
Le Tue, 12 Jul 2005 18:23:46 -0400, Christophe PEREZ a écrit :
>> In fact, the fsscript is run pretty much
>> after everything else.
>
> Really ?
> I try to update /etc/ntp.conf with it, and at boot, I have not really the
> same file.
> Or, catalyst modify this file after me ?
> I'll put it in root_overlay, I think it's the solution.
Nop !
Doesn't work better !
ntpd config is created at boot ?
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-12 22:23 ` Christophe PEREZ
2005-07-13 4:04 ` Christophe PEREZ
@ 2005-07-13 14:26 ` Chris Gianelloni
2005-07-13 15:23 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-13 14:26 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 716 bytes --]
On Tue, 2005-07-12 at 18:23 -0400, Christophe PEREZ wrote:
> Le Mon, 11 Jul 2005 15:44:29 -0400, Chris Gianelloni a écrit :
>
> > In fact, the fsscript is run pretty much
> > after everything else.
>
> Really ?
> I try to update /etc/ntp.conf with it, and at boot, I have not really the
> same file.
dhcpcd by default overwrites ntp.conf
You will need to change your dhcp options to not overwrite it.
> Or, catalyst modify this file after me ?
Nope, dhcpcd does.
> I'll put it in root_overlay, I think it's the solution.
It won't matter unless you fix the dhcpcd configuration.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 14:26 ` Chris Gianelloni
@ 2005-07-13 15:23 ` Christophe PEREZ
2005-07-13 15:38 ` Michiel de Bruijne
2005-07-13 15:38 ` Chris Gianelloni
0 siblings, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-13 15:23 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 13 Jul 2005 10:26:02 -0400, Chris Gianelloni a écrit :
> dhcpcd by default overwrites ntp.conf
ok.
> You will need to change your dhcp options to not overwrite it.
You mean dhcp server options ?
I didn't know I could affect ntp conf with dhcp server. I'll look for that.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 15:23 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-13 15:38 ` Michiel de Bruijne
2005-07-13 15:38 ` Chris Gianelloni
1 sibling, 0 replies; 67+ messages in thread
From: Michiel de Bruijne @ 2005-07-13 15:38 UTC (permalink / raw
To: gentoo-catalyst
On Wednesday 13 July 2005 17:23, Christophe PEREZ wrote:
> Le Wed, 13 Jul 2005 10:26:02 -0400, Chris Gianelloni a écrit :
> > dhcpcd by default overwrites ntp.conf
>
> ok.
>
> > You will need to change your dhcp options to not overwrite it.
>
> You mean dhcp server options ?
> I didn't know I could affect ntp conf with dhcp server. I'll look for that.
Add -N to dhcpcd_<interface>= in your nw-conf-file.
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 15:23 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 15:38 ` Michiel de Bruijne
@ 2005-07-13 15:38 ` Chris Gianelloni
2005-07-13 16:57 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-13 15:38 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 729 bytes --]
On Wed, 2005-07-13 at 11:23 -0400, Christophe PEREZ wrote:
> Le Wed, 13 Jul 2005 10:26:02 -0400, Chris Gianelloni a écrit :
>
> > dhcpcd by default overwrites ntp.conf
>
> ok.
>
> > You will need to change your dhcp options to not overwrite it.
>
> You mean dhcp server options ?
No. Client options.
You'll probably need to add something like the following:
dhcpcd_eth0=( "-N" )
to /etc/conf.d/net to keep it from overwriting ntp.conf
> I didn't know I could affect ntp conf with dhcp server. I'll look for that.
Yeah, you can.
You'd be amazed at the stuff you can overwrite via DHCP.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 15:38 ` Chris Gianelloni
@ 2005-07-13 16:57 ` Christophe PEREZ
2005-07-13 17:05 ` Chris Gianelloni
2005-07-13 17:38 ` [gentoo-catalyst] Re: " Christophe PEREZ
0 siblings, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-13 16:57 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 13 Jul 2005 11:38:46 -0400, Chris Gianelloni a écrit :
> No. Client options.
>
> You'll probably need to add something like the following:
>
> dhcpcd_eth0=( "-N" )
>
> to /etc/conf.d/net to keep it from overwriting ntp.conf
But that's not really dynamic and is not anymore in livecd way.
>> I didn't know I could affect ntp conf with dhcp server. I'll look for that.
>
> Yeah, you can.
>
> You'd be amazed at the stuff you can overwrite via DHCP.
;-)
I'll try this way
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 16:57 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-13 17:05 ` Chris Gianelloni
2005-07-13 17:34 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 17:38 ` [gentoo-catalyst] Re: " Christophe PEREZ
1 sibling, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-13 17:05 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 511 bytes --]
On Wed, 2005-07-13 at 12:57 -0400, Christophe PEREZ wrote:
> Le Wed, 13 Jul 2005 11:38:46 -0400, Chris Gianelloni a écrit :
>
> > No. Client options.
> >
> > You'll probably need to add something like the following:
> >
> > dhcpcd_eth0=( "-N" )
> >
> > to /etc/conf.d/net to keep it from overwriting ntp.conf
>
> But that's not really dynamic and is not anymore in livecd way.
Huh?
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 17:05 ` Chris Gianelloni
@ 2005-07-13 17:34 ` Christophe PEREZ
2005-07-13 18:22 ` Chris Gianelloni
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-13 17:34 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 13 Jul 2005 13:05:35 -0400, Chris Gianelloni a écrit :
>> > dhcpcd_eth0=( "-N" )
>> >
>> > to /etc/conf.d/net to keep it from overwriting ntp.conf
>>
>> But that's not really dynamic and is not anymore in livecd way.
>
> Huh?
Yes, the machine hasn't necessarly its interface on eth0. It can be
wireless on wlan0 or other, no ?
So, if I "hard" config /etc/conf.d/net, it won't be very dynamic.
I don't know if I'm very clear,.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 16:57 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 17:05 ` Chris Gianelloni
@ 2005-07-13 17:38 ` Christophe PEREZ
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-13 17:38 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 13 Jul 2005 12:57:30 -0400, Christophe PEREZ a écrit :
>> You'd be amazed at the stuff you can overwrite via DHCP.
>
> ;-)
> I'll try this way
Works perfectly with :
option ntp-servers ips
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 17:34 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-13 18:22 ` Chris Gianelloni
2005-07-13 19:35 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-13 18:22 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 978 bytes --]
On Wed, 2005-07-13 at 13:34 -0400, Christophe PEREZ wrote:
> Le Wed, 13 Jul 2005 13:05:35 -0400, Chris Gianelloni a écrit :
>
> >> > dhcpcd_eth0=( "-N" )
> >> >
> >> > to /etc/conf.d/net to keep it from overwriting ntp.conf
> >>
> >> But that's not really dynamic and is not anymore in livecd way.
> >
> > Huh?
>
> Yes, the machine hasn't necessarly its interface on eth0. It can be
> wireless on wlan0 or other, no ?
True. I figured you were doing this for a specific machine. Besides,
you could always do it like this:
for i in eth0 eth1 eth2 eth3 eth4 eth5
do
echo 'dhcpcd_$i=("-N")' >> /etc/conf.d/net
done
> So, if I "hard" config /etc/conf.d/net, it won't be very dynamic.
> I don't know if I'm very clear,.
As for the wireless configurations, well... none of those auto-start,
anyway, unless they show up as an ethX device.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: Re: Re: Re: livecd-stage1 pkgconfig
2005-07-13 18:22 ` Chris Gianelloni
@ 2005-07-13 19:35 ` Christophe PEREZ
2005-07-13 19:47 ` [gentoo-catalyst] " Chris Gianelloni
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-13 19:35 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 13 Jul 2005 14:22:40 -0400, Chris Gianelloni a écrit :
> True. I figured you were doing this for a specific machine.
I try a stay maximum opened :-)
> Besides,
> you could always do it like this:
>
> for i in eth0 eth1 eth2 eth3 eth4 eth5
> do
> echo 'dhcpcd_$i=("-N")' >> /etc/conf.d/net
> done
Yes, of course.
Anyway, I prefer the dhcp server solution.
> As for the wireless configurations, well... none of those auto-start,
> anyway, unless they show up as an ethX device.
Mine shows up as wlan0 ;-)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-13 19:35 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-13 19:47 ` Chris Gianelloni
2005-07-13 19:53 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-13 19:47 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
On Wed, 2005-07-13 at 15:35 -0400, Christophe PEREZ wrote:
> Le Wed, 13 Jul 2005 14:22:40 -0400, Chris Gianelloni a écrit :
>
> > True. I figured you were doing this for a specific machine.
>
> I try a stay maximum opened :-)
>
> > Besides,
> > you could always do it like this:
> >
> > for i in eth0 eth1 eth2 eth3 eth4 eth5
> > do
> > echo 'dhcpcd_$i=("-N")' >> /etc/conf.d/net
> > done
>
> Yes, of course.
> Anyway, I prefer the dhcp server solution.
>
> > As for the wireless configurations, well... none of those auto-start,
> > anyway, unless they show up as an ethX device.
>
> Mine shows up as wlan0 ;-)
Doesn't matter. There's no /etc/init.d/net.wlan0 (by default, you might
have one) so it doesn't get started when it is detected. Now, a driver
might create that link if it normally uses that format, so I'm not
speaking in absolutes here.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-13 19:47 ` [gentoo-catalyst] " Chris Gianelloni
@ 2005-07-13 19:53 ` Christophe PEREZ
0 siblings, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-13 19:53 UTC (permalink / raw
To: gentoo-catalyst
Le Wed, 13 Jul 2005 15:47:15 -0400, Chris Gianelloni a écrit :
> Doesn't matter. There's no /etc/init.d/net.wlan0 (by default, you might
> have one) so it doesn't get started when it is detected. Now, a driver
> might create that link if it normally uses that format, so I'm not
> speaking in absolutes here.
ok.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-12 20:18 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-14 5:03 ` Christophe PEREZ
2005-07-14 13:14 ` Chris Gianelloni
2005-07-14 18:06 ` [gentoo-catalyst] " Christophe PEREZ
2006-09-16 19:49 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 2 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-14 5:03 UTC (permalink / raw
To: gentoo-catalyst
Hi,
I've got a little problem under X.
My locale is not good.
I have $ cat /etc/env.d/02local
LANG="fr_FR@euro"
For root, at boot, it's ok, I have :
LANG=fr_FR@euro
LC_CTYPE="fr_FR@euro"
...
But, after root started X by its .bashrc (su - user -c startx), I have :
LANG=
LC_CTYPE="POSIX"
...
I don't understand why.
If someone can help me, please.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-14 5:03 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-14 13:14 ` Chris Gianelloni
2005-07-14 17:29 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 18:06 ` [gentoo-catalyst] " Christophe PEREZ
1 sibling, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-14 13:14 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 763 bytes --]
On Thu, 2005-07-14 at 01:03 -0400, Christophe PEREZ wrote:
> Hi,
>
> I've got a little problem under X.
> My locale is not good.
>
> I have $ cat /etc/env.d/02local
> LANG="fr_FR@euro"
>
> For root, at boot, it's ok, I have :
> LANG=fr_FR@euro
> LC_CTYPE="fr_FR@euro"
> ...
>
> But, after root started X by its .bashrc (su - user -c startx), I have :
> LANG=
> LC_CTYPE="POSIX"
> ...
>
> I don't understand why.
>
> If someone can help me, please.
Unfortunately, I'm an American with a US keyboard that uses en_US, so I
can't help you with anything that has anything to do with locales or
keymaps or any of that fun stuff.
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-14 13:14 ` Chris Gianelloni
@ 2005-07-14 17:29 ` Christophe PEREZ
0 siblings, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-14 17:29 UTC (permalink / raw
To: gentoo-catalyst
Le Thu, 14 Jul 2005 09:14:41 -0400, Chris Gianelloni a écrit :
> On Thu, 2005-07-14 at 01:03 -0400, Christophe PEREZ wrote:
>> Hi,
>>
>> I've got a little problem under X.
>> My locale is not good.
>>
>> I have $ cat /etc/env.d/02local
>> LANG="fr_FR@euro"
>>
>> For root, at boot, it's ok, I have :
>> LANG=fr_FR@euro
>> LC_CTYPE="fr_FR@euro"
>> ...
>>
>> But, after root started X by its .bashrc (su - user -c startx), I have :
>> LANG=
>> LC_CTYPE="POSIX"
>> ...
>>
>> I don't understand why.
>>
>> If someone can help me, please.
>
> Unfortunately, I'm an American with a US keyboard that uses en_US, so I
> can't help you with anything that has anything to do with locales or
> keymaps or any of that fun stuff.
Someone else ?
Not only en_US users here ? ;-)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-14 5:03 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 13:14 ` Chris Gianelloni
@ 2005-07-14 18:06 ` Christophe PEREZ
2005-07-14 18:21 ` Chris Gianelloni
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-14 18:06 UTC (permalink / raw
To: gentoo-catalyst
Le Thu, 14 Jul 2005 01:03:36 -0400, Christophe PEREZ a écrit :
> Hi,
>
> I've got a little problem under X.
> My locale is not good.
>
> I have $ cat /etc/env.d/02local
> LANG="fr_FR@euro"
>
> For root, at boot, it's ok, I have :
> LANG=fr_FR@euro
> LC_CTYPE="fr_FR@euro"
> ....
>
> But, after root started X by its .bashrc (su - user -c startx), I have :
> LANG=
> LC_CTYPE="POSIX"
> ....
>
> I don't understand why.
>
> If someone can help me, please.
Found !
/etc/profile is not sourced as with /etc/X11/startDM.sh for example.
So, one simple solution is to add it to my /home/user/.xinitrc
Another solution could be to modify
/usr/lib/catalyst/livecd/runscript-support/livecdfs-update.sh
--- livecdfs-update.sh.orig 2005-07-14 14:02:12.000000000 -0400
+++ livecdfs-update.sh 2005-07-14 14:03:05.000000000 -0400
@@ -79,7 +79,7 @@
if [ -n "${clst_livecd_users}" -a -e /etc/startx ]
then
first_user=$(echo ${clst_livecd_users} | cut -d' ' -f1)
- sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
+ sed -i "s/##STARTX/su - $first_user -c \"source /etc/profile && startx\"/" /root/.bashrc
fi
# setup dhcp on all detected ethernet devices
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-14 18:06 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-14 18:21 ` Chris Gianelloni
2005-07-14 18:33 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 18:42 ` Christophe PEREZ
0 siblings, 2 replies; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-14 18:21 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 772 bytes --]
On Thu, 2005-07-14 at 14:06 -0400, Christophe PEREZ wrote:
> --- livecdfs-update.sh.orig 2005-07-14 14:02:12.000000000 -0400
> +++ livecdfs-update.sh 2005-07-14 14:03:05.000000000 -0400
> @@ -79,7 +79,7 @@
> if [ -n "${clst_livecd_users}" -a -e /etc/startx ]
> then
> first_user=$(echo ${clst_livecd_users} | cut -d' ' -f1)
> - sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
> + sed -i "s/##STARTX/su - $first_user -c \"source /etc/profile && startx\"/" /root/.bashrc
> fi
>
> # setup dhcp on all detected ethernet devices
This will be in catalyst 1.1.10.5, when I release it.
Thanks for finding this!
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-14 18:21 ` Chris Gianelloni
@ 2005-07-14 18:33 ` Christophe PEREZ
2005-07-14 18:42 ` Christophe PEREZ
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-14 18:33 UTC (permalink / raw
To: gentoo-catalyst
Le Thu, 14 Jul 2005 14:21:50 -0400, Chris Gianelloni a écrit :
> This will be in catalyst 1.1.10.5, when I release it.
I did not even hope for as much of it (google translate, too complicated
for me) ;-)
> Thanks for finding this!
That's the minimum I can do for you/catalyst ;-)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-14 18:21 ` Chris Gianelloni
2005-07-14 18:33 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-14 18:42 ` Christophe PEREZ
2005-07-14 18:57 ` Chris Gianelloni
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-14 18:42 UTC (permalink / raw
To: gentoo-catalyst
Le Thu, 14 Jul 2005 14:21:50 -0400, Chris Gianelloni a écrit :
> This will be in catalyst 1.1.10.5, when I release it.
OOps, big sed error, didn't tried it, sorry :
--- livecdfs-update.sh.orig 2005-07-14 14:02:12.000000000 -0400
+++ livecdfs-update.sh 2005-07-14 14:41:41.000000000 -0400
@@ -79,7 +79,7 @@
if [ -n "${clst_livecd_users}" -a -e /etc/startx ]
then
first_user=$(echo ${clst_livecd_users} | cut -d' ' -f1)
- sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
+ sed -i "s|##STARTX|su - $first_user -c \"source /etc/profile \&\& startx\"|" /root/.bashrc
fi
# setup dhcp on all detected ethernet devices
I hope it's good now.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-14 18:42 ` Christophe PEREZ
@ 2005-07-14 18:57 ` Chris Gianelloni
2005-07-14 19:36 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-14 18:57 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]
On Thu, 2005-07-14 at 14:42 -0400, Christophe PEREZ wrote:
> Le Thu, 14 Jul 2005 14:21:50 -0400, Chris Gianelloni a écrit :
>
> > This will be in catalyst 1.1.10.5, when I release it.
>
> OOps, big sed error, didn't tried it, sorry :
>
> --- livecdfs-update.sh.orig 2005-07-14 14:02:12.000000000 -0400
> +++ livecdfs-update.sh 2005-07-14 14:41:41.000000000 -0400
> @@ -79,7 +79,7 @@
> if [ -n "${clst_livecd_users}" -a -e /etc/startx ]
> then
> first_user=$(echo ${clst_livecd_users} | cut -d' ' -f1)
> - sed -i "s/##STARTX/su - $first_user -c startx/" /root/.bashrc
> + sed -i "s|##STARTX|su - $first_user -c \"source /etc/profile \&\& startx\"|" /root/.bashrc
> fi
>
> # setup dhcp on all detected ethernet devices
>
> I hope it's good now.
I just did it like this:
sed -i 's/##STARTX/su - $first_user -c "source /etc/profile &&
startx"/' /root/.bashrc
--
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] 67+ messages in thread
* [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-14 18:57 ` Chris Gianelloni
@ 2005-07-14 19:36 ` Christophe PEREZ
2005-07-14 19:53 ` Chris Gianelloni
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-14 19:36 UTC (permalink / raw
To: gentoo-catalyst
Le Thu, 14 Jul 2005 14:57:53 -0400, Chris Gianelloni a écrit :
> I just did it like this:
>
> sed -i 's/##STARTX/su - $first_user -c "source /etc/profile &&
> startx"/' /root/.bashrc
???
- $first_user won't be used
- too much '/'
- & will be replaced
In the way with "'", it should be :
sed -i 's|##STARTX|su - '"${first_user}"' -c "source /etc/profile \&\&
startx"|' /root/.bashrc
no ?
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: Re: Re: livecd-stage1 pkgconfig
2005-07-14 19:36 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-14 19:53 ` Chris Gianelloni
2005-07-15 0:52 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-14 19:53 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 716 bytes --]
On Thu, 2005-07-14 at 15:36 -0400, Christophe PEREZ wrote:
> Le Thu, 14 Jul 2005 14:57:53 -0400, Chris Gianelloni a écrit :
>
> > I just did it like this:
> >
> > sed -i 's/##STARTX/su - $first_user -c "source /etc/profile &&
> > startx"/' /root/.bashrc
>
> ???
>
> - $first_user won't be used
> - too much '/'
> - & will be replaced
>
> In the way with "'", it should be :
> sed -i 's|##STARTX|su - '"${first_user}"' -c "source /etc/profile \&\&
> startx"|' /root/.bashrc
>
> no ?
"s:##STARTX:su - $first_user -c 'source /etc/profile \&\& startx':"
works... I just tested 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] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-14 19:53 ` Chris Gianelloni
@ 2005-07-15 0:52 ` Christophe PEREZ
2005-07-15 15:31 ` Chris Gianelloni
0 siblings, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-15 0:52 UTC (permalink / raw
To: gentoo-catalyst
another small improvement could be :
--- livecd-bashrc.orig 2005-07-14 20:44:56.000000000 -0400
+++ livecd-bashrc 2005-07-14 20:45:32.000000000 -0400
@@ -8,7 +8,7 @@
then
rm -f /etc/startx
##STARTX
- cat /etc/motd
+ [ -f /etc/motd ] && cat /etc/motd
fi
fi
fi
to avoid the error message, if you want.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-15 0:52 ` [gentoo-catalyst] " Christophe PEREZ
@ 2005-07-15 15:31 ` Chris Gianelloni
2005-07-15 18:37 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2005-07-15 15:31 UTC (permalink / raw
To: gentoo-catalyst
On Jul 14, 2005, at 8:52 PM, Christophe PEREZ wrote:
> another small improvement could be :
>
> --- livecd-bashrc.orig 2005-07-14 20:44:56.000000000 -0400
> +++ livecd-bashrc 2005-07-14 20:45:32.000000000 -0400
> @@ -8,7 +8,7 @@
> then
> rm -f /etc/startx
> ##STARTX
> - cat /etc/motd
> + [ -f /etc/motd ] && cat /etc/motd
> fi
> fi
> fi
>
> to avoid the error message, if you want.
I added this. You shouldn't ever get an error message on any of our
release stuff, but I could see it on non-release stuff. Anyway, I
think I'll be rolling up catalyst 1.1.10.5 either tonight or
tomorrow... so if you have anything else, get it to me now... :P
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2005-07-15 15:31 ` Chris Gianelloni
@ 2005-07-15 18:37 ` Christophe PEREZ
0 siblings, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2005-07-15 18:37 UTC (permalink / raw
To: gentoo-catalyst
Le Fri, 15 Jul 2005 11:31:32 -0400, Chris Gianelloni a écrit :
> I added this. You shouldn't ever get an error message on any of our
> release stuff, but I could see it on non-release stuff. Anyway, I
> think I'll be rolling up catalyst 1.1.10.5 either tonight or
> tomorrow... so if you have anything else, get it to me now... :P
I don't see anything else, for the moment ;-)
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-09 13:56 ` Paul Smith
2005-07-09 17:18 ` [gentoo-catalyst] " Christophe PEREZ
@ 2006-04-16 3:10 ` Christophe PEREZ
2006-04-17 13:02 ` Chris Gianelloni
1 sibling, 1 reply; 67+ messages in thread
From: Christophe PEREZ @ 2006-04-16 3:10 UTC (permalink / raw
To: gentoo-catalyst
Le Sat, 09 Jul 2005 09:56:25 -0400, Paul Smith a écrit :
> %% Christophe PEREZ <christophe.perez-o5saMgDzHwRBDgjK7y7TUQ@public.gmane.org> writes:
>
> cp> - I unmerge gcc. Have I to let it ?
>
> If you want to unmerge gcc but you have C++ programs on your system,
> then add this to your livecd/packages list:
>
> sys-libs/libstdc++-v3
I have the same problem again, but with libstdc++.so.6 this time.
libstdc++-v3 just provides :
libstdc++.so.5 libstdc++.so.5.0.6
Is there a package I can emerge to have libstdc++.so.6, or can't I unmerge
gcc, please ?
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* Re: [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2006-04-16 3:10 ` [gentoo-catalyst] " Christophe PEREZ
@ 2006-04-17 13:02 ` Chris Gianelloni
2006-04-17 15:47 ` [gentoo-catalyst] " Christophe PEREZ
0 siblings, 1 reply; 67+ messages in thread
From: Chris Gianelloni @ 2006-04-17 13:02 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 862 bytes --]
On Sat, 2006-04-15 at 23:10 -0400, Christophe PEREZ wrote:
> Le Sat, 09 Jul 2005 09:56:25 -0400, Paul Smith a écrit :
>
> > %% Christophe PEREZ <christophe.perez-o5saMgDzHwRBDgjK7y7TUQ@public.gmane.org> writes:
> >
> > cp> - I unmerge gcc. Have I to let it ?
> >
> > If you want to unmerge gcc but you have C++ programs on your system,
> > then add this to your livecd/packages list:
> >
> > sys-libs/libstdc++-v3
>
> I have the same problem again, but with libstdc++.so.6 this time.
>
> libstdc++-v3 just provides :
> libstdc++.so.5 libstdc++.so.5.0.6
>
> Is there a package I can emerge to have libstdc++.so.6, or can't I unmerge
> gcc, please ?
If you built any C++ packages, you can't unmerge gcc.
--
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: Re: livecd-stage1 pkgconfig
2006-04-17 13:02 ` Chris Gianelloni
@ 2006-04-17 15:47 ` Christophe PEREZ
0 siblings, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2006-04-17 15:47 UTC (permalink / raw
To: gentoo-catalyst
Le Mon, 17 Apr 2006 09:02:17 -0400, Chris Gianelloni a écrit :
> If you built any C++ packages, you can't unmerge gcc.
That's what I understood.
I just empty dirs and remove file now.
Thanks.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
* [gentoo-catalyst] Re: livecd-stage1 pkgconfig
2005-07-12 20:18 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 5:03 ` [gentoo-catalyst] " Christophe PEREZ
@ 2006-09-16 19:49 ` Christophe PEREZ
1 sibling, 0 replies; 67+ messages in thread
From: Christophe PEREZ @ 2006-09-16 19:49 UTC (permalink / raw
To: gentoo-catalyst
Hi,
I've got a little problem under X.
My locale is not good.
I have $ cat /etc/env.d/02local
LANG="fr_FR@euro"
For root, at boot, it's ok, I have :
LANG=fr_FR@euro
LC_CTYPE="fr_FR@euro"
...
But, after root started X by its .bashrc (su - user -c startx), I have :
LANG=
LC_CTYPE="POSIX"
...
I don't understand why.
If someone can help me, please.
--
Christophe PEREZ
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 67+ messages in thread
end of thread, other threads:[~2006-09-16 19:49 UTC | newest]
Thread overview: 67+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-05 23:39 [gentoo-catalyst] livecd-stage1 pkgconfig Christophe PEREZ
2005-07-06 13:47 ` Chris Gianelloni
2005-07-06 18:47 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-08 5:57 ` Christophe PEREZ
2005-07-08 6:20 ` Christophe PEREZ
2005-07-08 14:22 ` Chris Gianelloni
2005-07-08 14:19 ` Chris Gianelloni
2005-07-08 18:21 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-08 19:18 ` Chris Gianelloni
2005-07-08 20:14 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 3:46 ` Christophe PEREZ
2005-07-12 14:12 ` Chris Gianelloni
2005-07-12 16:32 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 17:01 ` Chris Gianelloni
2005-07-12 17:26 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 17:34 ` Christophe PEREZ
2005-07-12 18:06 ` Chris Gianelloni
2005-07-12 19:17 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 18:05 ` [gentoo-catalyst] Re: " Chris Gianelloni
2005-07-12 19:14 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 19:43 ` Christophe PEREZ
2005-07-12 19:59 ` Chris Gianelloni
2005-07-12 20:18 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 5:03 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 13:14 ` Chris Gianelloni
2005-07-14 17:29 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 18:06 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 18:21 ` Chris Gianelloni
2005-07-14 18:33 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 18:42 ` Christophe PEREZ
2005-07-14 18:57 ` Chris Gianelloni
2005-07-14 19:36 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-14 19:53 ` Chris Gianelloni
2005-07-15 0:52 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-15 15:31 ` Chris Gianelloni
2005-07-15 18:37 ` [gentoo-catalyst] " Christophe PEREZ
2006-09-16 19:49 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-09 5:52 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-09 7:00 ` Christophe PEREZ
2005-07-09 13:56 ` Paul Smith
2005-07-09 17:18 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 3:42 ` Christophe PEREZ
2006-04-16 3:10 ` [gentoo-catalyst] " Christophe PEREZ
2006-04-17 13:02 ` Chris Gianelloni
2006-04-17 15:47 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-10 4:26 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-11 19:25 ` Christophe PEREZ
2005-07-11 19:44 ` Chris Gianelloni
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-12 22:23 ` Christophe PEREZ
2005-07-13 4:04 ` Christophe PEREZ
2005-07-13 14:26 ` Chris Gianelloni
2005-07-13 15:23 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 15:38 ` Michiel de Bruijne
2005-07-13 15:38 ` Chris Gianelloni
2005-07-13 16:57 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 17:05 ` Chris Gianelloni
2005-07-13 17:34 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 18:22 ` Chris Gianelloni
2005-07-13 19:35 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 19:47 ` [gentoo-catalyst] " Chris Gianelloni
2005-07-13 19:53 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-13 17:38 ` [gentoo-catalyst] Re: " Christophe PEREZ
2005-07-11 21:04 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-11 21:17 ` Chris Gianelloni
2005-07-11 21:33 ` [gentoo-catalyst] " Christophe PEREZ
2005-07-11 21:19 ` [gentoo-catalyst] " Christophe PEREZ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox