Cannot update firmware
Bas Gooren
bas at iswd.nl
Sun Nov 2 10:13:06 CST 2008
Hmmm, after running "lspci | grep Dell" I see
02:0e.0 RAID bus controller: Dell PowerEdge Expandable RAID controller 5
Which means that the attributes bus="2" and device="e" are correct, if the parser of invcol knows they are in hex. So what to do now?
I have updated the file /usr/lib/python2.4/site-packages/dell_dup/svm.py, line 121 to read
device = int(device, 16)
which normally reads
device = int(device, 10)
(In other words: it expects hex instead of a regular base-10 number).
I assume this is a bug, so where do I report it?
Regards,
Bas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.us.dell.com/pipermail/linux-poweredge/attachments/20081102/6bd35a9b/attachment.htm
More information about the Linux-PowerEdge
mailing list