Cameron Grant wrote: > 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.
1) Use devfs instead. 2) Mount a devfs instance in each jail. Problem solved. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

