When I run
I click
I tried connecting directly to ftp.freebsd.org with
So no connection issue.
I tried manually fetching that file via
I also tried different mirrors.
I am running this command as root.
What could be the issue?
bsdinstall jail <jailpath>
and select a mirror I get: Could not download
ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/13.0-RELEASE/MANIFEST
I click
<restart>
and and get:
Code:
Error while fetching
ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/13.0-RELEASE/base.txt
Permission denied
I tried connecting directly to ftp.freebsd.org with
telnet ftp.freebsd.org 21
I get:
Code:
Trying 139.178.72.202...
Connected to ftp.geo.freebsd.org.
Escape character is '^]'.
220 This is ftp0.pkg.freebsd.org - hosted at https://www.packet.net/
I tried manually fetching that file via
fetch
command and still got Permission denied errorI also tried different mirrors.
I am running this command as root.
What could be the issue?