search for: virdomaincreatelinux

Displaying 20 results from an estimated 58 matches for "virdomaincreatelinux".

2009 May 04
8
CentOS DomU on Opensolaris Dom0 - virt-install fails with error in virDomainCreateLinux()
Hi, I am trying to install CentOS on an Opensolaris Dom0. virt-install fails with an error in virDomainCreateLinux(). Is this a known issue? Am I missing some step? manoj@mowgli:~$ uname -a SunOS mowgli 5.11 snv_101b i86pc i386 i86xpv Solaris manoj@mowgli:~$ pfexec virt-install What is the name of your virtual machine? centos How much RAM should be allocated (in megabytes)? 512 What would you like to use a...
2009 Jun 12
4
Can''t get a Centos 5.3 domU to work
...ry 1024 MB Maximum memory 1024 MB Virtual CPUs: 1 installation source http://.../MYDVD which is the centos installation dvd disk image: /rpool/vms/centosx disk size: 9120 MB network: shared physical device e1000g0 Unable to complete install ''libvirt.libvirtError virDomainCreateLinux() failed POST operation failed: (xend.err "Error creating domain: (2, ''Invalid kernel'', ''xc_dom_parse_elf_kernel: ELF image has no shstrtab\\n'')") Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/create.py", line...
2008 Jul 19
2
problems with virt-install on snv_93
Hi, I try to start Solaris10 HVM DomU on SNV_93 dom0 running amd athlon x2 and 8gb ram. When I try to create a domU i get: bash-3.2# virt-install -n sol10 --hvm -r 1024 --vnc -f /dev/zvol/dsk/rpool/sol10 -c /rpool/pub/sol-10-u5-ga-x86-dvd.iso Starting install... virDomainCreateLinux() failed POST operation failed: (xend.err ''Device 0 (vif) could not be connected. Backend device not found.'') Domain installation may not have been successful. If it was, you can restart your domain by running ''virsh start sol10''; otherwise, please restart yo...
2007 Nov 22
6
Cannot create a DomU on snv77
...line 638, in start_install File "/export/builds/xvm_77/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 655, in _do_install File "/usr/lib/python2.4/vendor-packages/libvirt.py", line 503, in createLinux if ret is None:raise libvirtError(''virDomainCreateLinux() failed'', conn=self) libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ) the behavior is the same with and without the ''--paravirt'', and with the use of a path to a mounted dvd as a path to the iso image. any help? thanks, Ka...
2007 Nov 19
3
virt-install complains about vnc-password not being set
...quot;, line 638, in start_install File "/export/builds/xvm_77/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 655, in _do_install File "/usr/lib/python2.4/vendor-packages/libvirt.py", line 503, in createLinux if ret is None:raise libvirtError(''virDomainCreateLinux() failed'', conn=self) libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ''Error creating domain: vncpasswd is not set up in VMconfig and xend-config.'') I have set the vncpassword property as follows: # svccfg -s xvm/xend setprop con...
2010 Jun 07
1
111b virt-install failure
.../dev/zvol/dsk/zm0/vm/CentOS_48_64_92 -l ftp://192.168.101.120/pub/CentOS-48 -w bridge=aggr0 --os-type=linux --os-variant=rhel4 Starting install... Retrieving file vmlinuz.. 100% |=========================|    0 B    00:00 Retrieving file initrd.im 100% |=========================|    0 B    00:00 virDomainCreateLinux() failed POST operation failed: (xend.err "Error creating domain: (22, ''Invalid argument'')") Domain installation may not have been  successful.  If it was, you can restart your domain  by running ''virsh start CentOS_48_64_92''; otherwise, please  restart...
2007 Oct 02
2
centos5 virtmanager problems
hi all!! i have som experince with xen in other distros, i never used xenmanager or interfaces do work with xen, im trying to install a centos5 guest , but i get always the same error "virDomainCreateLinux() failed", i have selinux disabled, no firewall, using mirror http://centos.oi.com.br/5.0/os/i386, using a file: for disk. Someone can help me?? JC J?nior
2009 May 13
3
Virsh-install error
...mirrorservice.org/sites/mirror.centos.org/5.3/os/x86_64/ Starting install... Retrieving file CentOS... 100 kB 00:00 Retrieving file vmlinuz.. 100% |=========================| 1.9 MB 00:01 Retrieving file initrd.im 100% |=========================| 6.3 MB 00:02 virDomainCreateLinux() failed XML description for domain is not well formed or invalid Domain installation may not have been successful. If it was, you can restart your domain by running ''virsh start mg3''; otherwise, please restart your installation. Wed, 13 May 2009 10:49:32 ERROR virDomainCre...
2013 Apr 05
2
Problem with net-define using Open vSwitch bridge
...oboot) File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1317, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2606, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: Unable to add bridge vl10-ovsbr0 port vnet0: Operation not supported I'm going to assume the problem is that the bridge is not a linux bridge, but an Open vSwitch bridge. But I did have a line in the XML file that I used for net-define as follows: <v...
2014 Jun 12
2
Fedora 19/20 new install :Unable to create vcpu cgroup
...3, in start_install noboot) File "/usr/share/virt-manager/virtinst/guest.py", line 467, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2897, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: Unable to create vcpu cgroup for fedora20(vcpu: 0): Aucun fichier ou dossier de ce type I saw that there is no cpu mounted, only cpuacct. I saw on other server that cpu is a link to cpu,cpuacct But I can't find how to add this in a config file Than...
2007 Jun 11
0
error when installing guestOS for domainU
...sk, mac, uuid, src, options.extra) File "/usr/sbin/xenguest-install. py", line 331, in start_paravirt_install dom = conn.createLinux (cfgxml, 0) File "/usr/lib/python2.4/site-packages/libvirt.py", line 193, in createLinux if ret is None:raise libvirtError (''virDomainCreateLinux() failed'') libvirt.libvirtError: virDomainCreateLinux() failed May it depend on a bad install location path or are there configuration problems on my machine? thank you in advance. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com htt...
2007 Jun 14
0
Still stuck with Xen 3.1 on Fedora 7
...b, meter) File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 666, in _do_install self.domain = self.conn.createLinux(install_xml, 0). File "/usr/lib/python2.5/site-packages/libvirt.py", line 480, in createLinux if ret is None:raise libvirtError(''virDomainCreateLinux() failed'', conn=self) libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ''Device 0 (vif) could not be connected. Hotplug scripts not working.'') [root@shrek3-009002084099 images]# _______________________________________________ Xen-user...
2007 Dec 15
2
install quest operating system
Hello List I am trying to install Fedora as a quest operating system on Xen, but i have the following error: anable to complete install: ''virDomainCreateLinux() failed POST operation failed: (xend.err "Error creating domain: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\\n'')")'' I have also tried to install Fedora from the CD as the install media, but i could''nt make it Do you...
2008 Sep 26
0
Centos multiple bridging
...d0 no peth2 xenbr3 8000.001a643589d2 no peth3 If i startup a machine like this: virt-install -f /data/machines/tmpl-centos.img -p -l http://url_to_image/centos/5/64/ --vcpus=1 -r 512 -b xenbr1 I got the following error after retrieving the initrd: virDomainCreateLinux() failed POST-Operation schlug fehl: xend_post: error from xen daemon: (xend.err ''Device 0 (vif) could not be connected. Hotplug scripts not working.'') Domain installation may not have been successful. If it was, you can restart your domain by running ''virsh start tmpl...
2008 Jun 27
1
Centos 5.2 and Xen, problems installing guests
...5.2 x86_64, when i try to install a guest using the gui tool virt-manager the "new" button is disabled, so no good luck. Using virt-install on the command line, the install process begins but after retrieving the .treeinfo vmlinuz and initrd.img files, it stop with the following error: virDomainCreateLinux() failed POST operation failed: (xend.err 'Error creating domain: invalid xend config dom0-min-mem: expected int: |18') is someone having the same problem? do someone knows a workaround?. Thank you in advance. __________________________________________________ Correo Yahoo! Espacio para...
2015 Jul 14
2
So why does "destroy" not actually destroy?
I thought it odd that if I have a running VM and I do "virsh destroy" it results in a VM that is "shut off". To ACTUALLY destroy a VM, you have to follow that with "undefine". Could someone elaborate on how we ended up with these slightly confusing semantics?
2010 Sep 17
1
device error
...d, wait) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 633, in _do_install self.domain = self.conn.createLinux(install_xml, 0) File "/usr/lib64/python2.4/site-packages/libvirt.py", line 974, in createLinux if ret is None:raise libvirtError(''virDomainCreateLinux() failed'', conn=self) libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err ''Device 0 (vif) could not be connected. Hotplug scripts not working.'') --- Distro: RHEL 5.5 Any idea what is causing this? It was working several weeks back but when I...
2011 Jan 18
1
cluster of virtual machines using libvirt/kvm + Gluster
...oveOld, wait) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 633, in _do_install self.domain = self.conn.createLinux(install_xml, 0) File "/usr/lib64/python2.4/site-packages/libvirt.py", line 974, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: internal error unable to start guest: qemu: could not open disk image /var/lib/libvirt/images/test.img # /var/log/messages Jan 18 05:36:05 kvmsrv001 libvirtd: 05:36:05.227: error : internal error Timed out while reading console log output Jan 18 05:36:05 kv...
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
...noboot) File "/usr/share/virt-manager/virtinst/guest.py", line 467, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2897, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: internal error: process exited while connecting to monitor: Failed to create chardev When tyring to create new VM with virt-install, I am getting: virt-install --name eff1 --disk /home/kvmimages/eff1.img --cdrom /home/kvmimages/Fedora-20-x86_64-DVD.iso...
2007 Jun 13
2
Xen 3.1.0 on Fedora 7- libvir: Xen Daemon error :GET operation failed
Hi, I have been trying to get Xen 3.1 running on Fedora 7 since yesterday and no luck. At the beginning I thought it was a problem with teh installation of Fedora 7 so I reinstalled it. Still, I have the same problem. I have never had this problem with Xen (FC5,FC6). The xend.log (below) includes a line "VmError: Device 0 (vif) could not be connected. Hotplug scripts not working."