aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
216 stars 35 forks source link

Unable to start services #1100

Closed aras-vbo closed 7 months ago

aras-vbo commented 7 months ago

Hi, On Raspberry Pi 4, with RaspberryPi OS 11 (Bullseye) 64 bits + Pi cam HQ I was able to install with the shell script (setup.sh) then to compile Indi with the script (BUILD_INDI_CORE=true BUILD_INDI_3RDPARTY=false ./misc/build_indi.sh).

But when I tried to launch services (systemctl --user start indiserver), I received a message : Failed to start indiserver.service : Unit indiserver.service not found. The same message for service indi-allsky

Vincent

aaronwmorris commented 7 months ago

You have to run setup.sh after the INDI compile has completed. That should setup the indiserver and indi-allsky services.

aras-vbo commented 7 months ago

Thank you very much for your help and for this really complete all-sky software suite !

aaronwmorris commented 7 months ago

Closing this for now. Let me know if there is anything else.