Skip to content
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

Sol Repeat printing #23

Open
jack206 opened this issue Mar 20, 2023 · 1 comment
Open

Sol Repeat printing #23

jack206 opened this issue Mar 20, 2023 · 1 comment

Comments

@jack206
Copy link

jack206 commented Mar 20, 2023

When i use SOl, the console via ssh always Repeat printing, the serial is normal.
ipmitool -C 17 -H IP -I lanplus -U root -P test sol activate
the console via ssh:
root@sonic:# cccccccccdcdcdcdcdcdcdcd
root@sonic:
# cd
root@sonic:# cd
root@sonic:
# cd
root@sonic:# cd
root@sonic:
# cd
root@sonic:# cd
root@sonic:
# cd
root@sonic:# cd
root@sonic:
# cd
root@sonic:# cd
root@sonic:
# cd
root@sonic:# cd
root@sonic:
# cd
root@sonic:# cd
the serial:
root@sonic:
# ls
root@sonic:# cd
root@sonic:
#

@YHH-debug
Copy link

My guess is the following:
From https://github.com/openbmc/phosphor-net-ipmid/commit/29086950c2300fe8bd5791896b1209a31a1c93e6
updateSOLParameter function std::get<uint8_t>(properties["RetryIntervalMS"]) get is 0
This can be a issue, RetryInterval all the time。

from this to slove the problem:
retryInterval use the default 100ms or change the dbus interface:
https://github.com/openbmc/openbmc/blob/master/meta-inspur/meta-fp5280g2/recipes-phosphor/settings/phosphor-settings-manager/sol-default.override.yml

It's works for me.
Hope this could fix your problem.
Excuse,english is weaking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants