When I attempt to connect to the serial console of a Rocky Linux 8.8 bhyve guest I do not get a shell prompt:
I can connect via ssh. Does anyone have an idea as to why I do not seem to get a shell via
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
?