Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-12-12 Thread Adam D. Barratt
On Wed, 2010-11-24 at 12:41 +0100, Olaf van der Spek wrote:
 On Mon, Oct 25, 2010 at 3:04 PM, Mehdi Dogguy me...@dogguy.org wrote:
  On 10/25/2010 02:37 PM, Olaf van der Spek wrote:
  The Lighttpd version in testing logs messages for non-errors. Could
  the fix be accepted into Squeeze?
 
 
  Yes, please go ahead.
 
 Krzysztof has uploaded it to unstable, could you unblock it for testing?

Why have a bunch of files moved from conf-available to
conf-available2?

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-12-12 Thread Olaf van der Spek
On Sun, Dec 12, 2010 at 7:29 PM, Adam D. Barratt a...@adam-
Krzysztof has uploaded it to unstable, could you unblock it for
testing?

 Why have a bunch of files moved from conf-available to
 conf-available2?

In the source pkg? So lighttpd.install could use
debian/conf-available/* instead of manually listing the ones that
should be included in the main pkg.

Olaf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-12-12 Thread Adam D. Barratt
On Sun, 2010-12-12 at 20:16 +0100, Olaf van der Spek wrote:
 On Sun, Dec 12, 2010 at 7:29 PM, Adam D. Barratt a...@adam-
 Krzysztof has uploaded it to unstable, could you unblock it for
 testing?
 
  Why have a bunch of files moved from conf-available to
  conf-available2?
 
 In the source pkg? So lighttpd.install could use
 debian/conf-available/* instead of manually listing the ones that
 should be included in the main pkg.

That's fine, but I do question why it had to been done now... the old
method worked fine, and by changing it during freeze the diff has been
made quite noisy for no visible benefit, making reviewing it more work.

Looking more closely at the diff, not only was the above not mentioned
in the changelog, but nor was the addition of conf-available files for
10-evasive, 10-flv-streaming and 10-usertrack.  If these changes are
important enough to be included at this stage of the freeze, why have
they neither been mentioned nor documented?

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-12-12 Thread Olaf van der Spek
On Sun, Dec 12, 2010 at 9:08 PM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 That's fine, but I do question why it had to been done now... the old
 method worked fine, and by changing it during freeze the diff has been
 made quite noisy for no visible benefit, making reviewing it more work.

 Looking more closely at the diff, not only was the above not mentioned
 in the changelog, but nor was the addition of conf-available files for
 10-evasive, 10-flv-streaming and 10-usertrack.  If these changes are
 important enough to be included at this stage of the freeze, why have
 they neither been mentioned nor documented?

I'm not sure why Krzysztof included those in the upload. They had been
comitted to SVN already, but they're not required for Squeeze.

Olaf



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-11-24 Thread Olaf van der Spek
On Mon, Oct 25, 2010 at 3:04 PM, Mehdi Dogguy me...@dogguy.org wrote:
 On 10/25/2010 02:37 PM, Olaf van der Spek wrote:
 On Sun, Oct 24, 2010 at 4:11 AM, Marco d'Itri m...@linux.it wrote:
 I am experiencing this bug on a high traffic server, please apply the
 fix:

 http://redmine.lighttpd.net/issues/2257

 Hi release team,

 The Lighttpd version in testing logs messages for non-errors. Could
 the fix be accepted into Squeeze?


 Yes, please go ahead.

Krzysztof has uploaded it to unstable, could you unblock it for testing?

Olaf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-11-04 Thread Olaf van der Spek
 Hi release team,

 The Lighttpd version in testing logs messages for non-errors. Could
 the fix be accepted into Squeeze?


 Yes, please go ahead.

 Marco, could you do an NMU?
 I can't upload.

Krzysztof Krzyżaniak (eloy) (u), Torsten Marek (u), Pierre Habouzit
(u), could one of you do this upload?

Olaf



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-25 Thread Olaf van der Spek
On Sun, Oct 24, 2010 at 4:11 AM, Marco d'Itri m...@linux.it wrote:
 I am experiencing this bug on a high traffic server, please apply the
 fix:

 http://redmine.lighttpd.net/issues/2257

Hi release team,

The Lighttpd version in testing logs messages for non-errors. Could
the fix be accepted into Squeeze?

Greetings,

Olaf

Index: connections.c
===
--- connections.c   (revision 2770)
+++ connections.c   (revision 2771)
@@ -1224,7 +1224,8 @@

}
} else if (revents  FDEVENT_ERR) {
-#ifndef USE_LINUX_SIGIO
+   /* error, connection reset, whatever... we don't want 
to spam the logfile */
+#if 0
log_error_write(srv, __FILE__, __LINE__, sd,
connection closed: poll() - ERR, 
con-fd);
 #endif



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-25 Thread Mehdi Dogguy
On 10/25/2010 02:37 PM, Olaf van der Spek wrote:
 On Sun, Oct 24, 2010 at 4:11 AM, Marco d'Itri m...@linux.it wrote:
 I am experiencing this bug on a high traffic server, please apply the
 fix:

 http://redmine.lighttpd.net/issues/2257
 
 Hi release team,
 
 The Lighttpd version in testing logs messages for non-errors. Could
 the fix be accepted into Squeeze?
 

Yes, please go ahead.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-25 Thread Olaf van der Spek
On Mon, Oct 25, 2010 at 3:04 PM, Mehdi Dogguy me...@dogguy.org wrote:
 On 10/25/2010 02:37 PM, Olaf van der Spek wrote:
 On Sun, Oct 24, 2010 at 4:11 AM, Marco d'Itri m...@linux.it wrote:
 I am experiencing this bug on a high traffic server, please apply the
 fix:

 http://redmine.lighttpd.net/issues/2257

 Hi release team,

 The Lighttpd version in testing logs messages for non-errors. Could
 the fix be accepted into Squeeze?


 Yes, please go ahead.

Marco, could you do an NMU?
I can't upload.

Olaf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-24 Thread Olaf van der Spek
On Sun, Oct 24, 2010 at 4:11 AM, Marco d'Itri m...@linux.it wrote:
 fix:

 http://redmine.lighttpd.net/issues/2257

What that patch still be accepted into squeeze?

Olaf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-24 Thread Marco d'Itri
On Oct 24, Olaf van der Spek olafvds...@gmail.com wrote:

  http://redmine.lighttpd.net/issues/2257
 What that patch still be accepted into squeeze?
It just suppresses the message, so I expect that it will.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-24 Thread Olaf van der Spek
On Sun, Oct 24, 2010 at 3:58 PM, Marco d'Itri m...@linux.it wrote:
 On Oct 24, Olaf van der Spek olafvds...@gmail.com wrote:

  http://redmine.lighttpd.net/issues/2257
 What that patch still be accepted into squeeze?
 It just suppresses the message, so I expect that it will.

Are you sure?

http://lists.debian.org/debian-devel-announce/2010/10/msg2.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-24 Thread Olaf van der Spek
2010/10/24 Stefan Bühler ste...@stbuehler.de:
 http://lists.debian.org/debian-devel-announce/2010/10/msg2.html

 I think you could argue that log-file spamming is a serious issue :)

Maybe. :p
Since this is such a serious issue, when can we expect 1.4.29? :p

Olaf



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-24 Thread Stefan Bühler

On 10/24/2010 04:13 PM, Olaf van der Spek wrote:

On Sun, Oct 24, 2010 at 3:58 PM, Marco d'Itrim...@linux.it  wrote:

On Oct 24, Olaf van der Spekolafvds...@gmail.com  wrote:


http://redmine.lighttpd.net/issues/2257

What that patch still be accepted into squeeze?

It just suppresses the message, so I expect that it will.


Are you sure?

http://lists.debian.org/debian-devel-announce/2010/10/msg2.html


I think you could argue that log-file spamming is a serious issue :)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601177: [pkg-lighttpd] Bug#601177: (connections.c.1228) connection closed: poll() - ERR

2010-10-24 Thread Marco d'Itri
On Oct 24, Olaf van der Spek olafvds...@gmail.com wrote:

   http://redmine.lighttpd.net/issues/2257
  What that patch still be accepted into squeeze?
  It just suppresses the message, so I expect that it will.
 Are you sure?
 http://lists.debian.org/debian-devel-announce/2010/10/msg2.html
Yes.

-- 
ciao,
Marco


signature.asc
Description: Digital signature