Re: What does this error message mean?
On Mon 24 Jun 2013 at 15:51:35 -0500, John W. Foster wrote:
>
> > insserv: Script ETH1START is broken: incomplete LSB comment.
> > insserv: missing `Default-Stop:' entry: please add even if empty.
> > insserv: Script ETH1START is broken: incomplete LSB comment.
> > insserv: missing `Default-Stop:' entry: please add even if empty.
> > insserv: Script ETH1START is broken: incomplete LSB comment.
> > insserv: missing `Default-Stop:' entry: please add even if empty.
> > insserv: Script ETH1START is broken: incomplete LSB comment.
> > insserv: missing `Default-Stop:' entry: please add even if empty.
> > insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `ETH1START'
> >
> >
>
> Anyone seen this or know how to get rid of it? Seems to happen every time I use Synaptic or dselect.
Never seen such a message. But I don't have a script called ETH1START on
my system. All my scripts in /etc/init.d have lines of this form:
### BEGIN INIT INFO
# Provides:
# Required-Start:
# Required-Stop:
# Should-Start:
# Should-Stop:
# Default-Start:
# Default-Stop:
# Short-Description:
### END INIT INFO
With information appropriate for the service, of course. 'Default-Stop:'
is an empty line for some services.
Reply to: