[GH-ISSUE #48] reboot system regulary #45

Open
opened 2026-03-03 11:13:39 +03:00 by kerem · 8 comments
Owner

Originally created by @adcurtin on GitHub (Oct 10, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/48

I used to use chilipie kiosk, that rebooted the pi every day at 3am to prevent memory leaks and other issues from eventually causing problems. An option to automatically reboot the pi regularly would be helpful

Originally created by @adcurtin on GitHub (Oct 10, 2024). Original GitHub issue: https://github.com/debloper/xiosk/issues/48 I used to use chilipie kiosk, that rebooted the pi every day at 3am to prevent memory leaks and other issues from eventually causing problems. An option to automatically reboot the pi regularly would be helpful
Author
Owner

@andiohn commented on GitHub (Oct 10, 2024):

Cron job. Just make a cron job to reboot until we have the ability to schedule tasks from the interface.

https://github.com/debloper/piosk/issues/28

<!-- gh-comment-id:2405439539 --> @andiohn commented on GitHub (Oct 10, 2024): Cron job. Just make a cron job to reboot until we have the ability to schedule tasks from the interface. https://github.com/debloper/piosk/issues/28
Author
Owner

@debloper commented on GitHub (Oct 12, 2024):

Agreed... until the root cause of the 8hr crash is detected, it's better to just reboot it.

<!-- gh-comment-id:2408705901 --> @debloper commented on GitHub (Oct 12, 2024): Agreed... until the root cause of the 8hr crash is detected, it's better to just reboot it.
Author
Owner

@tismofied commented on GitHub (Nov 29, 2024):

Agreed... until the root cause of the 8hr crash is detected, it's better to just reboot it.

Oohhh That's why I am finding the pi at the desktop and the kiosk mode is stopped 😳.
Is it because of browser memory leaks?
I use the kiosk to pull up grafana local dashboards.

<!-- gh-comment-id:2507708721 --> @tismofied commented on GitHub (Nov 29, 2024): > Agreed... until the root cause of the 8hr crash is detected, it's better to just reboot it. Oohhh That's why I am finding the pi at the desktop and the kiosk mode is stopped 😳. Is it because of browser memory leaks? I use the kiosk to pull up grafana local dashboards.
Author
Owner

@tismofied commented on GitHub (Nov 29, 2024):

Cron job. Just make a cron job to reboot until we have the ability to schedule tasks from the interface.

https://github.com/debloper/piosk/issues/28

Would a cronjob like this be safe to use on my pi to reboots every 8 hours?
0 */8 * * * /sbin/shutdown -r now

<!-- gh-comment-id:2507715618 --> @tismofied commented on GitHub (Nov 29, 2024): > Cron job. Just make a cron job to reboot until we have the ability to schedule tasks from the interface. > > > > https://github.com/debloper/piosk/issues/28 > > > > Would a cronjob like this be safe to use on my pi to reboots every 8 hours? `0 */8 * * * /sbin/shutdown -r now`
Author
Owner

@creative0100 commented on GitHub (Dec 2, 2024):

well that explains why I come into a desktop rather than piosk running!

<!-- gh-comment-id:2510356503 --> @creative0100 commented on GitHub (Dec 2, 2024): well that explains why I come into a desktop rather than piosk running!
Author
Owner

@debloper commented on GitHub (Dec 9, 2024):

@tismofied should be alright to reboot, but the path is /usr/sbin/shutdown and if you just use reboot then you'll not need the -r now args.

BTW, if any of you come to understand what's the root cause of this crash, please post it. Thanks!

<!-- gh-comment-id:2528535982 --> @debloper commented on GitHub (Dec 9, 2024): @tismofied should be alright to reboot, but the path is `/usr/sbin/shutdown` and if you just use `reboot` then you'll not need the `-r now` args. BTW, if any of you come to understand what's the root cause of this crash, please post it. Thanks!
Author
Owner

@parthsidpara commented on GitHub (Sep 8, 2025):

@debloper
Could we add a scheduled reboot option to the dashboard in v5?

<!-- gh-comment-id:3265563115 --> @parthsidpara commented on GitHub (Sep 8, 2025): @debloper Could we add a scheduled reboot option to the dashboard in v5?
Author
Owner

@debloper commented on GitHub (Sep 8, 2025):

@parthsidpara sounds good... there's also HDMI CEC implementation/support request (#19, #28) that'll be good to have in that advanced section as well.

<!-- gh-comment-id:3268103646 --> @debloper commented on GitHub (Sep 8, 2025): @parthsidpara sounds good... there's also HDMI CEC implementation/support request (#19, #28) that'll be good to have in that advanced section as well.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/xiosk#45
No description provided.