Hi,
I am testing sysutils/qjail to run jails. One thing which is causing problems for me is defvs rules.
I have written custom rules and enabled them via /etc/rc.conf with following line:
When I am starting the jail, I get following error message:
Other devfs rules are working, but I have created jails using the way which is described in the handbook.
Which is the proper way to use devfs rules when using qjail to manage jails.
-folivora
I am testing sysutils/qjail to run jails. One thing which is causing problems for me is defvs rules.
I have written custom rules and enabled them via /etc/rc.conf with following line:
Code:
jail_dhcp_devfs_enable="YES"
jail_dhcp_devfs_ruleset="devfsrules_dhcp"
When I am starting the jail, I get following error message:
Code:
jail_dhcp_devfs_enable=YES: not found
jail_dhcp_devfs_ruleset=devfsrules_dhcp: not found
Other devfs rules are working, but I have created jails using the way which is described in the handbook.
Which is the proper way to use devfs rules when using qjail to manage jails.
-folivora