Your message dated Sun, 11 Sep 2005 19:50:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line This bug is fixed now
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Aug 2005 20:57:06 +0000
>From [EMAIL PROTECTED] Wed Aug 31 13:57:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pat.uio.no [129.240.130.16] (7411)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAZdq-0003uJ-00; Wed, 31 Aug 2005 13:57:06 -0700
Received: from mail-mx5.uio.no ([129.240.10.46])
by pat.uio.no with esmtp (Exim 4.43)
id 1EAZdm-00079Y-AC
for [EMAIL PROTECTED]; Wed, 31 Aug 2005 22:57:02 +0200
Received: from saruman.uio.no ([129.240.201.202])
by mail-mx5.uio.no with esmtp (Exim 4.43)
id 1EAZdg-0003Pb-I7; Wed, 31 Aug 2005 22:56:56 +0200
Received: from pre by saruman.uio.no with local (Exim 4.44)
id 1EAZdf-0004gh-RE; Wed, 31 Aug 2005 22:56:55 +0200
To: [EMAIL PROTECTED]
Subject: initscripts: Please add init.d dependency information
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Wed, 31 Aug 2005 22:56:55 +0200
X-UiO-Spam-info: not spam, SpamAssassin (score=-5.876, required 12,
autolearn=disabled, ALL_TRUSTED -2.82, AWL 1.94,
UIO_MAIL_IS_INTERNAL -5.00)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: initscripts
Version: 2.86.ds1-1
Severity: wishlist
Please add init.d dependency information for the init.d scripts in the
initscripts package, to make it possible to check and verify the
current boot sequence, and also to make it possible to know which boot
scripts to run in parallel when modifying the boot system to run in
parallel.
There is an LSB specification on how to add such information as
comments at the top of these scripts. I recommend using this format
as there are existing tools to use these headers to reorder the boot
sequence and to boot in parallel.
This is an example:
### BEGIN INIT INFO
# Provides: urandom
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
# Short-Description: This script saves the random seed between reboots.
# Description:
### END INIT INFO
More info on the format is available from
<URL:http://wiki.debian.net/?LSBInitScripts>.
I have draft comments included in the insserv package, but there are
probably still bugs in it, so I do not include a patch. These are the
dependencies included in the insserv package:
### BEGIN INIT INFO
# Provides: bootclean
# Required-Start: $network
# Required-Stop: $network
# Default-Start: 1 2 3 4 5
# Default-Stop: S 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: bootlogd
# Required-Start: mountvirtfs
# Required-Stop:
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: bootmisc
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: checkfs
# Required-Start: modutils checkroot
# Required-Stop:
# Should-Start: lvm
# Should-Stop: lvm
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: checkroot
# Required-Start: keymap hwclockfirst
# Required-Stop:
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: halt
# Required-Start:
# Required-Stop:
# Should-stop: lvm
# Default-Start: 0
# Default-Stop:
# Short-Description:
# Description:
### END INIT INFO
### BEGIN INIT INFO
# Provides: hostname
# Required-Start:
# Required-Stop:
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: mountall
# Required-Start: checkfs
# Required-Stop:
# Should-Start: lvm
# Should-Stop: lvm
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: mountnfs nfs
# Required-Start: $network $local_fs
# Required-Stop:
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: mountvirtfs
# Required-Start:
# Required-Stop:
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: reboot
# Required-Start:
# Required-Stop:
# Should-Stop: lvm raid2
# Default-Start:
# Default-Stop: 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: rmnologin
# Required-Start: $local_fs
# Required-Stop:
# Should-Start: $time $remote_fs
# Should-Stop:
# Default-Start: S 1 2 3 4 5
# Default-Stop:
### END INIT INFO
### BEGIN INIT INFO
# Provides: sendsigs
# Required-Start:
# Required-Stop:
# Default-Start: 6
# Default-Stop:
# Short-Description:
# Description:
### END INIT INFO
### BEGIN INIT INFO
# Provides: single
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: S
# Default-Stop: 0 1 2 3 4 5 6
### END INIT INFO
### BEGIN INIT INFO
# Provides: umountfs
# Required-Start:
# Required-Stop:
# Default-Start: 6
# Default-Stop:
### END INIT INFO
### BEGIN INIT INFO
# Provides: umountnfs
# Required-Start:
# Required-Stop:
# Default-Start: 6
# Default-Stop:
### END INIT INFO
### BEGIN INIT INFO
# Provides: urandom
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: S 1 2 3 4 5
# Default-Stop: 0 6
### END INIT INFO
Several of the scripts are not proper init.d scripts (do not take
arguments start and stop), and are thus a bit harder to specify in
this format. I believe I got most of it right, but there are probably
bugs too. :)
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12-1-686
Locale: LANG=nb_NO, LC_CTYPE=nb_NO (charmap=ISO-8859-1)
Versions of packages initscripts depends on:
ii coreutils 5.2.1-2 The GNU core utilities
ii dpkg 1.10.28 Package maintenance system for Deb
ii e2fsprogs 1.37-2sarge1 ext2 file system utilities and lib
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii mount 2.12p-4 Tools for mounting and manipulatin
ii util-linux 2.12p-4 Miscellaneous system utilities
-- no debconf information
---------------------------------------
Received: (at 325933-done) by bugs.debian.org; 11 Sep 2005 17:50:44 +0000
>From [EMAIL PROTECTED] Sun Sep 11 10:50:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pat.uio.no [129.240.130.16] (7411)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EEVyW-0001Uz-00; Sun, 11 Sep 2005 10:50:44 -0700
Received: from mail-mx1.uio.no ([129.240.10.29])
by pat.uio.no with esmtp (Exim 4.43)
id 1EEVyR-0004pw-KJ; Sun, 11 Sep 2005 19:50:39 +0200
Received: from saruman.uio.no ([129.240.201.202])
by mail-mx1.uio.no with esmtp (Exim 4.43)
id 1EEVyI-0005v8-Ll; Sun, 11 Sep 2005 19:50:30 +0200
Received: from pre by saruman.uio.no with local (Exim 4.44)
id 1EEVyH-0002mE-Cw; Sun, 11 Sep 2005 19:50:29 +0200
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: This bug is fixed now
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Sun, 11 Sep 2005 19:50:29 +0200
X-UiO-Spam-info: not spam, SpamAssassin (score=-5.616, required 12,
autolearn=disabled, ALL_TRUSTED -2.82, AWL 2.20,
UIO_MAIL_IS_INTERNAL -5.00)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 32
Version: 2.86.ds1-2
This bug was fixed with the upload of sysvinit version 2.86.ds1-2.
Not sure why this bug wasn't closed, but as a workaround I close it
no. This was the changelog of the upload closing this bug.
sysvinit (2.86.ds1-2) unstable; urgency=low
.
* This package is now maintained on Alioth as the pkg-sysvinit project.
* Add myself as uploader.
* Add support for linprocfs on kFreeBSD. Patch from Robert
Millan. (Closes: #300963)
* Rewrote /etc/mtab handling in mountvirtfs to work with SELinux.
Based on patch from Luke Kenneth Casson Leighton.
(Closes: #270919)
* Add SELinux support to sysvinit on linux. Add build-depend on
libselinux1-dev and libsepol1-dev for all linux archs. Patch from
Manoj Srivastava, based on patch from Fedora. (Closes: #242900,
#249515,#315611)
* Drop redundant build-depend on essensial package bash.
* Add version 0.47 of startpar(8) program from SuSe. Part of
experimental parallel booting system. Not included by default
yet, as it tend to hang during boot.
* Add support for starting init.d scripts on the same level in
parallel, to speed up the boot process a bit. Currently, only a
simple system is implemented (and enabled by adding
CONCURRENCY=shell in /etc/default/rcS). This simple system messes
up the script output during boot. Disabled by default. (Closes:
#316290)
* Add 'kdm xdm gdm $syslog' as conditional dependencies of
rmnologin, to move it further back in the boot process.
* Make sure bootlogd return non-error exit code after forking off
the child. (Closes: #326640)
* Add more warning flags to list of compiler flags, to get more
info about problematic code.
* Avoid race-condition while fork()ing. Patch from SuSe.
(Closes: #327612)
* Improve error message when fork() fail in init. Patch from SuSe.
* Avoid hardcoding tty name length in wall, use UT_LINESIZE instead.
Patch from SuSe.
* Force kernel to reschedule after killing processes. Patch from SuSe.
* Make sure killall never tries to kill init (pid 1). Patch from SuSe.
* Acknowledge NMUs. (Closes: #30659, #85221, #204857, #225476,
#247102, #248739 #252059, #267935, #269774, #269894, #272588,
#272916, #273496, #277204, #281782, #284426, #286081, #287243,
#288098, #289562, #295094, #295335, #296489, #300645, #311741,
#314351, #316431, #317385, #317704, #318453, #318857, #323749,
#325933, #326460, #326495, #326647)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]