Date: Tue, 06 Dec 2022 20:45:09 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 268194] ntpd fails to start Message-ID: <bug-268194-227-LbamN0zoXO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268194-227@https.bugs.freebsd.org/bugzilla/> References: <bug-268194-227@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=3D268194 Cy Schubert <cy@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cy@FreeBSD.org --- Comment #6 from Cy Schubert <cy@FreeBSD.org> --- Created attachment 238583 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D238583&action= =3Dedit Disable ASLR stack gap. Can you apply this patch and rebuild ntp, please. If this is not possible (prefer you use the patch), add the following to rc.conf. ntpd_prepend=3D"/usr/bin/proccontrol -m aslr -s disable" Applying the patch is preferred. I haven't been watching the stable/12 branch but if this fixes the problem, then someone has merged a prior version of ASLR stack gap code into the ker= nel, as this is no longer needed on 13 or 14 since ASLR is on something like ver= sion 3 or 4 of the code, and wasn't needed on 12 since it didn't have ASLR. If either of the above fixes this, it will tell us that some earlier versio= n of ASLR is in the 12.4 kernel. --=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-268194-227-LbamN0zoXO>