* Re: [gentoo-user] Boring new startup look with baselayout 1.12 [not found] <200609090224.k892OEAX003904@robin.gentoo.org> @ 2006-09-10 1:05 ` Iain Buchanan 2006-09-16 0:07 ` Daevid Vincent 0 siblings, 1 reply; 8+ messages in thread From: Iain Buchanan @ 2006-09-10 1:05 UTC (permalink / raw To: gentoo-user On Fri, 2006-09-08 at 19:22 -0700, Daevid Vincent wrote: > Ever since the new baselayout, all the startup scripts look/act different. > > They used to be something like: > > * starting mysql [ OK ] > > And now they're like: > > * Service mysql starting > * Service mysql started > > How can I get them to be the way they used to be? That looks like you edited /etc/conf.d/rc and changed RC_PARALLEL_STARTUP from "no" to "yes". You supposedly can get a small speed increase if you leave it like that, but change it back if you prefer it the other way. HTH, -- Iain Buchanan <iaindb at netspace dot net dot au> Men love to wonder, and that is the seed of science. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [gentoo-user] Boring new startup look with baselayout 1.12 2006-09-10 1:05 ` [gentoo-user] Boring new startup look with baselayout 1.12 Iain Buchanan @ 2006-09-16 0:07 ` Daevid Vincent 2006-09-16 0:19 ` Neil Bothwick 0 siblings, 1 reply; 8+ messages in thread From: Daevid Vincent @ 2006-09-16 0:07 UTC (permalink / raw To: gentoo-user Thanks, yes, that did "fix" it. However it's strange b/c I have had PARALLEL on for years ever since I first learned of it. Only with this new baselayout did the loading change to this other way of displaying it. Hmm... DÆVID > -----Original Message----- > From: Iain Buchanan [mailto:iaindb@netspace.net.au] > Sent: Saturday, September 09, 2006 6:06 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Boring new startup look with > baselayout 1.12 > > On Fri, 2006-09-08 at 19:22 -0700, Daevid Vincent wrote: > > Ever since the new baselayout, all the startup scripts > look/act different. > > > > They used to be something like: > > > > * starting mysql [ OK ] > > > > And now they're like: > > > > * Service mysql starting > > * Service mysql started > > > > How can I get them to be the way they used to be? > > That looks like you edited /etc/conf.d/rc and changed > RC_PARALLEL_STARTUP from "no" to "yes". > > You supposedly can get a small speed increase if you leave it > like that, > but change it back if you prefer it the other way. > > HTH, > -- > Iain Buchanan <iaindb at netspace dot net dot au> > > Men love to wonder, and that is the seed of science. > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Boring new startup look with baselayout 1.12 2006-09-16 0:07 ` Daevid Vincent @ 2006-09-16 0:19 ` Neil Bothwick 2006-09-16 1:25 ` David Grant 0 siblings, 1 reply; 8+ messages in thread From: Neil Bothwick @ 2006-09-16 0:19 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 846 bytes --] On Fri, 15 Sep 2006 17:07:21 -0700, Daevid Vincent wrote: > Thanks, yes, that did "fix" it. However it's strange b/c I have had > PARALLEL on for years ever since I first learned of it. Only with this > new baselayout did the loading change to this other way of displaying > it. Hmm... Because the startup scripts are no longer running sequentially, the OK responses make little sense, as they won't necessarily appear i the same order and the scripts are run. You still get a warning if a script fails to start. However, if you do want to keep them with parallel startup, set RC_VERBOSE="yes". -- Neil Bothwick JPEG (JPG) Joint Photographic Experts Group. The original name of the committee that designed the eponymous standard image compression algorithm. Abbreviated to JPG by PPL WHO CNT TYP or WSE PCS ARE BKN. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Boring new startup look with baselayout 1.12 2006-09-16 0:19 ` Neil Bothwick @ 2006-09-16 1:25 ` David Grant [not found] ` <20060916110728.53d3f62b@krikkit.digimed.co.uk> 0 siblings, 1 reply; 8+ messages in thread From: David Grant @ 2006-09-16 1:25 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 647 bytes --] On 9/15/06, Neil Bothwick <neil@digimed.co.uk> wrote: > > On Fri, 15 Sep 2006 17:07:21 -0700, Daevid Vincent wrote: > > > Thanks, yes, that did "fix" it. However it's strange b/c I have had > > PARALLEL on for years ever since I first learned of it. Only with this > > new baselayout did the loading change to this other way of displaying > > it. Hmm... > > Because the startup scripts are no longer running sequentially, the OK > responses make little sense, as they won't necessarily appear i the same > order and the scripts are run. Um, but the OK could appear after a script finishes succesfully. -- David Grant http://www.davidgrant.ca [-- Attachment #2: Type: text/html, Size: 1030 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20060916110728.53d3f62b@krikkit.digimed.co.uk>]
* Re: [gentoo-user] Boring new startup look with baselayout 1.12 [not found] ` <20060916110728.53d3f62b@krikkit.digimed.co.uk> @ 2006-09-17 5:28 ` Iain Buchanan 2006-09-17 17:18 ` Richard Fish 0 siblings, 1 reply; 8+ messages in thread From: Iain Buchanan @ 2006-09-17 5:28 UTC (permalink / raw To: gentoo-user On Sat, 2006-09-16 at 11:07 +0100, Neil Bothwick wrote: > On Fri, 15 Sep 2006 18:25:29 -0700, David Grant wrote: > > > > Because the startup scripts are no longer running sequentially, the OK > > > responses make little sense, as they won't necessarily appear i the > > > same order and the scripts are run. > > > Um, but the OK could appear after a script finishes succesfully. > > Script A starts > Script B starts > Script B succeeds > Script A succeeds > > How do you know which OK applies to which script? I think the OP is suggesting this: Script A starts print nothing Script B starts print nothing Script B succeeds print "script B [ok]" Script A succeeds print "script A [ok]" -- Iain Buchanan <iaindb at netspace dot net dot au> Yes, we have consensus that we need 64 bit support. :-) -- Larry Wall in <199710291922.LAA07101@wall.org> -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Boring new startup look with baselayout 1.12 2006-09-17 5:28 ` Iain Buchanan @ 2006-09-17 17:18 ` Richard Fish 2006-09-17 20:23 ` Willie Wong 0 siblings, 1 reply; 8+ messages in thread From: Richard Fish @ 2006-09-17 17:18 UTC (permalink / raw To: gentoo-user On 9/16/06, Iain Buchanan <iaindb@netspace.net.au> wrote: > I think the OP is suggesting this: > > Script A starts print nothing > Script B starts print nothing > Script B succeeds print "script B [ok]" > Script A succeeds print "script A [ok]" You could also fill in the ok/failed status as things progress. So if the screen displays: Script A [ ok ] Script B [ ] Script C [ ok ] Script D [failed] Script E [ ] Scripts A and C have completed successfully, script D failed, and scripts B and E are currently running, and F-? have not started yet. Of course the code (in shell script no less!) to make this work would be tricky to say the least, and probably require creating some C-helper programs to move the cursor around. But it would be cool! -Richard -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Boring new startup look with baselayout 1.12 2006-09-17 17:18 ` Richard Fish @ 2006-09-17 20:23 ` Willie Wong 2006-09-17 20:28 ` Arturo 'Buanzo' Busleiman 0 siblings, 1 reply; 8+ messages in thread From: Willie Wong @ 2006-09-17 20:23 UTC (permalink / raw To: gentoo-user On Sun, Sep 17, 2006 at 10:18:27AM -0700, Penguin Lover Richard Fish squawked: > Script A [ ok ] > Script B [ ] > Script C [ ok ] > Script D [failed] > Script E [ ] > > Scripts A and C have completed successfully, script D failed, and > scripts B and E are currently running, and F-? have not started yet. > > Of course the code (in shell script no less!) to make this work would > be tricky to say the least, and probably require creating some > C-helper programs to move the cursor around. But it would be cool! What if you have more than 24 scripts in the start up? W -- "His eyes seemed to be popping out of his head. He wasn't certain if this was because they were trying to see more clearly, or if they simply wanted to leave at this point." - Arthur trying to see who had diverted him from going to a party. Sortir en Pantoufles: up 23 days, 13:46 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Boring new startup look with baselayout 1.12 2006-09-17 20:23 ` Willie Wong @ 2006-09-17 20:28 ` Arturo 'Buanzo' Busleiman 0 siblings, 0 replies; 8+ messages in thread From: Arturo 'Buanzo' Busleiman @ 2006-09-17 20:28 UTC (permalink / raw To: gentoo-user -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Willie Wong wrote: > What if you have more than 24 scripts in the start up? <joke> You startup with a different vga line, or with framebuffer ;) :P </joke> - -- Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar Consultor en Seguridad Informatica - http://www.buanzo.com.ar http://www.vivamoslavida.com.ar - Portal no-comercial del buen vivir! for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDa/bAlpOsGhXcE0RAv2mAJwIwjyky3KH9pdFQEUdZhYyDHLjyQCePKoA R6WHHPewf6Bng4GEEsV/Ajc= =NjT6 -----END PGP SIGNATURE----- -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-09-17 20:33 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <200609090224.k892OEAX003904@robin.gentoo.org> 2006-09-10 1:05 ` [gentoo-user] Boring new startup look with baselayout 1.12 Iain Buchanan 2006-09-16 0:07 ` Daevid Vincent 2006-09-16 0:19 ` Neil Bothwick 2006-09-16 1:25 ` David Grant [not found] ` <20060916110728.53d3f62b@krikkit.digimed.co.uk> 2006-09-17 5:28 ` Iain Buchanan 2006-09-17 17:18 ` Richard Fish 2006-09-17 20:23 ` Willie Wong 2006-09-17 20:28 ` Arturo 'Buanzo' Busleiman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox