bhyve vm console connects but do not get session prompt

When I attempt to connect to the serial console of a Rocky Linux 8.8 bhyve guest I do not get a shell prompt:

Code:
[root@vhost03 ~ (master)]# vm console vhp3k101rl88
Connected

^]

^Z
^C^C^C^C^C^C^C^C
bash

~
[EOT]
[root@vhost03 ~ (master)]# ll /var/spool/lock
total 1
-rw-r--r--  1 root  dialer  0 Apr 20 11:01 clean_var
[root@vhost03 ~ (master)]# ps -auwx | grep cu
root       79400    0.0  0.0   12840    2380  0  S+   10:33         0:00.00 grep --color=auto cu

I can connect via ssh. Does anyone have an idea as to why I do not seem to get a shell via cu?
 
No it is not a repeat although it may be related to the stale lock problem. Note that I get a connection on the serial port. I also get echo-back on character transmission. I just do not get a shell. I have previously connected to the serial console during bootup of this guest and later. This is a new behaviour.
 
Back to the stale lock problem again.
Code:
[root@vhost03 ~ (master)]# vm console vhp3k101rl88
Stale lock on nmdm-vhp3k101rl88.1B PID=79780... overriding.
Connected
~[cd] 
!
~#
The following connections are open:
  #0 client-session (t4 r0 i0/0 o0/0 e[write]/4 fd 4/5/6 sock -1 cc -1 io 0x01/0x01)

~v [LogLevel VERBOSE]
~[sh]
root@vhost03:~ # exit
exit

!
~
[EOT]
 
Back
Top