Date: Tue, 30 Jan 2024 21:27:12 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 276720] AMIs fail to boot in AWS EC2 Message-ID: <bug-276720-27103-RrAhwoaTTc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276720-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-276720-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276720 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D39126a2d9768e46e0fe8795c815721d= 122adadad commit 39126a2d9768e46e0fe8795c815721d122adadad Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-01-30 21:20:11 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-01-30 21:26:23 +0000 sysutils/firstboot-freebsd-update: HTTP_TIMEOUT=3D5 If a system with firstboot_freebsd_update_enable=3D"YES" boots without access to the FreeBSD Update mirrors (e.g. an EC2 instance which has an EC2 security group settings which block outbound HTTP) the boot will hang until it times out. The default timeout of 120 seconds is suboptimal. Run freebsd-update with a timeout of 5 seconds, and bump the package version to 1.4 to reflect this change. Reported by: mgrooms@shrew.net PR: 276720 Sponsored by: https://www.patreon.com/cperciva sysutils/firstboot-freebsd-update/Makefile | 2 +- sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --=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-276720-27103-RrAhwoaTTc>