JDK-6984082 : /etc/init.d/jexec does not contain Required-Stop: entry breaking LSB
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u21
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2010-09-12
  • Updated: 2013-05-13
  • Resolved: 2013-05-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7-poolResolved
Related Reports
Duplicate :  
Duplicate :  
Description
FULL PRODUCT VERSION :
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) Client VM (build 17.0-b16, mixed mode)
rob@bob:~/Dev/Aliens/osc/home:rob-fortune/branches/dkms>


ADDITIONAL OS VERSION INFORMATION :
Linux bob 2.6.34.4-0.1-desktop #1 SMP PREEMPT 2010-08-20 19:21:29 +0200 i686 i686 i386 GNU/Linux

A DESCRIPTION OF THE PROBLEM :
### BEGIN INIT INFO
# Provides: binfmt_misc
# Required-Start: $local_fs
# Default-Start: 1 2 3 4 5
# Default-Start: 0 6
# chkconfig: 12345 95 05
# Description: Supports the direct execution of binary formats.
### END INIT INFO


STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Install package on LSB compliant system.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
LSB complaint init script.
ACTUAL -
Occasional spam about missing Required-Stop: in jexec.

ERROR MESSAGES/STACK TRACES THAT OCCUR :
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:'  entry: please add even if empty.

( ... repeated multiple times .. )

REPRODUCIBILITY :
This bug can be reproduced always.

CUSTOMER SUBMITTED WORKAROUND :
--- jexec.orig  2010-09-12 13:07:56.785312869 +0100
+++ jexec       2010-09-12 13:08:06.243313064 +0100
@@ -18,0 +19 @@
+# Required-Stop: $local_fs

Comments
Duplicate of JDK-8012038
13-05-2013