Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-03 Thread Santosh Bhabal
Amos, Just to confirm, please tell me one thing, i am installing squid-3.4.7.tar.gz, downloaded from http://ftp.riken.jp/net/squid/squid/squid-3.4.7.tar.gz URL. I am using CentOS release 6.3 (Final) x86_64 server. Is this the right version of squid source for my platform? Regards Santosh On Wed,

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-03 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/09/2014 11:42 p.m., Santosh Bhabal wrote: > Amos, > > My machine has already installed C++ compiler. > > [root@localhost ~]# rpm -qa | grep -i c++ > libstdc++-4.4.7-4.el6.x86_64 gcc-c++-4.4.7-4.el6.x86_64 > libstdc++-devel-4.4.7-4.el6.x86_64 >

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-03 Thread Santosh Bhabal
Amos, My machine has already installed C++ compiler. [root@localhost ~]# rpm -qa | grep -i c++ libstdc++-4.4.7-4.el6.x86_64 gcc-c++-4.4.7-4.el6.x86_64 libstdc++-devel-4.4.7-4.el6.x86_64 Regards Santosh System Monitoring Team | +91-8108846195 | 022-61041331 On Mon, Sep 1, 2014 at 7:19 PM, Amos

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Eliezer Croitoru
On 09/01/2014 12:34 PM, Santosh Bhabal wrote: Hello Experts, I am getting below error while compiling Squid 3.4.7 : To make sure you have everything to build squid try to run this script: http://www1.ngtech.co.il/squid/basic_data.sh It will give many details and also one of them is the install

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Your machine is missing a C++ compiler. Squid is known to build on g++ and usually clang or Intel CC. Others are a best-effort situation. Amos -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (MingW32) iQEcBAEBAgAGBQJUBHl6AAoJELJo5wb/XPRj/oEH/j

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Please find the attached autoconf.h Regards Santosh On Mon, Sep 1, 2014 at 6:55 PM, Amos Jeffries wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2/09/2014 1:21 a.m., Santosh Bhabal wrote: >> Yes :) > > Can you mail me the config.log and include/autoconf.h files produced > by t

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread James Lay
On Mon, 2014-09-01 at 18:51 +0530, Santosh Bhabal wrote: > Yes :) > > Regards > Santosh > > > > On Mon, Sep 1, 2014 at 6:50 PM, Antony Stone > wrote: > > On Monday 01 September 2014 at 15:17:58 (EU time), Santosh Bhabal wrote: > > > >> Yes, './configure --prefix=/usr/local/squid' command succe

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/09/2014 1:21 a.m., Santosh Bhabal wrote: > Yes :) Can you mail me the config.log and include/autoconf.h files produced by the Squid ./configure please? Amos -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (MingW32) iQEcBAEBAgAGBQJUBHOyAA

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Yes :) Regards Santosh On Mon, Sep 1, 2014 at 6:50 PM, Antony Stone wrote: > On Monday 01 September 2014 at 15:17:58 (EU time), Santosh Bhabal wrote: > >> Yes, './configure --prefix=/usr/local/squid' command successfully >> completed. Facing issue with 'make all' command. > > Have you successf

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Antony Stone
On Monday 01 September 2014 at 15:17:58 (EU time), Santosh Bhabal wrote: > Yes, './configure --prefix=/usr/local/squid' command successfully > completed. Facing issue with 'make all' command. Have you successfully compiled other software on this machine? Antony -- If you were ploughing a fiel

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Yes, './configure --prefix=/usr/local/squid' command successfully completed. Facing issue with 'make all' command. Regards Santosh On Mon, Sep 1, 2014 at 6:33 PM, Amos Jeffries wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2/09/2014 12:53 a.m., Santosh Bhabal wrote: >> CentOS

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/09/2014 12:53 a.m., Santosh Bhabal wrote: > CentOS release 6.3 (Final) x86_64 > Did you run ./configure before building? We built Squid on CentOS 6 and 7 without problems before releasing. Amos -BEGIN PGP SIGNATURE- Version: GnuPG v2.0

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
CentOS release 6.3 (Final) x86_64 Regards Santosh On Mon, Sep 1, 2014 at 6:20 PM, Amos Jeffries wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 1/09/2014 9:34 p.m., Santosh Bhabal wrote: >> Hello Experts, >> >> I am getting below error while compiling Squid 3.4.7 : >> >> [root@l

Re: [squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/09/2014 9:34 p.m., Santosh Bhabal wrote: > Hello Experts, > > I am getting below error while compiling Squid 3.4.7 : > > [root@localhost squid-3.4.7]# make all Making all in compat > make[1]: Entering directory `/opt/squid-3.4.7/compat' > sour

[squid-users] error: #error .... is not 32-bit or 64-bit

2014-09-01 Thread Santosh Bhabal
Hello Experts, I am getting below error while compiling Squid 3.4.7 : [root@localhost squid-3.4.7]# make all Making all in compat make[1]: Entering directory `/opt/squid-3.4.7/compat' source='assert.cc' object='assert.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh ../cfgaux/depcomp \

Re: [squid-users] Error restarting squid from RPM

2014-05-22 Thread Eliezer Croitoru
Thanks Amos, I will change the init script to use this option on the next rpm (which is basically ready and I want to release Oracle + CentOS together, Eliezer On 05/21/2014 08:52 PM, Amos Jeffries wrote: Yes thats probably why its not used.:-( It is there whenever SIGTTIN is defined by the

Re: [squid-users] Error restarting squid from RPM

2014-05-21 Thread Amos Jeffries
On 21/05/2014 8:59 p.m., Eliezer Croitoru wrote: > Just to understand what I read here and there: > Is there a squid -k restart option? > I have tried this: > squid -? 2>&1 |grep -i restart && echo $? > and the result was: "1" > which means there is not basic documentation of this option. Yes that

Re: [squid-users] Error restarting squid from RPM

2014-05-21 Thread Fernando Lozano
Hi Cinaed, > The problem as I see it is there needs to be timeout (or a wait) between > stop and start in restart. > > The stop branch returns immediately and then executes the start branch > which sees the pid file (since the controlling squid is waiting for the > children to complete their proce

Re: [squid-users] Error restarting squid from RPM

2014-05-21 Thread Eliezer Croitoru
Just to understand what I read here and there: Is there a squid -k restart option? I have tried this: squid -? 2>&1 |grep -i restart && echo $? and the result was: "1" which means there is not basic documentation of this option. Thanks, Eliezer On 05/21/2014 09:40 AM, Amos Jeffries wrote: The

Re: [squid-users] Error restarting squid from RPM

2014-05-20 Thread Amos Jeffries
On 21/05/2014 4:10 p.m., Cinaed Simson wrote: > On 05/20/2014 08:46 AM, fernando wrote: >> Hi, >> >> I don't know if this affects only the RPM packaging or squid sources. I'm >> using Eliezer packages for CentOS 6, namely 3.4.3-1.el6.x86)64. >> >> The issue is that sometimes "service squid restart"

Re: [squid-users] Error restarting squid from RPM

2014-05-20 Thread Cinaed Simson
On 05/20/2014 08:46 AM, ferna...@lozano.eti.br wrote: > Hi, > > I don't know if this affects only the RPM packaging or squid sources. I'm > using Eliezer packages for CentOS 6, namely 3.4.3-1.el6.x86)64. > > The issue is that sometimes "service squid restart" leaves old squid > processes running

[squid-users] Error restarting squid from RPM

2014-05-20 Thread fernando
Hi, I don't know if this affects only the RPM packaging or squid sources. I'm using Eliezer packages for CentOS 6, namely 3.4.3-1.el6.x86)64. The issue is that sometimes "service squid restart" leaves old squid processes running alongside newer ones. I have to "killall squid" and start again

Re: [squid-users] Error TCP_MISS/504

2014-05-16 Thread Antony Stone
On Friday 16 May 2014 at 17:31:50, Roberto Carna wrote: > Dear, I have an Squid 2.7 STABLE that works OK. When I download a file > from the PC browsers or navigate, everything is OK. Are these PCs / browsers configured to use the proxy, or are you running it in transparent mode? > But when I co

[squid-users] Error TCP_MISS/504

2014-05-16 Thread Roberto Carna
Dear, I have an Squid 2.7 STABLE that works OK. When I download a file from the PC browsers or navigate, everything is OK. But when I configure a given server to use my Squid, I can't download files with wget or get the IDS rules with pulledpork. With Pulledpork script: Error 504 when fetching h

Re: [squid-users] Error negotiating SSL connection on FD ##: Closed by client

2014-04-09 Thread Dan Charlesworth
That’s awesome. I’ll check these out — thanks. On 10 Apr 2014, at 1:03 am, Guy Helmer wrote: > On Apr 7, 2014, at 6:34 PM, Dan Charlesworth wrote: > >> Thanks, Guy. >> >> I’m almost tempted to just ssl_bump none for 23.0.0.0/12, but I’m sure that >> would lead to all sorts of annoyances for

Re: [squid-users] Error negotiating SSL connection on FD ##: Closed by client

2014-04-09 Thread Guy Helmer
On Apr 7, 2014, at 6:34 PM, Dan Charlesworth wrote: > Thanks, Guy. > > I’m almost tempted to just ssl_bump none for 23.0.0.0/12, but I’m sure that > would lead to all sorts of annoyances for clients who are tracking users > download usage etc. > > I’d appreciate if you could share your list o

Re: [squid-users] Error negotiating SSL connection on FD ##: Closed by client

2014-04-07 Thread Amos Jeffries
On 8/04/2014 11:34 a.m., Dan Charlesworth wrote: > Thanks, Guy. > > I’m almost tempted to just ssl_bump none for 23.0.0.0/12, but I’m sure that > would lead to all sorts of annoyances for clients who are tracking users > download usage etc. > FYI: for tracking just usage amounts it is not a hu

Re: [squid-users] Error negotiating SSL connection on FD ##: Closed by client

2014-04-07 Thread Dan Charlesworth
Thanks, Guy. I’m almost tempted to just ssl_bump none for 23.0.0.0/12, but I’m sure that would lead to all sorts of annoyances for clients who are tracking users download usage etc. I’d appreciate if you could share your list of IP addresses, might be useful for us. Dan On 7 Apr 2014, at 11:

Re: [squid-users] Error negotiating SSL connection on FD ##: Closed by client

2014-04-06 Thread Dan Charlesworth
Right — I hadn’t thought of SNI and what-not. Is there a way I can identify those extensions from Squid’s logs? I guess if it’s the client closing it, we’re not going to get much info from Squid’s end? The in-app actions don’t hang per se, it pretty much instantly fails complete but leaves no

Re: [squid-users] Error negotiating SSL connection on FD ##: Closed by client

2014-04-06 Thread Amos Jeffries
On 7/04/2014 4:58 p.m., Dan Charlesworth wrote: > This somewhat vague error comes up with relative frequency from iOS > apps when browsing via our Squid 3.4.4 intercepting proxy which is > performing server-first SSL Bumping. > > The requests in question don’t make it as far as the access log, but

[squid-users] Error negotiating SSL connection on FD ##: Closed by client

2014-04-06 Thread Dan Charlesworth
This somewhat vague error comes up with relative frequency from iOS apps when browsing via our Squid 3.4.4 intercepting proxy which is performing server-first SSL Bumping. The requests in question don’t make it as far as the access log, but with debug_options 28,3 26,3, the dst IP can be identi

Re: [squid-users] "Error negotiation SSL-Connection" with ssl_bump enabled and the impact of "sslproxy_cipher"

2014-03-19 Thread Amos Jeffries
On 19/03/2014 9:56 p.m., Tom Tom wrote: > Hi > > Using latest squid 3.4.4 with ssl_bump. > > With ssl_bump enabled, I receive an error in cache.log (and the > browser too) while opening the page > 'https://www.pubservice.com/Subnew2page.aspx?PC=LJ': > > fwdNegotiateSSL: Error negotiating SSL con

[squid-users] "Error negotiation SSL-Connection" with ssl_bump enabled and the impact of "sslproxy_cipher"

2014-03-19 Thread Tom Tom
Hi Using latest squid 3.4.4 with ssl_bump. With ssl_bump enabled, I receive an error in cache.log (and the browser too) while opening the page 'https://www.pubservice.com/Subnew2page.aspx?PC=LJ': fwdNegotiateSSL: Error negotiating SSL connection on FD 67: error::lib(0):func(0):reason(0)

Re: [squid-users] error rename access.log

2013-09-06 Thread Amos Jeffries
On 6/09/2013 8:27 p.m., Antony Stone wrote: On Friday 06 September 2013 at 10:09:07, ZIDAC1 wrote: Hi, I have SQUID 3.3.8 and i have this error: xrename: Cannot rename /usr/local/squid/var/logs/access.log to /usr/local/squid/var/logs/access.log.0: (1) Operation not permitted Any suggestion?

Re: [squid-users] error rename access.log

2013-09-06 Thread Antony Stone
On Friday 06 September 2013 at 10:09:07, ZIDAC1 wrote: > Hi, > > I have SQUID 3.3.8 and i have this error: > xrename: Cannot rename /usr/local/squid/var/logs/access.log to > /usr/local/squid/var/logs/access.log.0: (1) Operation not permitted > > Any suggestion? Check the ownership / permissions

[squid-users] error rename access.log

2013-09-06 Thread ZIDAC1
Hi, I have SQUID 3.3.8 and i have this error: xrename: Cannot rename /usr/local/squid/var/logs/access.log to /usr/local/squid/var/logs/access.log.0: (1) Operation not permitted Any suggestion? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/error-rename-ac

Re: [squid-users] ERROR: This proxy does not support the 'rock' cache type. Ignoring.

2013-09-03 Thread Amos Jeffries
On 4/09/2013 3:13 a.m., Ahmad wrote: hi , im using squid compiled with options : Squid Cache: Version 3.3.8 configure options: '--enable-storeio=ufs,aufs,diskd' storeio is the list of cache_dir types suported by this Squid. = im trying to use

[squid-users] ERROR: This proxy does not support the 'rock' cache type. Ignoring.

2013-09-03 Thread Ahmad
hi , im using squid compiled with options : Squid Cache: Version 3.3.8 configure options: '--build=i486-linux-gnu' '--prefix=/usr' '--includedir=/opt/zzz/include' '--mandir=/opt/zzz/share/man' '--infodir=/opt/zzz/share/info' '--sysconfdir=/etc' '--enable-cachemgr-hostname=drvirus' '--localstatedir

Re: [squid-users] error with file system

2013-08-21 Thread Carlos Defoe
Hi Pavel, thanks for you answer. Yes, I know. Linux "lsof" command lists all of it, including sockets, pipes. The problem should not be "too many open files", since the limit is configured to 65535 and applied in both squid and OS. I have checked with "su squid ; ulimit -n", it shows 65535. In t

Re: [squid-users] error with file system

2013-08-21 Thread Pavel Kazlenka
Hi Carlos, Please note, that client's requests also spend file descriptors. Use netstat to find the exact number. If you use ubuntu you could be interested in this thread too: http://www.squid-cache.org/mail-archive/squid-users/201212/0276.html Best wishes, Pavel On 08/20/2013 09:57 PM, Carl

[squid-users] error with file system

2013-08-20 Thread Carlos Defoe
Hello, Look at this: 2013/08/20 07:55:26 kid1| ctx: exit level 0 2013/08/20 07:55:26 kid1| Attempt to open socket for EUI retrieval failed: (24) Too many open files 2013/08/20 07:55:26 kid1| comm_open: socket failure: (24) Too many open files 2013/08/20 07:55:26 kid1| Reserved FD adjusted from 1

Re: [squid-users] error in compiling squid head 12919

2013-06-28 Thread Amos Jeffries
On 28/06/2013 10:05 p.m., neeraj kharbanda wrote: error while compiling squid head 12919 Please report compile issues to bugzilla and 3.HEAD issues to Squid-dev mailing list instead of here. certificate_db.cc: In static member function ‘static void Ssl::CertificateDb::sq_TXT_DB_delete(TXT_D

[squid-users] error in compiling squid head 12919

2013-06-28 Thread neeraj kharbanda
error while compiling squid head 12919 certificate_db.cc: In static member function ‘static void Ssl::CertificateDb::sq_TXT_DB_delete(TXT_DB*, const char**)’: certificate_db.cc:170: error: invalid conversion from ‘void*’ to ‘const _STACK*’ certificate_db.cc:170: error: initializing argument 1 of

Re: [squid-users] ERROR: ARP / MAC / EUI-* operations not supported on this operating system.

2013-04-04 Thread jeffrey j donovan
On Apr 4, 2013, at 11:43 AM, jeffrey j donovan wrote: > > On Apr 4, 2013, at 9:11 AM, jeffrey j donovan wrote: > >> >> On Apr 3, 2013, at 2:14 AM, Amos Jeffries wrote: >> >>> On 3/04/2013 12:45 p.m., jeffrey j donovan wrote: ARP / MAC / EUI-* operations not supported >>> >>> What ope

Re: [squid-users] ERROR: ARP / MAC / EUI-* operations not supported on this operating system.

2013-04-04 Thread jeffrey j donovan
On Apr 4, 2013, at 9:11 AM, jeffrey j donovan wrote: > > On Apr 3, 2013, at 2:14 AM, Amos Jeffries wrote: > >> On 3/04/2013 12:45 p.m., jeffrey j donovan wrote: >>> ARP / MAC / EUI-* operations not supported >> >> What operating system? most of them support MAC address lookups. >> >> What t

Re: [squid-users] ERROR: ARP / MAC / EUI-* operations not supported on this operating system.

2013-04-04 Thread jeffrey j donovan
On Apr 3, 2013, at 2:14 AM, Amos Jeffries wrote: > On 3/04/2013 12:45 p.m., jeffrey j donovan wrote: >> ARP / MAC / EUI-* operations not supported > > What operating system? most of them support MAC address lookups. > > What type of IP addresses? IPv6 address ->MAC conversion is not properly

Re: [squid-users] Error while compiling with option '--with-large-files'

2013-04-03 Thread Brett Lymn
On Thu, Apr 04, 2013 at 06:11:58PM +1300, Amos Jeffries wrote: > On 4/04/2013 11:16 a.m., Brett Lymn wrote: > >On Wed, Apr 03, 2013 at 09:53:38AM +0200, Markus Sonnenberg wrote: > >>on solaris 10 i'm getting the following error while compiling > >>squid-3.3.3 with option '--with-large-files'. > >>

Re: [squid-users] Error while compiling with option '--with-large-files'

2013-04-03 Thread Amos Jeffries
On 4/04/2013 11:16 a.m., Brett Lymn wrote: On Wed, Apr 03, 2013 at 09:53:38AM +0200, Markus Sonnenberg wrote: on solaris 10 i'm getting the following error while compiling squid-3.3.3 with option '--with-large-files'. I modified the config script to use -m32 not -m64 which made this work but o

Re: [squid-users] ERROR: ARP / MAC / EUI-* operations not supported on this operating system.

2013-04-03 Thread Amos Jeffries
On 3/04/2013 12:45 p.m., jeffrey j donovan wrote: ARP / MAC / EUI-* operations not supported What operating system? most of them support MAC address lookups. What type of IP addresses? IPv6 address ->MAC conversion is not properly supported yet, but the warning should not be showing up on tho

Re: [squid-users] Error while compiling with option '--with-large-files'

2013-04-03 Thread Brett Lymn
On Wed, Apr 03, 2013 at 09:53:38AM +0200, Markus Sonnenberg wrote: > > on solaris 10 i'm getting the following error while compiling > squid-3.3.3 with option '--with-large-files'. > I modified the config script to use -m32 not -m64 which made this work but only makes a 32bit binary. The root c

[squid-users] Error while compiling with option '--with-large-files'

2013-04-03 Thread Markus Sonnenberg
Hi, on solaris 10 i'm getting the following error while compiling squid-3.3.3 with option '--with-large-files'. gmake[3]: Entering directory `/Download/Squid-Cache/squid-3.3.3/helpers/basic_auth/NCSA' g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../../

[squid-users] ERROR: ARP / MAC / EUI-* operations not supported on this operating system.

2013-04-02 Thread jeffrey j donovan
Greetings i was having trouble building 3.3.3 so I backed off and loaded 3.2.9, which built just fine. however i am receiving this error overtime there is a connection ERROR: ARP / MAC / EUI-* operations not supported on this operating system. Squid Cache: Version 3.2.9 configure options: '--

Re: [squid-users] Error with squid-reports (sarg)

2013-03-15 Thread Gerardo J. Leonardo
Thank you Amos, will do. Gerardo J. Leonardo Think before you print! On 03/16/2013 07:25 AM, Amos Jeffries wrote: On 16/03/2013 5:20 a.m., Gerardo J. Leonardo wrote: Hello there masters, anyone here encountered issue like below? Perhapse you should contact the SARG help channels. That too

Re: [squid-users] Error with squid-reports (sarg)

2013-03-15 Thread Amos Jeffries
On 16/03/2013 5:20 a.m., Gerardo J. Leonardo wrote: Hello there masters, anyone here encountered issue like below? Perhapse you should contact the SARG help channels. That tool is not part of the Squid Project. Amos Error: sarg-reports today SARG: getword backtrace: SARG: 1:/usr/bin/sarg

[squid-users] Error with squid-reports (sarg)

2013-03-15 Thread Gerardo J. Leonardo
Hello there masters, anyone here encountered issue like below? Error: sarg-reports today SARG: getword backtrace: SARG: 1:/usr/bin/sarg() [0x804e1fc] SARG: 2:/usr/bin/sarg() [0x804e3f9] SARG: 3:/usr/bin/sarg() [0x80541d5] SARG: 4:/lib/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0xb75b0ca6] SARG

[squid-users] Error occurring configuration squid 3.1 transparent proxy https

2013-03-08 Thread Jose Junior
people need your help, I have a problem in configuring squid transparent, after having compiled it enabling ssl support using the - enable-ssl (ie https support), with the only goal to block facebook, do not know but what happens when I try to configure an error occurs that blocks all https traffic

[squid-users] Error occurring configuration squid 3.1 transparent proxy https

2013-03-08 Thread Jose Junior
people need your help, I have a problem in configuring squid transparent, after having compiled it enabling ssl support using the - enable-ssl (ie https support), with the only goal to block facebook, do not know but what happens when I try to configure an error occurs that blocks all https traffic

Re: [squid-users] Error using tcp_outgoing_mark

2013-03-01 Thread Andrew Beverley
On Fri, 2013-03-01 at 18:38 +0700, Azma Yogi wrote: > >>> Hi.. the new squid 3.3 has a new feature called tcp_outgoing_mark. i > >>> tried this feature but not works. cache.log said this "ERROR: > >>> 'tcp_outgoing_mark' requires Packet MARK (Linux)". anybody could help me > >>> explain what this

Re: [squid-users] Error using tcp_outgoing_mark

2013-03-01 Thread Azma Yogi
thank you for answer Mr. Amos. i have checked it. the libnetfilter-conntrack library is installed on my ubuntu. try to use tcp_outgoing_mark and squid -k reconfigure, cache.log still noticed ERROR: 'tcp_outgoing_mark' requires Packet MARK (Linux). nb. i compiled the latest version 3.3.1-20130226-

[squid-users] Error occurring configuration squid 3.1 transparent proxy https

2013-02-28 Thread Jose Junior
people need your help, I have a problem in configuring squid transparent, after having compiled it enabling ssl support using the - enable-ssl (ie https support), with the only goal to block facebook, do not know but what happens when I try to configure an error occurs that blocks all https traffic

Re: [squid-users] Error using tcp_outgoing_mark

2013-02-27 Thread Amos Jeffries
On 28/02/2013 5:12 a.m., Azma Yogi wrote: Hi.. the new squid 3.3 has a new feature called tcp_outgoing_mark. i tried this feature but not works. cache.log said this "ERROR: 'tcp_outgoing_mark' requires Packet MARK (Linux)". anybody could help me explain what this error means? It means the direc

[squid-users] Error using tcp_outgoing_mark

2013-02-27 Thread Azma Yogi
Hi.. the new squid 3.3 has a new feature called tcp_outgoing_mark. i tried this feature but not works. cache.log said this "ERROR: 'tcp_outgoing_mark' requires Packet MARK (Linux)". anybody could help me explain what this error means? Thank you for helps.

Re: [squid-users] Error: no filename in shm buffer

2013-02-19 Thread Mark Davies
On Tuesday 19 February 2013 13:20:55 Amos Jeffries wrote: > Bug 3763. The patch for 3.3 is at > http://www.squid-cache.org/Versions/v3/3.3/changesets/squid-3.3-12497.pa > tch That worked -- thanks. mark

Re: [squid-users] Error: no filename in shm buffer

2013-02-18 Thread Amos Jeffries
On 19/02/2013 8:57 a.m., Mark Davies wrote: Hi, I've just upgraded our squid from 3.1.20 to 3.3.1 and everything appears to be working except that now I'm getting lots of 18361 UNLNK id(1674) Error: no filename in shm buffer errors in the log. Any ideas what this is complaining about? c

[squid-users] Error: no filename in shm buffer

2013-02-18 Thread Mark Davies
Hi, I've just upgraded our squid from 3.1.20 to 3.3.1 and everything appears to be working except that now I'm getting lots of 18361 UNLNK id(1674) Error: no filename in shm buffer errors in the log. Any ideas what this is complaining about? cheers mark

Re: [squid-users] error files shipped on squid-3.2.3

2012-11-23 Thread Leonardo Rodrigues
Em 23/11/12 00:27, Amos Jeffries escreveu: Firstly, what is wrong with them that needs fixing by text editor? there's nothing wrong, it's just some customizations like 'click here to request access to this specific site which was blocked' ... things related with our infrastructure. Seco

Re: [squid-users] error files shipped on squid-3.2.3

2012-11-22 Thread Amos Jeffries
On 23/11/2012 8:27 a.m., Leonardo Rodrigues wrote: Hi, I'm migrating some squid 2.7 servers directly to 3.2.3. One of the things that is actually annoying me on my testserver is that error files provided in squid-3.2 are always ONE-line-only, instead of the 2.7 ones which were format

Re: [squid-users] error files shipped on squid-3.2.3

2012-11-22 Thread Eliezer Croitoru
What do you mean One line? They do formatted a one line for a long time (sine at least 3.1) but if you want to edit them just use a nice editor to show them in a nice format. I do understand you but it's a very small file. just parse it a bit. like use new line before and after any TAG starting

[squid-users] error files shipped on squid-3.2.3

2012-11-22 Thread Leonardo Rodrigues
Hi, I'm migrating some squid 2.7 servers directly to 3.2.3. One of the things that is actually annoying me on my testserver is that error files provided in squid-3.2 are always ONE-line-only, instead of the 2.7 ones which were formatted similary to HTML files. The one-line-only does

Re: [squid-users] Error downloading squid 3.2.2

2012-10-08 Thread Sean Boran
Worked for me right now: Connecting to www.squid-cache.org (www.squid-cache.org)|198.186.193.234|:80... connected. Saving to: `squid-3.2.2.tar.gz' Sean On 7 October 2012 22:00, Jose-Marcio Martins da Cruz wrote: > > H... > > $ /usr/sfw/bin/wget > http://www.squid-cache.org/Versions/v3/3.2/

Re: [squid-users] Error downloading squid 3.2.2

2012-10-07 Thread Amos Jeffries
On 08.10.2012 10:38, Amos Jeffries wrote: On 08.10.2012 09:00, Jose-Marcio Martins da Cruz wrote: H... $ /usr/sfw/bin/wget http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.2.tar.gz --21:57:56-- http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.2.tar.gz => `squid-3.2.2.t

Re: [squid-users] Error downloading squid 3.2.2

2012-10-07 Thread Amos Jeffries
On 08.10.2012 09:00, Jose-Marcio Martins da Cruz wrote: H... $ /usr/sfw/bin/wget http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.2.tar.gz --21:57:56-- http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.2.tar.gz => `squid-3.2.2.tar.gz' Resolving www.squid-cache.org... 198

[squid-users] Error downloading squid 3.2.2

2012-10-07 Thread Jose-Marcio Martins da Cruz
H... $ /usr/sfw/bin/wget http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.2.tar.gz --21:57:56-- http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.2.tar.gz => `squid-3.2.2.tar.gz' Resolving www.squid-cache.org... 198.186.193.234, 209.169.10.131 Connecting to www.squid-cach

Re: [squid-users] Error negotiating SSL connection on FD 33: WSAEWOULDBLOCK, Resource temporarily unavailable. (10035)

2012-09-18 Thread Amos Jeffries
On 19/09/2012 2:07 a.m., McGoldrick Pat wrote: I'm using squid 2.7. I have set squid up to be in front of websphere. I'm getting the error every 5 seconds. We only get it when websphere is running, so it would seem it's between websphere and squid. C:\squid\var\logs Cache.log This happens ev

[squid-users] Error negotiating SSL connection on FD 33: WSAEWOULDBLOCK, Resource temporarily unavailable. (10035)

2012-09-18 Thread McGoldrick Pat
I'm using squid 2.7. I have set squid up to be in front of websphere. I'm getting the error every 5 seconds. We only get it when websphere is running, so it would seem it's between websphere and squid. C:\squid\var\logs Cache.log This happens every 5 seconds. 2012/09/18 12:04:30| clientNegot

[squid-users] Error on RPM build of squid 3.2.1 on Fedora 17

2012-08-21 Thread Eliezer Croitoru
I am trying to build an RPM for fedora 17. I took the squid.spec and other files from: squid-3.2.0.16-1.fc17.src.rpm at http://koji.fedoraproject.org/koji/buildinfo?buildID=305827 the basic cxx and cflags are: RPM_OPT_FLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protect

Re: [squid-users] Error with Squid proxy to Kerberos authentication

2012-08-20 Thread Rickifer Barros
Hi, Did you give permissions to user "proxy" over the keytab file? On Mon, Aug 20, 2012 at 8:47 AM, Vaelenor wrote: > Hiya, > > I'm trying to get my squid to authenticate users for web access through > kerberos but it ain't working. > I keep getting the 407 message. > > This is what I used to ma

[squid-users] Error with Squid proxy to Kerberos authentication

2012-08-20 Thread Vaelenor
Hiya, I'm trying to get my squid to authenticate users for web access through kerberos but it ain't working. I keep getting the 407 message. This is what I used to make the keytab file : ktpass /out proxy.squid.example.keytab /princ host/proxy.example.nl@example.LOCAL /mapuser svc-squid-da /

[squid-users] [ERROR] commonUfsDirOpenSwapLog: Failed to open swap log

2012-07-17 Thread Anonymous
1. OS: FreeBSD 9.0-RELEASE-p3 amd64 2. Squid User: squid:*:100:100:Squid caching-proxy psuedo user:/var/squid:/usr/sbin/nologin 3. # squid -v Squid Cache: Version 3.2.0.18-20120711-r11610 configure options: '--with-default-user=squid' '--bindir=/usr/local/sbin' '--sbindir=/usr/loc

Re: [squid-users] error in opening google.com in firefox

2012-06-11 Thread Muhammad Yousuf Khan
On Mon, Jun 11, 2012 at 11:32 AM, Amos Jeffries wrote: > On 11/06/2012 6:11 p.m., Muhammad Yousuf Khan wrote: >> >> On Sun, Jun 10, 2012 at 10:54 PM, Eliezer Croitoru >>  wrote: >>> >>> proxy is uses as a server to client that is aware of it. >>> this is what called forward proxy. >>> you define i

Re: [squid-users] error in opening google.com in firefox

2012-06-10 Thread Amos Jeffries
On 11/06/2012 6:11 p.m., Muhammad Yousuf Khan wrote: On Sun, Jun 10, 2012 at 10:54 PM, Eliezer Croitoru wrote: proxy is uses as a server to client that is aware of it. this is what called forward proxy. you define in the browserthe proxy address and port then use it. to work with that you defin

Re: [squid-users] error in opening google.com in firefox

2012-06-10 Thread Muhammad Yousuf Khan
On Sun, Jun 10, 2012 at 10:54 PM, Eliezer Croitoru wrote: > proxy is uses as a server to client that is aware of it. > this is what called forward proxy. > you define in the browserthe proxy address and port then use it. > to work with that you define in squid.conf the line: > http_port 3128 > or

Re: [squid-users] error in opening google.com in firefox

2012-06-10 Thread Eliezer Croitoru
proxy is uses as a server to client that is aware of it. this is what called forward proxy. you define in the browserthe proxy address and port then use it. to work with that you define in squid.conf the line: http_port 3128 or any other port. if you want to "intercept" the clients connections so

Re: [squid-users] error in opening google.com in firefox

2012-06-10 Thread Muhammad Yousuf Khan
sorry i know very basic squid would you please explain it a bit more. i am using squid in proxy mode (not transparent) squid port is 3128. i didnt change it to 80 or 8080 moreover this error is showed up on firefox however working normal with explorer and it is happening only in my PC for all ot

Re: [squid-users] error in opening google.com in firefox

2012-06-08 Thread Amos Jeffries
On 8/06/2012 3:32 a.m., Muhammad Yousuf Khan wrote: i am receiving this error via firfox but working good in explorer. this is what i am getting in access.log. TCP_DENIED/400 2022 GET NONE:// - NONE/- text/html and this is the exact error that i am getting on firefox. ERROR The requested UR

[squid-users] error in opening google.com in firefox

2012-06-07 Thread Muhammad Yousuf Khan
i am receiving this error via firfox but working good in explorer. this is what i am getting in access.log. TCP_DENIED/400 2022 GET NONE:// - NONE/- text/html and this is the exact error that i am getting on firefox. ERROR The requested URL could not be retrieved Invalid Request error was en

Re: [squid-users] Error to test connectivity to internal MS Exchange server

2012-05-27 Thread Amos Jeffries
On 23/05/2012 10:08 a.m., Ruiyuan Jiang wrote: Hi, all I am trying to setup MS webmail over rpc Exchange server access through squid (squid 3.1.19, SPARC, Solaris 10) from internet. Here is my pilot squid configuration (squid.conf): https_port 156.146.2.196:443 accel cert=/opt/squid-3.1.19/s

[squid-users] Error to test connectivity to internal MS Exchange server

2012-05-22 Thread Ruiyuan Jiang
Hi, all I am trying to setup MS webmail over rpc Exchange server access through squid (squid 3.1.19, SPARC, Solaris 10) from internet. Here is my pilot squid configuration (squid.conf): https_port 156.146.2.196:443 accel cert=/opt/squid-3.1.19/ssl.crt/webmail_juicycouture_com.crt key=/opt/squ

Re: [squid-users] ERROR 504: Gateway Time-out / Parent<->Child

2012-03-23 Thread Amos Jeffries
On 22/03/2012 1:14 a.m., Marcin Jarzab wrote: In my testbed I have a configuration of 3 squids and 1 apache server acting as repo. gc-repo.atis.com is organized with the apache and squid (Squid-1 - accel proxy). 2 remaing squids are running on Linux and Solaris and they are configured in

Re: [squid-users] ERROR templates

2012-03-21 Thread Amos Jeffries
On 22.03.2012 15:22, cc wrote: Hi, I'm using Squid 3.1.9 and recently have been wanting to modify the templates to display some other image. For the 2.5 version, the ERROR templates were properly formatted html templates. However, in 3.1.9, when I use vi, the template is a non-formatted mess.

[squid-users] ERROR templates

2012-03-21 Thread cc
Hi, I'm using Squid 3.1.9 and recently have been wanting to modify the templates to display some other image. For the 2.5 version, the ERROR templates were properly formatted html templates. However, in 3.1.9, when I use vi, the template is a non-formatted mess. Take for example, ERR_CONNECT_FA

[squid-users] ERROR 504: Gateway Time-out / Parent<->Child

2012-03-21 Thread Marcin Jarzab
In my testbed I have a configuration of 3 squids and 1 apache server acting as repo. gc-repo.atis.com is organized with the apache and squid (Squid-1 - accel proxy). 2 remaing squids are running on Linux and Solaris and they are configured in parent (Squid-2 - Linux) - child (Squid-3 - Sol

Re: [squid-users] error "Detected Dead Parent" in cache

2012-03-19 Thread Amos Jeffries
On 20.03.2012 16:25, milo mixy wrote: Hi, any idea what could be causing “Detected DEAD Parent: proxy1.test.au/3128 failed” Huge big hint right here: 2012/03/20 11:29:40| TCP connection to proxy1.test.au /3128 failed 2012/03/20 11:29:43| TCP connection to  proxy1.test.au /3128 failed 2012/

[squid-users] error "Detected Dead Parent" in cache

2012-03-19 Thread milo mixy
Hi, any idea what could be causing “Detected DEAD Parent: proxy1.test.au/3128 failed”     2012/03/20 11:29:38| helperOpenServers: Starting 10 'squid_ldap_auth' processes 2012/03/20 11:29:38| helperOpenServers: Starting 5 'squid_ldap_group' processes 2012/03/20 11:29:38| Accepting proxy HTTP c

Re: [squid-users] ERROR: No forward-proxy ports configured.

2012-02-29 Thread Amos Jeffries
On 1/03/2012 12:00 a.m., Nick Urbanik wrote: Dear Folks, After a yum upgrade to this Fedora 16 box a few days ago, I now have squid-3.2.0.15-1.fc16.x86_64, and now have this message appearing in my /var/log/squid/cache.log: ERROR: No forward-proxy ports configured. I changed these lines: http_

[squid-users] ERROR: No forward-proxy ports configured.

2012-02-29 Thread Nick Urbanik
Dear Folks, After a yum upgrade to this Fedora 16 box a few days ago, I now have squid-3.2.0.15-1.fc16.x86_64, and now have this message appearing in my /var/log/squid/cache.log: ERROR: No forward-proxy ports configured. I changed these lines: http_port 192.168.0.1:3128 transparent http_port 12

Re: [squid-users] Error Pages

2012-02-16 Thread Amos Jeffries
On 17/02/2012 5:17 p.m., Roman Gelfand wrote: Is there a way I could access error pages from a web browser? Thanks Access? in what way? You can *view* at least one by clicking on this link: http://example.com.invalid/ Amos

[squid-users] Error Pages

2012-02-16 Thread Roman Gelfand
Is there a way I could access error pages from a web browser? Thanks

Re: [squid-users] error processing the URL

2012-02-12 Thread Henrik Nordström
ons 2012-02-08 klockan 16:50 -0300 skrev Martin Nigoul: > Thanks! > > You may be right about the session cookies but we are behind a > firewall so we have no way other than our proxy parents to get to any > internet site. > prefer_direct off was in place as default. > never_direct allow all Have

Re: [squid-users] error processing the URL

2012-02-08 Thread Martin Nigoul
Thanks Amos. Now we have something to pound on. Again, thanks! > The server is producing invalid Location: header. It is supposed to be an > absolute-URL (http://...) or partial-URL (/...), not just a filename. > > I think it may be the 500 is being produced by the parent trying to parse > that

  1   2   3   4   5   6   >