×

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: 208
  • Thank you received: 14
Sorry my copy and paste error.
cat /etc/apt/sources.list.d/astroberry.list
deb www.astroberry.io/repo/ bullseye main

sorry missed out the https://
1 year 2 months ago #90556

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

  • Posts: 208
  • Thank you received: 14
It is not my copy and paste as it just did the same thing again.
I think the problem with my posiing the repo file is that the indi forum thinks I am writing a web page and automatically
strips off the https:// from the url. in the repo description after I post it .
Add a https a : and a // before the www.
Look at astroberry wiki page under Inslallation and replace buster with bullseye.
1 year 2 months ago #90557

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

  • Posts: 250
  • Thank you received: 3
hello
then, indeed it works better with the https:// !
now i will follow the installation method of allsky
but it's normal that the command
libcamera-still -n -o test.jpg
doesn't work with my asi120 usb camera ?
1 year 2 months ago #90561

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

  • 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 #90563

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

  • 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.

Time to create page: 1.508 seconds