Page 1 of 1

lib32 unavailable

Posted: 16 Feb 2013 10:43
by giock
Hi all,
First post for a very noob in nas4free and bsd.
I'm following the guide in the wiki for creating jail.
When i give the fetch f*p://ftp.freebsd.org/pub/FreeBSD/releases/`uname -m`/`uname -m`/`uname -r | cut -d- -f1-2`/lib32.txz command i recive fetch: f*p://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.1-RELEASE/lib32.txz: File unavailable (e.g., file not found, no access)
My be a freebsd server problem or i'm going wrong in something?
Thanks

Re: lib32 unavailable

Posted: 16 Feb 2013 15:35
by raulfg3

Re: lib32 unavailable

Posted: 16 Feb 2013 17:04
by fsbruva
@raul
He's asking about a simple fetch... not about a pkg_add.

@giock
You have a typo... fetch f*p://ftp.freebsd.org/pub/FreeBSD/releases/`uname -m`/`uname -m`/`uname -r | cut -d- -f1-2`/lib32.txz. It should be:

fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/`uname -m`/`uname -m`/`uname -r | cut -d- -f1-2`/lib32.txz

Re: lib32 unavailable

Posted: 16 Feb 2013 18:59
by raulfg3
sorry, I think that problem was setenv PACKAGESITE like others post.