×

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

Bi-monthly release with minor bug fixes and improvements

INDI server crashes on Ubuntu22.04 and the server does not start.

  • Posts: 447
  • Thank you received: 30
I'm not feeling well after the update.

This time it is UBUNTU of MINIPC of Intel chipset.

The server crashes immediately after starting and does not accept operations. . .

I canceled the auto start and did various checks, but nothing works. . .

I will send you the log.

Err:Connection to INDI host at localhost on port 7,624 lost. Server disconnected: -1

what i did
・Reinstall the server driver
・Remove system apps that interfere with serial operation
sudo apt remove modemmanager
sudo udevadm control --reload
sudo apt remove brltty
sudo apt -o Dpkg::Options::="--force-overwrite" -f install
Last edit: 1 year 3 days ago by T-Studio.
1 year 3 days ago #92298
Attachments:

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

  • Posts: 447
  • Thank you received: 30
It is very worrisome that a comma appears in the port number display after updating.

If the server starts as shown in this display, it will start using port 7 and 624 → stop because it cannot communicate with port 7624.

2023-04-22T12:29:24 Failed to connect to remote INDI server localhost:7,624
1 year 3 days ago #92300

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

  • Posts: 358
  • Thank you received: 114
Hm that comma seems to be locale specific. Most of the time it can cause problem when decimal separator is comma instead of dot. You may try set run "export LANG=C" and then "kstars" command. This should set locale to default C and remove comma from log. If the problem with locale this should solve it.
The following user(s) said Thank You: T-Studio
1 year 3 days ago #92301

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

  • Posts: 447
  • Thank you received: 30
thank you.

I tried it immediately.

The result did not change.

It will look like the screenshot and the server will stop.

I can't use INDI after updating. . .
1 year 3 days ago #92308
Attachments:

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

  • Posts: 447
  • Thank you received: 30
sudo localectl set-locale LANG=C.UTF-8 LANGUAGE=C
i also tried this.
Even if you change Kstars to English notation, it will not change.

It looks like the 7624 port is not being used.
1 year 3 days ago #92309

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

  • Posts: 447
  • Thank you received: 30
When I start it from the command line, the server doesn't find the driver.

I want to know the location of the server preference file. . . .

$ indiserver 7624 indi_sinulator_ccd
2023-04-24T00:53:40: startup: indiserver 7624 indi_sinulator_ccd
2023-04-24T00:53:40: Driver 7624: 2023-04-24T00:53:40: Driver 7624: execlp : No such file or directory
2023-04-24T00:53:40: Driver indi_sinulator_ccd: 2023-04-24T00:53:40: Driver indi_sinulator_ccd: execlp : No such file or directory
1 year 1 day ago #92342

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

  • Posts: 447
  • Thank you received: 30
QXcbConnection: XCB error: 3 (BadWindow), sequence: 8334, resource id: 17169983, major code: 40 (TranslateCoords), minor code: 0

Looking at the logs it seems to always stop with a QT error.
1 year 1 day ago #92345

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

  • Posts: 447
  • Thank you received: 30
I verified it further.

Serial communication → OK

Connect with Indigo → OK

Trouble is only in the INDI server after the current update.
1 year 8 hours ago #92392
Attachments:

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

  • Posts: 194
  • Thank you received: 20
Your log shows a spelling error: "indi_sinulator_ccd" should be "indi_simulator_ccd"

The syntax for the indiserver command is not correct. It should be something like this: "indiserver -v -p 7624 indi_simulator_ccd"
Last edit: 11 months 4 weeks ago by David Allmon.
11 months 4 weeks ago #92411

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

  • Posts: 447
  • Thank you received: 30
Thank you for contacting us.

I tried connecting in terminal.
It still won't connect.

Same result if I change the server start method like Ekos, INDIWeb Manager, INDI Starter.

$ indiserver -v -p 7624 indi_simulator_ccd
2023-04-26T22:52:51: startup: indiserver -v -p 7624 indi_simulator_ccd
2023-04-26T22:52:51: Driver indi_simulator_ccd: pid=6882 rfd=6 wfd=6 efd=7
2023-04-26T22:52:51: listening to port 7624 on fd 5
2023-04-26T22:52:51: Local server: listening on local domain at: @/tmp/indiserver
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Skywatcher Alt-Az.EQUATORIAL_EOD_COORD
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Skywatcher Alt-Az.EQUATORIAL_COORD
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Skywatcher Alt-Az.TELESCOPE_INFO
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Skywatcher Alt-Az.GEOGRAPHIC_COORD
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Skywatcher Alt-Az.TELESCOPE_PIER_SIDE
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Rotator Simulator.ABS_ROTATOR_ANGLE
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Focuser Simulator.ABS_FOCUS_POSITION
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Focuser Simulator.FOCUS_TEMPERATURE
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on CCD Simulator.FILTER_SLOT
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on CCD Simulator.FILTER_NAME
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on SQM.SKY_QUALITY
2023-04-26T22:52:51: Driver indi_simulator_ccd: snooping on Focuser Simulator.FWHM
\u5f37\u5236\u7d42\u4e86→It is garbled, but it says forced termination.
Last edit: 11 months 4 weeks ago by T-Studio.
11 months 4 weeks ago #92429

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

  • Posts: 447
  • Thank you received: 30
If you delete everything and install it again, INDIServer cannot be installed. . .
11 months 4 weeks ago #92438

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

  • Posts: 194
  • Thank you received: 20
Are Indi and your operating system both 64-bit?
11 months 4 weeks ago #92449

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

Time to create page: 0.787 seconds