-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(radarbox): Implement rbfeeder_fixcputemp #166
Conversation
Use LD_PRELOAD hook to workaround radarbox cpu temperature segfault issue. Allow container to run on userspace podman where sysfs volume is impossible. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
@FlyGoat thank you for the PR ! I let you test the image before merging ? |
@Thom-x Yes it works fine on my side, saving me from the sysfs hack. |
Ah sorry I think I misunderstood your comment. |
Yes exactly, so we are sure the build is OK and it works. |
@Thom-x Ah sorry for the problems on ghcr stuff, do you mind triggering deploy for this PR again? |
No problem, let's do it |
Just tested on my system and it’s working as intended. |
🚀 [bumpr] Bumped! New version:1.32.1 Changes:1.32.0...1.32.1 |
Use LD_PRELOAD hook to workaround radarbox cpu temperature segfault issue. Allow container to run on userspace podman where sysfs volume is impossible.