Atik Cameras Forum
Support (Please note, this is primarily a user forum, for direct Atik support, please email support@atik-cameras.com) => Atik Air => Topic started by: astro_1 on September 02, 2018, 01:39:34 AM
-
Hi all
I am not a Linux guru. I have a RPi 3 B+ with raspian-stretch installed.
When doing the advanced AtikAir setup, which is basically installing manually, it ends with "no process found". below is what is shown on screen:
------------------------------
Service Setup
--------------------------------
Ending Service
artemishscservice: no process found
Ending AtikAirService
atikairservice: no process found
-------------------------------------------
Setup Complete!
--------------------------------------------
Any ideas ?
-
Dear Atik guys - I have the same problem. This post is already four months old w/o an answer. People told me the Atik customer service was first rate. The guys over at ZWO are far more responsive to user questions ... hmmm. Good thing I haven't yet pulled the trigger on a camera, I guess.
-
As the header above states, this is primarily a user forum and specific questions that you would like Atik to respond to should be directed to support@atik-cameras.com. My experience with the folks at Atik has been excellent when I've used the support method of contact.
-Craig
-
I found that I had to do the following after install.
On the Raspberry Pi:
cd /etc/rc5.d
sudo ln -s ../init.d/ArtemisHscService S02ArtemisHscService
sudo ln -s ../init.d/AtikAirService S02AtikAirService
sudo reboot
-Stan