BTS

Issue576

Title Start should honor Required-Start in rc.d-scripts
Priority wish Status wont-fix
Superseder Nosy List ch, ft, mika
Assigned To Topics

Created on 2008-11-28.21:16:06 by ch, last changed 2010-02-27.22:23:34 by mika.

Messages
msg3009 (view) Author: mika Date: 2010-02-27.22:23:34
Doing that hereby. :) If anyone has a nice solution to this problem please let 
us know, closing with won't fix in the meanwhile. Thanks.

regards,
-mika-
msg3006 (view) Author: ft Date: 2010-02-27.22:15:56
Michael Prokop wrote:
> Michael Prokop <mika@grml.org> added the comment:
>
> Sadly there doesn't seem to exist an interface we could use for this feature 
> and I'd like to avoid implementing a parser on our own within Start/Stop/... in 
> zsh. I tend to mark this as won't fix, any objections?

Well, if my call counts for anything, close this wont-fix with a comment
that tells "if you want this badly, come up with a clean solution".

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925
msg3005 (view) Author: mika Date: 2010-02-27.22:06:12
Sadly there doesn't seem to exist an interface we could use for this feature 
and I'd like to avoid implementing a parser on our own within Start/Stop/... in 
zsh. I tend to mark this as won't fix, any objections?

thanks && regards,
-mika-
msg1699 (view) Author: mika Date: 2008-11-29.13:07:52
Nice idea! Though:

a) this might have side effects the user running "Start ..." might not be aware 
of
b) increases complexity in the "Start" paradigma which is supposed to work not 
just for grml/Debian

We have to check this out in more details.

thx && regards
-mika-
msg1692 (view) Author: ch Date: 2008-11-28.21:16:04
Some (all?) rc.d-scripts provide Required-Start information, so the service to
be started can actually start.
In the case of nfs-common this includes $portmap, and without portmap running,
starting rpc.statd fails. It would be useful if `Start nfs-common` would honor
the Required-Start info from /etc/init.d/nfs-common and start portmap first.
History
Date User Action Args
2010-02-27 22:23:34mikasetstatus: need-eg -> wont-fix
nosy: mika, ft, ch
messages: + msg3009
2010-02-27 22:15:57ftsetnosy: mika, ft, ch
messages: + msg3006
2010-02-27 22:06:12mikasetstatus: chatting -> need-eg
nosy: mika, ft, ch
messages: + msg3005
2008-11-29 13:07:53mikasetstatus: unread -> chatting
nosy: + ft, mika
messages: + msg1699
2008-11-28 21:16:06chcreate