Hi,
After a bit of investigation, it appears that the test failures I
saw earlier (and reported on 1/30/07) involving the following commands:
. chassis poh
. fru print
. sensor list
. sol info
are BMC/BIOS issues and not ipmitool command failures so all the commands
listed in that mail passed testing. I did notice a couple of misspellings
though and am including a patch below for those.
Is there any more testing left to do for the v1.8.9 roll? Can we get
the last patches rolled into a build for final testing? Please let me
know what else is left to do for the roll and if I'm able to do it I
will, if not, I'll email the list so we can try to find someone else
who can.
Thanks much, :-)
Carol Hebert
-----------------------
--- ipmitool-1.8.8.90orig/lib/ipmi_lanp.c 2006-10-06 10:47:10.000000000 -0700
+++ ipmitool-1.8.8.90/lib/ipmi_lanp.c 2007-02-08 19:24:11.000000000 -0800
@@ -1174,7 +1174,7 @@
}
/*
- * The first byte is reservered (0). The resst of the buffer is setup
+ * The first byte is reserved (0). The rest of the buffer is setup
* so that each nibble holds the maximum privilege level available for
* that cipher suite number. The number of nibbles (15) matches the number
* of fixed cipher suite IDs. This command documentation mentions 16 IDs
--- ipmitool-1.8.8.90orig/lib/ipmi_fru.c 2007-01-17 08:05:28.000000000 -0800
+++ ipmitool-1.8.8.90/lib/ipmi_fru.c 2007-02-12 20:49:23.000000000 -0800
@@ -229,12 +229,12 @@
msg_data[2] = (uint8_t)(tmp >> 8);
tmp = finish - (doffset+off); /* bytes remaining */
if (tmp > 16) {
- lprintf(LOG_INFO,"Writting 16 bytes");
+ lprintf(LOG_INFO,"Writing 16 bytes");
memcpy(&msg_data[3], pFrubuf + soffset + off, 16);
req.msg.data_len = 16 + 3;
}
else {
- lprintf(LOG_INFO,"Writting %d bytes", tmp);
+ lprintf(LOG_INFO,"Writing %d bytes", tmp);
memcpy(&msg_data[3], pFrubuf + soffset + off, (uint8_t)tmp);
req.msg.data_len = tmp + 3;
}
--- ipmitool-1.8.8.90orig/lib/ipmi_sdr.c 2006-11-03 13:10:59.000000000 -0800
+++ ipmitool-1.8.8.90/lib/ipmi_sdr.c 2007-02-08 19:25:06.000000000 -0800
@@ -629,7 +629,7 @@
continue;
} else if (rsp->ccode == 0xc5) {
/* lost reservation */
- lprintf(LOG_DEBUG, "SDR reserveration %04x cancelled. "
+ lprintf(LOG_DEBUG, "SDR reservation %04x cancelled. "
"Sleeping a bit and retrying...",
itr->reservation);
@@ -2473,7 +2473,7 @@
return -1;
*reserve_id = ((struct sdr_reserve_repo_rs *) &(rsp->data))->reserve_id;
- lprintf(LOG_DEBUG, "SDR reserveration ID %04x", *reserve_id);
+ lprintf(LOG_DEBUG, "SDR reservation ID %04x", *reserve_id);
return 0;
}
@@ -2668,7 +2668,7 @@
continue;
case 0xc5:
/* lost reservation */
- lprintf(LOG_DEBUG, "SDR reserveration cancelled. "
+ lprintf(LOG_DEBUG, "SDR reservation cancelled. "
"Sleeping a bit and retrying...");
sleep(rand() & 3);
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel