Hi,
After running $ artiq_ctlmgr with an active ARTIQ master, the controller manager starts
and prints "ARTIQ controller manager is now running." but does not launch
aqctl_moninj_proxy or aqctl_coreanalyzer_proxy. Indeed $ ps aux | grep aqctl shows that the proxies are not running.
As a result, when running $ artiq_dashboard (or $ artiq_session), it raises:
ConnectionRefusedError: Connect call failed ('::1', 1385, 0, 0) [analyzer proxy]
ConnectionRefusedError: Connect call failed ('::1', 1383, 0, 0) [moninj proxy]
Starting the proxies in separate terminals allows me to open the dashboard without errors. Running $ artiq_ctlmgr -v produces no further output beyond that line.
I have verified that the device_db.py contains correct entries for both proxy controllers.
I’m running ARTIQ v9.9616+0570d61.beta on the host with 9.0+unknown.beta on the core device. This raises the ‘mismatch between gateware/software’ warning.