2012-04-27

Obscure xinetd tip

If you have a "wait=yes" server bound to 127.0.0.1, you can get a syslog full of messages like this:

xinetd[25741]: warning: can't get client address: Transport endpoint is not connected

The trick is to add "flags=NOLIBWRAP".

THis bug report gives a clue as to the underlying cause: https://bugzilla.redhat.com/show_bug.cgi?id=108583

No comments: