Pretty dadgum noob status - trying to run BalenaSound on R Pi Zero W.
Using factory build release, OS version 2.48.0 +rev.1, after the Balena cube image I get ascii art splash from BalenaOS with the following error message (not the expected Services running notifications):
Booted - Check your balenaCloud dashboard.
Prior to this error message, I see about a dozen lines including " … wlan0 - the link is not ready."
Reading project instructions, I’m supposed to check my network settings; those are confirmed to be right so far as I can tell (I use the same info on same device running Raspbian and works fine).
So I’ve tried running Health Checks and Diagnostics from the dashboard.
Health Checks all green succeeded.
After running Diagnostics, the message from balenaOS changes to:
**ICMPv6: process ‘sysctl’ is using deprecated systctl (syscall) net.ipv6.neigh.balena0.base_reachable_time **
use net.ipv6.neigh.balena0.base_reachable_time_ms instead
I know just enough to believe I should replace the deprecated-verbiage with the instead-verbiage, but I don’t know where I should find which text file to do that with. If I am even granted permission as user to do so. And presuming I’m right in that assumption…
So I go back to dashboard, scan the Standard Error output for reference to sysctl and find this section:
— sysctl -a —
sysctl: error reading key ‘net.ipv6.conf.all.stable_secret’: Input/output error
sysctl: error reading key ‘net.ipv6.conf.balena0.stable_secret’: Input/output error
sysctl: error reading key ‘net.ipv6.conf.br-35be63a17e58.stable_secret’: Input/output error
sysctl: error reading key ‘net.ipv6.conf.default.stable_secret’: Input/output error
sysctl: error reading key ‘net.ipv6.conf.lo.stable_secret’: Input/output error
sysctl: error reading key ‘net.ipv6.conf.resin-dns.stable_secret’: Input/output error
sysctl: error reading key ‘net.ipv6.conf.supervisor0.stable_secret’: Input/output error
sysctl: error reading key ‘net.ipv6.conf.wlan0.stable_secret’: Input/output error
— systemctl list-units --failed --no-pager —
So… now I am feeling confident that sysctl needs editing, but I’m stuck. Where? How? In a config file? Can’t find any such command in config.txt. Am I overlooking something?
I’m willing to read more instructions or search more forums, but I’ve exhausted what I know about and what I can find.
Can someone point me in a noob-friendly (or at least noob-tolerant) direction?
If it helps, I’ve granted support access through my dashboard.
Appreciation in advance.