Solved ezjail change root directory

Hi , is possible to change the jail root directory? , I use ezjail for managing jails
the reason is for that is I have one server with 2 HDD, and I want to install the jail in the second disk
 
the easy hack was a symlink
Code:
ln -s /data/ezjail /usr/jails
is this secure to do?
nop..in the extract part I got:
Code:
/usr/jails/basejail/usr/lib32/libpthread_p.acpio: usr/lib32/libpthread_p.a: Cannot extract through symlink /usr/jails/basejail/usr/lib32/libpthread_p.a
so..symlink was not a option
 
The developer of EZJail stopped a long time ago. So it's slowly getting stale. You can already see the cracks appearing as it still uses those jail_ variables, which were deprecated a long time ago.

I've used EZJail a lot in the past, it really was a good tool. But some time ago I switched to sysutils/bastille, much better support. Regular updates, new features, etc.
 
The developer of EZJail stopped a long time ago. So it's slowly getting stale. You can already see the cracks appearing as it still uses those jail_ variables, which were deprecated a long time ago.

I've used EZJail a lot in the past, it really was a good tool. But some time ago I switched to sysutils/bastille, much better support. Regular updates, new features, etc.
I liked a lot Getting Started With Bastille , is very easy to setup,the only thing is they called jails 'containers'..sounds like docker, but is only mi opinion..I give it a try
 
mmm I cannot start jails , bastille returns me
Code:
jail: test: unknown parameter: ip6
I am using 13.1-RELEASE
and compile the kernel without IPV6 support,maybe is for that?
 
Back
Top