sossego
Retired from the forums
Listing of /etc/rc.conf:
Listing of /jails/etc/jail.conf:
Error message repeated prior to login:
I am aware that the mount point is wrong and the error is my own. I do not know how to solve the problem.
Code:
hostname="nunca-conhecado"
sshd_enable="YES"
moused_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
jail_enable="YES"
jail_list="FreeBSD-Google"
jail_FreeBSD-Google_rootdir="/jails/FreeBSD-Google_projects"
jail_FreeBSD-Google_ip="127.1.2.7"
jail_FreeBSD-Google_devfs_enable="YES"
Listing of /jails/etc/jail.conf:
Code:
FreeBSD-Google {
path = /jails/FreeBSD-Google_projects
allow.mount;
mount.devfs;
host.hostname = bsd-googlebox;
ip4.addr = [B]127.1.2.7[/B];
interface = lo0;
exec.start = "/etc/init.d/rc 3";
exec.stop = "/etc/init.d/rc 0";
}
Error message repeated prior to login:
Code:
/etc/rc.conf: WARNING: jail_extract_address: type not identified
expr: illegal option -- G
expr: usage: expre [-e] expression
I am aware that the mount point is wrong and the error is my own. I do not know how to solve the problem.