Date: Tue, 10 Sep 2019 20:51:51 +0000 From: bugzilla-noreply@freebsd.org To: jail@FreeBSD.org Subject: [Bug 240443] Upgrade from 11Stable to 12Stable jail behaviour inconsistency Message-ID: <bug-240443-29815-vSHjRFyNXZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240443-29815@https.bugs.freebsd.org/bugzilla/> References: <bug-240443-29815@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240443 --- Comment #1 from Jamie Gritton <jamie@FreeBSD.org> --- 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 defa= ult) looks up users inside the jail. So it seems at first glance that looking u= p 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? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240443-29815-vSHjRFyNXZ>