Hi all,
I'm having some grief with setting up ezjail with the command [cmd=]ezjail-admin install[/cmd]
I am running FreeBSD 9.0-RELEASE 64 bit
The issue I am having seems to be marked as fixed on the maintainer's page, as of version 3.2, however it doesn't seem to be working for me. Apparently a little while ago the FreeBSD ftp servers changed their layout or something (I haven't been using it long enough to notice), and it seems to be affecting FTP downloads of the release I am using. Here is the output from the command:
I have tried installing the version from the ports tree, and from the maintainer's site. Does anyone have any idea why this is not working?
Thanks for reading
Brigzzy
I'm having some grief with setting up ezjail with the command [cmd=]ezjail-admin install[/cmd]
I am running FreeBSD 9.0-RELEASE 64 bit
The issue I am having seems to be marked as fixed on the maintainer's page, as of version 3.2, however it doesn't seem to be working for me. Apparently a little while ago the FreeBSD ftp servers changed their layout or something (I haven't been using it long enough to notice), and it seems to be affecting FTP downloads of the release I am using. Here is the output from the command:
Code:
20:08:21 root@freebsd /usr/ports/sysutils/ezjail $ ezjail-admin install
Trying 204.152.184.73:21 ...
Connected to ftp.freebsd.org.
220 Welcome to freebsd.isc.org.
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
250 Directory successfully changed.
local: base.txz remote: base.txz
229 Entering Extended Passive Mode (|||45597|).
150 Opening BINARY mode data connection for base.txz (57097044 bytes).
100% |*********************************************************| 55758 KiB 368.54 KiB/s 00:00 ETA
421 Service not available, remote server timed out. Connection closed.
57097044 bytes received in 03:31 (263.88 KiB/s)
ftp: No control connection for command
Trying 204.152.184.73:21 ...
Connected to ftp.freebsd.org.
220 Welcome to freebsd.isc.org.
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
550 Failed to change directory.
221 Goodbye.
Trying 204.152.184.73:21 ...
Connected to ftp.freebsd.org.
220 Welcome to freebsd.isc.org.
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
550 Failed to change directory.
221 Goodbye.
Trying 204.152.184.73:21 ...
Connected to ftp.freebsd.org.
220 Welcome to freebsd.isc.org.
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
550 Failed to change directory.
221 Goodbye.
Trying 204.152.184.73:21 ...
Connected to ftp.freebsd.org.
220 Welcome to freebsd.isc.org.
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
550 Failed to change directory.
221 Goodbye.
Trying 204.152.184.73:21 ...
Connected to ftp.freebsd.org.
220 Welcome to freebsd.isc.org.
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
550 Failed to change directory.
221 Goodbye.
Could not fetch base from ftp.freebsd.org.
Maybe your release (9.0-RELEASE) is specified incorrectly or the host ftp.freebsd.org does not provide that release build.
Use the -r option to specify an existing release or the -h option to specify an alternative ftp server.
Querying your ftp-server... The ftp server you specified (ftp.freebsd.org) seems to provide the following builds:
drwxrwxr-x 2 980 100 512 Jan 07 00:55 9.0-RELEASE
drwxrwxr-x 3 980 100 512 Sep 01 2011 ISO-IMAGES
I have tried installing the version from the ports tree, and from the maintainer's site. Does anyone have any idea why this is not working?
Thanks for reading

Brigzzy