netstat

I am trying to run netstat on a ppc target. I copied the ppc netstat executable onto the target. When I run netstat I get :

netstat: no namelist

what is this namelist ?

More likely you are running the “tiny stack” (npm-ttcpip.so).
Tiny stack do not support netstat, do “cat /proc/ipstats” instead.