2010/1/6 Felipe W Damasio <felipewd_at_gmail.com>:
> Or is there a proc entry somewhere that could be screwing with me?
>
> I can post the /proc entries if it would help you guys to help me :-)
And here it is, the result of a print of /proc/sys/net/
for i in `find /proc/sys/net`; do if [ -f "$i" ]; then echo -n "$i = "
>> /tmp/proc.txt; cat $i >> /tmp/proc.txt; fi;done
File proc.txt attached.
Thanks,
Felipe Damasio
This archive was generated by hypermail 2.2.0 : Thu Jan 07 2010 - 12:00:02 MST