Dennis Kaarsemaker

Results 51 comments of Dennis Kaarsemaker

That should work. Add `ilo.debug=2` before the `insert_virtual_media` call and all the XML that's being generated and received will be shown on stderr. Paste that in here and let's debug...

You left your password in there. I edited it out, but you may want to change that password 😞 02.01.03 is not a known version number, are you sure this...

Heh, python-hpilo still supports the original ilo 1. But yeah, I only ever use(d) it on proliants, not integrity servers. It looks like the protocol autodetection thinks you should be...

Fixed by #197, but leaving this issue open for now as other places may need adjusting.

These can be supported if someone contributes the changes for it. I don't have access to gen10 servers at the moment.

Finally getting around to looking at this properly, and I think it's all wrong and the old code works just fine If you pass "1", the split turns it into...

It should be, and is valid. The old code will turn that "6" into ["6"] in the split, and then that ["6"] back into a "6" in the join. Can...

I figured out what the actual issue is: the xml parser magic turns the privileges you get from the ilo into integers and not single-digit strings. So when you feed...