Hi all,
I’m facing a problem with installation of node-red and tasmoadmin add-ons.
The start of add-non fails with the following error:
[cont-init.d] nginx.sh: executing…
mv: can’t rename ‘/etc/nginx/servers/direct-ssl.disabled’: Invalid argument
[cont-init.d] nginx.sh: exited 1.
Hardware architecture is aarch64 running Hassio & Homeassitant on Ubuntu16.04
After dozens of experiment (what’s wrong in my filesystem??) I realized that hassio uses Busybox in its docker images…
Now I’m trying to debug busybox (downloaded and compiled) BUT I have this problem:
Running the ORIGINAL busybox extracted from the Hassio image results in the following error:
root@arkimedes::~/bb1# ./busybox
-bash: ./busybox: No such file or directory
The busybox file obviously exist; i think that it is a custom version that needs some reference that does not exist…
If I run in the same environmente the “just compiled” version of busybox it works fine…
So, two questions:
- Can someone try/check/fix/dosomething for the original problem (start of add-ons)
- Can someone tell me if the Busybox version in hassio is custom/patched and how I can replace it?
Thank you in advance
Michele