Date: Mon, 16 Mar 2026 21:51:58 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 293758] syslogd refuses to start without IPv6 Message-ID: <bug-293758-227-hONqMbdyo4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-293758-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293758 Dag-Erling Smørgrav <des@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |markj@FreeBSD.org Status|New |Open --- Comment #4 from Dag-Erling Smørgrav <des@FreeBSD.org> --- Are you actually forwarding messages, i.e. accepting messages from other machines on a network socket and forwarding them to syslog.it.liu.se, or are you only sending your own messages there? If the former, you should explicitly specify which addresses you want to listen on; right now, syslogd thinks you want to receive messages on ::1, and those must be forwarded to an IPv6 destination. If the latter, you should use -ss to prevent listening on any network sockets at all. However, reading the code, I suspect this may cause syslogd to fail to create any outgoing sockets at all. I'm assigning this ticket to Mark Johnston, who is most likely to know how to handle it, but note that he is currently unavailable for the next several weeks. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293758-227-hONqMbdyo4>
