Your message dated Tue, 24 Jul 2007 17:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430200: fixed in scsitools 0.10-1
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: scsitools
Version: 0.9-1.1
Severity: grave
Tags: patch
Justification: renders package unusable
Running /sbin/rescan-scsi-bus.sh makes my (and most likely every) system
unusable, I get input/output errors when trying to run programs after I
ran rescan-scsi-bus.sh.
The reason for this behavior is a syntax change for sg_inq; as of
sg3-utils-1.24-1, it doesn't accept "-36" anymore, but only "--len=36".
PATCH:
Change
INQ=`sg_inq -36 /dev/$SGDEV`
to
INQ=`sg_inq --len=36 /dev/$SGDEV`
in /sbin/rescan-scsi-bus.sh.
And while you're at it, you could append
2>/dev/null
to the two lines
echo "scsi remove-single-device $devnr" >/proc/scsi/scsi
and
echo "scsi add-single-device $devnr" >/proc/scsi/scsi
which will make the ugly error message
"line 183: echo: write error: Invalid argument"
vanish that appears for each unsuccessfully tested ID if there are
narrow SCSI channels present when scanning with "-w".
If I chose the wrong severity and/or tags, please let me know.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages scsitools depends on:
ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii libc6 2.5-9+b1 GNU C Library: Shared libraries
ii util-linux 2.12r-19 Miscellaneous system utilities
Versions of packages scsitools recommends:
ii tk8.3 [wish] 8.3.5-6 Tk toolkit for Tcl and X11, v8.3 -
ii tk8.4 [wish] 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
-- debconf information:
scsitools/info:
--- End Message ---
--- Begin Message ---
Source: scsitools
Source-Version: 0.10-1
We believe that the bug you reported is fixed in the latest version of
scsitools, which is due to be installed in the Debian FTP archive:
scsitools_0.10-1.diff.gz
to pool/main/s/scsitools/scsitools_0.10-1.diff.gz
scsitools_0.10-1.dsc
to pool/main/s/scsitools/scsitools_0.10-1.dsc
scsitools_0.10-1_i386.deb
to pool/main/s/scsitools/scsitools_0.10-1_i386.deb
scsitools_0.10.orig.tar.gz
to pool/main/s/scsitools/scsitools_0.10.orig.tar.gz
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.
Eric Delaunay <[EMAIL PROTECTED]> (supplier of updated scsitools 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, 24 Jul 2007 17:30:57 +0200
Source: scsitools
Binary: scsitools
Architecture: source i386
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Eric Delaunay <[EMAIL PROTECTED]>
Changed-By: Eric Delaunay <[EMAIL PROTECTED]>
Description:
scsitools - Collection of tools for SCSI hardware management
Closes: 430200
Changes:
scsitools (0.10-1) unstable; urgency=low
.
* Updated scsidev to 2.37 which supports sysfs filenames from linux kernel
2.6.17+.
* Updated rescan-scsi-bus.sh to 1.25 which better supports 2.6 kernels,
and allows REPORT_LUNS scan and optional LIP reset.
* Fixed syntax error in rescan-scsi-bus.sh due to change in command line
syntax of sg_inq (from sg3-utils). Closes: #430200.
* Added missing dependency against sg3-utils (required by
rescan-scsi-bus.sh).
Files:
b9cbaa5f0ae583b3b639c08790ac1ec6 572 utils optional scsitools_0.10-1.dsc
ef02684145488e48936dc9cb06d259a0 147769 utils optional
scsitools_0.10.orig.tar.gz
387ebd4e8485a8995f0104e748fc076b 34006 utils optional scsitools_0.10-1.diff.gz
2fad16703f467a4237e6e9a26db37f20 128866 utils optional
scsitools_0.10-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGpi+xrnfgQbnVapERAqMdAJ4kJVov7mwvkw0IeBhTIXpJGGqx+ACeLmqc
IE0laILePLg5DXvgRaT8Ul4=
=+iS9
-----END PGP SIGNATURE-----
--- End Message ---