[Bug 293959] ntpd fails to start after upgrade from 13.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Mar 2026 16:26:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293959

--- Comment #7 from John Zielinski <avernar@gmail.com> ---
Looks like I'm using the base ntpd.   The issue was in /etc but I didn't put
these in there:

root@server:~ # grep -R pam_opie /etc
/etc/pam.d/sshd:auth            sufficient      pam_opie.so             no_warn
no_fake_prompts
/etc/pam.d/sshd:auth            requisite       pam_opieaccess.so       no_warn
allow_local
/etc/pam.d/system:auth          sufficient      pam_opie.so             no_warn
no_fake_prompts
/etc/pam.d/system:auth          requisite       pam_opieaccess.so       no_warn
allow_local
/etc/pam.d/other:auth           sufficient      pam_opie.so             no_warn
no_fake_prompts
/etc/pam.d/other:auth           requisite       pam_opieaccess.so       no_warn
allow_local
/etc/pam.d/ftp:auth             sufficient      pam_opie.so             no_warn
no_fake_prompts
/etc/pam.d/ftp:auth             requisite       pam_opieaccess.so       no_warn
allow_local
/etc/pam.d/ftpd:auth            sufficient      pam_opie.so             no_warn
no_fake_prompts
/etc/pam.d/ftpd:auth            requisite       pam_opieaccess.so       no_warn
allow_local

I've commented those out and it no longer needs the security/opie port
installed.  Those really should be removed automatically by etcupdate although
there's probably people that need them there...

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