https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280339
Felix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Attachment #253021| |maintainer-approval? Flags| | --- Comment #2 from Felix <[email protected]> --- Created attachment 253021 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253021&action=edit fix broken symlinks inside thin nullfs jail I got the same issue. I fixed it by adding additional symlinks in `skeleton` folder. inside jail's hierarchy like, ``` root sbin skeleton/ usr/ local/ sbin@ -> ../../usr/sbin share@ -> ../../usr/share sys tmp ``` add symlink share for files like /etc/ssl/certs/* add symlink sbin for file /etc/rmt in case needed -- You are receiving this mail because: You are the assignee for the bug.
