Ticket #168 (closed defect: fixed)
busyd doesn't work
Reported by: | jdreed | Owned by: | rbasch |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
Debathena machines don't respond to udp/49154 packets correctly.
Querying an Athena 9 machine:
$ nc -u w20-575-37 49154
<CR>
1w20-575-37.mit.edui686
C
$
Querying an Athena 10 machine:
$ nc -u w20-575-37 49154
<CR>
(no output)
C
$
Change History
Note: See
TracTickets for help on using
tickets.
It appears the problem is with the send to STDIN in perl. Changing it to STDOUT should work.