We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Shutdown takes extremely long, likely due to sensorfw not wanting to stop.
Try do debug sensorfw with strace and/or gdb.
The text was updated successfully, but these errors were encountered:
Seems to be caused by both sam and sensorfw:
https://paste.ubuntu.com/p/4gVRWnNFjw/
Adding TimeoutStopSec=5 to both service files will make it behave.
Before: Feb 09 07:53:00 pinetab2 sleepd[817]: [] [pmlog] sleepd FRC_REBOOT {"Reason":"reboot"} Pwrevents rebooting system Feb 09 07:54:31 pinetab2 systemd[1]: systemd-reboot.service: Deactivated successfully.
After: Feb 09 08:09:43 pinetab2 sleepd[766]: [] [pmlog] sleepd FRC_REBOOT {"Reason":"reboot"} Pwrevents rebooting system Feb 09 08:09:54 pinetab2 systemd[1]: systemd-reboot.service: Deactivated successfully.
Sorry, something went wrong.
webOS-ports/meta-webos-ports#682
SAM not shutting down caused by qml-runner somehow.
No branches or pull requests
Describe the bug
Shutdown takes extremely long, likely due to sensorfw not wanting to stop.
Try do debug sensorfw with strace and/or gdb.
The text was updated successfully, but these errors were encountered: