Hello everyone, I'm new to the forum and would like to ask how I can get my machine to jail is not read-only and have full rights as my previous version 7.4 all work no problem, but now ....
Here is the configuration file in /etc/jails.conf
Also here in the /etc/rc.conf - qjail_enable="YES"
What is wrong to be read-only system?
Here is the configuration file in /etc/jails.conf
Code:
cat /etc/jail.conf
user {
host.hostname = "user";
path = "/usr/jails/user";
mount.fstab = "/usr/local/etc/qjail.fstab/user";
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";
exec.consolelog = "/var/log/qjail.mediabggroup.console.log";
devfs_ruleset = "4";
allow.mount.devfs;
mount.devfs = "1";
ip4.addr = 10.2.1.3;
interface = "rl0";
}
What is wrong to be read-only system?