https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240443
--- Comment #1 from Jamie Gritton <[email protected]> --- Without yet trying to duplicate anything, I see a possibility: PAM. The difference between "ls" and "ls -l" is the latter looks up users. The difference between "jexec" and "jexec -U root" is that the former (the default) looks up users inside the jail. So it seems at first glance that looking up a user gives you a bad system call. While your libraries are necessarily all the same, your configurations may not be. Is it possible that the PAM config on b3 is calling some library that b1 isn't? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
