[Bug 281751] Unable to start jail from vty1... virtual terminal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Sep 2024 01:08:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281751 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 == EPERM && pid == $pid/ { stack(); }' -c <command> I don't recall how dtrace -c word-splitting does or doesn't work, might need to toss the jail command into a shell script and execute that. -- You are receiving this mail because: You are the assignee for the bug.