Actions
Bug #20977
openWith wrong IPMI password, calling /bmc/X.X.X.X/lan/ip endpoint causes smart-proxy to stuck in infinite loop
Status:
New
Priority:
Normal
Assignee:
-
Category:
BMC
Target version:
-
Description
There is an upstream bug in rubyipmi
gem, which is causing this infinite loop, however all errors printed by this gem are logged into log files when DEBUG loglevel is enabled. Additionally, number of system interrupts jumps drastically, as it is spawning new ipmitool processes all the time.
Upstream bugfix: https://github.com/logicminds/rubyipmi/pull/48
When this is merged, rubyipmi
dependency should be updated to use it. In the meanwhile, some workaround can be applied in my opinion.
Actions