Viktor Jaep
Part of the Furniture
Thanks Colin... hope this helps!OK thanks anyway. Sounds like things work differently on your router. Just as a final sanity check can you post the output of these commands please.
Code:echo 2000 > /proc/sys/kernel/pid_max strace -r -e trace=bind nvram get http_username 2>&1 | grep nl_pid echo 32768 > /proc/sys/kernel/pid_max
Code:
ViktorJp@GT-AX6000-3C88:/jffs/scripts# echo 2000 > /proc/sys/kernel/pid_max
ViktorJp@GT-AX6000-3C88:/jffs/scripts# strace -r -e trace=bind nvram get http_username 2>&1 | grep nl_pid
0.003478 bind(3, {sa_family=AF_NETLINK, nl_pid=1752, nl_groups=00000000}, 12) = 0
ViktorJp@GT-AX6000-3C88:/jffs/scripts# echo 32768 > /proc/sys/kernel/pid_max
ViktorJp@GT-AX6000-3C88:/jffs/scripts#