Your message dated Tue, 28 Jun 2005 17:32:28 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#316013: fixed in sysfsutils 1.3.0-2
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; 27 Jun 2005 22:40:52 +0000
>From [EMAIL PROTECTED] Mon Jun 27 15:40:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp3.wanadoo.fr [193.252.22.28]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dn2Hc-0007An-00; Mon, 27 Jun 2005 15:40:52 -0700
Received: from me-wanadoo.net (localhost [127.0.0.1])
by mwinf0312.wanadoo.fr (SMTP Server) with ESMTP id C63131C0011B
for <[EMAIL PROTECTED]>; Tue, 28 Jun 2005 00:40:20 +0200 (CEST)
Received: from ortie (ASte-Genev-Bois-153-1-38-66.w83-200.abo.wanadoo.fr
[83.200.88.66])
by mwinf0312.wanadoo.fr (SMTP Server) with ESMTP id 919021C00110;
Tue, 28 Jun 2005 00:40:20 +0200 (CEST)
X-ME-UUID: [EMAIL PROTECTED]
Received: from marc by ortie with local (Exim 4.51)
id 1Dn2Gz-0007LW-Be; Tue, 28 Jun 2005 00:40:13 +0200
Date: Tue, 28 Jun 2005 00:40:13 +0200
From: Marc Bobillier <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: sysfsutils: fails to apply settings on system startup
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="qMm9M+Fa2AknHoGS"
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--qMm9M+Fa2AknHoGS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: sysfsutils
Version: 1.3.0-1
Severity: normal
Tags: patch
Settings in /etc/sysfs.conf are not applied on startup. The
/etc/init.d/sysfsutils script fails to set the $MNTPATH variable and so
exits right at the beginning. This is due to the -m option of
/usr/bin/systool no longer existing since the last upload.
( Debian changelog :
* Removed debian/patches/01_systool_mntpath.patch: Mounting sysfs under
a directory other than /sys is not supported any more. )
So, as it seems /sys is the only supported location for sysfs, the
following patch replaces the customizable $MNTPATH with a hardcoded
/sys. ( Or alternatively you can set MNTPATH=/sys )
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-m
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages sysfsutils depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libsysfs1 1.3.0-1 interface library to sysfs
sysfsutils recommends no packages.
-- no debconf information
--qMm9M+Fa2AknHoGS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="initd_sysfsutils.patch"
--- /etc/init.d/sysfsutils 2005-06-22 00:13:50.000000000 +0200
+++ /etc/init.d/sysfsutils.new 2005-06-28 00:09:23.000000000 +0200
@@ -5,8 +5,6 @@
CONFFILE=/etc/sysfs.conf
-MNTPATH=$(/usr/bin/systool -m 2>/dev/null) || exit 0
-
[ -r "$CONFFILE" ] || exit 0
case "$1" in
@@ -18,8 +16,8 @@
$CONFFILE | (
while read key val; do
if [ "$key" -a "$val" ]; then
- if [ -f $MNTPATH/$key ]; then
- echo $val > $MNTPATH/$key
+ if [ -f /sys/$key ]; then
+ echo $val > /sys/$key
else
echo "unknown attribute $key"
fi
--qMm9M+Fa2AknHoGS--
---------------------------------------
Received: (at 316013-close) by bugs.debian.org; 28 Jun 2005 21:38:03 +0000
>From [EMAIL PROTECTED] Tue Jun 28 14:38:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DnNmM-0000wM-00; Tue, 28 Jun 2005 14:38:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DnNgy-0002xh-00; Tue, 28 Jun 2005 17:32:28 -0400
From: Martin Pitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#316013: fixed in sysfsutils 1.3.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 28 Jun 2005 17:32:28 -0400
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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: sysfsutils
Source-Version: 1.3.0-2
We believe that the bug you reported is fixed in the latest version of
sysfsutils, which is due to be installed in the Debian FTP archive:
libsysfs-dev_1.3.0-2_i386.deb
to pool/main/s/sysfsutils/libsysfs-dev_1.3.0-2_i386.deb
libsysfs1_1.3.0-2_i386.deb
to pool/main/s/sysfsutils/libsysfs1_1.3.0-2_i386.deb
sysfsutils_1.3.0-2.diff.gz
to pool/main/s/sysfsutils/sysfsutils_1.3.0-2.diff.gz
sysfsutils_1.3.0-2.dsc
to pool/main/s/sysfsutils/sysfsutils_1.3.0-2.dsc
sysfsutils_1.3.0-2_i386.deb
to pool/main/s/sysfsutils/sysfsutils_1.3.0-2_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.
Martin Pitt <[EMAIL PROTECTED]> (supplier of updated sysfsutils 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: Tue, 28 Jun 2005 23:18:08 +0200
Source: sysfsutils
Binary: sysfsutils libsysfs1 libsysfs-dev
Architecture: source i386
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description:
libsysfs-dev - interface library to sysfs - development files
libsysfs1 - interface library to sysfs
sysfsutils - sysfs query tool and boot-time setup
Closes: 316013
Changes:
sysfsutils (1.3.0-2) unstable; urgency=low
.
* debian/sysfsutils.init: Replace $MNTPATH with hardcoded /sys since the -m
option does not exist any more. Closes: #316013
Files:
ef7f7d7ab36fb2cdc1b1b65b3c708a43 601 libs extra sysfsutils_1.3.0-2.dsc
71b2147968ec465831f838f5e7723c35 3789 libs extra sysfsutils_1.3.0-2.diff.gz
fa297dce831210e20efa4cde02d1c91e 48446 libdevel extra
libsysfs-dev_1.3.0-2_i386.deb
42a0a5d81c7a368d5896321e8df2a66f 27712 libs extra libsysfs1_1.3.0-2_i386.deb
863f2da727c69a9306ccd472cd2b4011 20562 utils extra sysfsutils_1.3.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCwcAGDecnbV4Fd/IRAp+gAKDZVKiBmRBTcnl7v0Scfg7bWcUtjQCfUxR6
dpmopRuAU2n6bRHB5TCX7b8=
=eO2n
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]