有些 ports 包含了 dtrace 功能, 但是在 jail 里面编译失败, 报错为 dtrace: failed to compile script
解决方法就是把主环境的 /boot 复制一份到 jail 里.
cp -a /boot/. /path/jail/boot/