Your message dated Tue, 18 Apr 2006 05:47:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#363132: fixed in hdparm 6.6-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:hdparm Version:6.3-3 Severity:minor Tags:patch When I invoke the hdparm -i /dev/hda it shows some NULL pointers in the output. Here is a transcript: hdparm -i /dev/hda /dev/hda: Model=Maxtor 6Y120P0, FwRev=YAR41BW0, SerialNo=Y360H3DE Config={ Fixed } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57 BuffType=DualPortCache, BuffSize=7936kB, MaxMultSect=16, MultSect=16 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=240121728 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 AdvancedPM=yes: disabled (255) WriteCache=enabled ==>Drive conforms to: (null): ATA/ATAPI-1 ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6 ATA/ATAPI-7 * signifies the current active mode I suggest to apply the following patch that adds two missing commas to the source: Ciao, Tito Ragusa <[EMAIL PROTECTED]> diff -uN identify_orig.c identify.c --- identify_orig.c 2006-04-17 21:31:07.000000000 +0200 +++ identify.c 2006-04-17 21:31:31.000000000 +0200 @@ -262,8 +262,8 @@ "Reserved", /* 0x001a */ "ATA/ATAPI-6 T13 1410D revision 2", /* 0x001b */ "ATA/ATAPI-6 T13 1410D revision 1", /* 0x001c */ - "Reserved" /* 0x001d */ - "Reserved" /* 0x001e */ + "Reserved", /* 0x001d */ + "Reserved", /* 0x001e */ "Reserved" /* 0x001f-0xfffe*/ }; const char actual_ver[] = {--- identify_orig.c 2006-04-17 21:31:07.000000000 +0200 +++ identify.c 2006-04-17 21:31:31.000000000 +0200 @@ -262,8 +262,8 @@ "Reserved", /* 0x001a */ "ATA/ATAPI-6 T13 1410D revision 2", /* 0x001b */ "ATA/ATAPI-6 T13 1410D revision 1", /* 0x001c */ - "Reserved" /* 0x001d */ - "Reserved" /* 0x001e */ + "Reserved", /* 0x001d */ + "Reserved", /* 0x001e */ "Reserved" /* 0x001f-0xfffe*/ }; const char actual_ver[] = {
--- End Message ---
--- Begin Message ---Source: hdparm Source-Version: 6.6-1 We believe that the bug you reported is fixed in the latest version of hdparm, which is due to be installed in the Debian FTP archive: hdparm-udeb_6.6-1_i386.udeb to pool/main/h/hdparm/hdparm-udeb_6.6-1_i386.udeb hdparm_6.6-1.diff.gz to pool/main/h/hdparm/hdparm_6.6-1.diff.gz hdparm_6.6-1.dsc to pool/main/h/hdparm/hdparm_6.6-1.dsc hdparm_6.6-1_i386.deb to pool/main/h/hdparm/hdparm_6.6-1_i386.deb hdparm_6.6.orig.tar.gz to pool/main/h/hdparm/hdparm_6.6.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. Stephen Gran <[EMAIL PROTECTED]> (supplier of updated hdparm 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, 18 Apr 2006 13:28:33 +0100 Source: hdparm Binary: hdparm hdparm-udeb Architecture: source i386 Version: 6.6-1 Distribution: unstable Urgency: low Maintainer: Stephen Gran <[EMAIL PROTECTED]> Changed-By: Stephen Gran <[EMAIL PROTECTED]> Description: hdparm - tune hard disk parameters for high performance hdparm-udeb - tune hard disk parameters for high performance (udeb) Closes: 327442 362670 363132 Changes: hdparm (6.6-1) unstable; urgency=low . * New upstream release * man page fixups for -a (closes: #362670) * Change to using comparison (==) rather than assignment (=) operators in hdparm's udev rules. * Stop printing nulls (closes: #363132) * Add APM/ACPI discussion to README.Debian (closes: #327442) Files: 274d32dd18b758fc56af149b85c30cf4 585 admin optional hdparm_6.6-1.dsc ecea69f775396e4ab6112dcf9066239f 45538 admin optional hdparm_6.6.orig.tar.gz bec0fa35604ba3433585f78ab4d6eb54 16121 admin optional hdparm_6.6-1.diff.gz 5a31ec07e354994239fc7f3c3180a3e9 58968 admin optional hdparm_6.6-1_i386.deb 465a80a5cad9d0bd313677cba3cf8438 25746 debian-installer optional hdparm-udeb_6.6-1_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFERNwPSYIMHOpZA44RAuZZAKCAnAfsw9XKBNxNIAl5TcI+M4jGtACfcbKs 5LWQNcR8cWGeoREMaurrQ9Y= =XacS -----END PGP SIGNATURE-----
--- End Message ---

