make install sets localstatedir owner to ats user - bug?

2013-08-13 Thread Tomasz Kuzemko
Hello, When building traffic server I call configure with --localstatedir=/var and --with-user=trafficserver. I noticed that make install sets /var owner and group to trafficserver. After doing some research I found that the problematic code is in proxy/Makefile.am: 293 install-data-local: 294

Re: make install sets localstatedir owner to ats user - bug?

2013-08-13 Thread Leif Hedstrom
On Aug 13, 2013, at 8:58 AM, Tomasz Kuzemko wrote: > Hello, > > When building traffic server I call configure with --localstatedir=/var > and --with-user=trafficserver. I noticed that make install sets /var > owner and group to trafficserver. After doing some research I found > that the problema

Re: make install sets localstatedir owner to ats user - bug?

2013-08-13 Thread Tomasz Kuzemko
Reported as TS-2131, patch included: https://issues.apache.org/jira/browse/TS-2131 -- Tomasz Kuzemko tom...@kuzemko.net W dniu 13.08.2013 17:11, Leif Hedstrom pisze: On Aug 13, 2013, at 8:58 AM, Tomasz Kuzemko wrote: Hello, When building traffic server I call configure with --localstatedir

Re: [PROPOSAL] New release process

2013-08-13 Thread Phil Sorber
On Mon, Aug 12, 2013 at 5:40 PM, Leif Hedstrom wrote: > On Aug 12, 2013, at 5:10 PM, Igor Galić wrote: > > > > > > > This was exactly my problem at first. Leif was going with his proposal > in one big zwoop from odd/even (-dev/stable) major.minor.patch releases to > *just* major.minor releases (

AW: Plugin transforming between cache and end-user

2013-08-13 Thread Sebastian Annies
Hi Leif, On the first range request it works in deed, the problem arises - at least in my case - when the full file is cached by a previous request and the range is served from the cache. I attached my heavily modified gzip (now null-transform) plugin I used to test it. Best Regards, Sebastian -