Hi everyone! I'm making a script that changes DEC & RA coordinates and then write current position data in ParkData.xml. When i run it the GOTO works well, but when it tries to write the file with current position in KStars i get this errors:

[INFO] WriteParkData: can not write file /home/dhell/.indi/ParkData.xml: Too many open files
and
[WARNING] Can not save Park Status/Position.

I tried to change the system limit (i'm on linux) but it doesn't work. i don't really know whats wrong. I know that my commands are right 'cause i tried the single lines of code in a different terminal and it works (i'm just using indi_setprop). Ideas?

Read More...