Your message dated Sun, 24 Feb 2008 23:02:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464017: fixed in insserv 1.11.0-5
has caused the Debian Bug report #464017,
regarding insserv: Changes the enabled stop runlevels when activated
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
464017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464017
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: insserv
Version: 1.09.0-1
Severity: important
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

When activating insserv, it will add stop symlinks for scripts that
are currently not enabled for a runlevel that is listed in
default-stop.  This make the shutdown sequence incorrect for scripts
with incorrect default-stop header.

Here is a testsuite fragment to demonstrate the problem:

##########################################################################
echo
echo "info: Check if insserv add stop symlinks for scripts that"
echo "info: currently do not have them."
echo

rm -rf $initddir/../rc*.d/*
rm -rf $initddir/*
mkdir -p $initddir

addscript script <<'EOF' || true
### BEGIN INIT INFO
# Provides:          script
# Required-Start:
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
### END INIT INFO
EOF

addscript nostopscript <<'EOF' || true
### BEGIN INIT INFO
# Provides:          nostopscript
# Required-Start:
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
### END INIT INFO
EOF

# Problem is only triggered if there are start or stop symlinks for
# the script present.
for name in script nostopscript ; do
    for runlevel in 2 3 4 5 ; do
        mkdir -p $initddir/../rc$runlevel.d
        ln -s ../init.d/script $initddir/../rc$runlevel.d/S02$name
    done
done

check_script_present 2 script
check_script_present 5 script
check_script_not_present S script
check_script_not_present 1 script
check_script_not_present 1 nostopscript

# Update symlinks, see if it add stop symlinks
insserv_reg .

list_rclinks

check_script_present 2 script
check_script_present 5 script
check_script_not_present S script
check_script_not_present 1 script
check_script_not_present 1 nostopscript

##########################################################################

This is the output when the script is executed:

  info: Check if insserv add stop symlinks for scripts that
  info: currently do not have them.

  insserv.conf

  init.d:
  nostopscript  script

  insserv:
  override

  rc0.d:
  K01script

  rc1.d:
  K01script

  rc2.d:
  S01script  S02nostopscript

  rc3.d:
  S01script  S02nostopscript

  rc4.d:
  S01script  S02nostopscript

  rc5.d:
  S01script  S02nostopscript

  rc6.d:
  K01script

  rcS.d:
  error: script script present in runlevel 1

Happy hacking,
-- 
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: insserv
Source-Version: 1.11.0-5

We believe that the bug you reported is fixed in the latest version of
insserv, which is due to be installed in the Debian FTP archive:

insserv_1.11.0-5.diff.gz
  to pool/main/i/insserv/insserv_1.11.0-5.diff.gz
insserv_1.11.0-5.dsc
  to pool/main/i/insserv/insserv_1.11.0-5.dsc
insserv_1.11.0-5_i386.deb
  to pool/main/i/insserv/insserv_1.11.0-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated insserv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 24 Feb 2008 23:49:12 +0100
Source: insserv
Binary: insserv
Architecture: source i386
Version: 1.11.0-5
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 insserv    - boot sequence organizer using LSB init.d script dependencies
Closes: 464017 467164 467170 467295
Changes: 
 insserv (1.11.0-5) unstable; urgency=low
 .
   * Add test to verify that introducing a loop will not change the boot
     sequence, but make insserv exit with an error.
   * Added patch 42_loopnochangemsg to change the message printed when
     a loop is detected, to let the user know that the boot sequence is
     untouched.
   * Added patch 52_shutdown_links to fix incorrecly inserted stop
     symlinks (Closes: #464017).
   * Added patch 53_debugoutput to provide more useful debug output
     used to track down the stop symlink issues.  Not enabled by default.
   * Debconf translations:
     - Added Russian from Yuri Kozlov (Closes: #467164).
     - Added Czech from Miroslav Kure (Closes: #467170).
     - Added Italian from Luca Monducci (Closes: #467295).
Files: 
 8f26f8f2f66403ff3fb482a1ae37b460 588 misc optional insserv_1.11.0-5.dsc
 e26ef85278dd7cb669dc82fd13e9d795 40932 misc optional insserv_1.11.0-5.diff.gz
 a6b995a8775e96809ff9b0ac27c4066c 61054 misc optional insserv_1.11.0-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHwfZD20zMSyow1ykRAuAGAKCk4lbzCqlw2EaXHTG7KcTJdPknfwCdHblk
qvHMOsP/G4NbXvQaFQBpung=
=tm4I
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to