similar to: Unable to connect qemu:///system on Fedora16 X86_64

Displaying 20 results from an estimated 200 matches similar to: "Unable to connect qemu:///system on Fedora16 X86_64"

2012 Mar 05
2
Unable to connect qemu:///system on CentOS 6.2 X86_64
Dear all: I ust installed Fedora16Fedora16 X86_64 on my new machine, and then I ran the commands as follows(ran as root): yum install qemu-kvm yum install qemu yum install libvirt yum install virt-manager then I started the libvirtd as follow: /etc/init.d/lbvirtd start So , it ran well. However, after a few days , when I ran the command "virt-manager" , it showed as in the
2012 Mar 08
2
where is the libvirt.xml ?
Hi all: My OS is now Fedora16 , and the spice server is installed on it by rpms. Then I run 'qemu-kvm -hda /root/vaddsoft.img -m 512 -vga qxl -spice port=5930,disable-ticketing' , I want to find out where is the libvirt.xml for the command . Well , I mean that the libvirt.xml is genrated automatically, not by myself manually. Wish your help! Thanks a lot! -- Yours. suyi
2007 Oct 24
3
multiply for vector in R
Dear All, Is there a conmand to calculate the multiplication of the elements in a vector? For example: a=c(1,2,3,4) I want to get 1*2*3*4=24. Because the dimension of the vector is high, I want to know there is a command for this task in R? Thank you so much! Kang __________________________________________________ [[alternative HTML version deleted]]
2013 Mar 21
2
remote connection issue 'virsh -c qemu+ssh:///root@localhost/system list'
Hi, I'm trying remote connection with qemu hypervisor on FSL PPC board. The libvirt server is the PPC board. root at ppc:~# ifconfig eth0 10.193.20.109 root at ppc:~# libvirtd -d root at ppc:~# virsh -c qemu:///system define test.xml root at ppc:~# virsh -c qemu:///system start test root at ppc:~# virsh -c qemu:///system list --all Id Name State
2012 Mar 08
2
'virsh list' issue
Dear all: Afer run the command 'qemu-kvm -hda /root/free.img -m 512 -usbdevice tablet -vga qxl -spice port=5930,disable-ticketing' , and the VM starts natrually. Then I run the command 'virsh list' , it shows as follows: [root at localhost ~]# virsh list Id Name State ---------------------------------- [root at localhost ~]# there is no VM
2012 Mar 07
1
libvirt for spice
Hi all: I tried kvm on my ubuntu with the libvirt.xml file as follows: <domain type='kvm'> <name>instance-00000011</name> <memory>2097152</memory> <os> <type>hvm</type> <boot dev="hd" /> </os> <features> <acpi/>
2010 May 24
8
Network problem after updates
Hi all, I''ve a serious problem with my dom0 xen installation, that''s why I''m blocked to daily work. I come to describe my virtualization scenary and the arised problem. Hardware is a Dell server with 3 physicall ethernet network cards and 16 GB RAM. Initially installed CentOS-5.2 with Xen-3.0.3 and 2.6.18-128.el5xen kernel. Dom0 with 7 domU paravirtuallized (they have
2010 May 24
8
Network problem after updates
Hi all, I''ve a serious problem with my dom0 xen installation, that''s why I''m blocked to daily work. I come to describe my virtualization scenary and the arised problem. Hardware is a Dell server with 3 physicall ethernet network cards and 16 GB RAM. Initially installed CentOS-5.2 with Xen-3.0.3 and 2.6.18-128.el5xen kernel. Dom0 with 7 domU paravirtuallized (they have
2011 Nov 23
3
P2Vs seem to require a very robust Ethernet
Now that we can gather diagnostic info, I think I know why our P2Vs kept failing last week. Another one just died right in front of my eyes. I think either the Ethernet or NFS server at this site occasionally "blips" offline when it gets busy and that messes up P2V migrations. The RHEV export domain is an NFS share offered by an old Storagetek NAS, connected over a 10/100 Ethernet.
2012 Sep 18
1
glusterd vs. glusterfsd
I'm running version 3.3.0 on Fedora16-x86_64. The official(?) RPMs ship two init scripts, glusterd and glusterfsd. I've googled a bit, and I can't figure out what the purpose is for each of them. I know that I need one of them, but I can't tell which for sure. There's no man page for either, and running them with --help returns the same exact output. Do they have separate
2009 Nov 26
5
rquota didnot show userquota (Solaris 10)
Hi, we have a new fileserver running on X4275 hardware with Solaris 10U8. On this fileserver we created one test dir with quota and mounted these on another Solaris 10 system. Here the quota command didnot show the used quota. Does this feature only work with OpenSolaris or is it intended to work on Solaris 10? Here what we did on the server: # zfs create -o mountpoint=/export/home2
2013 Jul 03
0
F19 and virt-install
Hi libvirt: -------- My "short" question is - is there a recipe for installing F19 100% automatically with static IPs? I'm using a combination of url based install with a kickstart script pasted to a gist in order to bootstrap the entire thing. It **used** to work (fedora16), but recently stopped. ------- Note : Right now Im not using the os-variant switch because fedora17+
2011 Dec 10
2
A few errors with virt-p2v-image-builder
I just now ran into some traceback messages and other errors running virt-p2v-image-builder 0.8.5.1. Anything to worry about? . . . Installing: passwd ##################### [305/307] Installing: syslinux ##################### [306/307] Installing: vim-minimal ##################### [307/307] Note: Forwarding request to
2011 Nov 23
2
Windows P2V migration temporary recipe
These are the current steps we followed to set up and run Windows P2V migrations. Note that development is proceeding rapidly and the versions of all pieces below will likely be obsolete soon. ************************************************************* Windows RHEV P2V Cookbook 2011-1122 1. Install 32 bit Fedora 14 as a virtual machine or physical host. You will use this system to build
2008 Feb 22
2
(no subject)
hi, how to write a advanced dial plan for example: dial to a extension(123).if the user didnot pick the call, caller should get a ivr script(Enter 1 to to dial operator and 2 to go to voicemail) If caller press 1 it should dial to the operator,else if he dials 2 it should go to the voicemail of calle's extension. thanks sandeep. -------------- next part -------------- An HTML attachment
2010 Oct 27
2
keep adding elements to the matrix
Hello everyone, I would like to create a "dynamic" array to keep storing number in it for (i in c(2:length(final))){ myarray <-final[i]-final[i-1] myarray2<-2*final[i] } At the end I would like to use myarray as the x values of an array and the myarray2 as the yvalues of the same array. I tried cbind but it didnot work. Could you please help me with that? Best
2012 Mar 23
2
Xenstore daemon is not running after boot; although can be started manually later. Any pointers why ?
Hello, I build and installed Xen (4.1.3) from source, and I think I have got it working. Well, almost. I am using unmodified kernel of Fedora16 as my dom0 kernel. So this is what happened. I am able to boot into Xen, but the "xl info" failed with the standard error message mentioned in the tutorial. "libxl: error: libxl.c:56:libxl_ctx_init Is xenstore daemon running? failed to
2012 Mar 23
2
Xenstore daemon is not running after boot; although can be started manually later. Any pointers why ?
Hello, I build and installed Xen (4.1.3) from source, and I think I have got it working. Well, almost. I am using unmodified kernel of Fedora16 as my dom0 kernel. So this is what happened. I am able to boot into Xen, but the "xl info" failed with the standard error message mentioned in the tutorial. "libxl: error: libxl.c:56:libxl_ctx_init Is xenstore daemon running? failed to
2009 Dec 21
4
Refactor virt-v2v to be more like a 'big script'
These patches combine HVSource and HVTarget into a single Converter. This should make it more obvious where to hack without losing any practical flexibility. GuestOS remains separate. GuestOS is now a misnomer, because it's really only a Linux distro abstraction. It will be useless for Windows, for example. Functions which you'd expect to be different on a non-RH distro should live in
2013 Jan 03
1
no connectivity
Hi guys :) I have a KVM libvirt fedora16 guest running inside of Rhel. It exhibits no connectivity. I've clicked the "networking->eth0" icon at the upper right corner of the screen, which appears to work normally. However, i have no external connectivity (i cant ping google/yahoo etc). I can ping my host machine, however. -- Jay Vyas http://jayunit100.blogspot.com