Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 15:58:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        jail@FreeBSD.org
Subject:   [Bug 271069] syslogd service inside client jail requires restart before server jail receives logs
Message-ID:  <bug-271069-29815-HrIlaOK7jo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271069-29815@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271069-29815@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271069

Jamie Gritton <jamie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamie@FreeBSD.org

--- Comment #9 from Jamie Gritton <jamie@FreeBSD.org> ---
I wouldn't want to change SIOCAIFADDR or /sbin/ifconfig, because adding a l=
ot
of IPv6 addresses (which with that address space could easily happen) could=
 end
up taking a long time.  The proper order is to set all the addresses, and t=
hen
sleep once.

I might need to fix this inside of jail(8).  There's a sleep in /etc/rc.d/n=
etif
to handle just this situation, but the alias address setting is done within
jail itself.  It would be a similar strategy, set all the addresses, and th=
en
sleep once (if any were IPv6).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271069-29815-HrIlaOK7jo>