Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Oct 2021 13:17:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258985] sysutils/firstboot-freebsd-update
Message-ID:  <bug-258985-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258985
           Summary: sysutils/firstboot-freebsd-update
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cperciva@FreeBSD.org
          Reporter: martin.stoyanov@vertalo.com
          Assignee: cperciva@FreeBSD.org
             Flags: maintainer-feedback?(cperciva@FreeBSD.org)

During first boot on a custom EC2 AMI FreeBSD 13-RELEASE (built according to
https://www.daemonology.net/blog/2019-02-16-FreeBSD-ZFS-AMIs-now-available.=
html),
occasionally the system doesn't restart after firstboot-freebsd-update requ=
ests
the reboot.=20
According to my troubleshooting, /usr/local/etc/rc.d/firstboot_freebsd_upda=
te
creates the ${firstboot-sentinel}-reboot file, which seems to trigger /etc/=
rc
to issue "kill -INT 1", however sometimes the instance doesn't restart.

Modifying /etc/rc with:
147c147
<               kill -INT 1
---
>               /sbin/reboot

seems to fix that and the instances reboot reliably.

--=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-258985-7788>