Poudriere in a jail: Difference between revisions

From TykWiki
Jump to navigationJump to search
(Created page with "* Create a normal ezjail * Create a ZFS dataset for the jail <pre> $ sudo zfs create -o jailed=on tank/poudriere </pre> * Change settings in ezjail config <pre> export jail_p...")
 
No edit summary
Line 7: Line 7:
<pre>
<pre>
export jail_poudriere_tyknet_dk_parameters="children.max=100 allow.mount allow.mount.tmpfs allow.mount.devfs allow.mount.procfs allow.mount.zfs allow.mount.nullfs allow.raw_sockets allow.socket_af allow.sysvipc allow.chflags enforce_statfs=1 ip6=inherit ip4=inherit"
export jail_poudriere_tyknet_dk_parameters="children.max=100 allow.mount allow.mount.tmpfs allow.mount.devfs allow.mount.procfs allow.mount.zfs allow.mount.nullfs allow.raw_sockets allow.socket_af allow.sysvipc allow.chflags enforce_statfs=1 ip6=inherit ip4=inherit"
</pre>
* Add needed kld modules to rc.conf
<pre>
kld_list="zfs aesni geom_mirror tmpfs linux linprocfs nullfs procfs fdescfs"
</pre>
</pre>

Revision as of 10:09, 1 August 2016

  • Create a normal ezjail
  • Create a ZFS dataset for the jail
$  sudo zfs create -o jailed=on tank/poudriere
  • Change settings in ezjail config
export jail_poudriere_tyknet_dk_parameters="children.max=100 allow.mount allow.mount.tmpfs allow.mount.devfs allow.mount.procfs allow.mount.zfs allow.mount.nullfs allow.raw_sockets allow.socket_af allow.sysvipc allow.chflags enforce_statfs=1 ip6=inherit ip4=inherit"
  • Add needed kld modules to rc.conf
kld_list="zfs aesni geom_mirror tmpfs linux linprocfs nullfs procfs fdescfs"