All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 772358] [NEW] VNC working depends on command line options order
@ 2011-04-28 13:22 Jarda Benkovsky
  2017-01-17 12:11 ` [Qemu-devel] [Bug 772358] " Thomas Huth
  2017-03-19  4:17 ` Launchpad Bug Tracker
  0 siblings, 2 replies; 3+ messages in thread
From: Jarda Benkovsky @ 2011-04-28 13:22 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

OS: Ubuntu 10.04.2, amd64
Pkg version: 0.12.3+noroms-0ubuntu9.5

if -nographic option is specified before -vnc, vnc works, if vice-versa,
it does not. I have been told (thanks, mjt), that -nographic is supposed
to disable any graphic output, including vnc, so possibly it's a
documentation bug:

- kvm man page talks about -nographic disabling SDL , not VNC. While it
might be the same to you, it was not to me and my colleagues

- if -vnc and -nographic are conflicting, perhaps kvm should error out
or at least warn

- monitor console's message on "change vnc 127.0.0.1:1" command: "Could
not start server on 127.0.0.1:1" is not helpful either

- order of the options should not matter

Example: (VNC works)

/usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
if=virtio,file=/dev/vg0/kvm-ubuntu,boot=on,media=disk,cache=none,index=0
-net nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
-nographic -daemonize -vnc 127.0.0.1:1 -pidfile /var/run/kvm/1

Example: (VNC does not work, also confuses terminal):

/usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
if=virtio,file=/dev/vg0/kvm-ubuntu,boot=on,media=disk,cache=none,index=0
-net nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
-vnc 127.0.0.1:1 -nographic -daemonize -pidfile /var/run/kvm/1

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

Title:
  VNC working depends on command line options order

Status in QEMU:
  New

Bug description:
  OS: Ubuntu 10.04.2, amd64
  Pkg version: 0.12.3+noroms-0ubuntu9.5

  if -nographic option is specified before -vnc, vnc works, if vice-
  versa, it does not. I have been told (thanks, mjt), that -nographic is
  supposed to disable any graphic output, including vnc, so possibly
  it's a documentation bug:

  - kvm man page talks about -nographic disabling SDL , not VNC. While
  it might be the same to you, it was not to me and my colleagues

  - if -vnc and -nographic are conflicting, perhaps kvm should error out
  or at least warn

  - monitor console's message on "change vnc 127.0.0.1:1" command:
  "Could not start server on 127.0.0.1:1" is not helpful either

  - order of the options should not matter

  Example: (VNC works)

  /usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
  if=virtio,file=/dev/vg0/kvm-
  ubuntu,boot=on,media=disk,cache=none,index=0 -net
  nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
  tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
  -nographic -daemonize -vnc 127.0.0.1:1 -pidfile /var/run/kvm/1

  Example: (VNC does not work, also confuses terminal):

  /usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
  if=virtio,file=/dev/vg0/kvm-
  ubuntu,boot=on,media=disk,cache=none,index=0 -net
  nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
  tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
  -vnc 127.0.0.1:1 -nographic -daemonize -pidfile /var/run/kvm/1

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

* [Qemu-devel] [Bug 772358] Re: VNC working depends on command line options order
  2011-04-28 13:22 [Qemu-devel] [Bug 772358] [NEW] VNC working depends on command line options order Jarda Benkovsky
@ 2017-01-17 12:11 ` Thomas Huth
  2017-03-19  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2017-01-17 12:11 UTC (permalink / raw)
  To: qemu-devel

QEMU 0.12 is pretty much outdated nowadays ... can you still reproduce
this problem with the latest version of QEMU, or can we close this bug?

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

Title:
  VNC working depends on command line options order

Status in QEMU:
  Incomplete

Bug description:
  OS: Ubuntu 10.04.2, amd64
  Pkg version: 0.12.3+noroms-0ubuntu9.5

  if -nographic option is specified before -vnc, vnc works, if vice-
  versa, it does not. I have been told (thanks, mjt), that -nographic is
  supposed to disable any graphic output, including vnc, so possibly
  it's a documentation bug:

  - kvm man page talks about -nographic disabling SDL , not VNC. While
  it might be the same to you, it was not to me and my colleagues

  - if -vnc and -nographic are conflicting, perhaps kvm should error out
  or at least warn

  - monitor console's message on "change vnc 127.0.0.1:1" command:
  "Could not start server on 127.0.0.1:1" is not helpful either

  - order of the options should not matter

  Example: (VNC works)

  /usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
  if=virtio,file=/dev/vg0/kvm-
  ubuntu,boot=on,media=disk,cache=none,index=0 -net
  nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
  tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
  -nographic -daemonize -vnc 127.0.0.1:1 -pidfile /var/run/kvm/1

  Example: (VNC does not work, also confuses terminal):

  /usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
  if=virtio,file=/dev/vg0/kvm-
  ubuntu,boot=on,media=disk,cache=none,index=0 -net
  nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
  tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
  -vnc 127.0.0.1:1 -nographic -daemonize -pidfile /var/run/kvm/1

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

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

* [Qemu-devel] [Bug 772358] Re: VNC working depends on command line options order
  2011-04-28 13:22 [Qemu-devel] [Bug 772358] [NEW] VNC working depends on command line options order Jarda Benkovsky
  2017-01-17 12:11 ` [Qemu-devel] [Bug 772358] " Thomas Huth
@ 2017-03-19  4:17 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Launchpad Bug Tracker @ 2017-03-19  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/772358

Title:
  VNC working depends on command line options order

Status in QEMU:
  Expired

Bug description:
  OS: Ubuntu 10.04.2, amd64
  Pkg version: 0.12.3+noroms-0ubuntu9.5

  if -nographic option is specified before -vnc, vnc works, if vice-
  versa, it does not. I have been told (thanks, mjt), that -nographic is
  supposed to disable any graphic output, including vnc, so possibly
  it's a documentation bug:

  - kvm man page talks about -nographic disabling SDL , not VNC. While
  it might be the same to you, it was not to me and my colleagues

  - if -vnc and -nographic are conflicting, perhaps kvm should error out
  or at least warn

  - monitor console's message on "change vnc 127.0.0.1:1" command:
  "Could not start server on 127.0.0.1:1" is not helpful either

  - order of the options should not matter

  Example: (VNC works)

  /usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
  if=virtio,file=/dev/vg0/kvm-
  ubuntu,boot=on,media=disk,cache=none,index=0 -net
  nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
  tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
  -nographic -daemonize -vnc 127.0.0.1:1 -pidfile /var/run/kvm/1

  Example: (VNC does not work, also confuses terminal):

  /usr/bin/kvm -name ubuntu.example.com -m 3076 -smp 2 -drive
  if=virtio,file=/dev/vg0/kvm-
  ubuntu,boot=on,media=disk,cache=none,index=0 -net
  nic,vlan=0,model=virtio,macaddr=00:03:03:03:03:01 -net
  tap,ifname=kvm_ubuntu,vlan=0,script=no,downscript=no -balloon virtio
  -vnc 127.0.0.1:1 -nographic -daemonize -pidfile /var/run/kvm/1

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

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

end of thread, other threads:[~2017-03-19  4:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-28 13:22 [Qemu-devel] [Bug 772358] [NEW] VNC working depends on command line options order Jarda Benkovsky
2017-01-17 12:11 ` [Qemu-devel] [Bug 772358] " Thomas Huth
2017-03-19  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.