Install FreeBSD Jails
#Follow the instructions in freeBSD Docs
1. Issue: unable to start jail
# service jail restart -vvvv testjail
Stopping jails:.
Starting jails: cannot start jail "-vvvv":
testjail: run command: /sbin/ifconfig dwc0 inet 192.168.1.235 netmask 255.255.255.255 alias
testjail: run command: /sbin/mount -t nullfs -o ro /usr/local/jails/templates/14.2-RELEASE-base /usr/local/jails/testjail-nullfs-base/
mount_nullfs: /usr/local/jails/testjail-nullfs-base: Resource deadlock avoided
jail: testjail: /sbin/mount -t nullfs -o ro /usr/local/jails/templates/14.2-RELEASE-base /usr/local/jails/testjail-nullfs-base/: failed
testjail: run command: /sbin/ifconfig dwc0 inet 192.168.1.235 netmask 255.255.255.255 -alias
cannot start jail "testjail":
mount_nullfs: /usr/local/jails/testjail-nullfs-base: Resource deadlock avoided
jail: testjail: /sbin/mount -t nullfs -o ro /usr/local/jails/templates/14.2-RELEASE-base /usr/local/jails/testjail-nullfs-base/: failed
FIX:
umount -f /usr/local/jails/testjail-nullfs-base
service jail start testjail
2. Issue: pkg command not working
# pkg search mg
pkg: An error occurred while fetching package: No error
pkg: An error occurred while fetching package: No error
pkg: An error occurred while fetching package: No error
pkg: An error occurred while fetching package: No error
pkg: An error occurred while fetching package: No error
pkg: An error occurred while fetching package: No error
FIX: make sure the /etc/ssl/ has the following and the cert/link.o are correct. eg:
cat /etc/ssl/certs/002c0b4f.0 show show a certificate
0 lrwxr-xr-x 1 root wheel 32 Sep 21 22:01 cert.pem -> ../../usr/local/etc/ssl/cert.pem
4 drwxr-xr-x 2 root wheel 3584 Sep 21 22:04 certs
# ls -als certs
total 8
4 drwxr-xr-x 2 root wheel 3584 Sep 21 22:04 .
4 drwxr-xr-x 5 root wheel 512 Sep 21 22:04 ..
0 lrwxr-xr-x 1 root wheel 56 Sep 21 22:04 002c0b4f.0 -> ../../../usr/share/certs/trusted/GlobalSign_Root_R46.pem
0 lrwxr-xr-x 1 root wheel 57 Sep 21 22:04 0179095f.0 -> ../../../usr/share/certs/trusted/BJCA_Global_Root_CA1.pem
0 lrwxr-xr-x 1 root wheel 78 Sep 21 22:04 02265526.0 -> ../../../usr/share/certs/trusted/Entrust_Root_Certification_Authority_-_
:
: