You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line always fails, leading to a constant stream of error messages when SOL session is active.
Oct 12 17:20:05 netipmid[299]: Failed to find object which matches
Oct 12 17:20:05 netipmid[299]: The operation failed internally.
Oct 12 17:20:05 netipmid[299]: Failed to get service path in registerSOLServiceChangeCallback: xyz.openbmc_project.Common.Error.InternalFailure: The operation failed internally.
srvcfg-manager does not publish this object, but rather only the instantiated service names, e.g. obmc_2dconsole_40ttyS2. AFAIK netipmid does not know which instance to use so there's no simple one-line fix for this.
The text was updated successfully, but these errors were encountered:
But I don't understand what ipmi is doing with the service manager. It looks like some kind of hook invoked when the sol session parameters is changed but what is it trying to accomplish?
From 15 minutes of study it's restarting the whole console service instead of killing and restarting it's session when configuration such as required encryption is changed. I don't believe it shouldn't be trying restart or start/stop the multiple interfaces of the console service. Also if the administrator had disabled the service though redfish I doubt ipmi would be expected to enable it.
phosphor-net-ipmid/sol/sol_manager.cpp
Lines 239 to 241 in 54e7a51
This line always fails, leading to a constant stream of error messages when SOL session is active.
srvcfg-manager does not publish this object, but rather only the instantiated service names, e.g.
obmc_2dconsole_40ttyS2
. AFAIK netipmid does not know which instance to use so there's no simple one-line fix for this.The text was updated successfully, but these errors were encountered: