prpr
Well-Known Member
It's not great. I have to say I have never thought to test that path.I am concerned by the number of errors
Yes, but not of as many things as it should be. But that's not the real problem.I realise it's likely a dependency
Because the environment set up by the Administration (Telnet) menu doesn't have the path set (for what I would call "correctly").pkill not found? pgrep not found? Do these matter? /mod/bin/pgrep: can't load library 'libproc-3.2.8.so' - why not?
Having tested it, it probably hasn't broken anything but you should be able to confirm/fix by running this lot:
Code:
cat /mod/var/spool/cron/crontabs/root
sed -i "s/opkg upgrade/modenv opkg upgrade/" /mod/boot/2/tmenu
for p in anacron recmon epg sysmon; do opkg remove --force-depends "$p";opkg install "$p";done
cat /mod/var/spool/cron/crontabs/root