Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    When there is no start, chkconfig knows that it haven't to be stopped. Create them if you want! ln -s /etc/init.d/resolvconf /etc/rc6.d/K02resolvconf && ln -s /etc/init.d/resolvconf /etc/rc0.d/K02resolvconf Commented Sep 13, 2016 at 14:33
  • 1
    @Rui F Ribeiro - I have updated my original question. Commented Sep 13, 2016 at 14:35
  • 2
    The messages come from insserv; in Debian, chkconfig is just a front-end to that. In LSB, "Default-Start" is required, so the messages are correct; what isn't is the behaviour with an empty "Default-Start" (your first test). Could you run insserv -v resolvconf (with the empty "Default-Start" line in the script)? That should give you more information about what's going on... Commented Sep 13, 2016 at 14:57
  • @Stephen Kitt - insserv -v resolvconf works without any problems. Commented Sep 13, 2016 at 15:42