Date: Mon, 30 Sep 2024 01:08:54 +0000 From: bugzilla-noreply@freebsd.org To: jail@FreeBSD.org Subject: [Bug 281751] Unable to start jail from vty1... virtual terminal Message-ID: <bug-281751-29815-nsmrL03A1o@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281751-29815@https.bugs.freebsd.org/bugzilla/> References: <bug-281751-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=3D281751 Kyle Evans <kevans@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevans@freebsd.org --- Comment #33 from Kyle Evans <kevans@freebsd.org> --- (In reply to Alex Tutubalin from comment #32) This is very weird- can you try out a dtrace one-liner to try and narrow it down? From https://wiki.freebsd.org/DTrace/One-Liners and adjusted: dtrace -n 'fbt:::return /(int)arg1 =3D=3D EPERM && pid =3D=3D $pid/ { stack= (); }' -c <command> I don't recall how dtrace -c word-splitting does or doesn't work, might nee= d to toss the jail command into a shell script and execute that. --=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-281751-29815-nsmrL03A1o>