View Single Post
  #4   (View Single Post)  
Old 6th August 2008
chris chris is offline
Port Guard
 
Join Date: May 2008
Location: United Kingdom
Posts: 35
Default

Code:
root# cat /etc/rc.conf
...
# Jails - general
jail_set_hostname_allow="NO"
jail_enable="YES"
jail_list="irc"
jail_interface="re0"
jail_devfs_enable="YES"
jail_procfs_enable="YES"
# Jails - specific
jail_irc_rootdir="/usr/home/jail/irc"
jail_irc_hostname="jail0.domain.com"
jail_irc_ip="x.x.250.143"
#jail_irc_devfs_ruleset="jail_ruleset"
jail_irc_devfs_ruleset="devfsrules_jail"
It seems strange to me that i'm seeing devfs try to mount /usr/home rather than just /home, i guess because the 'normal' fstab setup for freebsd would be /home symlinking to /usr/home ?
Reply With Quote