Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2012 01:17:50 -0600
From:      Matt Donovan <kitchetech@gmail.com>
To:        current@freebsd.org
Subject:   New jail does not understand nullfs
Message-ID:  <CAD-N7OCoVuusZUgNqK8JH8D-8Fj%2BZsgqt83D7cj5wcu6h8E7qA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
When attempting to start the jail in question the following happens


server# jail -c poudriere
jail: poudriere: unknown parameter: allow.mount.nullfs


Below is my jail.conf

poudriere {
         name=poudriere;
         host.hostname=poudriere;
        ip4.addr="192.168.1.30";
       persist;
        children.max=10;
        allow.mount;
         mount.devfs;
      allow.mount.nullfs;
      allow.raw_sockets;
      allow.socket_af;
      allow.sysvipc;
      enforce_statfs=1;
      path=/newsystem/jail/poudriere;
      exec.stop="umount -a";
}

Does the switch not work yet? As I am using CURRENT with the latest
revision.

-- 
Technological progress is like an ax in the hands of a pathological
criminal.
-*Albert Einstein

Breadth of Unix experience and depth of knowledge in the world of servers.

*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD-N7OCoVuusZUgNqK8JH8D-8Fj%2BZsgqt83D7cj5wcu6h8E7qA>