Allsky not starting automatically or as a service #4591
Replies: 8 comments 3 replies
-
|
Thanks, here's the support files. |
Beta Was this translation helpful? Give feedback.
-
|
@brianboru82,
Correct. Allsky writes to stdout (standard output) so when you run it from the command line the output goes to your terminal. When run via That will tell Linux to continue running even after you "hang up" (nohup) as in hanging up a 20-year old modem. Normally when you hang up or exit the window, any process running in the window is killed. I didn't find anything explaining why Allsky doesn't start as a service. Someone else had this problem recently so I'll check prior Issues and Discussions. I think we determined it was corruption in some Linux file. In the meantime, please do NOT reinstall Linux or make any major changes that would eliminate our chances of finding (and fixing) the problem. |
Beta Was this translation helpful? Give feedback.
-
|
The other user with this problem had a bad SD card so it was corrupting files. He reinstalled Linux on a new card and the problem went away. Please run this when Allsky is NOT running: Give it 20 seconds. If it hasn't finished (and I expect it won't), kill it then attah Thanks - Eric |
Beta Was this translation helpful? Give feedback.
-
|
@brianboru82, I found some stuff to try: If any of them do NOT have If it still hung, run: Then upload /tmp/syslog.txt |
Beta Was this translation helpful? Give feedback.
-
|
Ran the debug log, it's attached here. |
Beta Was this translation helpful? Give feedback.
-
|
I ran the systemctl status allsky again after this, and it had some new info, not sure if it's helpful. |
Beta Was this translation helpful? Give feedback.
-
|
As an update, I've updated my allsky to the latest version, and this issue is still present. Which I expected, because it seems like this is a system level issue, not an allsky issue. Still, it would be nice to know the solution here other than doing a fresh raspbian install. |
Beta Was this translation helpful? Give feedback.
-
|
I think I found some useful info from here: I ran The only running thing is the wayvnc service. I then ran I am running RealVNC on my RPi rather than WayVNC that came with the latest RPi OS as WayVNC wasn't playing nicely with my RealVNC client on my laptop. I'm wondering if WayVNC is still trying to bind to the Pi IP address that RealVNC is using, and can't so it's just hung there. I'll try disabling WayVNC and see what we get. Update: Yes, that was it. I disabled WayVNC and the allsky service was able to start. So I would suggest for others in the future if the allsky service is not running, to run Thanks! |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing an issue where the allsky service won't run. It says the process is dead, and it doesn't respond when I try systemctl start allsky.
I can start it manually by using ./allsky.sh, but it appears when doing it that way, nothing is recorded in the allsky log.
Trying to generate the support files, I'll upload when I can.
Beta Was this translation helpful? Give feedback.
All reactions