Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-06-09 Thread Aashima Madaan
Any updates on this issue? and regarding patch ? Thanks Aashima ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-06-02 Thread Aashima Madaan
Hey, The patch mentioned is applicable to 4.0.10 beta release . For older versions I was not able to merge the patch. So even for beta release it throws segmentation fault. Let me know if am using wrong version of code Backtrace from gdb tool if it can be of any help Program received signal SI

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-06-02 Thread Aashima Madaan
Hi Amos, After applying the patch I dont find any issues in make and make install, but running the file /usr/sbin/squid gives segmentation fault. Thanks ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinf

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-06-01 Thread Aashima Madaan
Hey Amos, I am trying to apply patch but it fails to apply for both hunks. It seems the source code is different . I am using latest squid version src code 3.5.19 Can you send patch from the latest one or let me know which version you are using. Thanks _

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-05-31 Thread Aashima Madaan
Attaching full log of how it fails initially and then able to resolve dns lookup in 3 minutes collected by setting debug_options ALL, 3 > 2016/05/31 16:55:05.157| 42,2| IcmpPinger.cc(211) SendResult: return result to squid. len=76 2016/05/31 16:55:05.157 kid1| 51,3| fd.cc(93) fd_close: fd_c

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-05-31 Thread Aashima Madaan
Hey Amos, >What is causing the problem is that ICAP services need to be working >*immediately* and do not wait for DNS results to come back. If they are >not available immediately then the service is not contactable for that >transaction. >Adding /etc/hosts entries makes Squid load the name+IP de

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-05-31 Thread Aashima Madaan
Hi Nishant, >>>* (The last two commands in as quick succession as possible - preferably on a *>>>* single line separated by a semi-colon) *>>* yes the problem still exists * >Could it be because squid is trying to resolve and connect to IPv6 address >first? >Try setting "dns_v4_first on

[squid-users] DNS lookup fails initially for FQDN in squid

2016-05-27 Thread Aashima Madaan
> So, does the problem exist if you: > 1. Stop Squid > 2. Type "host short.domain.name" to resolve the ICAP server manually > 3. Start Squid > (The last two commands in as quick succession as possible - preferably on a > single line separated by a semi-colon) yes the problem still exists >>* I

[squid-users] DNS lookup fails initially for FQDN in squid

2016-05-27 Thread Aashima Madaan
>* Hi, *> >* In my squid configuration file, I am adding a Fully Qualified Domain Name *>* instead of an IP address for my ICAP server but it is not able to resolve *>* that name initially * Please define "initially" - do you mean: - when the squid server is booted up - when the squid service is

[squid-users] DNS lookup fails initially for FQDN in squid

2016-05-27 Thread Aashima Madaan
Hi, In my squid configuration file, I am adding a Fully Qualified Domain Name instead of an IP address for my ICAP server but it is not able to resolve that name initially and the service goes down saying essential ICAP service is down after an options fetch failure: icap:// short.domain.name:432

[squid-users] Squid unable to send full PNG file

2016-05-16 Thread Aashima Madaan
Hi, I have a PNG file uploaded on server. As part of Download process, it passes through SQUID to another server for scanning and then to Client . When I send request to Download , the response sends only 27kb of image back from server of of 700kb file But when I turn off the respmod in squid.co

[squid-users] Logging in squid

2016-04-26 Thread Aashima Madaan
Hey, I have kept squid between a proxy and a server. Requests and response pass from proxy to squid to server and back. Does squid has any other logs except cache.log and access.log? are there any ways to improve squid logging or enable any debug logs? Thanks Aashima ___