Your message dated Sun, 30 Jul 2006 17:17:42 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337919: fixed in raidutils 0.0.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: raidutils
Version: 0.0.4-5
On sarge, with an updated kernel from testing(2.6.12-1-686-smp), the
raidutils package is looking for the wrong device file /dev/i2o/ctl. The
device file /dev/i2octl exists but is not used by raideng.
I don't know if this is since I updated the kernel or not, but it seems that
this problem should exists in testing and unstable as well since it's the same
version of raidutils except for a few minor changes that shouldn't be related
to this.
The following patch solveed this issue and prevents my from having to
manually create the /dev/i2o/ctl device node.
--- raidutils-0.0.6.orig/raideng/osd_unix.cpp
+++ raidutils-0.0.6/raideng/osd_unix.cpp
@@ -1232,7 +1232,7 @@
#elif defined (_DPT_SCO) || defined (SNI_MIPS) || defined(_DPT_SOLARIS) ||
defined(_DPT_BSDI) || defined(_DPT_FREE_BSD) || defined(_DPT_LINUX)
#if defined(_DPT_LINUX_I2O)
- if(strcmp(HbaDevs[HbaNum].NodeName, "/dev/i2o/ctl"))
+ if(strcmp(HbaDevs[HbaNum].NodeName, "/dev/i2octl"))
i = ioctl(FileID,I2OUSRCMD,IoctlBuffer_P);
else {
struct i2o_cmd_passthru pt;
@@ -2144,7 +2144,7 @@
i = 0;
}
#elif defined(_DPT_LINUX_I2O)
- if(strcmp(HbaDevs[Count].NodeName, "/dev/i2o/ctl"))
+ if(strcmp(HbaDevs[Count].NodeName, "/dev/i2octl"))
i =
osdSendIoctl(&HbaDevs[Count],DPT_CTRLINFO,DataBuff,&pkt);
else {
/*
@@ -3745,13 +3745,13 @@
# if (defined(_DPT_LINUX_I2O))
memset(&pkt, 0, sizeof(EATA_CP));
HbaDevs[NumEntries].Flags = 0;
- strcpy(HbaDevs[NumEntries].NodeName, "/dev/i2o/ctl");
+ strcpy(HbaDevs[NumEntries].NodeName, "/dev/i2octl");
IoctlRtn = osdSendIoctl(&HbaDevs[NumEntries], I2OGETIOPS, (uCHAR
*)&NumEntries, &pkt);
if(!IoctlRtn) {
for(i = 0; i < NumEntries; i ++) {
HbaDevs[i].Flags = NODE_FILE_VALID_HBA_B | NODE_FILE_I2O_HBA_B;
HbaDevs[i].IoAddress = UINTPTR_MAX;
- strcpy(HbaDevs[i].NodeName, "/dev/i2o/ctl");
+ strcpy(HbaDevs[i].NodeName, "/dev/i2octl");
}
}
--- End Message ---
--- Begin Message ---
Source: raidutils
Source-Version: 0.0.6-1
We believe that the bug you reported is fixed in the latest version of
raidutils, which is due to be installed in the Debian FTP archive:
raidutils_0.0.6-1.diff.gz
to pool/main/r/raidutils/raidutils_0.0.6-1.diff.gz
raidutils_0.0.6-1.dsc
to pool/main/r/raidutils/raidutils_0.0.6-1.dsc
raidutils_0.0.6-1_i386.deb
to pool/main/r/raidutils/raidutils_0.0.6-1_i386.deb
raidutils_0.0.6.orig.tar.gz
to pool/main/r/raidutils/raidutils_0.0.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.
Barak A. Pearlmutter <[EMAIL PROTECTED]> (supplier of updated raidutils 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, 31 Jul 2006 00:54:11 +0100
Source: raidutils
Binary: raidutils
Architecture: source i386
Version: 0.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter <[EMAIL PROTECTED]>
Changed-By: Barak A. Pearlmutter <[EMAIL PROTECTED]>
Description:
raidutils - Adaptec I2O hardware RAID management utilities
Closes: 327805 337919
Changes:
raidutils (0.0.6-1) unstable; urgency=low
.
* new upstream (closes: #327805)
* change ctl device node (closes: #337919)
* revert to upstream include/linux/i2o-dev.h and raideng/osd_unix.cpp
Files:
31813baec3ba5f6c76f3432880545b94 595 admin optional raidutils_0.0.6-1.dsc
e5fd85e460e363b18773b2dd67c3afe8 1385867 admin optional
raidutils_0.0.6.orig.tar.gz
c1537d576fdb175ec7a24080afc9d01a 22899 admin optional raidutils_0.0.6-1.diff.gz
f5f338b34848d209fb992fb33e245019 207926 admin optional
raidutils_0.0.6-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEzUlkLz4Gnv7CP7IRAjkuAKDYuHCnbatS6KdsDEgNg+GZUJIv6gCeJm9m
5Ull9sM0/Wf0nuv5xvJY2Zs=
=LaB4
-----END PGP SIGNATURE-----
--- End Message ---