×

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

Bi-monthly release with minor bug fixes and improvements

Items from last night's INDI/Ekos/Kstars session

  • Posts: 24
  • Thank you received: 1
HelgeMK wrote that he could not produce log files, because there aren't any. I have exactly the same problem. My setup is WIndows 10 KStars 2.8.3 and a Raspberry Pi 3 with Ubuntu Mate16.04.
When checking the Pi, there is no logs folder in .indi. In KStars the button "Show Indi Logs" does nothing. KStars session log on the Windows machine is OK.

I have also the problem that Remote solving with Astrometry driver in my profile, does not report back to KStars. If the .fits is resolved I cannot check, because there are no logs.

Any thoughts?
Windows 10 64-bit with remote access to Embedded Raspberry PI 3 with Ubuntu Mate 16.04.3 LTS and KStars 2.9.8, Skywatcher HEQ5 PRO, Robtics 80mm F7 doublet apochromaat refractor + CentralDS CDS-600DII
6 years 6 months ago #19875
The topic has been locked.
  • Posts: 281
  • Thank you received: 29
Dear berendj,

My first problem was that I was not familiar with the concept of "hidden files", so eventually I found them. Another issue was, that I missed out to activate "To log file" under the options tab.

As regards Astrometry: Did you chose "Astrometry" under Aux 1 in the Ekos Profile?

Best, Helge

Not sure if that may help?
6 years 6 months ago #19876
The topic has been locked.
  • Posts: 24
  • Thank you received: 1
Dear Helge,

The hidden files is not my problem. The hidden .indi folder is there, but it contains only the profiles.db.

The other problem is solved. I installed yesterday evening the KStars 2.8.4 on my windows machine and reloaded the latest daily indi release. Remote solving is now working. I have indeed Astronomy under Aux 1 in the profile.

So my problem remains: why is non of the drivers writing its log. The logs folder and the files are not even created. The chmod value of .indi is 775.

Regards, Bert
Windows 10 64-bit with remote access to Embedded Raspberry PI 3 with Ubuntu Mate 16.04.3 LTS and KStars 2.9.8, Skywatcher HEQ5 PRO, Robtics 80mm F7 doublet apochromaat refractor + CentralDS CDS-600DII
6 years 6 months ago #19881
The topic has been locked.
Well, not to state the obvious, but did you enable logging for the drivers in INDI Control Panel and selected to File?
6 years 6 months ago #19882
The topic has been locked.
  • Posts: 24
  • Thank you received: 1
Hi Jasem,

I noticed the absence of log files a few nights ago when working with the real stuff. But due to bad weather I'm using the simulators (remote on the Pi) to reproduce the problem. To keep things simple I only use three drivers Telescope Simulator, CCD Simulator and Astrometry.

In all three drivers I have checked Debug Enabled (without it the Logging Levels are not shown) and Logging Levels set to Errors, Warnings, Messages and Driver Debug. In the telescope also Scope Verbose.

Log output is set to "To Log File". in all three drivers, but the .indi map on the Pi stays empty but for the profiles.db, so no logs folder nor log files.

Regards, Bert
Windows 10 64-bit with remote access to Embedded Raspberry PI 3 with Ubuntu Mate 16.04.3 LTS and KStars 2.9.8, Skywatcher HEQ5 PRO, Robtics 80mm F7 doublet apochromaat refractor + CentralDS CDS-600DII
Last edit: 6 years 6 months ago by BJ Ruiterkamp.
6 years 6 months ago #19885
The topic has been locked.
  • Posts: 24
  • Thank you received: 1
After getting a new micro SD card and loading it with my Raspberry Jessie image, I suddenly had logs!
I saw that on the pi the log is created in /home/pi/.indi, but when I switch to the sd card with Ubuntu Mate the logs are created in /root/.indi, while my root is /home/bert and this must be the reason that the logs are not created.

The question is now, where (in which file) is this root defined?

I hope that with this explanation an answer will come up.

Regards, Bert
Windows 10 64-bit with remote access to Embedded Raspberry PI 3 with Ubuntu Mate 16.04.3 LTS and KStars 2.9.8, Skywatcher HEQ5 PRO, Robtics 80mm F7 doublet apochromaat refractor + CentralDS CDS-600DII
6 years 6 months ago #19889
The topic has been locked.
I think you ran INDI Web Manager as root and this is why it was writing to to /root/.indi and not $HOME/.indi

This is why it is recomended NOT to run the Web Manager as root.
6 years 6 months ago #19896
The topic has been locked.
  • Posts: 12
  • Thank you received: 3
Same problem here with two QHYCCD cameras. But they arent working together undependant of the driver settings. If i choose one driver for both...nope.
If i choose qhyccd for CCD an qhyccd for Guider, only one of the cameras operates (if i am lucky).
Seems that EKOS indi is not in a stable condition. Hope that these problems dont occur when you are operating your observatory remote and are a few (hundred) miles
away, which is one of the main reasons for indi. :-(
I havent tried to use a second rpi3 and attach the second camera to that device. Could be a cheap workaround until the driver problems are solved.
Robert
Last edit: 6 years 6 months ago by Robert Leisenz.
6 years 6 months ago #19898
The topic has been locked.
The QHY issue is a problem with the QHY SDK and not an issue with INDI or Ekos. If QHY do not fix their SDK to enable simultaneous operations of multiple QHY cameras (which is possible without issues in other cameras), then we can't do much. AFAIK, QHY is working on this, but contact them for specific details.
6 years 6 months ago #19899
The topic has been locked.
  • Posts: 24
  • Thank you received: 1
I'm a Linux newbie and got confused by the fact that there seem to be two roots. A linux root and a user root. So when knro wrote: "This is why it is recommended NOT to run the Web Manager as root.", I uninstalled indiweb with sudo and reinstalled it for user, and ended up nowhere.

Then I found this item . So I reversed my actions again and reinstalled as root. Problem remained that the .service scripts were nowhere to be found. So I eventually downloaded the .zip from GitHub, changed the user in indiwebmanager-pi.service to my username, RENAMED the file to indiwebmanager.service before copying it to the /etc/systemd/system folder. Finally I got my logs.

This may all be very clear to Linux savvies, but may I ask to have a little consideration with Linux newbies? But, after all, I'm glad its working now.

Regards, Bert
Windows 10 64-bit with remote access to Embedded Raspberry PI 3 with Ubuntu Mate 16.04.3 LTS and KStars 2.9.8, Skywatcher HEQ5 PRO, Robtics 80mm F7 doublet apochromaat refractor + CentralDS CDS-600DII
Last edit: 6 years 6 months ago by BJ Ruiterkamp.
6 years 6 months ago #19906
The topic has been locked.
Yeah I will update this so that there is only one service file.. INDI Web shouldn't run as root.
The following user(s) said Thank You: BJ Ruiterkamp
6 years 6 months ago #19952
The topic has been locked.
  • Posts: 21
  • Thank you received: 2
just wanted to add some of my things from my last imaging night
- while doing flats with a wall mounted box my eqmod controlled mount was enabling guiding (I could understand dithering but not guiding while doing flats on a wall position)
- after doing flats the ekos interface was switched to lights but when capturing a frame it actually tried to run a flat frame (going to wall position) - I guess that it somehow did not correctly cancel a strange 2000s exposure in indi and failed to sync the switch from flat to light to indi (after stopping and resetting everything it was working as expected) I probably have to reproduce that to give more helpful feedback
- while imaging and using the internal guider my rpi lost connection from ekos to indi twice (kstars running via vnc and ekos doing everything locally) The second disconnect happened while switching the view in kstars. (probably kstars was busy and delayed ekos too much)

I need to remember to create logs by default.
6 years 6 months ago #20065
The topic has been locked.
Time to create page: 0.924 seconds