Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2026 16:26:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 293959] ntpd fails to start after upgrade from 13.0
Message-ID:  <bug-293959-227-c23MYHkpDB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293959-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=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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293959-227-c23MYHkpDB>