On 20/06/2015 2:55 p.m., HackXBack wrote:
> i cant understand you , what you want from me to do exactly ?
> we need to solve this problem
> am using debian 7
Aha, okay. You need to install the squid3-dbg package to get the debug
symbols used by gdb.
Then run gdb like so:
gdb /usr/lib/debug/usr/
i cant understand you , what you want from me to do exactly ?
we need to solve this problem
am using debian 7
./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libexecdir=/usr/lib/squid --sysconfdir=/etc/squid --localstatedir=/var
--libdir=/usr/lib --includedir=/usr/include --dat
Thanks, Amos. I will look into that.
On Fri, Jun 19, 2015 at 7:21 PM, Amos Jeffries wrote:
> On 20/06/2015 9:46 a.m., Stanford Prescott wrote:
> > I have a working SSLBump configuration with Squid 3.5.4. It seems that
> > sometimes, if switching from HTTPS caching to only HTTP caching the cache
On 20/06/2015 9:46 a.m., Stanford Prescott wrote:
> I have a working SSLBump configuration with Squid 3.5.4. It seems that
> sometimes, if switching from HTTPS caching to only HTTP caching the cache
> becomes corrupted requiring deleting the swap.state file and recreating it
> by rebuilding the cac
On 20/06/2015 9:45 a.m., davincy wrote:
> Im trying to enable the certificates. I have the certs .pen but I dont know
> how get the .key
>
> https_port 3129 intercept ssl-bump
> cert=/etc/squid/ssl_cert/sslsplit_ca_cert.pem
> cafile=/etc/squid/certs/sslsplit_ca_cert.pem
> key=/opt/etc/squid/certs/
On 20/06/2015 10:30 a.m., Russel D'Souza wrote:
> Hi All,
>
> My name is Russel and I am working on a project wherein I encountered a
> problem exactly similar to the one posted here:
> http://www.squid-cache.org/mail-archive/squid-users/201006/0326.html for
> which I do not see a solution.
>
>
Hi All,
My name is Russel and I am working on a project wherein I encountered a
problem exactly similar to the one posted here:
http://www.squid-cache.org/mail-archive/squid-users/201006/0326.html for
which I do not see a solution.
[image: Inline image 1]
Basically, as in the above figure the E
Im trying to enable the certificates. I have the certs .pen but I dont know
how get the .key
https_port 3129 intercept ssl-bump
cert=/etc/squid/ssl_cert/sslsplit_ca_cert.pem
cafile=/etc/squid/certs/sslsplit_ca_cert.pem
key=/opt/etc/squid/certs/sslsplit_ca_key.pem generate-host-certificates=on
dyn
I have a working SSLBump configuration with Squid 3.5.4. It seems that
sometimes, if switching from HTTPS caching to only HTTP caching the cache
becomes corrupted requiring deleting the swap.state file and recreating it
by rebuilding the cache directories.
Has anyone else seen this? If so, has any
Hi Amos,
The ICAP server is returning a 503 ICAP error. I am attempting to intercept or
ignore those so my users don't see the error message.
> On Jun 19, 2015, at 3:04 AM, Amos Jeffries wrote:
>
>> On 19/06/2015 10:43 a.m., Jeremy Davis wrote:
>> Hello all,
>>
>> I am seeking for a way to
What is the physical memory size ??
You might want to read the faq on memory:
http://wiki.squid-cache.org/SquidFaq/SquidMemory
Marcus
On 06/19/2015 07:19 AM, Alex Samad wrote:
Hi
I recently push my squid VM memory up to 65G
i pushed up squid usage (i thought) to 40G
squid.conf
cache_mem 4096
First goes first...
Upgrade to 3.5 or 3.4 branch.
Then try to use top or htop to get a snapshot of the virtual memory and
resident memory that squid uses.
Eliezer
On 19/06/2015 13:19, Alex Samad wrote:
this is on centos 6.6
still using the redhat build squid !
rpm -q squid
squid-3.1.10-29.el6
Dear Yashvinder,
try this
function FindProxyForURL(url, host)
{
// To bypass proxy for an IP in LAN.
if (isInNet(myIpAddress(), "100.200.101.201", "255.255.0.0"))
return "DIRECT";
// To bypass proxy for a website(url) to access di
Hi
I recently push my squid VM memory up to 65G
i pushed up squid usage (i thought) to 40G
squid.conf
cache_mem 40960 MB
cache.log
2015/06/18 22:12:33| Max Mem size: 41943040 KB
2015/06/18 22:12:33| Max Swap size: 177527808 KB
but it doesn't seem like its using it
free -g
tota
On 19/06/2015 5:23 a.m., Tom Tom wrote:
> Hi
>
> gdb shows the following:
>
>
> #3 0x7ff7ad7d31d2 in __GI___assert_fail (assertion=0x83314d "0",
> file=0x8114cb "hash.cc", line=240,
> function=0x842020 "void
> hash_remove_link(hash_table*, hash_link*)") at assert.c:101
> #4 0x000
On 19/06/2015 10:43 a.m., Jeremy Davis wrote:
> Hello all,
>
> I am seeking for a way to handle errors returned by the ICAP server.
> Specifically a '503 Service Overloaded' response. Is there a way to
> set squid so that this or a similar response is ignored? Or does
> error handling need to be d
On 19/06/2015 7:42 p.m., HackXBack wrote:
> test test waiting you amos
>
It seems the core is lacking symbols still. So we get the function call
stack, but not the state Squid is dealing with that makes that stack happen.
Which means we are still stuck. Unless you have a copy of the built
binary
test test waiting you amos
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-5-5-bug-3279-tp4671781p4671789.html
Sent from the Squid - Users mailing list archive at Nabble.com.
___
squid-users mailing list
squ
18 matches
Mail list logo