[Bug 277911] sysutils/qjail
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277911] sysutils/qjail: error on which architecture FreeBSD is running on during qjail install"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 277911] sysutils/qjail: error on which architecture FreeBSD is running on during qjail install"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 17:20:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277911
Bug ID: 277911
Summary: sysutils/qjail
Product: Ports & Packages
Version: Latest
Hardware: arm64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: sam990620@gmail.com
CC: qjail1@a1poweruser.com
Flags: maintainer-feedback?(qjail1@a1poweruser.com)
CC: qjail1@a1poweruser.com
Created attachment 249433
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249433&action=edit
Zip file contain screenshot of what's happening.
When detect which architecture FreeBSD is running on during qjail install,
qjail use installarch=`uname -p`.
On Arm machines, uname -p will return aarch64, so qjail will try to download
base.txz from
http://ftp.freebsd.org/pub/FreeBSD/releases/aarch64/14.0-RELEASE/base.txz,
The problem is, freebsd ftp server use arm64 instead of aarch64, so every arm64
machine will failed on qjail install with 404 Not Found error.
--
You are receiving this mail because:
You are the assignee for the bug.