search for: autoport

Displaying 20 results from an estimated 235 matches for "autoport".

2014 May 14
3
aliases for graphic devices
Hello, AFAIK, aliases cannot be set for Graphics devices. I tried this very simple experiment with libvirt 1.2.4 (from virt-preview on F20) relevant part of the input xml: <graphics type='spice' port='-1' autoport='yes' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> <alias name='display.0'/> </graphics> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>...
2012 Mar 07
1
libvirt for spice
...t;target port='0'/> </console> <serial type='pty'> <source path='/dev/pts/2'/> <target port='0'/> </serial> <graphics type='vnc' port='-1' autoport='yes' keymap='en-us' listen='0.0.0.0'/> </devices> </domain> So it works well. Howerver, I want change the remote access method by spice, I simply changed the libvirt.xml as follows: <domain type='kvm'> <name...
2014 Oct 09
0
Question about vnc connection password set to empty
...(if applicable): libvirt-1.2.8-3.el7.x86_64 qemu-kvm-rhev-2.1.0-5.el7.x86_64 kernel-3.10.0-150.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. Define guest with a graphics device like: ......................................... <graphics type='vnc' port='-1' autoport='yes' passwd=""/> ......................................... 2. Connecting with vncviewer or virt-viewer . # virsh start dom2 # virsh dumpxml dom2 --security-info |grep graphics <graphics type='vnc' port='5900' autoport='yes' lis...
2015 Feb 02
2
Tinc1.1 generates Port automatically when port is occupied
...rt 655. Tinc will instead listen on port 22911". It is nice that this is autodetected and warned, but I wonder whether it is nice to let this automatic-adaptation a default behavior: - if people are able to read it, you can just as well leave it to a warning and suggest running again with a --autoport flag to enable automatic port generation - if you cannot read it (e.g. you use configuration management tools to setup tinc and distribute keys), you're in trouble. it will silently do things different from what you want. - it is too clever to be expected. You might not have tested this scenari...
2016 Feb 26
2
[PATCH 1/2] v2v: -o libvirt: Refactor video and graphics elements.
...n -> + let sub = e "listen" [ "type", "network"; "network", n ] [] in + append_child sub graphics + | LNone -> ()) + | _ -> ()); + (match source.s_display with + | Some { s_port = Some p } -> append_attr ("autoport", "no") graphics; append_attr ("port", string_of_int p) graphics - | _ -> + | _ -> append_attr ("autoport", "yes") graphics; append_attr ("port", "-1") graphics); - video, graphics in - let soun...
2017 Aug 30
2
spice client?
...g on a removte machine with some >> sort of spice client? There doesn?t seem to be any spice client >> available in Centos 7 that works. > > virt-viewer? > That only says it?s unable to connect. The XML-dump says: <graphics type='spice' port='5901' autoport='no' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics> I remember it was working somehow, now it doesn?t. And I don?t remember what client I used.
2011 Jul 25
1
VirtualBox headless
...10 18:27, schrieb Jean-Baptiste Rouault: > > Hi, > > > > Something like this should work, as can be seen in the > > > documentation here : http://libvirt.org/formatdomain.html#elementsGraphics > > > > <drivers> > > <graphics type='rdp' autoport='yes' /> > > > </drivers> > > > > Regards, > > > > Jean-Baptiste > > > > > >> Hello, > >> > >> I'm trying to use the VirtualBox/vbox driver together with libvirt 0.8.1 > >> on a Ubuntu Lucid Machin...
2014 May 14
2
Re: aliases for graphic devices
...ello, > > > > AFAIK, aliases cannot be set for Graphics devices. I tried this very simple experiment > > with libvirt 1.2.4 (from virt-preview on F20) > > > > relevant part of the input xml: > > > > <graphics type='spice' port='-1' autoport='yes' listen='127.0.0.1'> > > <listen type='address' address='127.0.0.1'/> > > <alias name='display.0'/> > > </graphics> > > Aliases are output-only; they are ignored on input. Libvirt demands &gt...
2011 Aug 12
2
VNC ports
...example, to a guest and connect via my VNC client, when I run 'virsh vncdisplay guestname' it gives me back a different number that is specified in the XML file: #virsh vncdisplay win2k8guest :45101 #virsh dumpxml win2k8guest |grep vnc <graphics type='vnc' port='51001' autoport='no' /> Is there a logical reason for this that I'm not getting? I know when I have the port set to 5907, for example, it returns something expected: #virsh vncdisplay win2k8guest :7 But since I am likely going to need a good number of ports, I want to use a non-registered port...
2013 Jun 18
2
libvirt hang on domain attemp to create domain
...<memory unit="MB">512</memory> <cpu model="host-model"> <topology sockets="1" cores="1" threads="1"/> </cpu> <clock offset="localtime"/> <devices> <graphics type="vnc" autoport="yes" password="admin"/> <channel type="unix"> <source mode="bind" path="/var/run/vm1.sock"/> <target type="virtio" name="org.guest_agent.0"/> </channel> </devices> </doma...
2010 Jun 01
1
Java Bindings against RHEL5.5 KVM
...</disk> <interface type="network"> <source network="default"/> <model type="virtio"/> </interface> <input type="mouse" bus="ps2"/> <graphics type="vnc" port="-1" autoport="yes"/> </devices> </domain> If I remove the lifecycle information from the xml I get: "unknown OS type hvm " The xml works from the command line with virsh define ... Anyone seen anything similar or have any ideas? Regards, James
2015 Sep 17
2
error: internal error: Failed to reserve port 5908
...0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='spice' port='-1' autoport='no' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='8192' heads='1'/>...
2014 Oct 31
1
VNC display size
Hi I would like to set the resolution of the video device of my domain. So if I connect with via vnc I see more. That is the part of the .xml file: "... <graphics type='vnc' port='-1' autoport='yes'/> <video> <model type='cirrus' vram='9216' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> ..." How can I change it? Salutations A...
2010 Oct 06
1
Error while starting the domain "error: monitor socket did not show up.: Connection refused"
...39;network'> <mac address='52:54:00:a4:0e:ce'/> <source network='default'/> <target dev='vnet0'/> </interface> <input type='mouse' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us'/> <video> <model type='cirrus' vram='9216' heads='1'/> </video> </devices> </domain> my host is RHEL 6 beta. i don't have any clue where i am going wrong in...
2015 Feb 02
0
Tinc1.1 generates Port automatically when port is occupied
...port is taken: > "Warning: could not bind to port 655. Tinc will instead listen on port > 22911". The goal is to create a working setup as easily as possible. > - if people are able to read it, you can just as well leave it to a warning > and suggest running again with a --autoport flag to enable automatic port > generation I'm sure I will get some emails from people complaining that if tinc complains that you should rerun it with --autoport, why doesn't it do it itself the first time? > - if you cannot read it (e.g. you use configuration management tools to &...
2013 Jun 18
2
Re: libvirt hang on domain attemp to create domain
...ot;> > > > > <topology sockets="1" cores="1" threads="1"/> > > > > </cpu> > > <clock offset="localtime"/> > > <devices> > > > > <graphics type="vnc" autoport="yes" password="admin"/> > > <channel type="unix"> > > > > <source mode="bind" path="/var/run/vm1.sock"/> > > <target type="virtio" name="org.guest_agent.0"/> >...
2018 Dec 05
3
no drm render nodes available
Hi, I get this error when trying to start a vm using spice as the graphics: "error: internal error: No DRM render nodes available" I can't seem to figure out what could be going on, since it worked just a little while ago. Using arch linux, and libvirt from git (4.10.0.22.g6a6925b9b7-1). -Michael.
2015 Oct 22
1
[PATCH] v2v: -o libvirt: fix <video> element (RHBZ#1225789)
...<model type='virtio'/> </interface> - <video type='qxl' ram='65536' heads='1'/> + <video> + <model type='qxl' ram='65536' heads='1'/> + </video> <graphics type='vnc' autoport='yes' port='-1'/> <input type='tablet' bus='usb'/> <input type='mouse' bus='ps2'/> -- 2.1.0
2014 Jun 27
1
libvirt on OpenStack
...pe="file"> <source path="/data1/lib/nova/instances/27f49e5c-8ee0-4a09-8269-5fa31acd2983/console.log"/> </serial> <serial type="pty"/> <input type="tablet" bus="usb"/> <graphics type="vnc" autoport="yes" keymap="en-us" listen="10.13.128.43"/> </devices> </domain> ✉ -- 朴元奎 kerwin
2010 Jun 03
1
Virsh blkstat doesn't work on Xen HVM
...ial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target port='0'/> </console> <input type='mouse' bus='ps2'/> <graphics type='vnc' port='5900' autoport='yes' keymap='en-us'/> <sound model='es1370'/> </devices> </domain> [root at localhost ~]# virsh domblkstat vm1 hda error: Failed to get block stats vm1 hda error: internal error read_bd_stats: Failed to read any block statistics TREND...