Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2026 20:49:36 +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-ULLoP8g9TH@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 #2 from John Zielinski <avernar@gmail.com> ---
Not sure what my kernel config has to do with libraries not being installed by
make installworld but here it is:

include         GENERIC
ident           SERVER

# Clock
options         HZ=1000

# Console
options         TEKEN_UTF8              # Add support for UTF-8 console

# Network
makeoptions     WITH_EXTRA_TCP_STACKS=1
options         TCPHPTS
options         RATELIMIT
device          epair                   # Virtual back to back ethernet
device          if_bridge               # Bridge interface

# Filesystems
options         NULLFS                  #NULL filesystem
options         UNIONFS                 #Union filesystem

-- 
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-ULLoP8g9TH>