[squid-users] Re: kid2| WARNING: disk-cache maximum object size is unlimited but mem-cache maximum object size is 32.00 KB

2013-10-26 Thread Ahmad
hi , here is it : [root@squid ~]# cat /etc/squid/squid.conf # # # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing # should be allowed acl localnet src 10.0.0.0/8 # RFC1918

[squid-users] Re: kid2| WARNING: disk-cache maximum object size is unlimited but mem-cache maximum object size is 32.00 KB

2013-10-26 Thread Ahmad
well , here is config file and below of them are the logs ! [root@squid ~]# cat /etc/squid/squid.conf # # # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from

[squid-users] Re: kid2| WARNING: disk-cache maximum object size is unlimited but mem-cache maximum object size is 32.00 KB

2013-10-26 Thread Ahmad
well , here is config file and below of them are the logs ! [root@squid ~]# cat /etc/squid/squid.conf # # # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from

Re: [squid-users] Re: kid2| WARNING: disk-cache maximum object size is unlimited but mem-cache maximum object size is 32.00 KB

2013-10-26 Thread Eliezer Croitoru
On 10/26/2013 10:30 AM, Ahmad wrote: # you want the backend to have a small cache_mem cache_mem 4 MB and why is that exactly?? it's very nice to have small footprint for a proxy but this a bit weird for a proxy to use only disk cache.. I will add more later. Eliezer

[squid-users] Re: kid2| WARNING: disk-cache maximum object size is unlimited but mem-cache maximum object size is 32.00 KB

2013-10-26 Thread Ahmad
HI , this config is initially for test , if it succeed i will grow it in production network , but uptill now it didn't work !! look , i compiled 3.3.8 and 3.3.9 stable squid with no luck !!! the same issue , squid get down as logs i posted ?? could it be miss config in compile options or it

[squid-users] 3x cpu usage after upgrade 3.1.20 to 3.3.8

2013-10-26 Thread Omid Kosari
After upgrade to 3.3.8 from 3.1.20 the cpu usage of squid grows triple times without change to config . Please look at attached image of cacti graph http://squid-web-proxy-cache.1019090.n4.nabble.com/file/n4662906/cpu_usage.png my configs are available in following posts

[squid-users] Re: squid with muliwan

2013-10-26 Thread adamso
Thanks for the replies, Marcello Romani i tried it. But le problème, when i broke eth0:1 on the pfsense gateway, i still have connexion. E.g : on my squid, yahoo mail go to eth0:1 par tcp_outgoing_ address. But when i broke eth0:1, i can go to yahoo mail. -- View this message in context:

[squid-users] Re: how distribute squid loads to cpus and memories using SMP feature??

2013-10-26 Thread firecold
Thanks for the suggestions, the Aplicare in my settings, thank you very much. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/how-distribute-squid-loads-to-cpus-and-memories-using-SMP-feature-tp4662867p4662908.html Sent from the Squid - Users mailing list

[squid-users] Re: how distribute squid loads to cpus and memories using SMP feature??

2013-10-26 Thread firecold
could you give me an example of the first problem, to give me a clear idea of ​​what you say: -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/how-distribute-squid-loads-to-cpus-and-memories-using-SMP-feature-tp4662867p4662909.html Sent from the Squid -

[squid-users] Re: how distribute squid loads to cpus and memories using SMP feature??

2013-10-26 Thread Ahmad
hi firecold , i think that im close from solving my problem , but before tell you about it , just want to ask you , wt do u do when you want to restart your squid with smp configs ?? is it /usr/sbin/squid -k shutdown , then /usr/sbin/squid ??? or another thing u do ?? also this question

Re: [squid-users] 3x cpu usage after upgrade 3.1.20 to 3.3.8

2013-10-26 Thread Amos Jeffries
On 27/10/2013 2:54 a.m., Omid Kosari wrote: After upgrade to 3.3.8 from 3.1.20 the cpu usage of squid grows triple times without change to config . Please look at attached image of cacti graph http://squid-web-proxy-cache.1019090.n4.nabble.com/file/n4662906/cpu_usage.png my configs are

Re: [squid-users] Re: how distribute squid loads to cpus and memories using SMP feature??

2013-10-26 Thread Amos Jeffries
On 27/10/2013 5:24 a.m., Ahmad wrote: wt do u do when you want to restart your squid with smp configs ?? squid -k restart Amos

[squid-users] Re: how distribute squid loads to cpus and memories using SMP feature??

2013-10-26 Thread Ahmad
well , actually i dont use squid -k restart but i do 1- /usr/sbin/squid -k shutdown /usr/sbin/squid -k shutdown /usr/sbin/squid -k shutdown to make sure it 2- then i start it by /usr/sbin/squid it equals to squid -k restart ! but after that when i type ps aux | grep squid , i find squid

[squid-users] Re: Error squid3.3.9 con SMP

2013-10-26 Thread Ahmad
have u solved it ?? - Dr.x -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Error-squid3-3-9-con-SMP-tp4662840p4662914.html Sent from the Squid - Users mailing list archive at Nabble.com.

[squid-users] Re: Error squid3.3.9 con SMP

2013-10-26 Thread firecold
For anything'm still investigating, but it takes patience, often in higher versions areglan these problems or maybe we are doing some things wrong, but hey already vera. regards -- View this message in context:

[squid-users] Re: Error squid3.3.9 con SMP

2013-10-26 Thread Ahmad
sounds your problem is common ! the solution is found here http://wiki.squid-cache.org/Features/SmpScale look at bottom of page , u will find 3 common problems with smp do it and tell me ! regards - Dr.x -- View this message in context:

[squid-users] question in cpu_affinity_map directive

2013-10-26 Thread Ahmad
hi i read about it ! = # SMP support disabled. # TAG: cpu_affinity_map # Usage: cpu_affinity_map process_numbers=P1,P2,... cores=C1,C2,... # # Sets 1:1 mapping between Squid processes and CPU cores. For example, # # cpu_affinity_map

[squid-users] Re: question in cpu_affinity_map directive

2013-10-26 Thread Ahmad
another question , can i map a 1 squid process to more than one core - Dr.x -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/question-in-cpu-affinity-map-directive-tp4662917p4662918.html Sent from the Squid - Users mailing list archive at

[squid-users] does rock type deny being dedicated to specific process ??

2013-10-26 Thread Ahmad
hi , im trying smp and rock , i followed example of http://wiki.squid-cache.org/ConfigExamples/SmpCarpCluster == the issue is , in squid.conf i have == dns_v4_first on # 3 workers, using worker #1 as the frontend is

[squid-users] Re: Error squid3.3.9 con SMP

2013-10-26 Thread firecold
Thanks man, I recompilare with a new value and I'll try again with this solution, Greetings -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Error-squid3-3-9-con-SMP-tp4662840p4662920.html Sent from the Squid - Users mailing list archive at Nabble.com.

[squid-users] Re: Squid3 on CentOS 6 and tproxy

2013-10-26 Thread Ahmad
hi , did mean that centos6.4 kernel can support tproxy without rebuilding the kernel ?? - Dr.x -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid3-on-CentOS-6-and-tproxy-tp3666073p4662921.html Sent from the Squid - Users mailing list archive at

Re: [squid-users] Re: Squid3 on CentOS 6 and tproxy

2013-10-26 Thread Eliezer Croitoru
On 10/27/2013 02:23 AM, Ahmad wrote: hi , did mean that centos6.4 kernel can support tproxy without rebuilding the kernel ?? This is exactly what I wrote! if you want to check use the command: ls -laR /lib/modules/`uname -r`/ to see the modules and use grep -i tproxy as a pipe to find if there

Re: [squid-users] Re: Squid naps each 3600 seconds !

2013-10-26 Thread Eliezer Croitoru
On 10/25/2013 01:22 AM, Alex Rousskov wrote: On 10/24/2013 11:13 AM, Eliezer Croitoru wrote: Out of curiosity, What squid Digest content is? What the Digest rebuild does? Let say an ICP\HTCP request can reflect the Information inside the digest?

Re: [squid-users] Re: kid2| WARNING: disk-cache maximum object size is unlimited but mem-cache maximum object size is 32.00 KB

2013-10-26 Thread Eliezer Croitoru
OK so assuming it's a cache there is a limit you should force in order to prevent DOS or DDOS attacks that will consume all your valuable resources. Let start from 0. You want to test SMP? OK remove all the notes in the squid.conf because it's distracting the sole purpose of reading these

Re: [squid-users] does rock type deny being dedicated to specific process ??

2013-10-26 Thread Eliezer Croitoru
Hey there, What OS are you using for this squid? Eliezer On 10/27/2013 01:34 AM, Ahmad wrote: hi , im trying smp and rock , i followed example of http://wiki.squid-cache.org/ConfigExamples/SmpCarpCluster == the issue is , in squid.conf i have

Re: [squid-users] Re: question in cpu_affinity_map directive

2013-10-26 Thread Eliezer Croitoru
On 10/27/2013 12:35 AM, Ahmad wrote: another question , can i map a 1 squid process to more than one core No squid is 1 to 1 instances\process daemon. The SMP scale is doing couple things using a Disker and a Coordinator as assisting process. Eliezer