All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X
@ 2012-12-11 16:47 Leander Sabel
  2012-12-12 10:26 ` [Qemu-devel] [Bug 1089005] " Peter Maydell
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Leander Sabel @ 2012-12-11 16:47 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

Running

    qemu-system-i386 <image>

works fine. I can quit the process using ctrl-c.

When I try to use

     qemu-system-i386 -vnc :<port> <image>

ctrl-c does nothing and I have to kill the process trough the activity monitor.
Furthermore terminating the process from my java program does not work either. 
I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

Thanks
Leander

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: osx vnc

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

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  New

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

* [Qemu-devel] [Bug 1089005] Re: Qemu does not shutdown with vnc enabled on OS X
  2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
@ 2012-12-12 10:26 ` Peter Maydell
  2017-04-07 13:55 ` Thomas Huth
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Peter Maydell @ 2012-12-12 10:26 UTC (permalink / raw)
  To: qemu-devel

Interesting -- my experience is that control-C doesn't work at all, even
if using the cocoa UI frontend. It's a bug of some kind related to
signal handling but I haven't been able to track it down. As far as I
could tell with a debugger QEMU never received the SIGTERM at all, which
makes no sense to me.

As a workaround you can send QEMU a SIGKILL, which will abruptly
terminate QEMU (NB that if you have a writable disk image you may find
it is corrupt since this is a long way from a clean shutdown). The best
approach would be to make the guest cleanly power down the VM, which
should cause QEMU to exit automatically.

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

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  New

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

* [Qemu-devel] [Bug 1089005] Re: Qemu does not shutdown with vnc enabled on OS X
  2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
  2012-12-12 10:26 ` [Qemu-devel] [Bug 1089005] " Peter Maydell
@ 2017-04-07 13:55 ` Thomas Huth
  2017-06-07  4:17 ` Launchpad Bug Tracker
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Thomas Huth @ 2017-04-07 13:55 UTC (permalink / raw)
  To: qemu-devel

Triaging old bug tickets ... can you still reproduce this issue with the
latest version of QEMU (version 2.9)?

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

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  Incomplete

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

* [Qemu-devel] [Bug 1089005] Re: Qemu does not shutdown with vnc enabled on OS X
  2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
  2012-12-12 10:26 ` [Qemu-devel] [Bug 1089005] " Peter Maydell
  2017-04-07 13:55 ` Thomas Huth
@ 2017-06-07  4:17 ` Launchpad Bug Tracker
  2017-07-23 12:57 ` Rida Shamasneh
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Launchpad Bug Tracker @ 2017-06-07  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/1089005

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  Expired

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

* [Qemu-devel] [Bug 1089005] Re: Qemu does not shutdown with vnc enabled on OS X
  2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
                   ` (2 preceding siblings ...)
  2017-06-07  4:17 ` Launchpad Bug Tracker
@ 2017-07-23 12:57 ` Rida Shamasneh
  2017-07-24  8:24 ` Thomas Huth
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Rida Shamasneh @ 2017-07-23 12:57 UTC (permalink / raw)
  To: qemu-devel

the issue is still there
i am using 2.9.50
i want to stop a running process when i press ctrl-c and not stop the whole qemu

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

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  Expired

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

* [Qemu-devel] [Bug 1089005] Re: Qemu does not shutdown with vnc enabled on OS X
  2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
                   ` (3 preceding siblings ...)
  2017-07-23 12:57 ` Rida Shamasneh
@ 2017-07-24  8:24 ` Thomas Huth
  2017-08-18 10:51 ` Leander
  2017-08-18 16:17 ` Thomas Huth
  6 siblings, 0 replies; 8+ messages in thread
From: Thomas Huth @ 2017-07-24  8:24 UTC (permalink / raw)
  To: qemu-devel

Rida, this bug was about stopping QEMU with CTRL-c, so I guess you tried
to do something else here? What do you mean by "running process"? The
emulated process that is running with QEMU?

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

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  Expired

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

* [Qemu-devel] [Bug 1089005] Re: Qemu does not shutdown with vnc enabled on OS X
  2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
                   ` (4 preceding siblings ...)
  2017-07-24  8:24 ` Thomas Huth
@ 2017-08-18 10:51 ` Leander
  2017-08-18 16:17 ` Thomas Huth
  6 siblings, 0 replies; 8+ messages in thread
From: Leander @ 2017-08-18 10:51 UTC (permalink / raw)
  To: qemu-devel

I just got the newest version of QEMU available via Homebrew (2.9.0) and
was able to successfully terminate the QEMU process with ctrl-c.

@Rida: To clarify: I did want to stop the whole QEMU and that did not
work at the time. I had to kill the process through the activity
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/1089005

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  Expired

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

* [Qemu-devel] [Bug 1089005] Re: Qemu does not shutdown with vnc enabled on OS X
  2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
                   ` (5 preceding siblings ...)
  2017-08-18 10:51 ` Leander
@ 2017-08-18 16:17 ` Thomas Huth
  6 siblings, 0 replies; 8+ messages in thread
From: Thomas Huth @ 2017-08-18 16:17 UTC (permalink / raw)
  To: qemu-devel

Thanks for checking the latest version, Leander - I changed the status
accordingly.

** Changed in: qemu
       Status: Expired => Fix Released

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

Title:
  Qemu does not shutdown with vnc enabled on OS X

Status in QEMU:
  Fix Released

Bug description:
  I am running OS X 10.8.2 and Qemu 1.3.50 from your git repository.

  Running

      qemu-system-i386 <image>

  works fine. I can quit the process using ctrl-c.

  When I try to use

       qemu-system-i386 -vnc :<port> <image>

  ctrl-c does nothing and I have to kill the process trough the activity monitor.
  Furthermore terminating the process from my java program does not work either. 
  I have also posted a question on Stackoverflow: http://stackoverflow.com/questions/13798367/qemu-does-not-shutdown-with-vnc-enabled-on-os-x

  Thanks
  Leander

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

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-11 16:47 [Qemu-devel] [Bug 1089005] [NEW] Qemu does not shutdown with vnc enabled on OS X Leander Sabel
2012-12-12 10:26 ` [Qemu-devel] [Bug 1089005] " Peter Maydell
2017-04-07 13:55 ` Thomas Huth
2017-06-07  4:17 ` Launchpad Bug Tracker
2017-07-23 12:57 ` Rida Shamasneh
2017-07-24  8:24 ` Thomas Huth
2017-08-18 10:51 ` Leander
2017-08-18 16:17 ` Thomas Huth

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.