Local recording stopped after update to 0.21.2

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.

Hello mcunning, and welcome to our community!

Thank you so much for the detailed feedback you have provided regarding this issue.

Could I ask you to download your logs and send them to us? They will provide more insight in what is going on inside the system.

Thank you again.

Sure, these are the logs from before I did anything.
RSH.R404C.2026-04-20T22_00_37.logs.tar (4.8 MB)

Perfect! Thank you.

Could I now ask for the log files after your modifications? So that we can look at the complete picture of your situation.

sure here you go
RSH.R404C.2026-04-22T19_01_15.logs.tar (5.0 MB)