Your message dated Mon, 02 Oct 2006 11:18:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390572: fixed in sysvinit 2.86.ds1-31
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)
--- Begin Message ---
Package: initscripts
Version: 2.86.ds1-28
Severity: normal
Hi,
/etc/init.d/stop-bootlogd-single currently has logic to detect if the
kernel has been booted in single user mode using the following:
if [ ! -e /proc/cmdline ] || egrep -qw 'S|single|1' /proc/cmdline
then
...
However, my cmdline looks like this:
root=/dev/hda2 ro lapic idebus=66 ibm_acpi.experimental=1 \
resume2=swap:/dev/hda1 acpi_sleep=s3 \
_bios video=radeonfb:nomtrr,1400x1050-32
The problem is with the "ibm_acpi.experimental=1" part, which is caught
by `egrep -w '1'`. It appears that symbols like '=' separate words.
I think this should be really easy to fix. There's a ton of ways to do
it. Here's one that doesn't use anything fancy:
for word in $(cat /proc/cmdline); do
case "$word" in
S|single|1)
/etc/init.d/bootlogd stop
;;
esac
done
Let me know if I've overlooked something.
Regards,
Sukant
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (90, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-hole
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages initscripts depends on:
ii debianutils 2.17 Miscellaneous utilities specific t
ii e2fsprogs 1.39-1 ext2 file system utilities and lib
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii lsb-base 3.1-15 Linux Standard Base 3.1 init scrip
ii mount 2.12r-10 Tools for mounting and manipulatin
ii sysvinit-utils 2.86.ds1-28 System-V-like utilities
Versions of packages initscripts recommends:
ii psmisc 22.3-1 Utilities that use the proc filesy
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.86.ds1-31
We believe that the bug you reported is fixed in the latest version of
sysvinit, which is due to be installed in the Debian FTP archive:
initscripts_2.86.ds1-31_i386.deb
to pool/main/s/sysvinit/initscripts_2.86.ds1-31_i386.deb
sysv-rc_2.86.ds1-31_all.deb
to pool/main/s/sysvinit/sysv-rc_2.86.ds1-31_all.deb
sysvinit-utils_2.86.ds1-31_i386.deb
to pool/main/s/sysvinit/sysvinit-utils_2.86.ds1-31_i386.deb
sysvinit_2.86.ds1-31.diff.gz
to pool/main/s/sysvinit/sysvinit_2.86.ds1-31.diff.gz
sysvinit_2.86.ds1-31.dsc
to pool/main/s/sysvinit/sysvinit_2.86.ds1-31.dsc
sysvinit_2.86.ds1-31_i386.deb
to pool/main/s/sysvinit/sysvinit_2.86.ds1-31_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 sysvinit 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: Mon, 2 Oct 2006 19:55:11 +0200
Source: sysvinit
Binary: sysv-rc sysvinit-utils sysvinit initscripts
Architecture: source i386 all
Version: 2.86.ds1-31
Distribution: unstable
Urgency: low
Maintainer: Debian sysvinit maintainers
<[email protected]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
initscripts - Scripts for initializing and shutting down the system
sysv-rc - System-V-like runlevel change mechanism
sysvinit - System-V-like init utilities
sysvinit-utils - System-V-like utilities
Closes: 387340 390572
Changes:
sysvinit (2.86.ds1-31) unstable; urgency=low
.
* Fix calls to fuser in umountnfs.sh. Thanks to Frank Mehnert for the tip.
* Correct code detecting single-user in stop-bootlog-single to only
trigger on '1' as single word and not as option argument. (Closes:
#390572, #387340)
Files:
a712c95a35a3b515ecc9bbeacc54de5c 910 admin required sysvinit_2.86.ds1-31.dsc
1441868a31ec90c458ba17a3a9779053 134940 admin required
sysvinit_2.86.ds1-31.diff.gz
257c934ca6c4fc09b1847a1caf6ac97a 108596 admin required
sysvinit_2.86.ds1-31_i386.deb
4d2e004f92807033b38fa8491d1f2f66 64470 admin required
sysvinit-utils_2.86.ds1-31_i386.deb
e2926b1ea949d8ce86038a94f3ca5a9a 57818 admin required
initscripts_2.86.ds1-31_i386.deb
909a9c1ba9525fc4da8a09c63302decf 55900 admin required
sysv-rc_2.86.ds1-31_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFIVMQ20zMSyow1ykRAkaJAKDEssZqQUP08m/gRW9tuvKQOUHhpQCfQT88
LAEhQhdjdIHUwIOcL6yL/0U=
=AbKC
-----END PGP SIGNATURE-----
--- End Message ---