[Bug 281751] Unable to start jail from vty1... virtual terminal

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 29 Sep 2024 09:08:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281751

--- Comment #27 from Alex Tutubalin <lexa@libraw.com> ---
(In reply to Konstantin Belousov from comment #23)

Three ktrace -i  has been added:

1) ktrace -i /usr/sbin/jail -c -f /etc/jail.conf example from ttyv1
 - no jails are running
 - try to start new one on ttyv1  (it succeeds on ttyv0)

2)  jail started via /etc/rc on boot: ktrace -i jexec 1 on ttyv0
  - jail started on boot via /etc/rc  (service pot start)
   - try to jexec 1 on ttyv0

3)  ssh localhost; ktrace -i jexec 1 date on jail started via /etc/rc (success)
successful one: same as #2 but current terminal is /dev/pts/0

-- 
You are receiving this mail because:
You are the assignee for the bug.