<div dir="ltr"><div class="gmail_quote"><div><pre class="gmail-message"><span style="font-family:arial,sans-serif">Control: severity -1 normal</span></pre></div><div>Ok, here is what I've found out; to reproduce the issue you need to</div><div>disable with update-rc.d a script that has an empty ' Default-Stop: ' field</div><div>in the LSB header. </div><div><br></div><div># update-rc.d ssh disable<br>insserv: warning: current start runlevel(s) (empty) of script `ssh' overrides LSB defaults (2 3 4 5).<br>insserv: warning: current stop runlevel(s) (2 3 4 5) of script `ssh' overrides LSB defaults (empty).<br>insserv: Script ssh has overlapping Default-Start and Default-Stop runlevels (2 3 4 5) and (2 3 4 5). This should be fixed.<br>insserv: Script rsync has overlapping Default-Start and Default-Stop runlevels (2 3 4 5) and (2 3 4 5). This should be fixed.<br>insserv: Script lvm2 has overlapping Default-Start and Default-Stop runlevels (S) and (S). This should be fixed.<br></div><div><br></div><div>there are other scripts that can trigger this, for example on my system I also</div><div>have Cron and Anacron.</div><div><br></div><div>This is a minor issue, but still i have few suggestions:</div><div><br></div><div>1. the message looks like an error, but insserv exits 0, so i guess it' a warning, </div><div>    maybe it should be ' insserv: warning: Script ssh has ...'</div><div>2. disabling a service is a legit action and insserv already prints a warning about </div><div>    overriding LSB defaults, so what is this warning about (what is to be fixed)?</div><div>    Is an empty ' Default-Stop: ' field a bug, or it's something else?</div><div><br></div><div>Thanks,</div><div>Lorenzo</div><div><br></div></div></div>