Re: mount_null and jail

2001-02-09 Thread Cy Schubert - ITSD Open Systems Group
In message <[EMAIL PROTECTED]>, Kris Kennaway writes: > On Thu, Feb 08, 2001 at 08:15:42PM +0100, Attila Nagy wrote: > > > When I start jail I often get page faults. > > Also I want to chroot() in the jail (ftp daemon) but it page faults in all > > cases. > > nullfs is broken in all versions pr

Re: mount_null and jail

2001-02-08 Thread Aleksandr A.Babaylov
Attila Nagy writes: > Hello, > > I am trying to do the following setup: > > /jail > /jail-run > > The first is a directory in a filesystem and holds the necessary files to > run the given application. The second directory is also a simple directory > but /jail mounted into it with mount_null. >

Re: mount_null and jail

2001-02-08 Thread Kris Kennaway
On Thu, Feb 08, 2001 at 08:15:42PM +0100, Attila Nagy wrote: > When I start jail I often get page faults. > Also I want to chroot() in the jail (ftp daemon) but it page faults in all > cases. nullfs is broken in all versions prior to 5.0-CURRENT. This is even documented in the manpage. I don't k

mount_null and jail

2001-02-08 Thread Attila Nagy
Hello, I am trying to do the following setup: /jail /jail-run The first is a directory in a filesystem and holds the necessary files to run the given application. The second directory is also a simple directory but /jail mounted into it with mount_null. The command I use to mount the first dir