[squid-users] Re: Squid3.1 TProxy weirdness

From: Felipe W Damasio <felipewd_at_gmail.com>
Date: Wed, 6 Jan 2010 17:09:30 -0200

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

Received on Wed Jan 06 2010 - 19:09:40 MST

This archive was generated by hypermail 2.2.0 : Thu Jan 07 2010 - 12:00:02 MST