[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-05 Thread Steve Langasek
** Package changed: ubuntu => ipmitool (Ubuntu)

** Changed in: ipmitool (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-05 Thread David Wise
Attached is the 1.8.13 ipmitool patch for the USB interface layer

** Patch 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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-05 Thread Ubuntu Foundations Team Bug Bot
The attachment "ipmitool-1.8.13_usb_interface_diff.diff" seems to be a
patch.  If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-10 Thread David Wise
Attached is the hpm upload issue that we resolved

** Patch added: "HPM upload fix"
   
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+attachment/4442363/+files/ipmitool-1.8.13_hpm_diff.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-10 Thread Mathieu Trudel-Lapierre
** Also affects: ipmitool (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: ipmitool (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: ipmitool (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: ipmitool (Ubuntu Vivid)
   Status: New => In Progress

** Changed in: ipmitool (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: ipmitool (Ubuntu Vivid)
   Importance: Undecided => High

** Changed in: ipmitool (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: ipmitool (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: ipmitool (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: ipmitool (Ubuntu Vivid)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-10 Thread Mathieu Trudel-Lapierre
** Description changed:

+ [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  - 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  - 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  - 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.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/ipmitool

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ipmitool - 1.8.15-1ubuntu1

---
ipmitool (1.8.15-1ubuntu1) wily; urgency=medium

  * debian/patches/memcpy_hpm_fix.patch: fix wrong memcpy boundary parameter in
HpmFwupgActionUploadFirmware(). (LP: #1481780)
  * debian/patches/usb_interface_support.patch: add USB interface support.
(LP: #1481780)

 -- Mathieu Trudel-Lapierre   Mon, 10 Aug 2015
19:54:06 -0400

** Changed in: ipmitool (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-12 Thread Chris J Arges
Hello bugproxy, or anyone else affected,

Accepted ipmitool into vivid-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ipmitool/1.8.15-1ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ipmitool (Ubuntu Vivid)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-12 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ipmitool

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-13 Thread David Wise
Attaching output log from the
https://launchpad.net/ubuntu/+source/ipmitool/1.8.15-1ubuntu0.1 ipmitool

** Attachment added: "HAB_HOST.log"
   
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+attachment/398/+files/HAB_HOST.log

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-13 Thread David Wise
Verifed both the USB interface support and HPM update patch are working
correctly

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-13 Thread Brian Murray
Hello bugproxy, or anyone else affected,

Accepted ipmitool into trusty-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/ipmitool/1.8.13-1ubuntu0.3 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ipmitool (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

** Tags added: verification-done-vivid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/ipmitool

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-19 Thread Mathew Hodson
** Tags removed: verification-needed
** Tags added: verification-needed-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-20 Thread Breno Leitão
** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-20 Thread Breno Leitão
There is a new bug regarding this one
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1486931

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ipmitool - 1.8.13-1ubuntu0.3

---
ipmitool (1.8.13-1ubuntu0.3) trusty; urgency=medium

  * debian/patches/memcpy_hpm_fix.patch: fix wrong memcpy boundary parameter in
HpmFwupgActionUploadFirmware(). (LP: #1481780)
  * debian/patches/usb_interface_support.patch: add USB interface support.
(LP: #1481780)

 -- Mathieu Trudel-Lapierre   Mon, 10 Aug 2015
21:15:35 -0400

** Changed in: ipmitool (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ipmitool - 1.8.15-1ubuntu0.1

---
ipmitool (1.8.15-1ubuntu0.1) vivid; urgency=medium

  * debian/patches/memcpy_hpm_fix.patch: fix wrong memcpy boundary parameter in
HpmFwupgActionUploadFirmware(). (LP: #1481780)
  * debian/patches/usb_interface_support.patch: add USB interface support.
(LP: #1481780)

 -- Mathieu Trudel-Lapierre   Mon, 10 Aug 2015
19:54:06 -0400

** Changed in: ipmitool (Ubuntu Vivid)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-09-21 Thread David Wise
Attached is the ipmitool-1.8.13-1_usb+hpm_fixes-patch.diff file which
contains the usb interface support all the hpm fixes required for the
large buffer size.


** Patch 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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-09-25 Thread Frédéric Bonnard
Thanks  David, I've tried the patch on the latest ipmitool source but I have a 
few problems :
- the patch does not apply on top of the already existing 
patch_memcpy_param.patch : I removed the latter from ubuntu debian/patches and 
I could apply all the series.
- when I compile the package I got this : 

make[3]: Entering directory `/home/ubuntu/tmp/ipmitool-1.8.13/lib'
/bin/bash ../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I.. -I../include-g -O2 -fno-strict-aliasing -Wreturn-type -I 
/lib/modules/3.16.0-45-generic/build/include -MT helper.lo -MD -MP -MF 
.deps/helper.Tpo -c -o helper.lo helper.c
In file included from /usr/include/powerpc64le-linux-gnu/asm/ptrace.h:27:0,
 from /usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:11,
 from /usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:27,
 from /usr/include/signal.h:332,
 from helper.c:41:
/lib/modules/3.16.0-45-generic/build/include/linux/types.h:14:26: error: 
conflicting types for 'fd_set'
 typedef __kernel_fd_set  fd_set;
  ^
In file included from /usr/include/powerpc64le-linux-gnu/sys/types.h:219:0,
 from helper.c:33:
/usr/include/powerpc64le-linux-gnu/sys/select.h:75:5: note: previous 
declaration of 'fd_set' was here
   } fd_set;
 ^
In file included from /usr/include/powerpc64le-linux-gnu/asm/ptrace.h:27:0,
 from /usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:11,
 from /usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:27,
 from /usr/include/signal.h:332,
 from helper.c:41:
/lib/modules/3.16.0-45-generic/build/include/linux/types.h:15:25: error: 
conflicting types for 'dev_t'
 typedef __kernel_dev_t  dev_t;
 ^
In file included from helper.c:33:0:
/usr/include/powerpc64le-linux-gnu/sys/types.h:60:17: note: previous 
declaration of 'dev_t' was here
 typedef __dev_t dev_t;
 ^
In file included from /usr/include/powerpc64le-linux-gnu/asm/ptrace.h:27:0,
 from /usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:11,
 from /usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:27,
 from /usr/include/signal.h:332,
 from helper.c:41:
/lib/modules/3.16.0-45-generic/build/include/linux/types.h:19:17: error: 
conflicting types for 'nlink_t'
 typedef __u32   nlink_t;
 ^
In file included from helper.c:33:0:
/usr/include/powerpc64le-linux-gnu/sys/types.h:75:19: note: previous 
declaration of 'nlink_t' was here
 typedef __nlink_t nlink_t;
   ^
In file included from /usr/include/powerpc64le-linux-gnu/asm/ptrace.h:27:0,
 from /usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:11,
 from /usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:27,
 from /usr/include/signal.h:332,
 from helper.c:41:
/lib/modules/3.16.0-45-generic/build/include/linux/types.h:25:26: error: 
conflicting types for 'timer_t'
 typedef __kernel_timer_t timer_t;
  ^
In file included from /usr/include/powerpc64le-linux-gnu/sys/types.h:132:0,
 from helper.c:33:
/usr/include/time.h:103:19: note: previous declaration of 'timer_t' was here
 typedef __timer_t timer_t;
   ^
In file included from /usr/include/powerpc64le-linux-gnu/asm/ptrace.h:27:0,
 from /usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:11,
 from /usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:27,
 from /usr/include/signal.h:332,
 from helper.c:41:
/lib/modules/3.16.0-45-generic/build/include/linux/types.h:45:26: error: 
conflicting types for 'loff_t'
 typedef __kernel_loff_t  loff_t;
  ^
In file included from helper.c:33:0:
/usr/include/powerpc64le-linux-gnu/sys/types.h:44:18: note: previous 
declaration of 'loff_t' was here
 typedef __loff_t loff_t;
  ^
In file included from /usr/include/powerpc64le-linux-gnu/asm/ptrace.h:27:0,
 from /usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:11,
 from /usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:27,
 from /usr/include/signal.h:332,
 from helper.c:41:
/lib/modules/3.16.0-45-generic/build/include/linux/types.h:134:23: error: 
conflicting types for 'blkcnt_t'
 typedef unsigned long blkcnt_t;
   ^
In file included from helper.c:33:0:
/usr/include/powerpc64le-linux-gnu/sys/types.h:235:20: note: previous 
declaration of 'blkcnt_t' was here
 typedef __blkcnt_t blkcnt_t;  /* Type to count number of disk blocks.  */
^
In file included from /usr/include/powerpc64le-linux-gnu/asm/ptrace.h:27:0,
 from /usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:11,
 from /usr/include/powerpc64le-linux-g

[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-10-01 Thread Breno Leitão
Let's consider this bug as fixed, and continue the discussion of the new
patch at https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1486931

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-10-15 Thread Brian Murray
Hello bugproxy, or anyone else affected,

Accepted ipmitool into trusty-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/ipmitool/1.8.13-1ubuntu0.5 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-10-18 Thread Mathew Hodson
** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1481780] Re: ipmitool 1.8.13 needs 2 patches for OpenPower systems

2015-08-13 Thread Breno Leitão
Send an email to David, from AMI, to validate this 1.8.15 fixed version.
Thanks!

On Wed, Aug 12, 2015 at 7:45 PM, Launchpad Bug Tracker <
1481...@bugs.launchpad.net> wrote:

> ** Branch linked: lp:ubuntu/vivid-proposed/ipmitool
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1481780
>
> Title:
>   ipmitool 1.8.13 needs 2 patches for OpenPower systems
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool in Ubuntu.
https://bugs.launchpad.net/bugs/1481780

Title:
  ipmitool 1.8.13 needs 2 patches for OpenPower systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1481780/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs