Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 06:26:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247885] kern.init_shutdown_timeout does not increase delay of shutting down OS
Message-ID:  <bug-247885-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247885

            Bug ID: 247885
           Summary: kern.init_shutdown_timeout does not increase delay of
                    shutting down OS
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: arkadiusz.majewski@iptrace.pl

Hello,

OS restarts after 60 seconds instead of 300.

user:~ % shutdown -r now

TYPE=3D"FreeBSD"
REVISION=3D"12.1"
BRANCH=3D"RELEASE-p7"

usr:~ % grep kern.init_shutdown_timeout /etc/sysctl.conf
kern.init_shutdown_timeout=3D300
usr:~ % sysctl kern.init_shutdown_timeout
kern.init_shutdown_timeout: 300

user:~ % grep rcshutdown_timeout /etc/rc.conf
user:~ %

user:~ % sudo grep -R rcshutdown_timeout /etc/
/etc/rc.shutdown:if [ -n "$rcshutdown_timeout" ]; then
/etc/rc.shutdown:       sleep $rcshutdown_timeout && (
/etc/rc.shutdown:               _msg=3D"$rcshutdown_timeout second watchdog"
/etc/defaults/rc.conf:rcshutdown_timeout=3D"90" # Seconds to wait before
terminating rc.shutdown

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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