Hello,

I have followed the instructions in section 14.5.1 to create a jail, but
there were 3 symlinks that did not work (I copied and pasted all the
commands).

# ln -s s/usr-local usr/local# ln -s s/usr-X11R6 usr/X11R6# ln -s
s/distfiles usr/ports/distfiles


I believe these 3 commands should actually be:

# ln -s ../s/usr-local usr/local# ln -s ../s/usr-X11R6 usr/X11R6# ln
-s ../../s/distfiles usr/ports/distfiles


Otherwise, the symlinks are not pointing at the correct directories, and
from within the jails, you can't access /usr/local

I also noticed that "ln -s ../s/usr-local usr/local" was referenced in
14.5.3, which appears to be the correct command.

I tried this on FreeBSD 10.2.

Thanks,
Dave Barnes
_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to