×

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

Bi-monthly release with minor bug fixes and improvements

New All Sky camera management software: indi-allsky

  • Posts: 250
  • Thank you received: 3
hello
so I have an error during the installation,,
/usr/include/libindi/indipropertyview.h:1076:12: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 64 equals destination size [-Wstringop-truncation]
1076 | strncpy(this->label, label, MAXINDILABEL);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aarch64-linux-gnu-gcc: fatal error: Processus arrêté signal terminated program cc1plus
compilation terminated.
error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> pyindi-client

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.


The script exited abnormally, please try to run again...


meteo@raspberrypi:~/indi-allsky $ systemctl --user start indiserver
Failed to start indiserver.service: Unit indiserver.service not found.
meteo@raspberrypi:~/indi-allsky $ sudo systemctl --user start indiserver
Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (consider using --machine=<user>@.host --user to connect to bus of other user)
meteo@raspberrypi:~/indi-allsky $


But i also got a low power alarm from the Rpi
1 year 2 months ago #90565

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

  • Posts: 208
  • Thank you received: 14
libcamera-still is only for raspberry pi cameras (attached direct to the board). These are not indi compatible (yet).
You have a USB astro camera which uses indi drivers.
1 year 2 months ago #90567

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

  • Posts: 250
  • Thank you received: 3
You have a USB astro camera which uses indi drivers.

Yes
Last edit: 1 year 2 months ago by Porchet.
1 year 2 months ago #90568

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

  • Posts: 261
  • Thank you received: 66
For the $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR errors, you probably just need to reboot.
1 year 2 months ago #90569

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

  • Posts: 208
  • Thank you received: 14
That's a question for Aaron Morris. You wont be able to start anything if the compilation failed.
Use an official pi power supply or get a better usb power supply/cable.
1 year 2 months ago #90570

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

  • Posts: 261
  • Thank you received: 66
For the pyindi-client compile failure, ensure that INDI 1.9.7 is selected if you are using the Astroberry repos. You can manually rebuild pyindi-client using ./misc/rebuild_pyindi-client.sh
1 year 2 months ago #90571

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

  • Posts: 250
  • Thank you received: 3
Hello Aaron
so I did what you said,
But I still have the following error

meteo@raspberrypi:~ $ systemctl --user start indiserver
Failed to start indiserver.service: Unit indiserver.service not found.
meteo@raspberrypi:~ $

what should I do

Chris
1 year 2 months ago #90572

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

  • Posts: 261
  • Thank you received: 66
The other error is now gone, so that is good.

The setup.sh script has not yet completed, re-run that script again until it fully completes.
1 year 2 months ago #90573

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

  • Posts: 250
  • Thank you received: 3
I have a question
what do you answer to the question during the installation and what is the purpose of the "user", "password", "full name" and "email"

Chris
1 year 2 months ago #90574

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

  • Posts: 261
  • Thank you received: 66
Authentication used to be a simple .htaccess type authentication handled by the web server, but I recently added authentication directly in the indi-allsky web application.

The full name and email do not really matter at the moment, only the username and password are critical.

Ultimately, I am trying to make the web interface fully hardened so that it can be Internet facing.
1 year 2 months ago #90576

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

  • Posts: 250
  • Thank you received: 3
Hi
so I think it's installed, but how do I check because I can't launch the web page.
How do you do it?

Regards
chris
1 year 2 months ago #90585

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

  • Posts: 208
  • Thank you received: 14
Find out what the IP address of you pi is (look in your router or set a static one if you know how), then https to it.
eg My pik is at 192.168.1.55 (I put " to stop indi forum mangling web address.
"https://192.168.1.55/indi-allsky/"
Ignore any warning about unsafe (you are not connected to your bank !!). If using chrome browser "proceed to unsafe" and you should
get the login page. Use the username and password you set. It probably wont ask you next time.
Nick
1 year 2 months ago #90589

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

Time to create page: 1.367 seconds