-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cron job eventually stops attempting to start daemon #379
Comments
I don't think the daemon should be started up on its own When I install something like a video game, I don't expect it to open immediately. |
Make a separate discussion ticket for this please. Can you check that nohup is available in your environment |
@JeremyTubongbanua if this is in Docker then cron won't start the daemon at all because cron is not started when the container is started, and I use the reboot notation. This needs to be tested on an actual vm / device first |
Putting this as P1 since this bug would mean the installation instructions don't work on Docker containers |
They don't need to work on docker containers, but there was a missing check in the installer which might cause it to fail. The CRON solution requires both logrotate and nohup to be installed |
Describe the bug
Cron job attempts to start daemon a couple of times then stops trying
Everything works with tmux, I've noticed.
Video of me reproducing it: https://drive.google.com/file/d/1MGnbwQyWfm8LEkFjvcq1rLXEqbi3x4M0/view?usp=sharing
Steps to reproduce
Expected behavior
Keep on attempting
Additional context
There was a while loop for checking if the sshnp device exists in #211 , but is not in the SSHNPD code anymore
The text was updated successfully, but these errors were encountered: