Re: jails with quota

2020-02-18 Thread Mike Wayne
On Mon, Feb 17, 2020 at 01:15:31PM -0500, Ernie Luzar wrote: > > What you are doing is a work around where you make each directory tree > jail look like a filesystem. This same thing can also be done using > mdconfig command. This is the route I went, creating filesystems with md for each use

Re: jails with quota

2020-02-17 Thread Ernie Luzar
e you make each directory tree jail look like a filesystem. This same thing can also be done using mdconfig command. This solution is not documented as a requirement of jails with quota. If you look at bugzilla you will see many bug reports about quota not working going back to 2017 and release

Re: jails with quota

2020-02-17 Thread Valeri Galtsev
> On Feb 17, 2020, at 10:51 AM, Mike Wayne wrote: > > On Fri, Feb 14, 2020 at 01:53:11PM -0500, Ernie Luzar wrote: >> >> But after starting the fulljail with the allow.quotas option in >> jail.config and entering the root console I get this >> edquota -uh daddy message "NO quotas on any files

Re: jails with quota

2020-02-17 Thread Mike Wayne
On Fri, Feb 14, 2020 at 01:53:11PM -0500, Ernie Luzar wrote: > > But after starting the fulljail with the allow.quotas option in > jail.config and entering the root console I get this > edquota -uh daddy message "NO quotas on any filesystem > repquota -ah gives nothing > quota -h daddy message D

jails with quota

2020-02-14 Thread Ernie Luzar
Looked all over and only found small blurb in jail(8) manpage that really says next to nothing. I created /usr/jails/fulljail by un-compressing the downloaded base.txz file and then copying the hosts localtime file and resolv.conf file to the fulljail. This fulljail starts and stops with out pr