From: jamesromeongmail.com on
When I install something from an rpm, I get lots of messages such as:

insserv: Script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.

How do I fix this?

Thanks,
Jim
From: jamm on
jamesromeongmail.com wrote:

> When I install something from an rpm, I get lots of messages such as:
>
> insserv: Script jexec is broken: incomplete LSB comment.
> insserv: missing `Required-Stop:' entry: please add even if empty.
>
> How do I fix this?
>
> Thanks,
> Jim


Could it be this?

https://bugzilla.novell.com/show_bug.cgi?id=504596

HTH
From: Mark Draheim on
jamesromeongmail.com wrote:

> insserv: Script jexec is broken: incomplete LSB comment.
> insserv: missing `Required-Stop:' entry: please add even if empty.
>
> How do I fix this?

well, the error message is quite verbose about the probable cause of
the error. Is there a "Required-Stop" line in the jexec init script?
The script or at least a link to it should be in /etc/init.d/. Check
the head of the script for the line. If it's not there, add it. See
the other init scripts for hints on the format.

Your changes will be overwritten when the package providing the script
is updated. Where did the jexec script come from? RPM? Manual install?

cheers

Mark