RE: [squid-users] Dual Stack (IPv4,IPv6) Oddities

2010-10-18 Thread Zeller, Jan (ID)
I create a tunnel to my server that is running squid using ssh and running with a default (debian) configuration. My server is dual-stacked (public IPv4 and IPv6 addresses) while the client is a IPv4 only. Over the past few days I have been developing a website and found an oddity

RE: [squid-users] RE: unable to compile 3.2.0.2

2010-09-08 Thread Zeller, Jan (ID)
It's related to the particular compiler behaviour when working with weak-linked libraries and build parallelism. Our libmisc is a bit dated and does some unkind things with new/delete that can confuse the compiler. Working on a fix. PS; beta code and build problems are topics for squid-dev

[squid-users] RE: Two squid servers to talk to each other before the internet

2010-09-07 Thread Zeller, Jan (ID)
-Original Message- From: Tóth Tibor Péter [mailto:tibor.peter.t...@mtv.hu] Sent: Dienstag, 7. September 2010 08:38 To: squid-users@squid-cache.org Subject: [squid-users] RE: Two squid servers to talk to each other before the internet Anybody? Any Idea regarding this problem? How

[squid-users] RE: Two squid servers to talk to each other before the internet

2010-09-07 Thread Zeller, Jan (ID)
-Original Message- From: Tóth Tibor Péter [mailto:tibor.peter.t...@mtv.hu] Sent: Dienstag, 7. September 2010 09:06 To: Zeller, Jan (ID) Cc: squid-users@squid-cache.org Subject: RE: Two squid servers to talk to each other before the internet Hi, Inside of the access.log should I

[squid-users] RE: unable to compile 3.2.0.2

2010-09-07 Thread Zeller, Jan (ID)
Dear list, I am unable to compile 3.2.0.2 $ ./configure --prefix=/opt/squid-3.2.0.2 --enable-icap-client -- enable-ssl --disable-translation --disable-auto-locale --enable-linux- netfilter --with-pthreads --with-filedescriptors=32768 --enable- storeio=ufs,aufs

[squid-users] unable to compile 3.2.0.2

2010-09-06 Thread Zeller, Jan (ID)
Dear list, I am unable to compile 3.2.0.2 $ ./configure --prefix=/opt/squid-3.2.0.2 --enable-icap-client --enable-ssl --disable-translation --disable-auto-locale --enable-linux-netfilter --with-pthreads --with-filedescriptors=32768 --enable-storeio=ufs,aufs --enable-removal-policies=lru,heap

RE: [squid-users] Beta testers wanted for 3.2.0.1 - Changing 'workers' (from 1 to 2) is not supported and ignored

2010-08-04 Thread Zeller, Jan (ID)
It looks like that message only occurs on a reconfigure. Does -k restart after the config change work? Amos hmm the change applies once squid is restarted but now I am getting : 010/08/04 08:21:20 kid3| commBind: Cannot bind socket FD 12 to [::]: (13) Permission denied . . squid is

[squid-users] Beta testers wanted for 3.2.0.1 - Changing 'workers' (from 1 to 2) is not supported and ignored

2010-08-03 Thread Zeller, Jan (ID)
dear squid list, i'd like to use the new 'worker' feature in squid-3.2 According to http://www.squid-cache.org/Versions/v3/3.2/cfgman/workers.html default is to have only one 'worker'. Now I'd like to have at least two workers. Unfortunately it doesn't work squid[32350]: WARNING: Changing

[squid-users] RE: squid-3.1.5 core files

2010-07-28 Thread Zeller, Jan (ID)
hmm well dear squid I decided to take the Debian-backport package release from http://www.sput.nl/software/squid31-lenny.html instead of compiling myself. Maybe this could be the best way to get rid of the core dumps ... let's see... --- Jan -Original Message- From: Zeller, Jan (ID

[squid-users] squid-3.1.5 core files

2010-07-22 Thread Zeller, Jan (ID)
Dear squid-list, i tried to follow the guidelines on http://wiki.squid-cache.org/SquidFaq/BugReporting because i am getting lots of core files. - squid version : 3.1.5 - OS : Debian GNU/Linux 5.0.5 (lenny) amd64 # ls -lth core -rw--- 1 proxy proxy 2.1G 2010-07-22 16:59 core # file core

RE: [squid-users] ICP is disabled?

2010-07-20 Thread Zeller, Jan (ID)
Hi, i have the same problem but was unable to fix it. http://marc.info/?l=squid-usersm=127537675726600w=2 --- Jan -Original Message- From: John Horne [mailto:john.ho...@plymouth.ac.uk] Sent: Montag, 19. Juli 2010 16:08 To: Squid users Subject: [squid-users] ICP is disabled?

RE: [squid-users] unable to compile squid-3.1.5 on debian lenny

2010-07-06 Thread Zeller, Jan (ID)
FWIW: I've patched the release now. The current daily snapshots should build without this bug. Amos -- Please be using Current Stable Squid 2.7.STABLE9 or 3.1.5 Thank you Amos for the daily snapshot. It worked well with CPPFLAGS=-I../libltdl --- Jan

[squid-users] unable to compile squid-3.1.5 on debian lenny

2010-07-02 Thread Zeller, Jan (ID)
Dear list, unfortunately I am unable to compile squid-3.1.5 on Debian lenny 5.0.5 $ uname -srvmpio Linux 2.6.26-2-amd64 #1 SMP Sun Jun 20 20:16:30 UTC 2010 x86_64 unknown unknown GNU/Linux $ ./configure --prefix=/opt/squid-3.1.5 --enable-icap-client --enable-ssl --disable-translation

RE: [squid-users] unable to compile squid-3.1.5 on debian lenny

2010-07-02 Thread Zeller, Jan (ID)
Try setting CPPFLAGS before running configure. Doing this lets you use the libtool version included with the source. I think the build scripts were supposed to take care of this but they don't. $ declare -x CPPFLAGS=-I../libltdl $ ./configure (your configure options) $ make -- Sean

RE: [squid-users] unable to compile squid-3.1.5 on debian lenny

2010-07-02 Thread Zeller, Jan (ID)
Sorry about this. It's not you. Our packaging machine has undergone an OS upgrade since the last releases. Squid now auto-bundles libltdl 2.2.6b which unfortunately depends on some system headers without detecting their absence cleanly on systems bundling older LTDL. LTDL is only needed

[squid-users] from ufs to aufs

2010-06-29 Thread Zeller, Jan (ID)
dear squid, do I have to remove and rebuild my cache dir (squid -z) if I move from ufs to aufs ? kind regards, --- Jan

RE: [squid-users] DNS server setup for squid/kerberos

2010-06-23 Thread Zeller, Jan (ID)
3. Are there any material gains installing BIND DNS on squid server? Hi, have a look at http://www.zytrax.com/books/dns/ch6/#caching http://linuxdevcenter.com/pub/a/linux/2001/07/26/squid.html?page=1 regards, --- Jan

RE: [squid-users] help while using squid

2010-06-16 Thread Zeller, Jan (ID)
Hi, use something like 'tcpdump' to see if the packets really arrive on your squid port. regards, --- Jan -Original Message- From: ning luwen [mailto:ninglu...@gmail.com] Sent: Mittwoch, 16. Juni 2010 07:56 To: squid-users@squid-cache.org Subject: [squid-users] help while using

[squid-users] squid-3,1.4 - dead sibling

2010-06-01 Thread Zeller, Jan (ID)
Dear list, I upgraded to 3.1.4 but since then all my siblings seems to be down :( $ ./squidclient -h myserver -p myport mgr:server_list . . Status : Down . . This is strange because i got plenty of icpv2 (3130) traffic over the wire (tcpdump). It (still) works well with 3.1.3. Didn't