Activity log for bug #1481780

Date Who What changed Old value New value Message
2015-08-05 14:20:05 bugproxy bug added bug
2015-08-05 14:20:07 bugproxy tags architecture-ppc64le bugnameltc-128480 severity-high targetmilestone-inin14043
2015-08-05 14:33:06 Breno Leitão ubuntu: status New Confirmed
2015-08-05 16:27:19 Ubuntu Foundations Team Bug Bot tags architecture-ppc64le bugnameltc-128480 severity-high targetmilestone-inin14043 architecture-ppc64le bot-comment bugnameltc-128480 severity-high targetmilestone-inin14043
2015-08-05 17:35:32 Steve Langasek affects ubuntu ipmitool (Ubuntu)
2015-08-05 17:35:43 Steve Langasek ipmitool (Ubuntu): importance Undecided High
2015-08-05 20:09:02 Breno Leitão bug added subscriber Breno Leitão
2015-08-05 20:20:38 David Wise attachment added ipmitool-1.8.13_usb_interface_diff.diff https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+attachment/4439943/+files/ipmitool-1.8.13_usb_interface_diff.diff
2015-08-06 00:25:02 Ubuntu Foundations Team Bug Bot tags architecture-ppc64le bot-comment bugnameltc-128480 severity-high targetmilestone-inin14043 architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043
2015-08-06 00:25:10 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2015-08-06 22:54:29 Robie Basak bug added subscriber Michael Hohnbaum
2015-08-10 19:26:38 David Wise attachment added HPM upload fix https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+attachment/4442363/+files/ipmitool-1.8.13_hpm_diff.diff
2015-08-11 01:35:07 Mathieu Trudel-Lapierre nominated for series Ubuntu Vivid
2015-08-11 01:35:07 Mathieu Trudel-Lapierre bug task added ipmitool (Ubuntu Vivid)
2015-08-11 01:35:07 Mathieu Trudel-Lapierre nominated for series Ubuntu Trusty
2015-08-11 01:35:07 Mathieu Trudel-Lapierre bug task added ipmitool (Ubuntu Trusty)
2015-08-11 01:35:14 Mathieu Trudel-Lapierre ipmitool (Ubuntu Trusty): status New In Progress
2015-08-11 01:35:16 Mathieu Trudel-Lapierre ipmitool (Ubuntu Vivid): status New In Progress
2015-08-11 01:35:18 Mathieu Trudel-Lapierre ipmitool (Ubuntu Trusty): importance Undecided High
2015-08-11 01:35:20 Mathieu Trudel-Lapierre ipmitool (Ubuntu Vivid): importance Undecided High
2015-08-11 01:35:21 Mathieu Trudel-Lapierre ipmitool (Ubuntu): status Confirmed In Progress
2015-08-11 01:35:24 Mathieu Trudel-Lapierre ipmitool (Ubuntu): assignee Mathieu Trudel-Lapierre (mathieu-tl)
2015-08-11 01:35:25 Mathieu Trudel-Lapierre ipmitool (Ubuntu Trusty): assignee Mathieu Trudel-Lapierre (mathieu-tl)
2015-08-11 01:35:27 Mathieu Trudel-Lapierre ipmitool (Ubuntu Vivid): assignee Mathieu Trudel-Lapierre (mathieu-tl)
2015-08-11 01:42:50 Mathieu Trudel-Lapierre description In order to support those, the current ipmitool (1.8.13) in 14.04 needs to integrate 2 patches : - a fix for the hpm library : https://sourceforge.net/p/ipmitool/bugs/38 which has been commited : ff80a188f3dc1eef105b2915361b1fce30ee4e4c - a feature request : http://sourceforge.net/p/ipmitool/feature-requests/58/ that has not been commited so far == Comment: #1 - Frederic Bonnard <FREDERIC@fr.ibm.com> - 2015-08-05 05:16:46 == Typo : the URL for the hpm library is : http://sourceforge.net/p/ipmitool/bugs/382/ == Comment: #2 - Frederic Bonnard <FREDERIC@fr.ibm.com> - 2015-08-05 07:40:58 == After testing the required patches onto 1.8.13, it appears that they do not apply cleanly and also that this does not require trivial changes to the patches. I started working on this, but I'd prefer to have David Wise's opinion on any requirements needed (commits/features) that could have been done between ipmitool 1.8.13 and current git master, not to lose time. I sent a mail to David and am waiting for his feedback. == Comment: #3 - Frederic Bonnard <FREDERIC@fr.ibm.com> - 2015-08-05 09:54:53 == After contacting David Wise, he thinks that we can make the changes and provide a patch quickly once we have the correct source version. I provided the necessary info so that he can have the exact source version of ipmitool used in Ubuntu 14.04 (that is http://packages.ubuntu.com/source/trusty-updates/ipmitool) and how to use this in order to setup his source tree. [Impact] New hardware enablement: enables IPMI usage over USB transport, for those systems providing such an interface. [Test case] 1) run 'ipmitool -I usb sensor' Without a patched ipmitool, this will not work. With a version of ipmitool with USB interface support, sensor data available for the system will be listed. [Regression potential] In the event that the user selects the USB interface (-I usb) on systems which do not support it, ipmitool requests will fail. The new interface code is a new completely separated code path that is unlikely to interfere with any existing code. The additional memcpy change could cause extra data to be read or ignored coming from the BMC, by the ipmitool utility. --- In order to support those, the current ipmitool (1.8.13) in 14.04 needs to integrate 2 patches : - a fix for the hpm library : https://sourceforge.net/p/ipmitool/bugs/38 which has been commited : ff80a188f3dc1eef105b2915361b1fce30ee4e4c - a feature request : http://sourceforge.net/p/ipmitool/feature-requests/58/ that has not been commited so far == Comment: #1 - Frederic Bonnard <FREDERIC@fr.ibm.com> - 2015-08-05 05:16:46 == Typo : the URL for the hpm library is : http://sourceforge.net/p/ipmitool/bugs/382/ == Comment: #2 - Frederic Bonnard <FREDERIC@fr.ibm.com> - 2015-08-05 07:40:58 == After testing the required patches onto 1.8.13, it appears that they do not apply cleanly and also that this does not require trivial changes to the patches. I started working on this, but I'd prefer to have David Wise's opinion on any requirements needed (commits/features) that could have been done between ipmitool 1.8.13 and current git master, not to lose time. I sent a mail to David and am waiting for his feedback. == Comment: #3 - Frederic Bonnard <FREDERIC@fr.ibm.com> - 2015-08-05 09:54:53 == After contacting David Wise, he thinks that we can make the changes and provide a patch quickly once we have the correct source version. I provided the necessary info so that he can have the exact source version of ipmitool used in Ubuntu 14.04 (that is http://packages.ubuntu.com/source/trusty-updates/ipmitool) and how to use this in order to setup his source tree.
2015-08-11 01:58:33 Launchpad Janitor branch linked lp:ubuntu/wily-proposed/ipmitool
2015-08-11 04:19:11 Launchpad Janitor ipmitool (Ubuntu): status In Progress Fix Released
2015-08-12 15:56:36 Chris J Arges ipmitool (Ubuntu Vivid): status In Progress Fix Committed
2015-08-12 15:56:38 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2015-08-12 15:56:39 Chris J Arges bug added subscriber SRU Verification
2015-08-12 15:56:44 Chris J Arges tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-needed
2015-08-12 22:45:32 Launchpad Janitor branch linked lp:ubuntu/vivid-proposed/ipmitool
2015-08-13 20:20:55 David Wise attachment added HAB_HOST.log https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+attachment/4444398/+files/HAB_HOST.log
2015-08-13 20:23:20 David Wise tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-needed architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done
2015-08-13 22:11:13 Brian Murray ipmitool (Ubuntu Trusty): status In Progress Fix Committed
2015-08-13 22:11:20 Brian Murray tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043
2015-08-13 22:11:21 Brian Murray tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-needed
2015-08-13 22:12:17 Brian Murray tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-needed architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-vivid verification-needed
2015-08-13 22:19:12 bugproxy attachment added HAB_HOST.log https://bugs.launchpad.net/bugs/1481780/+attachment/4444448/+files/HAB_HOST.log
2015-08-13 22:34:37 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/ipmitool
2015-08-19 18:49:04 Mathew Hodson tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-vivid verification-needed architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-vivid verification-needed-trusty
2015-08-20 08:48:32 Breno Leitão tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-vivid verification-needed-trusty architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-trusty verification-done-vivid
2015-08-20 20:11:01 Launchpad Janitor ipmitool (Ubuntu Trusty): status Fix Committed Fix Released
2015-08-20 20:11:06 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2015-08-27 16:34:15 Launchpad Janitor ipmitool (Ubuntu Vivid): status Fix Committed Fix Released
2015-09-21 14:29:35 David Wise attachment added ipmitool-1.8.13-1_usb+hpm_fixes-patch.diff https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+attachment/4470357/+files/ipmitool-1.8.13-1_usb%2Bhpm_fixes-patch.diff
2015-10-15 20:20:15 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2015-10-15 20:20:21 Brian Murray tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-trusty verification-done-vivid architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-trusty verification-done-vivid verification-needed
2015-10-19 00:45:08 Mathew Hodson tags architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-trusty verification-done-vivid verification-needed architecture-ppc64le bot-comment bugnameltc-128480 patch severity-high targetmilestone-inin14043 verification-done-trusty verification-done-vivid
2016-02-23 13:36:01 bugproxy attachment added ipmitool-1.8.13-1_usb+hpm_fixes-patch.diff https://bugs.launchpad.net/bugs/1481780/+attachment/4579039/+files/ipmitool-1.8.13-1_usb+hpm_fixes-patch.diff