Page MenuHomeFreeBSD

relnotes: Mention sshd restart issue
ClosedPublic

Authored by emaste on May 2 2022, 5:02 PM.
Tags
None
Referenced Files
F92488830: D35108.diff
Sat, Aug 31, 10:46 PM
Unknown Object (File)
Fri, Aug 23, 6:55 AM
Unknown Object (File)
Fri, Aug 23, 6:55 AM
Unknown Object (File)
Fri, Aug 23, 6:55 AM
Unknown Object (File)
Fri, Aug 23, 6:24 AM
Unknown Object (File)
Thu, Aug 15, 11:50 AM
Unknown Object (File)
Jul 23 2024, 1:24 AM
Unknown Object (File)
Jul 13 2024, 12:27 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.