Hi There,
I'm also fairly new to the jail concept....I'm running Freenas 8.3.1 Release on a 8GB ram machine and we have 16*160 GB hard disk and 1 pool IN RAID-Z
Learned a lot yesterday...
the jail has it's own ipadress and therefore needs to be changed when changing the main adres
Is your adress in a different range then the main adapt it acordinally
my main was: the jail was
10.120.17.123 10.120.17.126
This is what happens when I did a:
jls
JID IP Address Hostname Path
1 - software /mnt/DGCOM-Music/jail/soft
ware
2 - software /mnt/DGCOM-Music/jail/soft
ware
jexec 1 /bin/tcsh
pkg_add -rn openjdk7
Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/am64/packages-8.3-release/Latest/openjdk7.tbz: No address record
So I disabled the plugin and the jail core and changed the ip adress to 192.168.1.4
I've read somthing about ifconfig which will show your ipadresses
echo nameserver 8.8.8.8 > /etc/resolv.conf puts a nameresolver in your config
and sure I could ping 8.8.8.8 and also google.com
Now helas I have the same dependencies errors as the OP
I also find
http://www.openbsd.org/cgi-bin/man....manpath=OpenBSD+Current&arch=i386&format=html
the following -n Don't actually install a package, just report the steps that would be taken if it was.
so I did a
pkg_add -r
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.3-release/java/openjdk-7.2.13.tbz
and now I have some dependencies but..They all complain that version 1-2.3 is expected but 1-2.4 is installed I guess I can get away with that..
Already thanks for reading this
Guy Forssman