All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY)
@ 2020-02-28 17:24 Thierry Briot
  2020-02-28 18:02 ` [Bug 1865188] " Laurent Vivier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thierry Briot @ 2020-02-28 17:24 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi,
I run qemu in an xterm terminal, with TERM=vt100. My keyboard is french AZERTY.

sudo ./qemu-system-hppa -monitor /dev/pts/2 -k fr  -boot d -drive
if=scsi,bus=0,index=5,file=../../hpux_11iv1.img,format=raw -serial
mon:stdio -D qemu1.log -nographic -m 512 -d nochain -cdrom
../../distri/11iv1/'HP-UX_11iv1_B.11.11_TCOE_September_2005_1of4_Core_OS
_Install&Recovery_B6821-10046.iso' -net nic,model=tulip  -net tap

When I want to use the monitor (to change cdrom during the hp-ux
installation process), the characters I type are misinterpreted. For
example, I enter "2" at hp-ux prompt, I see : "412691;82;22". Impossible
to switch from monitor to hp-ux with Ctrl+Alt+1 and Ctrl+Alt+2.

I tried with Debian and Fedora host, TERM=xterm and TERM=vt100, qemu options -alt-grab and -ctrl-grab, -monitor in the same terminal or an other terminal than hp-ux. Nothing works.
Best regards.

** 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/1865188

Title:
  Switching from the monitor to the emulated machine with a French
  keyboard (AZERTY)

Status in QEMU:
  New

Bug description:
  Hi,
  I run qemu in an xterm terminal, with TERM=vt100. My keyboard is french AZERTY.

  sudo ./qemu-system-hppa -monitor /dev/pts/2 -k fr  -boot d -drive
  if=scsi,bus=0,index=5,file=../../hpux_11iv1.img,format=raw -serial
  mon:stdio -D qemu1.log -nographic -m 512 -d nochain -cdrom
  ../../distri/11iv1/'HP-
  UX_11iv1_B.11.11_TCOE_September_2005_1of4_Core_OS
  _Install&Recovery_B6821-10046.iso' -net nic,model=tulip  -net tap

  When I want to use the monitor (to change cdrom during the hp-ux
  installation process), the characters I type are misinterpreted. For
  example, I enter "2" at hp-ux prompt, I see : "412691;82;22".
  Impossible to switch from monitor to hp-ux with Ctrl+Alt+1 and
  Ctrl+Alt+2.

  I tried with Debian and Fedora host, TERM=xterm and TERM=vt100, qemu options -alt-grab and -ctrl-grab, -monitor in the same terminal or an other terminal than hp-ux. Nothing works.
  Best regards.

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


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

* [Bug 1865188] Re: Switching from the monitor to the emulated machine with a French keyboard (AZERTY)
  2020-02-28 17:24 [Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY) Thierry Briot
@ 2020-02-28 18:02 ` Laurent Vivier
  2020-02-29 14:19 ` Thierry Briot
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Vivier @ 2020-02-28 18:02 UTC (permalink / raw)
  To: qemu-devel

In an xterm to switch to/from QEMU monitor use "Ctrl-A c"

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

Title:
  Switching from the monitor to the emulated machine with a French
  keyboard (AZERTY)

Status in QEMU:
  New

Bug description:
  Hi,
  I run qemu in an xterm terminal, with TERM=vt100. My keyboard is french AZERTY.

  sudo ./qemu-system-hppa -monitor /dev/pts/2 -k fr  -boot d -drive
  if=scsi,bus=0,index=5,file=../../hpux_11iv1.img,format=raw -serial
  mon:stdio -D qemu1.log -nographic -m 512 -d nochain -cdrom
  ../../distri/11iv1/'HP-
  UX_11iv1_B.11.11_TCOE_September_2005_1of4_Core_OS
  _Install&Recovery_B6821-10046.iso' -net nic,model=tulip  -net tap

  When I want to use the monitor (to change cdrom during the hp-ux
  installation process), the characters I type are misinterpreted. For
  example, I enter "2" at hp-ux prompt, I see : "412691;82;22".
  Impossible to switch from monitor to hp-ux with Ctrl+Alt+1 and
  Ctrl+Alt+2.

  I tried with Debian and Fedora host, TERM=xterm and TERM=vt100, qemu options -alt-grab and -ctrl-grab, -monitor in the same terminal or an other terminal than hp-ux. Nothing works.
  Best regards.

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


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

* [Bug 1865188] Re: Switching from the monitor to the emulated machine with a French keyboard (AZERTY)
  2020-02-28 17:24 [Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY) Thierry Briot
  2020-02-28 18:02 ` [Bug 1865188] " Laurent Vivier
@ 2020-02-29 14:19 ` Thierry Briot
  2021-05-06  6:00 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thierry Briot @ 2020-02-29 14:19 UTC (permalink / raw)
  To: qemu-devel

Thank you for your reply. It works well with "Ctrl-A c" to swith to and
from QEMU monitor in xterm terminal.

The problem is elsewhere, with the option -monitor. With "-monitor <tty
device>", whether <tty device> is or not the tty from which qemu is
started, the characters I type are misinterpreted. Maybe I must report
this bug ?

Now, I remove the -monitor option, and I add "-serial
mon:telnet::4444,server" before "-serial mon:stdio". I enter the
following command in a first xterm, and "telnet localhost 4444" in a
second xterm. So, qemu monitor works fine in the first xterm, and HP-UX
installation menu is correctly displayed in the second xterm.

The command :
sudo ./qemu-system-hppa  -boot d -drive if=scsi,bus=0,index=5,file=../../hpux_11.00.img,format=raw  -serial mon:telnet::4444,server -serial mon:stdio -nographic -m 512 -d nochain -cdrom ../../distri/11.00/'HP-UX 11.0 (2002-06).iso' -D qemu.log -net nic,model=tulip  -net tap

Now, I will try to use the graphic mode.
Have a nice day,
Thierry Briot

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

Title:
  Switching from the monitor to the emulated machine with a French
  keyboard (AZERTY)

Status in QEMU:
  New

Bug description:
  Hi,
  I run qemu in an xterm terminal, with TERM=vt100. My keyboard is french AZERTY.

  sudo ./qemu-system-hppa -monitor /dev/pts/2 -k fr  -boot d -drive
  if=scsi,bus=0,index=5,file=../../hpux_11iv1.img,format=raw -serial
  mon:stdio -D qemu1.log -nographic -m 512 -d nochain -cdrom
  ../../distri/11iv1/'HP-
  UX_11iv1_B.11.11_TCOE_September_2005_1of4_Core_OS
  _Install&Recovery_B6821-10046.iso' -net nic,model=tulip  -net tap

  When I want to use the monitor (to change cdrom during the hp-ux
  installation process), the characters I type are misinterpreted. For
  example, I enter "2" at hp-ux prompt, I see : "412691;82;22".
  Impossible to switch from monitor to hp-ux with Ctrl+Alt+1 and
  Ctrl+Alt+2.

  I tried with Debian and Fedora host, TERM=xterm and TERM=vt100, qemu options -alt-grab and -ctrl-grab, -monitor in the same terminal or an other terminal than hp-ux. Nothing works.
  Best regards.

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


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

* [Bug 1865188] Re: Switching from the monitor to the emulated machine with a French keyboard (AZERTY)
  2020-02-28 17:24 [Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY) Thierry Briot
  2020-02-28 18:02 ` [Bug 1865188] " Laurent Vivier
  2020-02-29 14:19 ` Thierry Briot
@ 2021-05-06  6:00 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-06  6:00 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently moving its bug tracking to another system.
For this we need to know which bugs are still valid and which could be
closed already. Thus we are setting older bugs to "Incomplete" now.

If you still think this bug report here is valid, then please switch
the state back to "New" within the next 60 days, otherwise this report
will be marked as "Expired". Or please mark it as "Fix Released" if
the problem has been solved with a newer version of QEMU already.

Thank you and sorry for the inconvenience.


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

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

Title:
  Switching from the monitor to the emulated machine with a French
  keyboard (AZERTY)

Status in QEMU:
  Incomplete

Bug description:
  Hi,
  I run qemu in an xterm terminal, with TERM=vt100. My keyboard is french AZERTY.

  sudo ./qemu-system-hppa -monitor /dev/pts/2 -k fr  -boot d -drive
  if=scsi,bus=0,index=5,file=../../hpux_11iv1.img,format=raw -serial
  mon:stdio -D qemu1.log -nographic -m 512 -d nochain -cdrom
  ../../distri/11iv1/'HP-
  UX_11iv1_B.11.11_TCOE_September_2005_1of4_Core_OS
  _Install&Recovery_B6821-10046.iso' -net nic,model=tulip  -net tap

  When I want to use the monitor (to change cdrom during the hp-ux
  installation process), the characters I type are misinterpreted. For
  example, I enter "2" at hp-ux prompt, I see : "412691;82;22".
  Impossible to switch from monitor to hp-ux with Ctrl+Alt+1 and
  Ctrl+Alt+2.

  I tried with Debian and Fedora host, TERM=xterm and TERM=vt100, qemu options -alt-grab and -ctrl-grab, -monitor in the same terminal or an other terminal than hp-ux. Nothing works.
  Best regards.

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


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

* [Bug 1865188] Re: Switching from the monitor to the emulated machine with a French keyboard (AZERTY)
  2020-02-28 17:24 [Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY) Thierry Briot
                   ` (2 preceding siblings ...)
  2021-05-06  6:00 ` Thomas Huth
@ 2021-07-06  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-06  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

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

Title:
  Switching from the monitor to the emulated machine with a French
  keyboard (AZERTY)

Status in QEMU:
  Expired

Bug description:
  Hi,
  I run qemu in an xterm terminal, with TERM=vt100. My keyboard is french AZERTY.

  sudo ./qemu-system-hppa -monitor /dev/pts/2 -k fr  -boot d -drive
  if=scsi,bus=0,index=5,file=../../hpux_11iv1.img,format=raw -serial
  mon:stdio -D qemu1.log -nographic -m 512 -d nochain -cdrom
  ../../distri/11iv1/'HP-
  UX_11iv1_B.11.11_TCOE_September_2005_1of4_Core_OS
  _Install&Recovery_B6821-10046.iso' -net nic,model=tulip  -net tap

  When I want to use the monitor (to change cdrom during the hp-ux
  installation process), the characters I type are misinterpreted. For
  example, I enter "2" at hp-ux prompt, I see : "412691;82;22".
  Impossible to switch from monitor to hp-ux with Ctrl+Alt+1 and
  Ctrl+Alt+2.

  I tried with Debian and Fedora host, TERM=xterm and TERM=vt100, qemu options -alt-grab and -ctrl-grab, -monitor in the same terminal or an other terminal than hp-ux. Nothing works.
  Best regards.

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


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

end of thread, other threads:[~2021-07-06  4:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 17:24 [Bug 1865188] [NEW] Switching from the monitor to the emulated machine with a French keyboard (AZERTY) Thierry Briot
2020-02-28 18:02 ` [Bug 1865188] " Laurent Vivier
2020-02-29 14:19 ` Thierry Briot
2021-05-06  6:00 ` Thomas Huth
2021-07-06  4:17 ` Launchpad Bug Tracker

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.