* [gentoo-dev] Booting in half the time? @ 2003-09-19 0:19 Joseph Pingenot 2003-09-19 0:14 ` Matt Thrailkill ` (2 more replies) 0 siblings, 3 replies; 23+ messages in thread From: Joseph Pingenot @ 2003-09-19 0:19 UTC (permalink / raw To: gentoo-dev Howdy. Saw this linked to off of NewsForge today, and thought it'd be great if the gentoo boot process made use of the idea. Essentially, it seems to be saying "start services in parallel". The link: http://www-106.ibm.com/developerworks/linux/library/l-boot.html Thoughts? -Joseph -- Joseph===============================================trelane@digitasaru.net "That is the key to the real monopoly in Redmond. _They_ control your data. Their products have the content needed to do your work locked up in their semantics, and their binary formats. Before we can start creating a bold new world, we've got to free the hostage content." --Jody Goldberg, on /. -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Booting in half the time? 2003-09-19 0:19 [gentoo-dev] Booting in half the time? Joseph Pingenot @ 2003-09-19 0:14 ` Matt Thrailkill 2003-09-19 2:26 ` Georgi Georgiev 2003-09-20 7:11 ` [gentoo-dev] " Josep Sanjuas 2003-09-20 18:40 ` Martin Schlemmer 2 siblings, 1 reply; 23+ messages in thread From: Matt Thrailkill @ 2003-09-19 0:14 UTC (permalink / raw To: gentoo-dev Gentoo's init system already specifies dependencies for services doesn't it? Sounds like the biggest hurdle the article's author had to overcome was the dependencies. Maybe it wouldn't be a big stretch for Gentoo to start its services in parallel. On Thu, 2003-09-18 at 17:19, Joseph Pingenot wrote: > Howdy. > > Saw this linked to off of NewsForge today, and thought it'd be great if > the gentoo boot process made use of the idea. Essentially, it seems to > be saying "start services in parallel". > The link: > http://www-106.ibm.com/developerworks/linux/library/l-boot.html > Thoughts? > > -Joseph -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Booting in half the time? 2003-09-19 0:14 ` Matt Thrailkill @ 2003-09-19 2:26 ` Georgi Georgiev 2003-09-19 2:32 ` Georgi Georgiev 0 siblings, 1 reply; 23+ messages in thread From: Georgi Georgiev @ 2003-09-19 2:26 UTC (permalink / raw To: gentoo-dev On 18/09/2003 at 17:14:01(-0700), Matt Thrailkill used 0.6K just to say: > Gentoo's init system already specifies dependencies for services doesn't > it? Sounds like the biggest hurdle the article's author had to overcome > was the dependencies. > > Maybe it wouldn't be a big stretch for Gentoo to start its services in > parallel. Interesting: http://bugs.gentoo.org/show_bug.cgi?id=20862 Is it implemented already?? -- /\ Georgi Georgiev /\ Q: What's the difference between USL and the /\ \/ chutz@gg3.net \/ Titanic? A: The Titanic had a band. \/ /\ +81(90)6266-1163 /\ /\ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Booting in half the time? 2003-09-19 2:26 ` Georgi Georgiev @ 2003-09-19 2:32 ` Georgi Georgiev 2003-09-19 14:19 ` [gentoo-dev] " Sebastian Bergmann 0 siblings, 1 reply; 23+ messages in thread From: Georgi Georgiev @ 2003-09-19 2:32 UTC (permalink / raw To: gentoo-dev On 19/09/2003 at 11:26:50(+0900), Georgi Georgiev used 1.7K just to say: > On 18/09/2003 at 17:14:01(-0700), Matt Thrailkill used 0.6K just to say: > > Gentoo's init system already specifies dependencies for services doesn't > > it? Sounds like the biggest hurdle the article's author had to overcome > > was the dependencies. > > > > Maybe it wouldn't be a big stretch for Gentoo to start its services in > > parallel. > > Interesting: > > http://bugs.gentoo.org/show_bug.cgi?id=20862 > > Is it implemented already?? Indeed.... http://www.gentoo.org/cgi-bin/viewcvs.cgi/rc-scripts/ChangeLog?rev=1.223&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup or http://tinyurl.com/nw6p -- (* Georgi Georgiev (* How many Zen Buddhist does it take to change (* *) chutz@gg3.net *) a light bulb? Two. One to change it and one *) (* +81(90)6266-1163 (* not to change it. (* -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-dev] Re: Booting in half the time? 2003-09-19 2:32 ` Georgi Georgiev @ 2003-09-19 14:19 ` Sebastian Bergmann 2003-09-19 14:25 ` Andrew Gaffney 0 siblings, 1 reply; 23+ messages in thread From: Sebastian Bergmann @ 2003-09-19 14:19 UTC (permalink / raw To: gentoo-dev Georgi Georgiev wrote: > http://tinyurl.com/nw6p How does one enable this? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 14:19 ` [gentoo-dev] " Sebastian Bergmann @ 2003-09-19 14:25 ` Andrew Gaffney 2003-09-19 20:11 ` Alan 0 siblings, 1 reply; 23+ messages in thread From: Andrew Gaffney @ 2003-09-19 14:25 UTC (permalink / raw To: gentoo-dev Sebastian Bergmann wrote: > Georgi Georgiev wrote: > >>http://tinyurl.com/nw6p > > > How does one enable this? As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc and then restart your system. -- Andrew Gaffney -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 14:25 ` Andrew Gaffney @ 2003-09-19 20:11 ` Alan 2003-09-19 22:40 ` Andrew Gaffney ` (4 more replies) 0 siblings, 5 replies; 23+ messages in thread From: Alan @ 2003-09-19 20:11 UTC (permalink / raw To: gentoo-dev On Fri, Sep 19, 2003 at 09:25:44AM -0500, Andrew Gaffney wrote: > Sebastian Bergmann wrote: > >Georgi Georgiev wrote: > > > >>http://tinyurl.com/nw6p > > > > > > How does one enable this? > > As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: > > echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc > > and then restart your system. Most nifty. How stable is this? Is this something that can be safely used, or is it still experimental? :) -- Alan <alan@ufies.org> - http://arcterex.net -------------------------------------------------------------------- "There are only 3 real sports: bull-fighting, car racing and mountain climbing. All the others are mere games." -- Hemingway -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 20:11 ` Alan @ 2003-09-19 22:40 ` Andrew Gaffney 2003-09-19 23:28 ` Alan ` (2 more replies) 2003-09-19 23:42 ` Jay Goodman Tamboli ` (3 subsequent siblings) 4 siblings, 3 replies; 23+ messages in thread From: Andrew Gaffney @ 2003-09-19 22:40 UTC (permalink / raw To: gentoo-dev Alan wrote: > On Fri, Sep 19, 2003 at 09:25:44AM -0500, Andrew Gaffney wrote: > >>Sebastian Bergmann wrote: >> >>>Georgi Georgiev wrote: >>> >>> >>>>http://tinyurl.com/nw6p >>> >>> >>> How does one enable this? >> >>As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: >> >>echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc >> >>and then restart your system. > > > Most nifty. How stable is this? Is this something that can be safely > used, or is it still experimental? :) Does this work? I haven't gotten a chance to restart my box yet. -- Andrew Gaffney -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 22:40 ` Andrew Gaffney @ 2003-09-19 23:28 ` Alan 2003-09-19 23:38 ` Andrew Gaffney 2003-09-19 23:40 ` Matt Chorman 2003-09-20 6:35 ` Stewart Honsberger 2 siblings, 1 reply; 23+ messages in thread From: Alan @ 2003-09-19 23:28 UTC (permalink / raw To: gentoo-dev > >>As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: > >> > >>echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc > >> > >>and then restart your system. > > > > > >Most nifty. How stable is this? Is this something that can be safely > >used, or is it still experimental? :) > > Does this work? I haven't gotten a chance to restart my box yet. Not sure, I'm in the same boat as you :) -- Alan <alan@ufies.org> - http://arcterex.net -------------------------------------------------------------------- "There are only 3 real sports: bull-fighting, car racing and mountain climbing. All the others are mere games." -- Hemingway -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 23:28 ` Alan @ 2003-09-19 23:38 ` Andrew Gaffney 2003-09-20 18:49 ` Martin Schlemmer 0 siblings, 1 reply; 23+ messages in thread From: Andrew Gaffney @ 2003-09-19 23:38 UTC (permalink / raw To: gentoo-dev Alan wrote: >>>>As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: >>>> >>>>echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc >>>> >>>>and then restart your system. >>> >>> >>>Most nifty. How stable is this? Is this something that can be safely >>>used, or is it still experimental? :) >> >>Does this work? I haven't gotten a chance to restart my box yet. > > > Not sure, I'm in the same boat as you :) Well, I took the time to restart. It *seems* a bit faster, but that doesn't mean anything. It could easily be wishful thinking. Does anyone know how to tell if its working, besides comparing the order things start with and without that set? Is this even in the most recent ~x86 baselayout? -- Andrew Gaffney -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 23:38 ` Andrew Gaffney @ 2003-09-20 18:49 ` Martin Schlemmer 0 siblings, 0 replies; 23+ messages in thread From: Martin Schlemmer @ 2003-09-20 18:49 UTC (permalink / raw To: Andrew Gaffney; +Cc: Gentoo-Dev [-- Attachment #1: Type: text/plain, Size: 771 bytes --] On Sat, 2003-09-20 at 01:38, Andrew Gaffney wrote: > Alan wrote: > >>>>As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: > >>>> > >>>>echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc > >>>> > >>>>and then restart your system. > >>> > >>> > >>>Most nifty. How stable is this? Is this something that can be safely > >>>used, or is it still experimental? :) > >> > >>Does this work? I haven't gotten a chance to restart my box yet. > > > > > > Not sure, I'm in the same boat as you :) > > Well, I took the time to restart. It *seems* a bit faster, but that > doesn't mean anything. Sorda my point as well =) Thanks, -- Martin Schlemmer Gentoo Linux Developer, Desktop/System Team Developer Cape Town, South Africa [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 22:40 ` Andrew Gaffney 2003-09-19 23:28 ` Alan @ 2003-09-19 23:40 ` Matt Chorman 2003-09-20 6:35 ` Stewart Honsberger 2 siblings, 0 replies; 23+ messages in thread From: Matt Chorman @ 2003-09-19 23:40 UTC (permalink / raw To: gentoo-dev -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 19 September 2003 03:40 pm, Andrew Gaffney wrote: > >>As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: > >> > >>echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc > >> > >>and then restart your system. > > > > Most nifty. How stable is this? Is this something that can be safely > > used, or is it still experimental? :) > > Does this work? I haven't gotten a chance to restart my box yet. It worked well for me - there was a decrease in boot time.. I could not tell you by how much, but it seemed to be about 25% quicker. Of course, that could just be my expectation of it working and my mind playing tricks.. :-) I don't have a lot of extras load on startup - I start apache and sql and other hogs when I need to do dev work, so it will probably be those people with the most items set to load on startup will see the greatest benefit of this. Plus, my system is shiny and new so perhaps older systems will also get greater benefit of this. (No problems or issues, for me, either!) - -- Matt http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D81740A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/a5PfZosHVX2BdAoRApO4AJ4vdE4+mNe/n0pvV1SfYhsGGrb/lACffXgt QvWULSE0Hb+YPK+6xSbMsE8= =7B8q -----END PGP SIGNATURE----- -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 22:40 ` Andrew Gaffney 2003-09-19 23:28 ` Alan 2003-09-19 23:40 ` Matt Chorman @ 2003-09-20 6:35 ` Stewart Honsberger 2 siblings, 0 replies; 23+ messages in thread From: Stewart Honsberger @ 2003-09-20 6:35 UTC (permalink / raw To: Andrew Gaffney; +Cc: gentoo-dev Andrew Gaffney wrote: >>> As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: >>> >>> echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc >>> >>> and then restart your system. >> Most nifty. How stable is this? Is this something that can be safely >> used, or is it still experimental? :) > Does this work? I haven't gotten a chance to restart my box yet. I updated the config on my laptop and rebooted and it seems to have worked. A few glitches came through, for example I saw a message stating that "net.eth0 had already been run" while net.eth0 was starting up, so I'm guessing the (circular) dependancy checking aspect isn't 100%, but I was able to log in. I'll update my main development machine in the morning (when I'm awake. :> ) and see how it goes. My servers, however, will have to wait a smidge until this is tested a lot more thoroughly. -- Stewart Honsberger http://blackdeath.snerk.org/ "Capitalists, by nature, organize to protect themselves. -- Geeks, by nature, resist organizaion." -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 20:11 ` Alan 2003-09-19 22:40 ` Andrew Gaffney @ 2003-09-19 23:42 ` Jay Goodman Tamboli 2003-09-20 7:52 ` Sebastian Bergmann ` (2 subsequent siblings) 4 siblings, 0 replies; 23+ messages in thread From: Jay Goodman Tamboli @ 2003-09-19 23:42 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 886 bytes --] On Fri, Sep 19, 2003 at 01:11:28PM -0700, Alan wrote: > > As per <http://bugs.gentoo.org/show_bug.cgi?id=20862> you do: > > > > echo 'RC_PARALLEL_STARTUP="yes"' >> /etc/conf.d/rc > > > > and then restart your system. > > Most nifty. How stable is this? Is this something that can be safely > used, or is it still experimental? :) I tried it on my laptop, and it gave me some error messages about scripts including /etc/init.d/clock, though after boot everything seemed to have started anyway. In any case, it didn't seem to speed up boot significantly. I suppose if you had dhcp requests going during boot and you weren't on a network, this might allow other things to boot in the meantime, but I have most non-essential, time-consuming bootscripts disabled by default. /jgt -- Ctrl-Alt-Del helps keep your password secure. -- Windows 2000 login screen [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-dev] Re: Booting in half the time? 2003-09-19 20:11 ` Alan 2003-09-19 22:40 ` Andrew Gaffney 2003-09-19 23:42 ` Jay Goodman Tamboli @ 2003-09-20 7:52 ` Sebastian Bergmann 2003-09-20 13:32 ` Luke-Jr 2003-09-20 18:49 ` Martin Schlemmer 4 siblings, 0 replies; 23+ messages in thread From: Sebastian Bergmann @ 2003-09-20 7:52 UTC (permalink / raw To: gentoo-dev Alan wrote: > Most nifty. How stable is this? Is this something that can be safely > used, or is it still experimental? :) Tried it yesterday on my laptop. I noticed no change in bootup time but got a couple of warnings about services that were already started. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 20:11 ` Alan ` (2 preceding siblings ...) 2003-09-20 7:52 ` Sebastian Bergmann @ 2003-09-20 13:32 ` Luke-Jr 2003-09-20 18:52 ` Martin Schlemmer 2003-09-20 18:49 ` Martin Schlemmer 4 siblings, 1 reply; 23+ messages in thread From: Luke-Jr @ 2003-09-20 13:32 UTC (permalink / raw To: gentoo-dev -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I set the parallel boot option, but it doesn't seem to work on my system... I still see other init scripts running after 'ntp' (deps net, runs ntpdate), for instance even though there is no reason for 'ntp' to block them... Any idea why it might not be working? - -- Luke-Jr Developer, Gentoo Linux http://www.gentoo.org/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/bFbxZl/BHdU+lYMRAkBBAJ9NSqn7k2+NoYsUIeonwiChb+mbYwCcCPt3 IYUK2NAYsdZrc7hjOSudPRY= =K2wv -----END PGP SIGNATURE----- -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-20 13:32 ` Luke-Jr @ 2003-09-20 18:52 ` Martin Schlemmer 2003-09-21 0:13 ` Luke-Jr 0 siblings, 1 reply; 23+ messages in thread From: Martin Schlemmer @ 2003-09-20 18:52 UTC (permalink / raw To: Luke-Jr; +Cc: Gentoo-Dev [-- Attachment #1: Type: text/plain, Size: 627 bytes --] On Sat, 2003-09-20 at 15:32, Luke-Jr wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I set the parallel boot option, but it doesn't seem to work on my system... I > still see other init scripts running after 'ntp' (deps net, runs ntpdate), > for instance even though there is no reason for 'ntp' to block them... > Any idea why it might not be working? Not sure - please do: # RC_DEBUG=yes depscan.sh and post your /var/lib/init.d/depcache and /var/lib/init.d/deptree. Thanks, -- Martin Schlemmer Gentoo Linux Developer, Desktop/System Team Developer Cape Town, South Africa [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-20 18:52 ` Martin Schlemmer @ 2003-09-21 0:13 ` Luke-Jr 0 siblings, 0 replies; 23+ messages in thread From: Luke-Jr @ 2003-09-21 0:13 UTC (permalink / raw To: azarah; +Cc: Gentoo-Dev [-- Attachment #1: clearsigned data --] [-- Type: Text/Plain, Size: 428 bytes --] -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 20 September 2003 06:52 pm, Martin Schlemmer wrote: > RC_DEBUG=yes depscan.sh here it is, attached... - -- Luke-Jr Developer, Gentoo Linux http://www.gentoo.org/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/bO0pZl/BHdU+lYMRAjbVAKCRuYfFv8aCo7C7QxbFZQ2/zHFDPACdF2Fp KdqVxz7JpIw7Ln8G3HviFuA= =m3Qq -----END PGP SIGNATURE----- [-- Attachment #2: depstuff.tbz2 --] [-- Type: application/x-bzip2, Size: 3183 bytes --] [-- Attachment #3: Type: text/plain, Size: 37 bytes --] -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Re: Booting in half the time? 2003-09-19 20:11 ` Alan ` (3 preceding siblings ...) 2003-09-20 13:32 ` Luke-Jr @ 2003-09-20 18:49 ` Martin Schlemmer 4 siblings, 0 replies; 23+ messages in thread From: Martin Schlemmer @ 2003-09-20 18:49 UTC (permalink / raw To: Alan; +Cc: Gentoo-Dev [-- Attachment #1: Type: text/plain, Size: 595 bytes --] On Fri, 2003-09-19 at 22:11, Alan wrote: > On Fri, Sep 19, 2003 at 09:25:44AM -0500, Andrew Gaffney wrote: > > Sebastian Bergmann wrote: > > >Georgi Georgiev wrote: > > > > > >>http://tinyurl.com/nw6p > > > > > > > > > How does one enable this? > > Have some issues: 1) Do not print synced. 2) Sometimes have errors on starting stuff, but they was actually already started ... But it *does* start all services, no matter the error now and again. Thanks, -- Martin Schlemmer Gentoo Linux Developer, Desktop/System Team Developer Cape Town, South Africa [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Booting in half the time? 2003-09-19 0:19 [gentoo-dev] Booting in half the time? Joseph Pingenot 2003-09-19 0:14 ` Matt Thrailkill @ 2003-09-20 7:11 ` Josep Sanjuas 2003-09-20 18:40 ` Martin Schlemmer 2 siblings, 0 replies; 23+ messages in thread From: Josep Sanjuas @ 2003-09-20 7:11 UTC (permalink / raw To: gentoo-dev Hallo, Another idea: we could mark the service xdm (and maybe other services too) as a 'high priority' service, that is to be started as soon as possible. I have no need of sshd and sendmail being run before I can start an X session. Is that feasible? That might save some people a few more seconds. On Thu, 18 Sep 2003 19:19:06 -0500 Joseph Pingenot <trelane@digitasaru.net> wrote: > Howdy. > > Saw this linked to off of NewsForge today, and thought it'd be great if > the gentoo boot process made use of the idea. Essentially, it seems to > be saying "start services in parallel". > The link: > http://www-106.ibm.com/developerworks/linux/library/l-boot.html > Thoughts? > > -Joseph > > -- > Joseph===============================================trelane@digitasaru.net > "That is the key to the real monopoly in Redmond. _They_ control your data. > Their products have the content needed to do your work locked up in their > semantics, and their binary formats. Before we can start creating a bold > new world, we've got to free the hostage content." --Jody Goldberg, on /. > > -- > gentoo-dev@gentoo.org mailing list > > -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Booting in half the time? 2003-09-19 0:19 [gentoo-dev] Booting in half the time? Joseph Pingenot 2003-09-19 0:14 ` Matt Thrailkill 2003-09-20 7:11 ` [gentoo-dev] " Josep Sanjuas @ 2003-09-20 18:40 ` Martin Schlemmer 2003-09-21 2:09 ` William Kenworthy 2 siblings, 1 reply; 23+ messages in thread From: Martin Schlemmer @ 2003-09-20 18:40 UTC (permalink / raw To: trelane; +Cc: Gentoo-Dev [-- Attachment #1: Type: text/plain, Size: 872 bytes --] On Fri, 2003-09-19 at 02:19, Joseph Pingenot wrote: > Howdy. > > Saw this linked to off of NewsForge today, and thought it'd be great if > the gentoo boot process made use of the idea. Essentially, it seems to > be saying "start services in parallel". > The link: > http://www-106.ibm.com/developerworks/linux/library/l-boot.html > Thoughts? > We have this: ----------------- # grep -4 RC_PARAL /etc/conf.d/rc # Set to "yes" if you want the rc system to try and start services # in parallel for slight speed improvement. RC_PARALLEL_STARTUP="yes" # Set to "yes" if the default behaviour of at least one net.* # service starting beside net.lo is NOT enouth to consider # the 'net' dependency up and running. Thanks, -- Martin Schlemmer Gentoo Linux Developer, Desktop/System Team Developer Cape Town, South Africa [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Booting in half the time? 2003-09-20 18:40 ` Martin Schlemmer @ 2003-09-21 2:09 ` William Kenworthy 2003-09-21 2:33 ` Martin Schlemmer 0 siblings, 1 reply; 23+ messages in thread From: William Kenworthy @ 2003-09-21 2:09 UTC (permalink / raw To: gentoo-dev List This is one of the downsides of a distributed configuration system - items exist for a long time before anyone stumbles over them. Is there a consolidated list of every item one can configure on a gentoo system and a short description that includes what file they hide in? I am thinking of something like a consolidated conf.d/*;rc.conf;make.conf;make.profile;... with a short description of each item. I guess I could do this locally by just cat'ting the files together and regularyly diff'ing against this to see whats changed. BillK On Sun, 2003-09-21 at 02:40, Martin Schlemmer wrote: > On Fri, 2003-09-19 at 02:19, Joseph Pingenot wrote: > > Howdy. > > > > Saw this linked to off of NewsForge today, and thought it'd be great if > > the gentoo boot process made use of the idea. Essentially, it seems to > > be saying "start services in parallel". > > The link: > > http://www-106.ibm.com/developerworks/linux/library/l-boot.html > > Thoughts? > > > > We have this: > > ----------------- > # grep -4 RC_PARAL /etc/conf.d/rc > > # Set to "yes" if you want the rc system to try and start services > # in parallel for slight speed improvement. > > RC_PARALLEL_STARTUP="yes" > > # Set to "yes" if the default behaviour of at least one net.* > # service starting beside net.lo is NOT enouth to consider > # the 'net' dependency up and running. > > > Thanks, -- William Kenworthy <billk@iinet.net.au> -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-dev] Booting in half the time? 2003-09-21 2:09 ` William Kenworthy @ 2003-09-21 2:33 ` Martin Schlemmer 0 siblings, 0 replies; 23+ messages in thread From: Martin Schlemmer @ 2003-09-21 2:33 UTC (permalink / raw To: billk; +Cc: gentoo-dev List [-- Attachment #1: Type: text/plain, Size: 944 bytes --] On Sun, 2003-09-21 at 04:09, William Kenworthy wrote: > This is one of the downsides of a distributed configuration system - > items exist for a long time before anyone stumbles over them. > > Is there a consolidated list of every item one can configure on a gentoo > system and a short description that includes what file they hide in? I > am thinking of something like a consolidated > conf.d/*;rc.conf;make.conf;make.profile;... with a short description of > each item. > I did post a big announcement to -dev back then .... > I guess I could do this locally by just cat'ting the files together and > regularyly diff'ing against this to see whats changed. > Well, in theory this is one of the things that CONFIG_PROTECT should be of some help - you should see if new conf items is added ... Thanks, -- Martin Schlemmer Gentoo Linux Developer, Desktop/System Team Developer Cape Town, South Africa [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2003-09-21 2:29 UTC | newest] Thread overview: 23+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-09-19 0:19 [gentoo-dev] Booting in half the time? Joseph Pingenot 2003-09-19 0:14 ` Matt Thrailkill 2003-09-19 2:26 ` Georgi Georgiev 2003-09-19 2:32 ` Georgi Georgiev 2003-09-19 14:19 ` [gentoo-dev] " Sebastian Bergmann 2003-09-19 14:25 ` Andrew Gaffney 2003-09-19 20:11 ` Alan 2003-09-19 22:40 ` Andrew Gaffney 2003-09-19 23:28 ` Alan 2003-09-19 23:38 ` Andrew Gaffney 2003-09-20 18:49 ` Martin Schlemmer 2003-09-19 23:40 ` Matt Chorman 2003-09-20 6:35 ` Stewart Honsberger 2003-09-19 23:42 ` Jay Goodman Tamboli 2003-09-20 7:52 ` Sebastian Bergmann 2003-09-20 13:32 ` Luke-Jr 2003-09-20 18:52 ` Martin Schlemmer 2003-09-21 0:13 ` Luke-Jr 2003-09-20 18:49 ` Martin Schlemmer 2003-09-20 7:11 ` [gentoo-dev] " Josep Sanjuas 2003-09-20 18:40 ` Martin Schlemmer 2003-09-21 2:09 ` William Kenworthy 2003-09-21 2:33 ` Martin Schlemmer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox