-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cannot start system-health daemon #12802
Comments
Thanks for opening this issue! |
@keboliu - please help take a look |
Hi @tjchadaga , @sg893052, could you please take a look? |
Sure, I will take a look at it. Thanks! |
Hi @Pesa , it failed because this line Nov 22 18:31:32 sonic healthd[5354]: sonic_platform package not installed. Cannot start system-health daemon |
Same issue for me running the latest master build. Indeed, the sonic_platform is not installed, and no platform packages are available:
UPDATE: I made it a bit further by running UPDATE #2: Seems that directory was a red herring. It was not supposed to even be there in the first place; see PR #14667 |
Description
The system-health daemon fails to start. It crashes immediately with the following error:
This keeps happening in a loop as systemd tries to restart the service but it crashes every time.
Steps to reproduce the issue:
qemu-system-x86_64 -machine q35 -m 4096 -smp 4 -hda sonic-vs.img -nographic -netdev user,id=sonic0,hostfwd=tcp::5555-:22 -device e1000,netdev=sonic0
sudo journalctl -f
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: