id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,fix_version,see_also 167,debathena-lert-server binds only to localhost,broder,,"debathena-lert-server uses `gethostbyname(uname().nodename)` as the address to bind to. Unfortunately, on most Ubuntu systems, this works out to being 127.0.1.1 instead of the actual IP address, thanks to Ubuntu's `/etc/hosts` hacks. More fun, the krb4 code needs the destination address of incoming packets for the encryption of the reply, so we can't simply switch to listening on `INADDR_ANY` with no other changes. I see two options: 1. Change the code to use `recvmsg` instead of `recvfrom`, in which case you can get at the destination address of the incoming packets at the expense of substantially increased complexity. See http://tinyurl.com/d79x9r for an example of how to do this. 2. Tear out the krb4 code. The krb5 protocol was introduced in 2002, and it seems pretty unlikely that krb4 clients are still around. It's already nicely conditionalized out so that it'll build on squeeze.",defect,closed,trivial,The Distant Future,--,wontfix,,,,