You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output? What do you see instead?
Instead of successfully spawning a "virsh console" process that the client can interact with, the following output is observed in the console log for foo:
<ConMan> Console [foo] connected to "virsh" (pid 23456) at 06-10 12:34.
12:34:56.789: error : vshRunConsole:88 : unable to get tty attributes: Invalid argument
Connected to domain foo
Escape character is ^]
<ConMan> Console [foo] disconnected from "virsh" (pid 23456) after 0s at 06-10 12:34.
What version of the software are you using? On what operating system?
conman-0.2.5
libvirt-bin-0.8.1-1 (Debian Squeeze)
Please provide any additional information below.
The virsh error is triggered by a failed call to tcgetattr(STDIN_FILENO,&ttyattr) in libvirt-0.8.1/tools/console.c.
Original issue reported on code.google.com by chris.m.dunlap on 10 Jun 2010 at 9:27
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
Enable a serial console on a kvm virtual machine. Then edit
conman.conf
to access this console through libvirt:What is the expected output? What do you see instead?
Instead of successfully spawning a "virsh console" process that the client can interact with, the following output is observed in the console log for foo:
What version of the software are you using? On what operating system?
conman-0.2.5
libvirt-bin-0.8.1-1 (Debian Squeeze)
Please provide any additional information below.
The virsh error is triggered by a failed call to
tcgetattr(STDIN_FILENO,&ttyattr)
inlibvirt-0.8.1/tools/console.c
.Original issue reported on code.google.com by
chris.m.dunlap
on 10 Jun 2010 at 9:27The text was updated successfully, but these errors were encountered: