[Bug 294501] Cannot Mount Jailed Kerberized NFSv4 Server Exports After Upgrade to 15.0
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294501 --- Comment #10 from Richard Straka <[email protected]> --- I use bastille for jail management. jail.conf: nfstest { enforce_statfs = 1; devfs_ruleset = 13; exec.clean; exec.consolelog = /var/log/bastille/nfstest_console.log; exec.start = '/bin/sh /etc/rc'; exec.stop = '/bin/sh /etc/rc.shutdown'; host.hostname = nfstest.testdom.net; mount.devfs; mount.fstab = /bastille/jails/nfstest/fstab; path = /bastille/jails/nfstest/root; securelevel = 2; osrelease = 15.0-RELEASE; mount.fdescfs; allow.mount; allow.mount.fdescfs; zfs.mount_snapshot = 1; allow.nfsd; vnet; vnet.interface = e0b_nfstest; exec.prestart += "epair0=\$(ifconfig epair create) && ifconfig \${epair0} up name e0a_nfstest && ifconfig \${epair0%a}b up name e0b_nfstest"; exec.prestart += "ifconfig bridge0 addm e0a_nfstest"; exec.prestart += "ifconfig e0a_nfstest description \"vnet0 host interface for Bastille jail nfstest\""; exec.poststop += "ifconfig e0a_nfstest destroy"; } -- You are receiving this mail because: You are the assignee for the bug.