https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272319
--- Comment #13 from Eugene Grosbein <eu...@freebsd.org> --- mpd5 uses poll(2) system call to obtain events such as incoming connection from ng_ksocket. If such an event occurs for TCP ng_ksocket, mpd5 prints either "Incoming TCP connection from ..." log message at its PHYS loglevel, or "TCP: error reading message from ..." at its error loglevel in case of error reading data from ng_ksocket. My tests show that neither message occurs, so poll(2) is broken for ng_ksocket(). -- You are receiving this mail because: You are the assignee for the bug.