Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_firmware support #54

Closed
seveas opened this issue Aug 8, 2014 · 1 comment
Closed

update_firmware support #54

seveas opened this issue Aug 8, 2014 · 1 comment

Comments

@seveas
Copy link
Owner

seveas commented Aug 8, 2014

Apparently there's an UPDATE_FIRMWARE (note: not UPDATE_RIB_FIRMWARE) tag that can be used to update device firmware. If this is non-intrusive, add support for it and somehow update the mirroring scripts/firmware.conf generator to use it.

@abrahamrhoffman
Copy link

Hi Seveas,

I just got a chance to try your fix on Python 2.4. Unfortunately, I am now unable to import hpilo:

Python 2.4.3 (#1, Oct 23 2012, 22:02:41)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import hpilo
Traceback (most recent call last):
File "", line 1, in ?
File "/usr/lib/python2.4/site-packages/hpilo.py", line 147, in ?
class IloError(Exception):
File "/usr/lib/python2.4/site-packages/hpilo.py", line 142, in new
klass = super(IloErrorMeta, cls).new(cls, name, parents, attrs)
TypeError: Error when calling the metaclass bases
a new-style class can't have only classic bases

@seveas seveas closed this as completed Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants