search for: domaintype

Displaying 12 results from an estimated 12 matches for "domaintype".

Did you mean: domain_type
2006 Nov 01
0
Re: YAML.load(some_string) doesn't return hash?
Oleg Kh wrote: > A small problem here. As per documentation on > http://corelib.rubyonrails.org/classes/YAML.html YAML.load(string) > should just return a hash. However on my windows machine it returns > something like this: > > #<YAML::Syck::DomainType:0x36d5038 > @domain="yaml.org,2002", > @type_id="map:HashWithIndifferentAccess", > @value= > {"key"=>"value", > "key"=>"value", > "key"=>"value", > "key"=>"v...
2015 Jul 30
2
libvirt-1.2.17 I can't define lxc container
...'/> </interface> <console type='pty' /> </devices> </domain> When I try to define container I'm getting: virsh # define /tmp/vm1.xml error: Failed to define domain from /tmp/vm1.xml error: invalid argument: could not find capabilities for ostype=exe domaintype=lxc I can't also find similar problem using web search engine. Maybe someone here can give me advice? Marcin # virsh -V Virsh command line tool of libvirt 1.2.17 See web site at http://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM LXC VMWare ESX Test Networking: Remote...
2017 Jul 23
6
Xen died - Fedora upgrade from 21 to 26
...is set to auto-start (systemctl enable libvirtd), and can be manually started (systemctl start libvirtd), but it will not auto-start on reboot. Secondly, Once I have manually started libvirtd, when I try to define a domain it gives me an error "could not find capabilities for arch=x86_64 domaintype=xen" and I haven't yet been able to define any domains. This domain type works fine on Fedora 21. Thirdly, I am unable to convert to/from xml config format, it gives me the error "error: invalid argument: unsupported config type xen-xl" however the format "xen-xl" w...
2020 Jan 25
2
KVM not available on system bus
...running things as a non privileged user for all the obvious reasons, so that's where I created the VM initially. I tried to follow this guide to move my VM to the system bus. Running `sudo virsh define vm.xml` fails with: error: invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm Digging a bit further into it, I figured out that the cause of the error message is, that I for some reason do not have KVM acceleration support when running VMs on the system bus (as root) running my VM on the session bus as a normal user (with the correct group membership) works fine. Tr...
2017 Jul 27
0
Re: Xen died - Fedora upgrade from 21 to 26
...running to use Xen, and what conflicts? Or is there any documentation on how Xen should be installed for the current version of Fedora? Thank you GC # virsh define vmtest.xml error: Failed to define domain from vmtest.xml error: invalid argument: could not find capabilities for arch=x86_64 domaintype=xen # xl list xencall: error: Could not obtain handle on privileged command interface: No such file or directory libxl: error: libxl.c:108:libxl_ctx_alloc: cannot open libxc handle: No such file or directory cannot init xl context On 27/07/2017 11:40 AM, Alvin Starr wrote: > I just tried...
2015 Jul 30
0
Re: libvirt-1.2.17 I can't define lxc container
...ole type='pty' /> > </devices> > </domain> > > When I try to define container I'm getting: > virsh # define /tmp/vm1.xml > error: Failed to define domain from /tmp/vm1.xml > error: invalid argument: could not find capabilities for ostype=exe > domaintype=lxc Are you sure virsh has connected to the LXC driver - most likely you have connected to QEMU. Try virsh -c lxc:/// or set the LIBVIRT_DEFAULT_URI=lxc:/// environment variable Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.or...
2020 Jan 26
0
Re: KVM not available on system bus
...different user. See https://libvirt.org/formatdomain.html#seclabel for more info. > > I tried to follow this guide to move my VM to the system bus. > > Running `sudo virsh define vm.xml` fails with: > > error: invalid argument: could not find capabilities for arch=x86_64 > domaintype=kvm > > Digging a bit further into it, I figured out that the cause of the error > message is, that I for some reason do not have KVM acceleration support > when running VMs on the system bus (as root) running my VM on the > session bus as a normal user (with the correct group membe...
2017 Jul 24
0
Re: Xen died - Fedora upgrade from 21 to 26
...tl enable libvirtd), and > can be manually started (systemctl start libvirtd), but it will not auto-start > on reboot. > > Secondly, Once I have manually started libvirtd, when I try to define a domain > it gives me an error "could not find capabilities for arch=x86_64 > domaintype=xen" and I haven't yet been able to define any domains. This domain > type works fine on Fedora 21. > > Thirdly, I am unable to convert to/from xml config format, it gives me the error > "error: invalid argument: unsupported config type xen-xl" however the format...
2017 Jul 26
0
Re: Xen died - Fedora upgrade from 21 to 26
...libvirtd), and can be manually started (systemctl start libvirtd), but it >> will not auto-start on reboot. >> >> Secondly, Once I have manually started libvirtd, when I try to define a >> domain it gives me an error "could not find capabilities for arch=x86_64 >> domaintype=xen" and I haven't yet been able to define any domains. This >> domain type works fine on Fedora 21. >> >> Thirdly, I am unable to convert to/from xml config format, it gives me >> the error "error: invalid argument: unsupported config type xen-xl" however...
2017 Jul 26
0
Re: Xen died - Fedora upgrade from 21 to 26
...temctl >>>> start libvirtd), but it will not auto-start on reboot. >>>> >>>> Secondly, Once I have manually started libvirtd, when I try to >>>> define a domain it gives me an error "could not find capabilities >>>> for arch=x86_64 domaintype=xen" and I haven't yet been able to >>>> define any domains. This domain type works fine on Fedora 21. >>>> >>>> Thirdly, I am unable to convert to/from xml config format, it gives >>>> me the error "error: invalid argument: unsupporte...
2017 Jul 26
1
Re: Xen died - Fedora upgrade from 21 to 26
2017 Jul 26
3
Re: Xen died - Fedora upgrade from 21 to 26
...virtd), and can be manually started (systemctl start >> libvirtd), but it will not auto-start on reboot. >> >> Secondly, Once I have manually started libvirtd, when I try to define >> a domain it gives me an error "could not find capabilities for >> arch=x86_64 domaintype=xen" and I haven't yet been able to define any >> domains. This domain type works fine on Fedora 21. >> >> Thirdly, I am unable to convert to/from xml config format, it gives >> me the error "error: invalid argument: unsupported config type >> xen-xl&q...