Re: [gentoo-dev] Google SOC 2008

2008-03-03 Thread Roy Marples
On Thursday 28 February 2008 11:22:13 Roy Marples wrote: So the only thing left (aside from bug fixing) is to instruct OpenRC dependency code that it's in a prefix and to respect the noprefix keyword in services, or to provide dummy services. This is now done. I have OpenRC fully working in

Re: [gentoo-dev] Google SOC 2008

2008-03-03 Thread Fabian Groffen
On 03-03-2008 13:36:25 +, Roy Marples wrote: On Thursday 28 February 2008 11:22:13 Roy Marples wrote: So the only thing left (aside from bug fixing) is to instruct OpenRC dependency code that it's in a prefix and to respect the noprefix keyword in services, or to provide dummy

Re: [gentoo-dev] Google SOC 2008

2008-03-03 Thread Michael Haubenwallner
On Mon, 2008-03-03 at 15:53 +0100, Fabian Groffen wrote: On 03-03-2008 13:36:25 +, Roy Marples wrote: On Thursday 28 February 2008 11:22:13 Roy Marples wrote: So the only thing left (aside from bug fixing) is to instruct OpenRC dependency code that it's in a prefix and to respect

Re: [gentoo-dev] Google SOC 2008

2008-03-03 Thread Roy Marples
On Mon, 3 Mar 2008 15:53:20 +0100, Fabian Groffen [EMAIL PROTECTED] wrote: On 03-03-2008 13:36:25 +, Roy Marples wrote: On Thursday 28 February 2008 11:22:13 Roy Marples wrote: So the only thing left (aside from bug fixing) is to instruct OpenRC dependency code that it's in a prefix

Re: [gentoo-dev] Google SOC 2008

2008-03-03 Thread Roy Marples
On Mon, 03 Mar 2008 16:50:49 +0100, Michael Haubenwallner [EMAIL PROTECTED] wrote: For hpux fex this just is adding some symlinks: /sbin/init.d/name - /my/prefix/sbin/init.d/distccd /sbin/rc3.d/S990name - /sbin/init.d/name # to start in runlevel 3 /sbin/rc2.d/K100name - /sbin/init.d/name

Re: [gentoo-dev] Google SOC 2008

2008-03-02 Thread Luca Barbato
joshua jackson wrote: All, Google is once again doing the summer of code for students. I'm helping organize it this year and am putting out a call for some elements to help. 1) We need idea's for things to do. Diego has already submitted some via his blog which have been taken into

Re: [gentoo-dev] Google SOC 2008

2008-02-29 Thread JoseAlberto
I have some ideas to improve GNAP (last year was a nice experience): - live upgrade - squashfs pkgs - unionfs i think this 3 task can fit in only one project. - use new catalyst This is the hardest one adn must be a different project. regards El mar, 26-02-2008 a las 10:32 -0800, joshua

Re: [gentoo-dev] Google SOC 2008

2008-02-29 Thread Alec Warner
Check your idea into cvs.. ;) On 2/29/08, JoseAlberto [EMAIL PROTECTED] wrote: I have some ideas to improve GNAP (last year was a nice experience): - live upgrade - squashfs pkgs - unionfs i think this 3 task can fit in only one project. - use new catalyst This is the hardest one

Re: [gentoo-dev] Google SOC 2008

2008-02-28 Thread Fabian Groffen
On 28-02-2008 11:22:13 +, Roy Marples wrote: On Wed, 27 Feb 2008 15:21:58 +0100, Fabian Groffen [EMAIL PROTECTED] wrote: I'm not sure how far OpenRC actually can deal with unprivileged installs, so that are just things we have to find out along the way. Provided you have

Re: [gentoo-dev] Google SOC 2008

2008-02-28 Thread Marius Mauch
On Tue, 26 Feb 2008 10:32:45 -0800 joshua jackson [EMAIL PROTECTED] wrote: All, Google is once again doing the summer of code for students. I'm helping organize it this year and am putting out a call for some elements to help. 1) We need idea's for things to do. Diego has already

Re: [gentoo-dev] Google SOC 2008

2008-02-27 Thread Fabian Groffen
On 26-02-2008 10:32:45 -0800, joshua jackson wrote: All, Google is once again doing the summer of code for students. I'm helping organize it this year and am putting out a call for some elements to help. 1) We need idea's for things to do. Diego has already submitted some via his blog

Re: [gentoo-dev] Google SOC 2008

2008-02-27 Thread Roy Marples
On Wed, 27 Feb 2008 09:42:05 +0100, Fabian Groffen [EMAIL PROTECTED] wrote: - baselayout porting to Prefix (mostly the start stop mechanisms) What start stop mechanics do you mean? OpenRC already has full FreeBSD jail support in services like do depend() { keyword nojail; } That effectively

Re: [gentoo-dev] Google SOC 2008

2008-02-27 Thread Damian Florczyk
Fabian Groffen [EMAIL PROTECTED] wrote: On 26-02-2008 10:32:45 -0800, joshua jackson wrote: All, Google is once again doing the summer of code for students. I'm helping organize it this year and am putting out a call for some elements to help. 1) We need idea's for things to do.

Re: [gentoo-dev] Google SOC 2008

2008-02-27 Thread Fabian Groffen
On 27-02-2008 10:46:43 +, Roy Marples wrote: On Wed, 27 Feb 2008 09:42:05 +0100, Fabian Groffen [EMAIL PROTECTED] wrote: - baselayout porting to Prefix (mostly the start stop mechanisms) What start stop mechanics do you mean? OpenRC already has full FreeBSD jail support in services

Re: [gentoo-dev] Google SOC 2008

2008-02-27 Thread Roy Marples
On Wed, 27 Feb 2008 13:29:15 +0100, Fabian Groffen [EMAIL PROTECTED] wrote: Well... that's great! But a jail or a (ch)root is in general not the same as a prefix. No, but it's the same kettle of fish as chroots, jails and vps systems - basically there is a need to disable dependencies that

Re: [gentoo-dev] Google SOC 2008

2008-02-27 Thread Fabian Groffen
On 27-02-2008 13:56:51 +, Roy Marples wrote: On Wed, 27 Feb 2008 13:29:15 +0100, Fabian Groffen [EMAIL PROTECTED] wrote: Well... that's great! But a jail or a (ch)root is in general not the same as a prefix. No, but it's the same kettle of fish as chroots, jails and vps systems -

Re: [gentoo-dev] Google SOC 2008

2008-02-27 Thread Roy Marples
On Wednesday 27 February 2008 14:21:58 Fabian Groffen wrote: On 27-02-2008 13:56:51 +, Roy Marples wrote: On Wed, 27 Feb 2008 13:29:15 +0100, Fabian Groffen [EMAIL PROTECTED] wrote: Well... that's great! But a jail or a (ch)root is in general not the same as a prefix. No, but

[gentoo-dev] Google SOC 2008

2008-02-26 Thread joshua jackson
All, Google is once again doing the summer of code for students. I'm helping organize it this year and am putting out a call for some elements to help. 1) We need idea's for things to do. Diego has already submitted some via his blog which have been taken into consideration. 2) We need mentors,

Re: [gentoo-dev] Google SOC 2008

2008-02-26 Thread Rémi Cardona
joshua jackson a écrit : 2) We need mentors, so far confirmed I have: Diego and Saleem What kind of work is involved there? I wouldn't mind being a mentor but I'd like to know a bit more about what's expected from a good mentor. Thanks, Rémi -- gentoo-dev@lists.gentoo.org mailing list

Re: [gentoo-dev] Google SOC 2008

2008-02-26 Thread joshua jackson
Rémi Cardona wrote: joshua jackson a écrit : 2) We need mentors, so far confirmed I have: Diego and Saleem What kind of work is involved there? I wouldn't mind being a mentor but I'd like to know a bit more about what's expected from a good mentor. Thanks, Rémi There's a few

Re: [gentoo-dev] Google SOC 2008

2008-02-26 Thread Alec Warner
On 2/26/08, joshua jackson [EMAIL PROTECTED] wrote: Rémi Cardona wrote: joshua jackson a écrit : 2) We need mentors, so far confirmed I have: Diego and Saleem What kind of work is involved there? I wouldn't mind being a mentor but I'd like to know a bit more about what's expected