Bug#639825: Apache2 seek broken

2011-09-05 Thread Takis Issaris
2011/9/5 Stefan Fritsch : > On Monday 05 September 2011, Takis Issaris wrote: >> 2011/9/2 Julien Cristau : >> > On Wed, Aug 31, 2011 at 16:03:47 +0200, Takis Issaris wrote: >> > >> > [...] >> > >> >> Then the log shows these syscalls happening over and over again >> >> and it doesn't stop until I k

Bug#639825: Apache2 seek broken

2011-09-05 Thread Stefan Fritsch
On Monday 05 September 2011, Takis Issaris wrote: > 2011/9/2 Julien Cristau : > > On Wed, Aug 31, 2011 at 16:03:47 +0200, Takis Issaris wrote: > > > > [...] > > > >> Then the log shows these syscalls happening over and over again > >> and it doesn't stop until I kill the client. > >> poll([{fd=37

Bug#639825: Apache2 seek broken

2011-09-05 Thread Takis Issaris
2011/9/2 Julien Cristau : > On Wed, Aug 31, 2011 at 16:03:47 +0200, Takis Issaris wrote: > > [...] >> Then the log shows these syscalls happening over and over again and it >> doesn't stop until I kill the client. >> poll([{fd=37, events=POLLIN}], 1, 100)  = 1 ([{fd=37, revents=POLLIN}]) >> recvfro

Bug#639825: Apache2 seek broken

2011-09-05 Thread Takis Issaris
2011/9/1 Stefan Fritsch : > On Thursday 01 September 2011, Stefan Fritsch wrote: >> Can you rebuild apache2 ...lenny10 with the attached patch and try >> if  it fixes your problem? > > If you use i386, you can get built packages here: > http://people.debian.org/~sf/639825/ My apologies for the del

Bug#639825: Apache2 seek broken

2011-09-02 Thread Julien Cristau
On Wed, Aug 31, 2011 at 16:03:47 +0200, Takis Issaris wrote: [...] > Then the log shows these syscalls happening over and over again and it > doesn't stop until I kill the client. > poll([{fd=37, events=POLLIN}], 1, 100) = 1 ([{fd=37, revents=POLLIN}]) > recvfrom(37, "", 32516, 0, NULL, NULL) =

Bug#639825: Apache2 seek broken

2011-09-01 Thread Takis Issaris
2011/9/1 Stefan Fritsch : > On Wednesday 31 August 2011, Takis Issaris wrote: > >> Range: bytes=0- > > I suspect that your client tries this first request, and when it sees > the 200 instead of the 206, it assumes that the server doesn't support > ranges at all. > > Can you rebuild apache2 ...lenny

Bug#639825: Apache2 seek broken

2011-08-31 Thread Stefan Fritsch
On Thursday 01 September 2011, Stefan Fritsch wrote: > Can you rebuild apache2 ...lenny10 with the attached patch and try > if it fixes your problem? If you use i386, you can get built packages here: http://people.debian.org/~sf/639825/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@li

Bug#639825: Apache2 seek broken

2011-08-31 Thread Stefan Fritsch
On Wednesday 31 August 2011, Takis Issaris wrote: > Range: bytes=0- I suspect that your client tries this first request, and when it sees the 200 instead of the 206, it assumes that the server doesn't support ranges at all. Can you rebuild apache2 ...lenny10 with the attached patch and try if

Bug#639825: Apache2 seek broken

2011-08-31 Thread Marc H. Thoben
I'm seeing the same problem with Apache 2.2.16-6+squeeze2 and mplayer from debian-multimedia.org/sid. I cannot stream any avi/xvid anymore, regardless of size. I downgraded to 2.2.16-6+squeeze1 for now. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "u

Bug#639825: Apache2 seek broken

2011-08-31 Thread Takis Issaris
Hi Stefan, 2011/8/30 Stefan Fritsch : > On Tuesday 30 August 2011, Takis Issaris wrote: >> Package: apache2.2-common >> Version: 2.2.9-10+lenny10 >> >> Yesterday evenings update broke our Apache server setup, which is >> serving video files. Our application uses partial GET's (Range: >> byte=...)

Bug#639825: Apache2 seek broken

2011-08-31 Thread Takis Issaris
My previous reply (including the strace info) seems to have been lost, so I have trimmed the strace output some more, hoping that it will get through this time. 2011/8/30 Stefan Fritsch : > On Tuesday 30 August 2011, Takis Issaris wrote: >> Package: apache2.2-common >> Version: 2.2.9-10+lenny10 >>

Bug#639825: Apache2 seek broken

2011-08-31 Thread Takis Issaris
Hi Stefan, 2011/8/31 Stefan Fritsch : > On Tue, 30 Aug 2011, Stefan Fritsch wrote: >> What would be most interesting to me is the complete Range header your >> application sends to the server when seeking. Also, the HTTP status >> code returned for the requests both with 2.2.9-10+lenny9 and >> 2.2

Bug#639825: Apache2 seek broken

2011-08-31 Thread Stefan Fritsch
On Tue, 30 Aug 2011, Stefan Fritsch wrote: What would be most interesting to me is the complete Range header your application sends to the server when seeking. Also, the HTTP status code returned for the requests both with 2.2.9-10+lenny9 and 2.2.9-10+lenny10 (probably either 200 or 206). Are the

Bug#639825: Apache2 seek broken

2011-08-30 Thread Stefan Fritsch
On Tuesday 30 August 2011, Takis Issaris wrote: > Package: apache2.2-common > Version: 2.2.9-10+lenny10 > > Yesterday evenings update broke our Apache server setup, which is > serving video files. Our application uses partial GET's (Range: > byte=...) to implement seeking in the video. Seeking sto

Bug#639825: Apache2 seek broken

2011-08-30 Thread Takis Issaris
Package: apache2.2-common Version: 2.2.9-10+lenny10 Yesterday evenings update broke our Apache server setup, which is serving video files. Our application uses partial GET's (Range: byte=...) to implement seeking in the video. Seeking stopped working this morning, I haven't figured out yet what ex