Re: [squid-users] compliled squid size

2016-09-09 Thread Cassiano Martin
Strip binary: strip -s squid Enviado do meu iPhone > Em 9 de set de 2016, às 10:58, mzgmedia escreveu: > > I think that the > the param is -g and is there already there on the CFLAGS and CXXFLAGS > > > > -- > View this message in context: >

Re: [squid-users] squid-3.4.8 intercept

2014-11-18 Thread Cassiano Martin
Thats because you have not set your local network to squid. You have to allow your network range 66.159.32.0/24 2014-11-18 15:59 GMT-02:00 Frank fr...@cronomagic.com: Hi, Since upgrading from 3.1.22 to 3.4.8 I have been unable to get the transparent mode to accept my IP. I am

Re: [squid-users] illegal instruction with 3.4.6 (no problem with 3.4.4)

2014-08-27 Thread Cassiano Martin
Please provide more details, like log output, or a coredump backtrace. Thanks 2014-08-27 11:44 GMT-03:00 Alfredo Rezinovsky alfr...@fing.uncu.edu.ar: squid exits with illegal instruction message Squid Cache: Version 3.4.6-20140826-r13168 configure options: '--disable-auth'

Re: [squid-users] Very slow initial reply

2014-08-26 Thread Cassiano Martin
On my squid box it shows DNS failure. 014/08/26 15:15:09.243 kid1| ModEpoll.cc(139) SetSelect: FD 8, type=1, handler=1, client_data=0, timeout=0 2014/08/26 15:15:09.243 kid1| dns_internal.cc(1362) idnsRead: idnsRead: FD 8: received 55 bytes from 127.0.0.1:53 2014/08/26 15:15:09.243 kid1|

Re: [squid-users] Anybody using squid on openWRT ?

2014-08-22 Thread Cassiano Martin
Unfortunately openwrt squid package is very outdated and buggy. I've tried it, but I gave up. I'm not sure, but they do not include software which uses C++ as language. 99% of its package repository are C source software, may be this is one reason to keep an older squid version, which is not

Re: [squid-users] Re: Never used Squid, need to access it

2014-07-25 Thread Cassiano Martin
if you don't know where is squid.conf you can locate it by running: find / -name squid.conf 2/dev/null It will print full path to config file. When found, you will need to know how to manage it. Your server might be running an old squid version, so you have to pay attention to newer ACLs types,

Re: [squid-users] YouTube Resolution Locker

2014-07-25 Thread Cassiano Martin
Yes, as the youtube accelerator cache does. Only youtube urls need to be rewritten, so you dont need to forward all URLs to storeid. 2014-07-25 23:25 GMT-03:00 Amm ammdispose-sq...@yahoo.com: On 07/25/2014 09:03 PM, Stakres wrote: Hi All, Free API to lock resolution in YouTube players via

Re: [squid-users] Squid v3.3.8 SSL Bumping Issues

2014-07-09 Thread Cassiano Martin
Fundamentally, my intent is to set up Squid for home use to block advertising, malware, and in particular, perform content adaptation. One of my specific goals is to modify search URL paths to restrict explicit search returns (e.g. affixing safe=active to any Google search path) Hi David, I

Re: [squid-users] Detecting proxy server

2014-07-07 Thread Cassiano Martin
If you issue: lynx -head -dump http://www.google.com And if the proxy server is set to add headers, you will see it, even if transparent: HTTP/1.1 302 Found Cache-Control: private Content-Type: text/html; charset=UTF-8 Location: http://www.google.com.br/?gfe_rd=crei=xJy6U66VDqKk8weLnYGIAw

Re: [squid-users] Problem with HTTP redirection and IPTABLES?

2014-07-03 Thread Cassiano Martin
1 - Your iptables is missing DNAT target, you may try using REDIRECT target. 2 - In Squid 3.1+ the transparent option has been split. Use 'intercept to catch DNAT packets. 2014-07-03 11:25 GMT-03:00 Mark jensen ngiw2...@hotmail.com: I have follow this tutorial to redirect HTTP traffic to the

Re: [squid-users] Squid auth_param children not closing

2014-06-23 Thread Cassiano Martin
Your script is not shutting down when squid closes stdin/stdout. So squid will start a new copy every time. 2014-06-23 19:56 GMT-03:00 Romeo Mihalcea romeo.mihal...@gmail.com: I have this authentication script on my setup: auth_param basic program /usr/bin/python /etc/auth.py auth_param basic

Re: [squid-users] memory_cache_shared no support for atomic operations

2014-06-10 Thread Cassiano Martin
Ah OK, thank you very much. If someone could fix the documentation and add a note that is only 64 bit supported.. Thanks 2014-06-10 1:47 GMT-03:00 Amos Jeffries squ...@treenet.co.nz: On 10/06/2014 10:10 a.m., Eliezer Croitoru wrote: On 06/10/2014 12:43 AM, Cassiano Martin wrote: Yes its 32

Re: [squid-users] Re: Squid 3.4.x Videos/Music Booster

2014-06-10 Thread Cassiano Martin
I've rewritten your scripts to C++ native binary. If you'd like to include it on your package, feel free to contact me. Thanks 2014-06-09 16:42 GMT-03:00 Stakres vdoc...@neuf.fr: Hi All, Version https://sourceforge.net/projects/squidvideosbooster/ *1.02* is released including: - Scripts

Re: [squid-users] Re: Squid 3.4.x Videos/Music Booster

2014-06-10 Thread Cassiano Martin
Anyway, here it is. Compile it with g++ booster.cpp -lcurl http://pastebin.com/raw.php?i=5HKk8rQq Admins, sorry about this off-topic! 2014-06-11 1:10 GMT-03:00 Cassiano Martin cassi...@polaco.pro.br: I've rewritten your scripts to C++ native binary. If you'd like to include it on your

[squid-users] memory_cache_shared no support for atomic operations

2014-06-09 Thread Cassiano Martin
Hello there. I'm trying to setup my squid workers to share cache_mem, bu when I activate memory_cache_shared I get this error: FATAL: memory_cache_shared is on, but no support for atomic operations detected What I'm missing? Does this imply in something related to kernel configuration? I've not

Re: [squid-users] external_acl_mode

2014-05-25 Thread Cassiano Martin
Use deny_info for that. External ACL filters just says to squid what is OK and NOT OK You can pass some data to squid by keypairs (key=value) but I think its only used to squid replace tags on response pages. 2014-05-25 6:51 GMT-03:00 Jose-Marcio Martins jose-marcio.mart...@mines-paristech.fr:

Fwd: [squid-users] External ACLs strange behavior

2014-05-22 Thread Cassiano Martin
-- Forwarded message -- From: Cassiano Martin cassi...@polaco.pro.br Date: 2014-05-19 13:40 GMT-03:00 Subject: Fwd: [squid-users] External ACLs strange behavior To: squid-users@squid-cache.org I'll test it again without this test. lets see if it will work normally then. Thanks

[squid-users] External ACLs strange behavior

2014-05-19 Thread Cassiano Martin
I'm still having a strange issue with external ACLs. Sometimes I get this in my squid logs: ERR message= 2014/05/19 08:33:23 kid1| WARNING: securegateway_cfs #Hlpr0 exited 2014/05/19 08:33:23 kid1| Too few securegateway_cfs processes are running (need 1/5) 2014/05/19 08:33:23 kid1| Starting new

Fwd: [squid-users] External ACLs strange behavior

2014-05-19 Thread Cassiano Martin
Hmm, I didnt known about that. -- Forwarded message -- From: Amos Jeffries squ...@treenet.co.nz Date: 2014-05-19 11:49 GMT-03:00 Subject: Re: [squid-users] External ACLs strange behavior To: squid-users@squid-cache.org On 20/05/2014 12:46 a.m., Cassiano Martin wrote: I'm still

Fwd: [squid-users] External ACLs strange behavior

2014-05-19 Thread Cassiano Martin
I'll test it again without this test. lets see if it will work normally then. Thanks! -- Forwarded message -- From: Cassiano Martin cassi...@polaco.pro.br Date: 2014-05-19 13:39 GMT-03:00 Subject: Fwd: [squid-users] External ACLs strange behavior To: squid-users@squid-cache.org

[squid-users] Re: Segfault in CommSelectEngine::checkEvents

2014-04-22 Thread Cassiano Martin
[stack] Program received signal SIGABRT, Aborted. 0xb7fdb424 in __kernel_vsyscall () (gdb) Sorry about symbols, the binary is stripped. 2014-03-20 12:02 GMT-03:00 Cassiano Martin cassi...@polaco.pro.br: Guys, I'm facing a very strange issue. I have compiled squid, from version 3.3.3

Fwd: [squid-users] Fwd: Segfault in CommSelectEngine::checkEvents

2014-04-04 Thread Cassiano Martin
05:42 PM, Cassiano Martin wrote: Squid is in transparent mode. tproxy or redirect targets on iptables? Eliezer

[squid-users] Fwd: Segfault in CommSelectEngine::checkEvents

2014-04-02 Thread Cassiano Martin
this -- Forwarded message -- From: Cassiano Martin cassi...@polaco.pro.br Date: 2014-03-20 12:02 GMT-03:00 Subject: Segfault in CommSelectEngine::checkEvents To: squid-users@squid-cache.org Guys, I'm facing a very strange issue. I have compiled squid, from version 3.3.3 to 3.4.4 and ALL

[squid-users] Fwd: Segfault in CommSelectEngine::checkEvents

2014-03-20 Thread Cassiano Martin
Guys, I'm facing a very strange issue. I have compiled squid, from version 3.3.3 to 3.4.4 and ALL of them crashes on the same place. The architecture is mips64, big endian n32 binary format I've attached a backtrace Program received signal SIGSEGV, Segmentation fault. 0x104771ec in

Re: [squid-users] Squid Disconnection problem for messenger

2008-05-29 Thread Cassiano Martin
Do you mean MSN messenger? No, it wont pass thru squid, only if you block port 1863. Are you sure that is squid causing this? Amod Kulkarni wrote: Hello, I am using squid proxy in our network. Since last few days, we are facing problem with our squid proxy server that it gets disconnected

Re: [squid-users] Problem while accessing the site

2008-05-29 Thread Cassiano Martin
Yup, and this could be the same problem you are having with your messaging software. This is like DNS failures. Amos Jeffries wrote: Amod Kulkarni wrote: Hello Squid, Presently I have a problem to access a URL The problem details is given below: The requested URL could not be retrieved

Re: [squid-users] Block Windows Live Messenger with Squid

2008-05-21 Thread Cassiano Martin
Messenger uses port 1863 tcp for communication, and some HTTPS SOAP requests to M$ servers. You need to block this port using iptables. iptables -A FORWARD -p tcp --dport 1863 -j DROP iptables -A FORWARD -p tcp --sport 1863 -j DROP adnann5 wrote: Hi Guys, I've a running a transparently

Re: [squid-users] Squid logging to a database

2008-05-15 Thread Cassiano Martin
You could write one yourself, as squid supports a 'logfile' daemon, or try mysar. It reads the squid logfile and import all content into a mysql database. get it at mysar.sf.net and the fast C code version at www.polaco.pro.br/mysar Wundy wrote: Hi! I currently have a transparent squid in

Re: [squid-users] Strange behaviour with website and squid

2008-05-15 Thread Cassiano Martin
Got it using lynx. Thanks Henrik Nordstrom wrote: On tis, 2008-05-13 at 07:38 -0300, Cassiano Martin wrote: Got the same problem here, after loding the Site on IE, doesnt show up when reloading. header: HTTP/1.1 200 OK Server: Oracle9iAS/9.0.2.2.0 Oracle HTTP Server Last-Modified: Mon

Re: [squid-users] Strange behaviour with website and squid

2008-05-13 Thread Cassiano Martin
Got the same problem here, after loding the Site on IE, doesnt show up when reloading. header: HTTP/1.1 200 OK Server: Oracle9iAS/9.0.2.2.0 Oracle HTTP Server Last-Modified: Mon, 17 Sep 2007 13:17:10 GMT Cache-Control: private Content-Type: text/html Content-Length: 160 Date: Tue, 13 May 2008

Re: [squid-users] denied urls between two hours

2008-04-29 Thread Cassiano Martin
*Acl Type:* time *Description* Time of day, and day of week *Usage* acl aclname time [day-abbreviations] [h1:m1-h2:m2] day-abbreviations: S - Sunday M - Monday T - Tuesday W - Wednesday H - Thursday F - Friday A - Saturday h1:m1 must be less than h2:m2 *Example* acl

Re: [squid-users] http://www.synopsys.com connection timeout

2008-04-18 Thread Cassiano Martin
Nothing here, everything works fine for me. I`m using squid stable 3.0 Which squid version are you using? Thanks [EMAIL PROTECTED] escreveu: Clients are behind firewall(OpenBSD PF) and accessing web via squid proxy. Accessing http://www.synopsys.com failed with connection timeout error.

Re: [squid-users] how to check virus using squid

2008-04-17 Thread Cassiano Martin
Google for HAVP Its a anti-virus proxy wich uses clamav. You can use it together with squid. Anil Saini escreveu: how can one check viruses on the host machines browsing thru squid just want to identify the viruses - Anil Saini M.E. - Software Systems B.E. - Electronics and

Re: [squid-users] per user quota

2008-04-07 Thread Cassiano Martin
Or you can continue to develop the user quota system for MySAR. :-) Quota for IP address is working fine, but its missing many other things. you can get it at: http://www.polaco.pro.br/mysar/testing PS: the code is a mess, look out ;-) Fabio Silva escreveu: You can try

Re: [squid-users] Limiting download size

2008-04-04 Thread Cassiano Martin
Tag Name reply_body_max_size Usage reply_body_max_size (KB) Description This option specifies the maximum size of a reply body. It can be used to prevent users from downloading very large files, such as MP3's and movies. The reply size is checked twice. First when we get the reply

Re: [squid-users] How can I tell if snmp has been compiled into Squid?

2008-03-25 Thread Cassiano Martin
Try squid -v It should report configure parameters Ed Flecko escreveu: Hi folks, I'm running OpenBSD 4.2 and have installed the Squid package using the pkg_add method. I'm trying to set up snmp monitoring with no success. I keep getting a Invalid ACL type 'snmp_community error message, so now

Re: [squid-users] Squid + ClamAV

2008-03-25 Thread Cassiano Martin
You could try HAVP http://www.server-side.de/ At least it works fine for me troxlinux escreveu: there is not much information, you have it implemented, what OS have? greetings 2008/3/25, Henrik Nordstrom [EMAIL PROTECTED]: My recommended method: Squid-3 + c-icap There is other

Re: [squid-users] problem with access_log

2008-03-07 Thread Cassiano Martin
Are you looking at cache.log or access.log? Looks like you're in the wrong file. Ramashish Baranwal escreveu: Hi, I am trying to prevent logging of certain urls using acls on access_log. The corresponding part of my squid.conf looks like- acl test_url url_regex .*test.* # don't log test_url

Re: [squid-users] Youtube video cache

2008-03-04 Thread Cassiano Martin
Adrian Chadd escreveu: On Mon, Mar 03, 2008, Cassiano Martin wrote: Hi all! Did someone had success caching youtube videos? I tried it but it didnt worked for me. I followed all Adrian's steps, but no success at all. The trouble is that its a moving target and I'm having to try

[squid-users] Youtube video cache

2008-03-03 Thread Cassiano Martin
Hi all! Did someone had success caching youtube videos? I tried it but it didnt worked for me. I followed all Adrian's steps, but no success at all. I'm using squid: Squid Cache: Version 2.7.DEVEL0-20080303 configure options: '--enable-delay-pools' '--enable-cache-digests' '--enable-poll'

Re: [squid-users] Squid 3.0 Stable1 with MySql Logging

2008-02-18 Thread Cassiano Martin
Amos Jeffries wrote: Hemming Tero wrote: Hi, I Have read that Squid 3.0 supports logging access.log cache.log to MySql database. Haven't found any examples how to deploy it ? Searched all over the net forums. Any tutorials or examples available ? Thanks, Tero, Finland Where did you

Re: [squid-users] Squid 3.0 Stable1 with MySql Logging

2008-02-18 Thread Cassiano Martin
Adrian Chadd wrote: On Mon, Feb 18, 2008, Cassiano Martin wrote: Where did you read that? There is some work still being done on it for 3.1. If you want to test contact the developer for it or squid-dev Amos There are third party application that import squid logs to mysql

Re: [squid-users] Squid in Transparent ?

2008-02-15 Thread Cassiano Martin
Cassiano Martin wrote: Yes, they can use the proxy, even manually set. Phibee Network Operation Center wrote: Hi it's a problems that use squid with a iptable redirect: 80 to 8080 and into squid.conf don't put transparent to : http_port 8080 ? and if i put http_port 8080 transparent User

Re: [squid-users] squid source compile

2008-02-15 Thread Cassiano Martin
pokeman wrote: can i compile and hide the squid.conf nobody can view settings Certainly not. Only modifying the source code. Sounds like a hardcoded config ;-)

Re: [squid-users] squid Version 2.6.STABLE16 crashing with url_rewriters]

2008-02-01 Thread Cassiano Martin
Goj, Dirk wrote: Hi there. Yesterday my proxy started crashing with following error message: 2008/01/31 14:04:12| Starting Squid Cache version 2.6.STABLE16 for i386-debian-linux-gnu... 2008/01/31 14:04:12| Process ID 22919 2008/01/31 14:04:12| With 1024 file descriptors available 2008/01/31

Re: [squid-users] How to Clear Cache in SQUID

2008-01-04 Thread Cassiano Martin
Shutdown squid and recreate the cache squid -k shutdown rm -rf /var/squid/cache/* (check if this is the real path) squid -z squid Tek Bahadur Limbu wrote: Hi, TRM wrote: Hi List, My HardDisk is getting full, i want to clear the cache. how can do that? If your cache resides in

Re: [squid-users] Squid Quota

2007-12-12 Thread Cassiano Martin
Amos Jeffries wrote: Cassiano Martin wrote: Hi All! I wrote a squid quota daemon (sorry admin, if this is not the right place to announce!) and its working, but in testing stages. Its a squid redirector, which MySQL db as backend, and a log reader, which feeds the DB with information. You

[squid-users] Squid Quota

2007-12-11 Thread Cassiano Martin
Hi All! I wrote a squid quota daemon (sorry admin, if this is not the right place to announce!) and its working, but in testing stages. Its a squid redirector, which MySQL db as backend, and a log reader, which feeds the DB with information. You can set how much an user, or an IP can use, in

[squid-users] Squid Quota

2007-12-11 Thread Cassiano Martin
Hi All! I wrote a squid quota daemon (sorry admin, if this is not the right place to announce!) and its working, but in testing stages. Its a squid redirector, which MySQL db as backend, and a log reader, which feeds the DB with information. You can set how much an user, or an IP can use, in

[squid-users] Squid URL rewrite_program

2007-12-03 Thread Cassiano Martin
Hello all! According to squid documentation, the URL rewriter is feed with the following line format: URL SP client_ip / fqdn SP user SP method SP urlgroup [SP kvpairs] NL So I ask, its possible to customize the format, or its hardcoded on squid sources? Well, my need is the body reply