Oh, and a bit of history - at one point, I used djb's supervise as
part of the initscripts so that we could do stuff similarly to
upstart. When the initscripts were rewritten, we went to bash and had
the intention of adding process monitoring and restart eventually -
but gentoo was growing so fast
I don't see any reason why not to add it. It would certainly make it
easier to play around with.
On 2/16/07, William Hubbs <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
I saw that we have a request for an ebuild for upstart.
I am looking it over and looking at
OK, I did not understand how it was supposed to work. Is there
documentation anywhere that explains how it works and why?
-Daniel
On 2/16/07, Mike Frysinger <[EMAIL PROTECTED]> wrote:
On Friday 16 February 2007, Daniel Robbins wrote:
> Well, sure, but the timezone-data ebuild could be upgraded
On Fri, 16 Feb 2007 17:35:51 +0100
"Diego 'Flameeyes' Pettenò" <[EMAIL PROTECTED]> wrote:
> - I have no clue what's going on with gentoo-stats;
See http://planet.gentoo.org/developers/genone?cat=201
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And
On Sat, 17 Feb 2007 00:27:03 +
Ciaran McCreesh <[EMAIL PROTECTED]> wrote:
> * Nothing that's a brand new project. Building upon existing code is
> fine (heck, even things like eselect modules), but from-scratch "build
> a framework and use it" type projects should be out.
baselayout-gui was su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
I saw that we have a request for an ebuild for upstart.
I am looking it over and looking at the sample jobs that can be
downloaded from the site.
I think this would be an intresting idea, and I'm curious what others on
this list would think a
On Saturday 17 February 2007, Ciaran McCreesh wrote:
> So perhaps next time around mentors should accept concrete proposals
> that are really doable, rather than stuff that just seems shiny. Gentoo
> *could* benefit greatly from SoC, if things are done properly.
Apocalypse day may come soon this y
On Friday 16 February 2007, Daniel Robbins wrote:
> Well, sure, but the timezone-data ebuild could be upgraded to check to
> see if /etc/localtime is "old" or not and inform the user or even take
> appropriate steps to automatically fix this (dangerous?)
as Ciaran said, this is plain not doable
t
On Sat, 17 Feb 2007 00:52:00 +0100 "Diego 'Flameeyes' Pettenò"
<[EMAIL PROTECTED]> wrote:
| How much good did Google Summer of Code to the Gentoo _community_ ?
| How much the project were of use for the Gentoo (Linux) project?
Perhaps it should serve as a lesson when selecting next year's
projects
Alexander Færøy wrote:
> Hi,
>
> After allanonjl's retirement dev-db/dbdesigner will be without
> maintainer.
>
> Anyone interested in taking over this little package? :)
>
> Regards,
> Alexander
>
you?
--
Doug Goldstein <[EMAIL PROTECTED]>
http://dev.gentoo.org/~cardoe/
signature.asc
Des
Hi,
After allanonjl's retirement dev-db/dbdesigner will be without
maintainer.
Anyone interested in taking over this little package? :)
Regards,
Alexander
--
Alexander Færøy
Bugday Lead
Alpha/IA64/MIPS Architecture Teams
User Relations, Quality Assurance
pgp0Hwnf3sC1o.pgp
Description: PGP si
On Saturday 17 February 2007, Markus Ullmann wrote:
> Also about last year, are there known improvements other mentoring
> organizations had out of SoC? (Like KDE, GNOME,...)
You can see the projects for KDE at [1], as well for the other organisations,
but I'm not sure if they published the final
Am Samstag, 17. Februar 2007 00:52 schrieb Diego 'Flameeyes' Pettenò:
> On Saturday 17 February 2007, Danny van Dyk wrote:
> > a) It's _qualudis_ ;-)
>
> Whatever, can we get back on track?
>
> How much good did Google Summer of Code to the Gentoo _community_ ?
> How much the project were of use fo
On Fri, 16 Feb 2007 16:44:15 -0700
"Daniel Robbins" <[EMAIL PROTECTED]> wrote:
> For speed, there are a *lot* of changes/improvements that could be
> made.
Yes, re-writing the backend in C whilst keeping /etc/init.d/
and /etc/conf.d/ as shell scripts is a good start :)
> What I would like to see
On Saturday 17 February 2007, Danny van Dyk wrote:
> a) It's _qualudis_ ;-)
Whatever, can we get back on track?
How much good did Google Summer of Code to the Gentoo _community_ ? How much
the project were of use for the Gentoo (Linux) project?
[1] http://code.google.com/soc/kde/about.html
--
D
On Fri, 16 Feb 2007 16:47:10 -0700 "Daniel Robbins"
<[EMAIL PROTECTED]> wrote:
| Well, sure, but the timezone-data ebuild could be upgraded to check to
| see if /etc/localtime is "old" or not and inform the user or even take
| appropriate steps to automatically fix this (dangerous?)
Not doable wit
On Fri, 16 Feb 2007 22:20:54 +0100
Paul de Vrieze <[EMAIL PROTECTED]> wrote:
> If that's what you want, don't use bash in the first place. I would
> agree that using bash for parsing is a pain in the but Daniel is
> right in that you're not going to be able to maintain posix
> compatibility. If you
Well, sure, but the timezone-data ebuild could be upgraded to check to
see if /etc/localtime is "old" or not and inform the user or even take
appropriate steps to automatically fix this (dangerous?)
This may not be possible with a direct copy to /etc/localtime, but it
should work with the /etc/ti
For speed, there are a *lot* of changes/improvements that could be made.
What I would like to see is the ability to get to a login prompt
before startup is actually completed. Have all the non-essential
startup stuff run in the background.
Yes, this would require a sophisticated system since you
On Fri, 16 Feb 2007 16:36:53 -0700 "Daniel Robbins"
<[EMAIL PROTECTED]> wrote:
| Um, alternatively you could just copy /usr/share/zoneinfo/foo to
| /etc/localtime rather than having a symlink. Since the zoneinfo file
| has the name of the timezone in it already, it is probably not
| necessary to pr
Um, alternatively you could just copy /usr/share/zoneinfo/foo to
/etc/localtime rather than having a symlink. Since the zoneinfo file
has the name of the timezone in it already, it is probably not
necessary to preserve the filename of the timezone file.
-Daniel
On 2/16/07, Daniel Robbins <[EMAIL
I think the easiest approach then would be to have an /etc/timezone
directory that should have a single file in it with the current
timezone. This file could be copied from /usr and keep the original
name. example:
/etc/timezone/MST7MDT
Pretty easy to understand and deal with. What do you think?
Am Freitag, 16. Februar 2007 17:35 schrieb Diego 'Flameeyes' Pettenò:
> On Friday 16 February 2007, Grant Goodyear wrote:
> - I don't know what happened to q[u]aludis, nor I care to be honest as
> it's an external project;
For the sake of completeness and correctness:
a) It's _qualudis_ ;-)
b) D
Grant Goodyear schrieb:
> It's against the rules to have two students working on exactly the same
> project, or at least it was last year.
Also about last year, are there known improvements other mentoring
organizations had out of SoC? (Like KDE, GNOME,...)
Jokey
signature.asc
Description: Ope
On Friday 09 February 2007, Roy Marples wrote:
> On Thu, 8 Feb 2007 14:49:57 -0700
>
> "Daniel Robbins" <[EMAIL PROTECTED]> wrote:
> > In other words:
> >
> > busybox + single rcS file = fastest and simplest, smallest, best for
> > very small filesystems, not as flexible
> >
> > bash + gentoo basel
Rémi Cardona wrote: [Fri Feb 16 2007, 12:14:31PM CST]
> To complement the both of you, how about proposing projects to 2
> students at the same time and have them work as a team?
It's against the rules to have two students working on exactly the same
project, or at least it was last year.
-g2booj
Rémi Cardona wrote:
> Luca Barbato wrote:
>> ffmpeg got just vc-1 working as should, all the other code got somewhat
>> halfway, mostly because we expected a lot. (amr and ac3 seems to have
>> something alive, aac isn't something that good)
>>
>> The Gentoo results aren't that bad on the average, w
Luca Barbato wrote:
> ffmpeg got just vc-1 working as should, all the other code got somewhat
> halfway, mostly because we expected a lot. (amr and ac3 seems to have
> something alive, aac isn't something that good)
>
> The Gentoo results aren't that bad on the average, we got something,
> sadly n
Diego 'Flameeyes' Pettenò wrote:
[report with some disappointing results more or less]
I partecipated as both ffmpeg and gentoo so I have another view on the
issue.
The project I proposed sadly went nowhere and probably IF I'd start
mentoring again I'd be quite more strict.
ffmpeg got just vc-1
On Friday 16 February 2007, Grant Goodyear wrote:
> So, is there support among devs for hosting another round of Summer
> students? Are there good problems for those students to work on, and,
> if so, what are they? Were people happy with how last year's program
> went, or should we try to do som
Alexander Færøy wrote: [Fri Feb 16 2007, 04:49:24AM CST]
> Christel and I were discussing it on IRC today, and she would take care
> of the paperwork. We are going to have a short meeting in user relations
> tomorrow evening where it is on the agenda too :)
Thanks.
I'd also like to get input from
Hi,
Christel and I were discussing it on IRC today, and she would take care
of the paperwork. We are going to have a short meeting in user relations
tomorrow evening where it is on the agenda too :)
Regards,
Alex
--
Alexander Færøy
Bugday Lead
Alpha/IA64/MIPS Architecture Teams
User Relations,
32 matches
Mail list logo