Re: I can get zfs snapshot/rollback in a jail to work 99% but it isn't quite 100% working. What am I missing?

2023-11-06 Thread DtxdF
> So as I mentioned I’ve able to mail the dataset. It gets mounted upon > starting the jail. It shows up in “zfs list”. If you can see your dataset with `zfs-list(8)` it does not mean that it is mounted. You should check it using `mount -t zfs` or `zfs mount`. > And when I do zfs snapshot on

Re: I can get zfs snapshot/rollback in a jail to work 99% but it isn't quite 100% working. What am I missing?

2023-11-06 Thread DtxdF
jexec jtest zfs rollback zroot/jailed@guard # appjail cmd jexec jtest hd /jailed/index.txt 48 69 21 0a |Hi!.| 0004 ``` I hope this can help you. ~ DtxdF El 6 de noviembre de 2023 6:07:06 p. m. UTC, Chris Watson escribió: >I'v

AppJail: Simple and easy-to-use tool for creating portable jails

2023-02-17 Thread DtxdF
soon ... * ... AppJail has a useful feature called Makejail, which is somewhat similar to Dockerfile. The idea is to use a file that contains the steps to create a jail with its configured packages. Visit the main site: https://github.com/DtxdF/AppJail and the centralized repository for Makej

route(8) shows Invalid argument on an i386 jail when setting the default route

2023-06-10 Thread DtxdF
Hi, I am not able to use route(8) on an i386 jail to set the default route, maybe someone can reproduce this problem. I have opened a Bug with detailed information: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271895