>     Try using null mounts.  The warning is in there because making the
>     null mount code work is a real hack and the authors aren't entirely
>     sure that everything's gotten covered.  That said, use of a null mount
>     is certainly a lot safer if the stuff behind the mount is mostly
>     static.

null mounts, in -stable at least, are broken for this purpose.  on
connection, sshd revoke()s some device- its pty, i assume, and when this
hits the nullfs layer a null pointer is dereferenced.  if i had vfs-clue i'd
have fixed it when i found the panic about two weeks ago.  when i overcame
this by putting the jails /dev on an nfs loopback, i managed to produce two
more different panics.

    -cg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to