[Bug 276720] AMIs fail to boot in AWS EC2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:27:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276720 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=39126a2d9768e46e0fe8795c815721d122adadad 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=5 If a system with firstboot_freebsd_update_enable="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(-) -- You are receiving this mail because: You are the assignee for the bug.