squid reorg.

2013-11-03 Thread Stuart Henderson
The diff at http://junkpile.org/squid.reorg.diff (not inline as it's 360kB) reorganises the squid ports; it removes squid27 now that the main squid port works on more arches, and splits www/squid into stable (with the latest 3.3 release) and snapshot (adding a 3.4 release). It also enables the roc

squid reorg

2014-01-23 Thread Aleksandar Lazic
Hi. I got Illegal instruction (core dumped) after installation. I have done the following. PKG_PATH=http://openbsd.cs.fau.de/pub/OpenBSD/snapshots/packages/i386/ export PKG_PATH pkg_add -i -v squid choosed squid-3.4.2 vi /etc/squid/squid.conf changed the line http_port 3128 to http_po

Re: squid reorg.

2013-11-03 Thread Shawn K. Quinn
On Sun, Nov 3, 2013, at 04:23 PM, Stuart Henderson wrote: > The diff at http://junkpile.org/squid.reorg.diff (not inline as it's > 360kB) > reorganises the squid ports; it removes squid27 now that the main squid > port > works on more arches, and splits www/squid into stable (with the latest > 3.3

Re: squid reorg.

2014-01-09 Thread Toni Mueller
Hi, On Sun, Nov 03, 2013 at 09:23:01PM +, Stuart Henderson wrote: > The diff at http://junkpile.org/squid.reorg.diff (not inline as it's 360kB) > reorganises the squid ports; it removes squid27 now that the main squid port > works on more arches, and splits www/squid into stable (with the lat

Re: squid reorg.

2014-01-09 Thread Stuart Henderson
On 2014/01/09 17:48, Toni Mueller wrote: > > I just swapped out Squid 3.3.8 from a 5.4 machine because of severe > problems: The proxy crashed frequently with this line in cache.log: > > FATAL: Too few filedescriptors available in the system (97 usable of 8192). > > > But I had this in /etc/squ

Re: squid reorg.

2014-01-09 Thread Toni Mueller
Hi Stuart, On Thu, Jan 09, 2014 at 06:20:26PM +, Stuart Henderson wrote: > On 2014/01/09 17:48, Toni Mueller wrote: > > > > proxy:\ > > :ignorenologin:\ > > :datasize=infinity:\ > > :maxproc=128:\ > > :openfiles=1024:\ > > :stacksize-cur=64M:\ > >

Re: squid reorg.

2014-01-09 Thread Stuart Henderson
On 2014/01/09 20:39, Toni Mueller wrote: > > > > Hi Stuart, > > On Thu, Jan 09, 2014 at 06:20:26PM +, Stuart Henderson wrote: > > On 2014/01/09 17:48, Toni Mueller wrote: > > > > > > proxy:\ > > > :ignorenologin:\ > > > :datasize=infinity:\ > > > :maxproc=128:\ > >

Re: squid reorg.

2014-01-09 Thread Toni Mueller
On Thu, Jan 09, 2014 at 08:08:04PM +, Stuart Henderson wrote: > On 2014/01/09 20:39, Toni Mueller wrote: > > Of course - but I have kern.maxfiles = 16000, and still saw the problem. > > squid can't itself do anything to raise the limit above what you > have set in login.conf, kern.maxfiles i

Re: squid reorg

2014-01-23 Thread Aleksandar Lazic
Hi Stuart. I just seen your mail in the archive. http://marc.info/?t=13835139422&r=1&w=2 I want to use the latest squid 3.4 with intercept mode on http_port and https_port and pf divert-to on my soekris net5501-70 . I offer you to test the new 3.4 packages on current as soon as it is ready

Re: squid reorg

2014-01-23 Thread Stuart Henderson
On 2014/01/24 00:07, Aleksandar Lazic wrote: > Hi Stuart. > > I just seen your mail in the archive. > > http://marc.info/?t=13835139422&r=1&w=2 > > I want to use the latest squid 3.4 with intercept mode on > http_port and https_port and pf divert-to on my > soekris net5501-70 . > > I offer

Re: squid reorg

2014-01-23 Thread Aleksandar Lazic
Thank you. I will take a look and give feedback. Am 24-01-2014 00:12, schrieb Stuart Henderson: On 2014/01/24 00:07, Aleksandar Lazic wrote: Hi Stuart. I just seen your mail in the archive. http://marc.info/?t=13835139422&r=1&w=2 I want to use the latest squid 3.4 with intercept mode on

Re: squid reorg

2014-01-24 Thread Stuart Henderson
I suspect it's trying to use 128-bit atomic ops (CMPXCHG16B) which this cpu doesn't support (no CX16 in the cpu flags - thanks for the complete dmesg, and yes this is a good place to report the problem). I'll take a look into it. Could you try squid-3.3 too please, so we can see if that also has

Re: squid reorg

2014-01-24 Thread Aleksandar Lazic
As soon as I'am back at home I will install it. Am 24-01-2014 09:59, schrieb Stuart Henderson: I suspect it's trying to use 128-bit atomic ops (CMPXCHG16B) which this cpu doesn't support (no CX16 in the cpu flags - thanks for the complete dmesg, and yes this is a good place to report the problem

Re: squid reorg

2014-01-24 Thread Aleksandar Lazic
Hi. The squid-3.3.11 runs ok. Am 24-01-2014 12:40, schrieb Aleksandar Lazic: As soon as I'am back at home I will install it. Am 24-01-2014 09:59, schrieb Stuart Henderson: I suspect it's trying to use 128-bit atomic ops (CMPXCHG16B) which this cpu doesn't support (no CX16 in the cpu flags - t

Re: squid reorg

2014-01-26 Thread Aleksandar Lazic
Hi. After build squid with --disable-arch-native the squid server was able to start. I have copied your ./config line. ### squid-3.4.2# ./configure --disable-strict-error-checking --enable-shared --datadir=/usr/local/share/squid --libexecdir=/usr/local/libexec/squid --disable-loadable-modul