Re: Re:

2020-05-05 Thread Mike Wayne
On Tue, May 05, 2020 at 07:42:50PM +, Brandon helsley wrote: > I did what you said with changing the nameserver and sysctl and to no luck. > If I try to sysctl inside the jail I get operation not permitted. As the original posters daid, you have to do the sysclt on the HOST, not in the jail.

Re: Ezjail

2020-04-30 Thread Mike Wayne
On Thu, Apr 30, 2020 at 03:30:59PM +, Brandon helsley wrote: > I installed and updated base jail with ezjail and then like the > example in the handbook, created dnsjail with it's ip. I'm now > needed to change the jail file in ezjail directory to a different > ip address. What do I change it

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 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

Binary jail install/maintain/upgrade code (plus ezjail replacement)

2019-07-22 Thread Mike Wayne
A while ago I discovered that jails installed as purely binary jails (where /usr/src is not installed) using ezjail can never be upgraded. This led to a lot of investigation where I also discovered that freebsd-update can not update a jail from the host. This means that jails with no Internet ac