Re: [squid-users] Bad Amount of File Descriptors

2011-05-24 Thread gaël therond
Ok then, I've just test again the Ulimit command with the correct syntax and it's working perfectly. It was my bad, the Debian Distrib need the following syntax: ulimit [Options] Amount of FD BUT in fact the command is ulimit -SH -n 256000 instead of the ulimit -SHn 256000 as we could believe

Re: [squid-users] Bad Amount of File Descriptors

2011-05-24 Thread gaël therond
-users] Bad Amount of File Descriptors On 24/05/11 19:36, gaël therond wrote: Ok then, I've just test again the Ulimit command with the correct syntax and it's working perfectly. It was my bad, the Debian Distrib need the following syntax: ulimit [Options] Amount of FD BUT in fact the command

Re: [squid-users] Bad Amount of File Descriptors

2011-05-23 Thread gaël therond
to 256 000, may I increase the amount of IO to 2 000 000 or upper?? Shouldn't I saw the SQUID default number of FD be replace by my settings on the SQUID's startup script instead of the usual 1024? Many thanks in advance. - Mail original - De: gaël therond gael.ther...@gmail.com À: Amos

Re: [squid-users] Bad Amount of File Descriptors

2011-05-20 Thread gaël therond
Descriptors On 17/05/11 22:45, gaël therond wrote: Dear SQUID Support team, I'm facing a quite strange problem today, I'm running a SQUID 3.1.12.1 RC and I have to increase the amount of FD available for SQUID, due to the amount of clients (over 1000). I've change my sysctl.conf to be able

[squid-users] Bad Amount of File Descriptors

2011-05-17 Thread gaël therond
Dear SQUID Support team, I'm facing a quite strange problem today, I'm running a SQUID 3.1.12.1 RC and I have to increase the amount of FD available for SQUID, due to the amount of clients (over 1000). I've change my sysctl.conf to be able to use 256 000 FD on my machine . I've add the

[squid-users] Squid WCCP and filters rules

2011-03-29 Thread gaël therond
Hi folks, I'm still dealing with some WCCP special question. All my Cisco's and squid stuffs are working well, Cisco is redirecting requests, and squid do the job. BUT I'm wondering me if the following rules are correct and able to be respected with the wccp protocol active on squid. acl

[squid-users] Squid WCCP and filters rules

2011-03-29 Thread gaël therond
Hi folks, I'm still dealing with some WCCP special question. All my Cisco's and squid stuffs are working well, Cisco is redirecting requests, and squid do the job. BUT I'm wondering me if the following rules are correct and able to be respected with the wccp protocol active on squid. acl

Re: [squid-users] Automate WCCP Config Switching

2011-03-23 Thread gaël therond
The idea of real negotiation is on the wishlist but none of us have time or equipment to implement and test it. If you want to add this feature, please join the squid-dev team http://wiki.squid-cache.org/DeveloperResources#Contributing_.28Code_developer.29 (Don't be afraid of C++, the

[squid-users] WCCP Implementation and Squid Init Script

2011-03-23 Thread gaël therond
Hi fellow, Once again I'm testing WCCP features and, once again, I'm facing issues. Today, I'm testing WCCP with Cisco's switch, which accordingly to this website: http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_37_se/configuration/guide/swwccp.html need some

[squid-users] Automate WCCP Config Switching

2011-03-22 Thread gaël therond
Hi folks, I'm looking around a way to dynamicaly be able to switch between different WCCP Configuration, is that possible with squid? I would like to avoid the usual way of doing: Writting a new config file -- Overwritting the current config with the new one -- restarting the squid server.