Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 17:20:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277911] sysutils/qjail
Message-ID:  <bug-277911-7788@https.bugs.freebsd.org/bugzilla/>

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

            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=3D249433&action=
=3Dedit
Zip file contain screenshot of what's happening.

When detect which architecture FreeBSD is running on during qjail install,
qjail use installarch=3D`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 a=
rm64
machine will failed on qjail install with 404 Not Found error.

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