All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1713328] [NEW] Unable to C-a in -nographic if -serial telnet
@ 2017-08-27 13:11 Dario Niedermann
  2017-08-28  8:48 ` [Qemu-devel] [Bug 1713328] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dario Niedermann @ 2017-08-27 13:11 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu-system-i386 (version 2.6.1, running on Linux/x86_64) started with:

qemu-system-i386 -m 64M -machine type=pc -rtc base=localtime,clock=host
-nographic -serial telnet:127.0.0.1:1234,server,nowait -net
nic,model=ne2k_pci -net user,hostfwd=tcp:127.0.0.1:2200-:22,tftp=/

does not accept the escape key (C-a) to perform functions such as
switching from monitor to console. Verified both in GNU screen and in
the Linux console.

If '-serial telnet:127.0.0.1:1234,server,nowait' is removed from the
command line, the escape key is accepted (and Qemu doesn't enter the
monitor immediately).

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1713328

Title:
  Unable to C-a in -nographic if -serial telnet

Status in QEMU:
  New

Bug description:
  qemu-system-i386 (version 2.6.1, running on Linux/x86_64) started
  with:

  qemu-system-i386 -m 64M -machine type=pc -rtc
  base=localtime,clock=host -nographic -serial
  telnet:127.0.0.1:1234,server,nowait -net nic,model=ne2k_pci -net
  user,hostfwd=tcp:127.0.0.1:2200-:22,tftp=/

  does not accept the escape key (C-a) to perform functions such as
  switching from monitor to console. Verified both in GNU screen and in
  the Linux console.

  If '-serial telnet:127.0.0.1:1234,server,nowait' is removed from the
  command line, the escape key is accepted (and Qemu doesn't enter the
  monitor immediately).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1713328/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1713328] Re: Unable to C-a in -nographic if -serial telnet
  2017-08-27 13:11 [Qemu-devel] [Bug 1713328] [NEW] Unable to C-a in -nographic if -serial telnet Dario Niedermann
@ 2017-08-28  8:48 ` Thomas Huth
  2017-08-28 16:42 ` Dario Niedermann
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-08-28  8:48 UTC (permalink / raw)
  To: qemu-devel

Well, with your "-serial" setup, you've put the guest serial console on
the telnet port, so there is nothing to switch on the host console here
via the CTRL-a c key combination, i.e. this is the expected behavior.
What exactly were you trying to do here? Access the serial console via
two ways, one time via telnet and one time via the host console? AFAIK
that's not possible.

** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1713328

Title:
  Unable to C-a in -nographic if -serial telnet

Status in QEMU:
  Invalid

Bug description:
  qemu-system-i386 (version 2.6.1, running on Linux/x86_64) started
  with:

  qemu-system-i386 -m 64M -machine type=pc -rtc
  base=localtime,clock=host -nographic -serial
  telnet:127.0.0.1:1234,server,nowait -net nic,model=ne2k_pci -net
  user,hostfwd=tcp:127.0.0.1:2200-:22,tftp=/

  does not accept the escape key (C-a) to perform functions such as
  switching from monitor to console. Verified both in GNU screen and in
  the Linux console.

  If '-serial telnet:127.0.0.1:1234,server,nowait' is removed from the
  command line, the escape key is accepted (and Qemu doesn't enter the
  monitor immediately).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1713328/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1713328] Re: Unable to C-a in -nographic if -serial telnet
  2017-08-27 13:11 [Qemu-devel] [Bug 1713328] [NEW] Unable to C-a in -nographic if -serial telnet Dario Niedermann
  2017-08-28  8:48 ` [Qemu-devel] [Bug 1713328] " Thomas Huth
@ 2017-08-28 16:42 ` Dario Niedermann
  2017-08-28 17:03 ` Thomas Huth
  2017-08-28 18:45 ` Dario Niedermann
  3 siblings, 0 replies; 5+ messages in thread
From: Dario Niedermann @ 2017-08-28 16:42 UTC (permalink / raw)
  To: qemu-devel

With '-serial telnet' I directed the serial port to telnet, not the
console (I call "console" the VGA tty qemu would show without the
-nographic option).

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1713328

Title:
  Unable to C-a in -nographic if -serial telnet

Status in QEMU:
  Invalid

Bug description:
  qemu-system-i386 (version 2.6.1, running on Linux/x86_64) started
  with:

  qemu-system-i386 -m 64M -machine type=pc -rtc
  base=localtime,clock=host -nographic -serial
  telnet:127.0.0.1:1234,server,nowait -net nic,model=ne2k_pci -net
  user,hostfwd=tcp:127.0.0.1:2200-:22,tftp=/

  does not accept the escape key (C-a) to perform functions such as
  switching from monitor to console. Verified both in GNU screen and in
  the Linux console.

  If '-serial telnet:127.0.0.1:1234,server,nowait' is removed from the
  command line, the escape key is accepted (and Qemu doesn't enter the
  monitor immediately).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1713328/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1713328] Re: Unable to C-a in -nographic if -serial telnet
  2017-08-27 13:11 [Qemu-devel] [Bug 1713328] [NEW] Unable to C-a in -nographic if -serial telnet Dario Niedermann
  2017-08-28  8:48 ` [Qemu-devel] [Bug 1713328] " Thomas Huth
  2017-08-28 16:42 ` Dario Niedermann
@ 2017-08-28 17:03 ` Thomas Huth
  2017-08-28 18:45 ` Dario Niedermann
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-08-28 17:03 UTC (permalink / raw)
  To: qemu-devel

Ah, ok, so you want to have the VGA output on the host console? Try the
"-display curses" option for that.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1713328

Title:
  Unable to C-a in -nographic if -serial telnet

Status in QEMU:
  Invalid

Bug description:
  qemu-system-i386 (version 2.6.1, running on Linux/x86_64) started
  with:

  qemu-system-i386 -m 64M -machine type=pc -rtc
  base=localtime,clock=host -nographic -serial
  telnet:127.0.0.1:1234,server,nowait -net nic,model=ne2k_pci -net
  user,hostfwd=tcp:127.0.0.1:2200-:22,tftp=/

  does not accept the escape key (C-a) to perform functions such as
  switching from monitor to console. Verified both in GNU screen and in
  the Linux console.

  If '-serial telnet:127.0.0.1:1234,server,nowait' is removed from the
  command line, the escape key is accepted (and Qemu doesn't enter the
  monitor immediately).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1713328/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1713328] Re: Unable to C-a in -nographic if -serial telnet
  2017-08-27 13:11 [Qemu-devel] [Bug 1713328] [NEW] Unable to C-a in -nographic if -serial telnet Dario Niedermann
                   ` (2 preceding siblings ...)
  2017-08-28 17:03 ` Thomas Huth
@ 2017-08-28 18:45 ` Dario Niedermann
  3 siblings, 0 replies; 5+ messages in thread
From: Dario Niedermann @ 2017-08-28 18:45 UTC (permalink / raw)
  To: qemu-devel

I tried it, but it doesn't really work well. Aside from showing 2
cursors, the real problem is that the keymap is all messed up in the
guest (whereas it's perfect in Qemu's VGA monitor).

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1713328

Title:
  Unable to C-a in -nographic if -serial telnet

Status in QEMU:
  Invalid

Bug description:
  qemu-system-i386 (version 2.6.1, running on Linux/x86_64) started
  with:

  qemu-system-i386 -m 64M -machine type=pc -rtc
  base=localtime,clock=host -nographic -serial
  telnet:127.0.0.1:1234,server,nowait -net nic,model=ne2k_pci -net
  user,hostfwd=tcp:127.0.0.1:2200-:22,tftp=/

  does not accept the escape key (C-a) to perform functions such as
  switching from monitor to console. Verified both in GNU screen and in
  the Linux console.

  If '-serial telnet:127.0.0.1:1234,server,nowait' is removed from the
  command line, the escape key is accepted (and Qemu doesn't enter the
  monitor immediately).

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1713328/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-28 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-27 13:11 [Qemu-devel] [Bug 1713328] [NEW] Unable to C-a in -nographic if -serial telnet Dario Niedermann
2017-08-28  8:48 ` [Qemu-devel] [Bug 1713328] " Thomas Huth
2017-08-28 16:42 ` Dario Niedermann
2017-08-28 17:03 ` Thomas Huth
2017-08-28 18:45 ` Dario Niedermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.