[Bug 260692] shutdown -r now stops the server, but it does not boot
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260692] shutdown -r now stops the server, but it does not boot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Jul 2025 23:02:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260692
--- Comment #14 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
I have not yet set up to the stage where I can commonly use 14.x-STABLE.
The state has already continued for 1 year :)
I am repeatedly rebooting between the dual boot of 12.4-STABLE and 14.3-STABLE,
but 14.3-STABLE may still be experiencing this issue.
However, it seems that performing the following operations before shutting down
tends to shorten the quiet time until the restart.
umount tmpfs
kldunload somemodule.ko
All tmpfs that should be unmounted.
And then, the kernel modules that should be unloaded are searched from the
results of the "top -S -H -I -o time" command.
Unloading the module related to the threads that are always present at the top
of the results of this top command.
In my environment, kernel{dummynet} appears at the top.
--
You are receiving this mail because:
You are the assignee for the bug.