Page MenuHomeFreeBSD

relnotes: Mention sshd restart issue
ClosedPublic

Authored by emaste on May 2 2022, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 6:59 AM
Unknown Object (File)
Apr 3 2024, 4:10 AM
Unknown Object (File)
Jan 16 2024, 7:37 PM
Unknown Object (File)
Jan 10 2024, 8:48 AM
Unknown Object (File)
Jan 10 2024, 8:44 AM
Unknown Object (File)
Jan 10 2024, 8:44 AM
Unknown Object (File)
Jan 2 2024, 5:27 PM
Unknown Object (File)
Dec 24 2023, 5:25 PM
Subscribers
None

Details

Summary

After updating it is necessary to reboot (as is the documented process) or at least run service sshd restart.

PR: 263489

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.May 2 2022, 5:02 PM
emaste created this revision.
emaste added reviewers: ygy, carlavilla.
website/content/en/releases/13.1R/relnotes.adoc
59

This (specifying a reboot) is definitely true for src upgrades:

make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_HERE
make installkernel KERNCONF=YOUR_KERNEL_HERE
                                                [1]
<reboot in single user>                         [3]
etcupdate -p                                    [5]
make installworld
etcupdate -B                                    [4]
make delete-old                                 [6]
<reboot>

I believe it is also true for freebsd-update, but at least the FreeBSD handbook documentation of freebsd-update appears to be missing a step or two. https://docs.freebsd.org/en/books/handbook/cutting-edge/

This revision is now accepted and ready to land.May 2 2022, 5:11 PM
This revision was automatically updated to reflect the committed changes.