-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add option -C 17 to ipmitool and in the config #22
Comments
This is now supported in the latest version https://github.com/ateodorescu/home-assistant-ipmi/releases/tag/v1.5.0 |
thanks a lot for implemting this. somehow it is still not connecting.
some old servers which was working before are not working anymore... is it an issue with the new interface selector or anything else? if you have an idea... log from addon:
by the way, in the addon-log the password in the line with request: GET..... is not masked, same in the debug-log of HA. but this is not important |
Please print out here the output of the following commands: |
Thanks for investigating. for the older ones "open" is working, for the newer lanplus.
|
and for the information was maybe missing: and the malformed UTF-8 character warning belongs to 10.221.0.156 with the -C 17 - here the setup is failing |
I hope you have a backup with the working environment. |
deleted and readding - the same issue. failed to connect
as there was no changes on HA side and no changes on serverside there is no backup. ;-) |
Would you be so kind to open up the port for me to test it out? Send me an email with user/pass/ip/port if you can let me debug this. Thanks! |
I would do - but I cannot as I cant administrate the systems required for this. |
possible solution for this https://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0 root@304fecf0-ipmi-server:/$ lsmod | grep ipmi but I do not have docker experience how to add modules there or integrate them in the "kernel" |
newer server have cipher suite requirements
The current security settings require incoming IPMI over LAN connection to use cipher suite ID 17. If you are using the IPMItool utility (prior to version 1.8.19), you must specify the option “-C 17” to connect to this management controller.
thank you
The text was updated successfully, but these errors were encountered: