After my shake rebooted for the 21.2 update it stopped recording the heli files.
I did a few reboots which did not fix it.
I saw this in the logs
2026-04-20 07:17:48 S.T. [ERROR] libslinkmm: cannot resolve hostname 172.17.0.2 169.254.200.152
20260420_UTC_07:17:48 heli_ewII (Main): Version: 1.0.5 2015-03-17
20260420_UTC_07:17:48 heli_ewII (Main): Read command file </opt/settings/dataC/heli_ewII.d>
20260420_UTC_07:17:48 heli_ewII (Main): Unable to build menus from wave servers
2026-04-20 07:18:18 S.T. [ERROR] libslinkmm: cannot resolve hostname 172.17.0.2 169.254.200.152
/opt/bin/rsh-data-consumer.start.sh: line 72: 23531 Segmentation fault (core dumped) $HELIPGM /opt/settings/dataC/heli_ewII.d
2026-04-20 07:18:48 S.T. [ERROR] libslinkmm: cannot resolve hostname 172.17.0.2 169.254.200.152
2026-04-20 07:19:18 S.T. [ERROR] libslinkmm: cannot resolve hostname 172.17.0.2 169.254.200.152
2026-04-20 07:19:48 S.T. [ERROR] libslinkmm: cannot resolve hostname 172.17.0.2 169.254.200.152
2026 110 07:19:48: Program heli_ewII is not running, restarting programs...
I found that the issue was in the
/opt/settings/dataC/ows.conf
listen:
{
host = “0.0.0.0”;
port = 16032;
};
sources = (
{
type = “seedlink”;
host = “172.17.0.2 169.254.200.152”;
port = 18000;
},
{
type = “sds”;
path = “/opt/data/archive/”;
}
);
logging:
{
file = “/opt/log/ows.log”;
debug = false;
stderr_output = true;
};
I removed the 2 ips and put in 127.0.0.1 and then rebooted, although it updated to 172.17.0.2 on the reboot but now everything is working.