Skip Menu |

This queue is for tickets about the Tie-Syslog CPAN distribution.

Report information
The Basics
Id: 49255
Status: resolved
Priority: 0/
Queue: Tie-Syslog

People
Owner: KROMG [...] cpan.org
Requestors: tlhackque [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.07
Fixed in: 2.02



Subject: Should not require remote connections
Installing Tie::Syslog fails if remote connections (syslogd -r) are not enabled. This is because they only attempt to connect to inet sockets. Many Unix systems don't listen on inet sockets to avoid denial of service/syslog spam attacks. Tie::Syslog should work even if there is no syslogd inet listener, but the installation tests don't allow for this case. The install tests should also try a unix domain socket before giving up. The tests should succeed if any listener is found. They might want to report which are found. This was found under perl 5.8.8, FC4, but the issue should be independent of platform.
Fixed in v2.x - doesn't call setlogsock() explicitly anymore.