The reason is in the logfile:
Code: Select all
admin@NAS520:/i-data/38aa86ff/.PKG/Entware-ng/opt/var/log$ cat Entware-ng.log
Opened logfile at Mon Aug 17 20:06:42 CEST 2026
Flushing memory buffer
Starting up
Flushing done
[20:06:42] Create symlink /opt -> /i-data/38aa86ff/.PKG/Entware-ng/opt
[20:06:42] Execute /opt/etc/init.d/rc.unslung start
[20:06:42] /opt/etc/init.d/rc.unslung: line 38: /opt/bin/find: not found
[20:06:42] Done /opt/etc/init.d/rc.unslung start
Closed logfile at Mon Aug 17 20:06:42 CEST 2026
For some reason rc.unslung uses /opt/bin/find, The package findutils is installed, but a symlink is lacking:
Code: Select all
ln -s ../libexec/find-gnu /opt/bin/find
Don't know why that symlink isn't there.
> Random Tools was installed before Entware-ng.
Random Tools stays away from /opt, while Entware resides completely in /opt, so they should interact.
> Possibly we could add 'opkg install opkg'; 'opkg upgrade' to the installation script of Entware-ng for armv7 devices.
To upgrade it directly to a newer version? Why not change the installer to install the new version directly?