×

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

Bi-monthly release with minor bug fixes and improvements

MaxDome driver crash at start Since INDI Library v2.0.7 is Released

  • Posts: 6
  • Thank you received: 0
Hello

This morning, i did the update of my ubuntu distribution, with apt update, apt upgrade.

Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy

Then, my maxdome driver do not want to start. I suspect this is following the new relase of indi Library v2.0.7 in my indi-bin

$apt-cache policy indi-bin
indi-bin:
Installed: 2.0.7+202404020609~ubuntu22.04.1
Candidate: 2.0.7+202404020609~ubuntu22.04.1
Version table:
*** 2.0.7+202404020609~ubuntu22.04.1 500
500 ppa.launchpadcontent.net/mutlaqja/ppa/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status

$ apt-cache policy indi-maxdomeii
indi-maxdomeii:
Installed: 1.3+t202310010904~ubuntu22.04.1
Candidate: 1.3+t202310010904~ubuntu22.04.1
Version table:
*** 1.3+t202310010904~ubuntu22.04.1 500
500 ppa.launchpadcontent.net/mutlaqja/ppa/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status
1.3-2 500
500 fr.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

TLE-linux:~$ indiserver -vvv indi_maxdomeii
2024-04-02T09:13:54: startup: indiserver -vvv indi_maxdomeii
2024-04-02T09:13:54: Driver indi_maxdomeii: pid=4123 rfd=6 wfd=6 efd=7
2024-04-02T09:13:54: listening to port 7624 on fd 5
2024-04-02T09:13:54: Local server: listening on local domain at: @/tmp/indiserver
2024-04-02T09:13:54: Driver indi_maxdomeii: sending msg nq 1:
<getProperties version="1.7"/>

2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator EQUATORIAL_EOD_COORD
2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator EQUATORIAL_EOD_COORD
2024-04-02T09:13:54: Driver indi_maxdomeii: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator GEOGRAPHIC_COORD
2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator GEOGRAPHIC_COORD
2024-04-02T09:13:54: Driver indi_maxdomeii: snooping on Telescope Simulator.GEOGRAPHIC_COORD
2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PARK
2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PARK
2024-04-02T09:13:54: Driver indi_maxdomeii: snooping on Telescope Simulator.TELESCOPE_PARK
2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PIER_SIDE
2024-04-02T09:13:54: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PIER_SIDE
2024-04-02T09:13:54: Driver indi_maxdomeii: snooping on Telescope Simulator.TELESCOPE_PIER_SIDE
2024-04-02T09:13:55: Driver indi_maxdomeii: read EOF
2024-04-02T09:13:55: Driver indi_maxdomeii: restart #0
2024-04-02T09:13:55: Driver indi_maxdomeii: pid=4129 rfd=7 wfd=7 efd=9
2024-04-02T09:13:55: Driver indi_maxdomeii: sending msg nq 1:
<getProperties version="1.7"/>

2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator EQUATORIAL_EOD_COORD
2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator EQUATORIAL_EOD_COORD
2024-04-02T09:13:55: Driver indi_maxdomeii: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator GEOGRAPHIC_COORD
2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator GEOGRAPHIC_COORD
2024-04-02T09:13:55: Driver indi_maxdomeii: snooping on Telescope Simulator.GEOGRAPHIC_COORD
2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PARK
2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PARK
2024-04-02T09:13:55: Driver indi_maxdomeii: snooping on Telescope Simulator.TELESCOPE_PARK
2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PIER_SIDE
2024-04-02T09:13:55: Driver indi_maxdomeii: read getProperties Telescope Simulator TELESCOPE_PIER_SIDE
2024-04-02T09:13:55: Driver indi_maxdomeii: snooping on Telescope Simulator.TELESCOPE_PIER_SIDE
2024-04-02T09:13:56: Driver indi_maxdomeii: read EOF
2024-04-02T09:13:56: Driver indi_maxdomeii: restart #1
2024-04-02T09:13:56: Driver indi_maxdomeii: pid=4135 rfd=7 wfd=7 efd=9
2024-04-02T09:13:56: Driver indi_maxdomeii: sending msg nq 1:
<getProperties version="1.7"/>
Last edit: 1 month 5 hours ago by Lemoult.
1 month 6 hours ago #100042

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

  • Posts: 6
  • Thank you received: 0
I try with indi library v2.0.6 compiled from source. Now my maxdomeii driver works well.
So i can confirm an incapatiblity wetwen the latest indi library and the latest maxdome driver.
I suppose there is some thing to upgrade in maxdome driver.

Regards

Thierry Lemoult
1 month 2 hours ago #100045

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

  • Posts: 474
  • Thank you received: 168
Drivers link the base INDI library dynamically and when that changes, they need to be recompiled to match the base library version. If they are not in sync, crashes usually happen. For 3rd-party drivers that are not part of the base INDI package this may take a while in the PPA process so it's best to wait a bit or recompile the drivers yourself.
The following user(s) said Thank You: Lemoult
1 month 2 hours ago #100046

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

  • Posts: 92
  • Thank you received: 18
HI,

the new drivers are not all update for now, and i suspect the driver 2.0.7 you use for the dome is notreleased yet. Wait a few hours and the drivers for INDI 2.0.7 will be available in the ppa. You have updated too quickly.

Valentin
150P and 72ED with ASI 071 MC pro
Guiding with qhy 5L-II-m and ASI 178MC
HEQ5 pro with EqMod
Kstars Ekos on lenovo thinkcenter with Linux Mint 21
The following user(s) said Thank You: Lemoult
1 month 2 hours ago #100047

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

Time to create page: 0.493 seconds