[Bug 227888] random port selection for daemons causes other daemons to fail

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 26 Jan 2025 15:41:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227888

--- Comment #5 from Martin Birgmeier <d8zNeCFG@aon.at> ---
Today: rsync (to be started via inetd) blocked by mountd:

[0]# lsof | grep rsync
mountd    1137       root    7u     IPv6    0xfffff800489238c0        0     UDP
*:rsync
mountd    1137       root    8u     IPv6    0xfffff80048802000        0     TCP
*:rsync (LISTEN)
mountd    1137       root    9u     IPv4    0xfffff80048923e00        0     UDP
*:rsync->*:*
mountd    1137       root   10u     IPv4    0xfffff80048639a80        0     TCP
*:rsync->*:* (LISTEN)
[0]# grep inetd /var/log/messages | tail -3
Jan 26 16:15:02 hal inetd[1200]: rsync/tcp: bind: Address already in use
Jan 26 16:25:02 hal inetd[1200]: rsync/tcp: bind: Address already in use
Jan 26 16:35:02 hal inetd[1200]: rsync/tcp: bind: Address already in use
[0]# 

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.