Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 85604
Status: open
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: ROBN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Since updating to 2.006 (upgrade to Debian Wheezy) I'm seeing a lot of this in my logs: 2013-05-24T20:28:10.693811-04:00 qa1 saslauthd[17220]: Right here It seems to be a warning in Net::Server, that still exists in 2.007. I guess its leftover debug code? https://metacpan.org/source/RHANDOM/Net-Server-2.007/lib/Net/Server.pm#L534 (oddly enough this appears to be in code dealing with IPv6. While this particular daemon is bound to an IPv6 address by virtual of binding to *, its not accepting connections IPv6 connections. So I might have a setup problem in code somewhere, or there's a further bug. I'll look into it sometime).
From: dsteinbrunner [...] pobox.com
On Fri May 24 20:33:04 2013, ROBN wrote: Show quoted text
> Since updating to 2.006 (upgrade to Debian Wheezy) I'm seeing a lot of > this in my logs: > > 2013-05-24T20:28:10.693811-04:00 qa1 saslauthd[17220]: Right here > > It seems to be a warning in Net::Server, that still exists in 2.007. I > guess its leftover debug code? > > https://metacpan.org/source/RHANDOM/Net-Server- > 2.007/lib/Net/Server.pm#L534 > > (oddly enough this appears to be in code dealing with IPv6. While this > particular daemon is bound to an IPv6 address by virtual of binding to > *, its not accepting connections IPv6 connections. So I might have a > setup problem in code somewhere, or there's a further bug. I'll look > into it sometime).
Commented out this warning as a part of this pull request: https://github.com/rhandom/perl-net-server/pull/1