http://bugs.winehq.org/show_bug.cgi?id=19257
Summary: DrayTek Syslog can not receive syslog messages Product: Wine Version: 1.1.25 Platform: PC URL: ftp://ftp.draytek.com/tools/Syslog%20Tools/V4.2.0/Sysl og%20V4.2.0.zip OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
DrayTek Syslog, as the name suggests, is a Syslog reader for DrayTek routers. It catches syslog (UDP 514) messages, filters and displays them.
However, under Wine, it doesn't seem to open UDP 514. netstat -l doesn't show anything listening on the port. Wireshark shows the computer sending an ICMP Port Unreachable back to the router when a syslog message is sent.
There is no firewall or port filtering of any kind.
Not sure what traces would help here.
Syslog does recognise the NIC information and can detect the router. It also correctly picks up open and listening ports, so it does appear to be communicating with the stack.
http://bugs.winehq.org/show_bug.cgi?id=19257
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2009-07-09 11:51:54 --- Try running as root, binding a port below 1024 is a privileged operation.
http://bugs.winehq.org/show_bug.cgi?id=19257
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2009-07-09 13:15:34 --- Quite right sir, I forgot about that.
Workaround is to set a higher port on both the router and the application (10514 for example).
Thanks Hans.
http://bugs.winehq.org/show_bug.cgi?id=19257
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2009-07-09 13:16:09 --- Closing invalid. Root privileges required to access common ports.