I brought this up in the segfault thread below but since that error is not showing up currently after upgrading os to 16.04 from 14.04, I thought I should start a new one.
So, the issue is that I can detect / connect to usb webcam and synscan mount on rs port when I enter the indi setting window in phd, and while in there I am able to slew the mount too. So it works that far. When I exit the settings window and click to connect devices, I simply get a failed to connect camera / mount errors. I tried using a simulator camera, just to troubleshoot the mount connection for now:
12:00:23.985 00.000 140656712763904 Auto-loading dark library
12:00:23.985 00.000 140656712763904 Error thrown from /build/phd2-fb0NEj/phd2-2.6.1.rev20160407/myframe.cpp:1968->File does not exist
12:00:23.985 00.000 140656712763904 failed to load dark frames from /home/janne/.phd2/darks_defects/PHD2_dark_lib_1.fit
12:00:23.985 00.000 140656712763904 Status Line: Darks not loaded
12:00:23.987 00.002 140656712763904 Status Line: Camera Connected
12:00:23.992 00.005 140656712763904 Connected AO:None
12:00:23.993 00.001 140656712763904 Status Line: Connecting to Mount ...
12:00:24.001 00.008 140656712763904 Resizing image to 772,618
// few hundred lines of that......
12:00:28.994 00.042 140656712763904 Resizing image to 772,618
12:00:29.032 00.038 140656712763904 Resizing image to 772,618
12:00:29.071 00.039 140656712763904 Throw from /build/phd2-fb0NEj/phd2-2.6.1.rev20160407/gear_dialog.cpp:1175->OnButtonConnectScope: connect failed
12:00:29.072 00.001 140656712763904 Status Line: Mount Connect Failed
12:00:29.074 00.002 140656712763904 Resizing image to 772,618
12:00:29.085 00.011 140656712763904 Connected AuxScope:None
12:00:29.086 00.001 140656712763904 Connected Rotator:None
Having launched phd2 from terminal, it returns
:~$ phd2
12.00.02: Debug: Failed to connect to session manager: SESSION_MANAGER environment variable not defined
Dispatch command error(-1): INDI: Could not find property EQUATORIAL_EOD_COORD in SynScan
<setNumberVector device="SynScan" name="EQUATORIAL_EOD_COORD" state="Ok" timeout="60" timestamp="2016-04-17T09:00:13">
<oneNumber name="RA">
12.176959991455078125
</oneNumber>
<oneNumber name="DEC">
90
</oneNumber>
</setNumberVector>
And, in terminal where I started indi server, only one returned line contains "synscan":
2016-04-17T08:45:58: Driver indi_synscan: Mount does not support setting location
Full debug log:
http://pastebin.com/RbRBmMueAny ideas, what could I try next..?