×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

indiserver respawning processes

  • Posts: 45
  • Thank you received: 6
When I check syslog I see that indiserver is re-spawning a process repeatedly after encountering an error.
I have photo and telescope simulator devices activated.
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: restart #13223
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: 2016-01-19T12:00:14: Driver –vv: execlp: No such file or directory
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: stderr EOF
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: restart #13224
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: 2016-01-19T12:00:14: Driver –vv: execlp: No such file or directory
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: stderr EOF
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: restart #13225
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: 2016-01-19T12:00:14: Driver –vv: execlp: No such file or directory
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: stderr EOF
Jan 19 13:00:14 Server-Pi indiserver[27149]: 2016-01-19T12:00:14: Driver –vv: restart #13226

What could cause this?
8 years 2 months ago #6715

Please Log in or Create an account to join the conversation.

  • Posts: 712
  • Thank you received: 174
What is the command line? You have probably some typo there. Or one of the drivers is not really available for some reason... Peter
8 years 2 months ago #6716

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 6
See below, drivers are running ok.
I do start the indiserver as a service under ubuntu mate 15.10.
pi@Server-Pi:~$ ps -ef | grep indi
pi       17930  7843  0 15:04 pts/0    00:00:00 grep --color=auto indi
root     27149     1 44 12:59 ?        00:54:56 /usr/bin/indiserver –vv indi_simulator_telescope indi_gphoto_ccd
root     27153 27149  0 12:59 ?        00:00:00 indi_simulator_telescope
root     27154 27149  0 12:59 ?        00:00:00 indi_gphoto_ccd


Contents of indi.service:
[Unit]
Description=Start indi server at startup.
 
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/indiserver –vv indi_simulator_telescope indi_gphoto_ccd
 
[Install]
WantedBy=graphical.target
WantedBy=multi-user.target
Last edit: 8 years 2 months ago by Arjan.
8 years 2 months ago #6717

Please Log in or Create an account to join the conversation.

  • Posts: 712
  • Thank you received: 174
Hmmm, command line looks good, the problem is probably related to how you are starting the service, -vv is used as the driver name not as the switch. Maybe some linux guru will help you with service configuration :) Peter
8 years 2 months ago #6718

Please Log in or Create an account to join the conversation.

Time to create page: 0.150 seconds