Re: [squid-users] Re: squid rock caching memory RAM

2014-07-10 Thread Antony Stone
On Thursday 10 July 2014 at 08:47:37, israelsilva1 wrote:

 Hi, thanks for your clarification.
 
 On another note, do you have a guide to install squid 3.4 as you suggested?
 I guess there is no rpm and I'll have to compile?

You could try http://wiki.squid-cache.org/SquidFaq/BinaryPackages


Regards,

Antony.

-- 
In fact I wanted to be John Cleese and it took me some time to realise that 
the job was already taken.

 - Douglas Adams

   Please reply to the list;
 please *don't* CC me.


Re: [squid-users] Re: squid rock caching memory RAM

2014-07-10 Thread Eliezer Croitoru

You can try my repository at:
http://www1.ngtech.co.il/rpm/centos/6/

There is also a head repository at:
http://www1.ngtech.co.il/rpm/centos/6/x86_64/head/

I would still suggest the 3.4 branch.

Eliezer

On 07/10/2014 10:15 AM, israelsilva1 wrote:

hmm, that's how I installed squid.

weird:

[root@dxb-squid34 ~]# yum install squid
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
  * base: centos.fastbull.org
  * epel: epel.mirror.srv.co.ge
  * extras: centos.fastbull.org
  * updates: centos.fastbull.org
Setting up Install Process
Package 7:*squid-3.5.0.001*-1.el6.x86_64 already installed and latest
version
Nothing to do


[root@dxb-squid34 ~]#
[root@dxb-squid34 ~]# squid -v
Squid Cache: Version *3.HEAD-20140127-r13248*
Service Name: squid
configure options:  '--build=x86_64-redhat-linux-gnu'
'--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu'
'--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin'
'--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share'
'--includedir=/usr/include' '--libdir=/usr/lib64'
'--libexecdir=/usr/libexec' '--sharedstatedir=/var/lib'
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--exec_prefix=/usr'
'--libexecdir=/usr/lib64/squid' '--localstatedir=/var'
'--datadir=/usr/share/squid' '--sysconfdir=/etc/squid'
'--with-logdir=$(localstatedir)/log/squid'
'--with-pidfile=$(localstatedir)/run/squid.pid'
'--disable-dependency-tracking' '--enable-eui'
'--enable-follow-x-forwarded-for' '--enable-auth'
'--enable-auth-basic=DB,LDAP,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB,getpwnam'
'--enable-auth-ntlm=smb_lm,fake' '--enable-auth-digest=file,LDAP,eDirectory'
'--enable-auth-negotiate=kerberos,wrapper'
'--enable-external-acl-helpers=wbinfo_group,kerberos_ldap_group,AD_group'
'--enable-cache-digests' '--enable-cachemgr-hostname=localhost'
'--enable-delay-pools' '--enable-epoll' '--enable-icap-client'
'--enable-ident-lookups' '--enable-linux-netfilter'
'--enable-removal-policies=heap,lru' '--enable-snmp' '--enable-ssl'
'--enable-ssl-crtd' '--enable-storeio=aufs,diskd,ufs,rock' '--enable-wccpv2'
'--enable-esi' '--with-aio' '--with-default-user=squid'
'--with-filedescriptors=16384' '--with-dl' '--with-openssl'
'--with-pthreads' '--disable-arch-native'
'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu'
'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC'
'PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/share/pkgconfig'




Re: [squid-users] Re: squid rock caching memory RAM

2014-07-10 Thread Eliezer Croitoru
You have 3.HEAD but.. 3.5.00X is based on 3.HEAD of the dates between 
3.4 and 3.5 stable.
So you have squid-3.5.0.001 which is my first release of 3.HEAD after 
3.4 got stable.


Eliezer

On 07/10/2014 10:42 AM, israelsilva1 wrote:

ok, but which version do I have in the end?
3.head 20140127 or 3.5.0?

please see my post above




Re: [squid-users] Re: squid rock caching memory RAM

2014-07-10 Thread Eliezer Croitoru

Depends on how adventurous you are.
The 3.4 is the official stable version and should work fine for most admins.
If you want to try the latest code and leave yourself open (basically) 
for unknown bugs and unknown situations feel free.


In anyway it mostly depends on your needs.
I have used 3.HEAD in couple occasions and it was stable for production.

from the topic subject I can understand that you use rock storage and it 
is present in my RPMs and there-for I think that it's good enough for you.


Eliezer

P.S. Any tests of 3.HEAD code is more then welcomed by the squid project.

On 07/10/2014 12:20 PM, israelsilva1 wrote:

ok, so should I uninstall squid and install using the latest 3.4 version from
www1.ngtech.co.il/rpm/centos/6/x86_64?

thanks