×

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

Bi-monthly release with minor bug fixes and improvements

new driver kills indiserver without much explanation

  • Posts: 71
  • Thank you received: 2
I am trying to get a telescope driver going. But it kills indiserver immediately on startup:

debian@beaglebone:~/Projects/build$ indiserver -vvv -r 0 SiTech
2021-07-25T19:46:59: startup: indiserver -vvv -r 0 SiTech
2021-07-25T19:46:59: Driver SiTech: pid=14246 rfd=3 wfd=6 efd=7
2021-07-25T19:46:59: listening to port 7624 on fd 4
2021-07-25T19:46:59: Driver SiTech: sending msg copy 1 nq 1:
<getProperties version='1.7'/>

2021-07-25T19:46:59: Driver SiTech: stderr EOF
Child process 14246 died
2021-07-25T19:46:59: Driver SiTech: Terminated after #0 restarts.
2021-07-25T19:46:59: good bye


Are there any debugging tools that help?

Thanks.
Edit: I replaced the output with slightly different command line argument.

The nice thing about this project is that one always the source to look at.

Very preliminary examination indicates indiserver successfully establishes connection with driver but that the driver in it's current state simply sends out no data. If no data is read by indiserver, it shuts down.
Edit 2: Mothers, tell your children: Don't forget "make install" -- there's an executable file in your build directory, but Indiserver can't see it. Argh!
Last edit: 2 years 8 months ago by Mark Copper.
2 years 8 months ago #73851

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

Time to create page: 0.271 seconds