similar to: virt-install fails on SXDE build 87

Displaying 20 results from an estimated 2000 matches similar to: "virt-install fails on SXDE build 87"

2007 Nov 15
11
I can''t use ''virt-install''
Hi I have installed nevada77 in x4200. But i can''t use ''virt-install'' ro create guest domain. Do I need add more pkg? what''s wrong? #virt-install --name xmv-test-1 ram 1024 --nographics --file /export/home/xmv-test-1 --location /export/home/software/snv-solarisdvd-x86-77.iso Traceback (most recent call last): File "/usr/bin/virt-install", line 657,
2007 Nov 19
3
virt-install complains about vnc-password not being set
Hi All, Im getting the following error when I run virt-install: bash-3.2# virt-install -n winxp-01 --hvm -r 384 --vnc -f /etc/opt/vms/winxp-01.img -s 16 -c /etc/opt/images/windowsXP_SP2.iso Starting install... libvir: Xen Daemon error : POST operation failed: (xend.err ''Error creating domain: vncpasswd is not set up in VMconfig and xend-config.'') Traceback (most recent call
2014 Jun 10
2
TCP connection works for only remote host
tcp connection working only for remote host . for localhost raising the following error >>> con=libvirt.open("qemu+tcp:///system") libvirt: XML-RPC error : unable to connect to server at 'localhost:16509': Connection refused Traceback (most recent call last): File "<stdin>", line 1, in <module> File
2010 Mar 31
1
connect libvirt and virtualbox
conn = libvirt.open("vbox:///session") return this error: libvir: VBOX error : internal error unable to initialize VirtualBox driver API Traceback (most recent call last): File "prova.py", line 5, in <module> conn = libvirt.open("vbox:///session") File "/usr/lib/python2.6/dist-packages/libvirt.py", line 163, in open if ret is None:raise
2013 Jun 19
1
error : Failed to find user record for uid '32722'
I'm trying to use the libvirt Python API to manage VirtualBox VMs on Mac OS X 10.8.3. I'm running libvirt 1.0.6 via Homebrew. However, the following trivial Python script: import libvirt conn = libvirt.open('vbox:///session') gives me the following error: libvirt: error : Failed to find user record for uid '32722': Success Traceback (most recent call
2014 Jun 13
1
Re: Status of Host machine.
Hi Michal, virConnectOpen is for connecting to a host right..? I want to check the host status, whether the connection to the host is active or not.. for that purpose we have to use virConnectIsAlive() I'm using libvirt python bindings, here is the function defnintion. def isAlive(self): """Determine if the connection to the hypervisor is still alive A
2007 Nov 22
6
Cannot create a DomU on snv77
I am trying to create a DomU guest domain to run snv77 over an a snv77 host, following the instructions and example in http://opensolaris.org/os/community/xen/docs/virt-install.html. I booted the xVM partition (selected xVM from the grub menu). virt-install spends 2 or 3 minutes after "Starting install ..." then fails. here''s what I get: bash-3.2# virt-install --name
2008 Jul 15
1
Error while staring "xend"
Hello, i installed a Xen 3.3 on Fedora 7 successfully I booted system with xen 3.3. checked using the command uname -r but while starting xend i will get an error please help me out this... error is as: ImportError: /usr/lib/python/xen/lowlevel/xs.so thanks in advance _______________________________________________ Xen-users mailing list
2008 Apr 15
4
Attempt to create F8 FomU at SNV85 Dom0
# lofiadm -a /export/home/isos/f8.iso /dev/lofi/1 # mount -o ro -F hsfs /dev/lofi/1 /mnt # share -F nfs /mnt Start virt-install :- # virt-install -n F8PVM --ram 1024 --nographics -p \ -f /dev/zvol/dsk/xvmpool/f8-disk -l nfs:192.168.1.42:/mnt -d Starting install... libvir: Xen Daemon error : GET operation failed: Tue, 15 Apr 2008 09:12:44 DEBUG Preparing mount at
2009 Sep 23
1
virt-install error - failed to connect
Hi all, I installed Xen 3.4.0 on RH5.3 from the source, It is working fine (Dom0), but when i tried to create new guest (hvm) by the virt-install i got the next message: Wed, 23 Sep 2009 12:02:15 ERROR virConnectOpen() failed Traceback (most recent call last): File "/usr/sbin/virt-install", line 560, in ? main() File "/usr/sbin/virt-install", line 348, in main
2014 Jun 11
2
Status of Host machine.
Hi, Using libvirt how can we check the status of a remote/local host machine.. isAlive() method is giving true even if the internet connection is broken OR libvirt demon in the remote machine is being stopped. so isAlive() does not seems to be handy, Is there some other way to get the status of remote host..? Thanks -Sijo
2013 Oct 14
2
Re: event handler
Michal Privoznik писал 2013-10-14 11:39: > On 14.10.2013 10:33, Alexandr wrote: >> Michal Privoznik писал 2013-10-14 08:48: >>> On 14.10.2013 02:42, Alexandr wrote: >>>> good day to all. >>>> i still have not solved my problem with event handling. >>>> currently i have following code >>>> >>>> >>>> void
2013 Oct 14
2
Re: event handler
Michal Privoznik писал 2013-10-14 08:48: > On 14.10.2013 02:42, Alexandr wrote: >> good day to all. >> i still have not solved my problem with event handling. >> currently i have following code >> >> >> void libvirt_eventloop_thr_func() >> { >> while(true) //TODO: stop somehow on exit >> { >>
2007 Oct 31
3
virt-install fails in b75a
After an "exaustive" search on what may be causing this, I still can''t figure it out. I keep getting this same error when trying to run virt-install: # virt-install Traceback (most recent call last): File "/usr/bin/virt-install", line 666, in ? main() File "/usr/bin/virt-install", line 518, in main conn = libvirt.open(options.connect) File
2007 Nov 25
10
How are you getting your Vista and XP VMs to work?
I''m not having much luck getting either a Vista or XP VM up and running. XP: I''ve created an ISO from my WinXP SP 1a CD. The VM seems to be created fine. It boots then installs the OS. On the second setup boot after copying over the OS files, it brings up a box that says: The file ''asms'' on WindowsXP Home Edition Service Pack 1 CD is needed. Then wants
2011 Feb 12
4
if xend block
Hi, All I use python, I want to know If xend is blocked, then I call virConnectOpen will it return or block? Thanks, Allan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Oct 14
2
event handler
good day to all. i still have not solved my problem with event handling. currently i have following code void libvirt_eventloop_thr_func() { while(true) //TODO: stop somehow on exit { if(virEventRunDefaultImpl() < 0) { virErrorPtr err = virGetLastError(); fprintf(stderr, "Failed to run event loop: %s\n", err && err->message ? err->message : "Unknown
2010 Jul 01
0
non-root user "virConnectOpen() faile" in libvirt-0.3
*Hello,* * * *My environment is "Xen3.1 in Fedora8" with "libvirt0.3 & python2.5". When I ran the following * *commands as a non-root user "nimbus":* $python >>> import libvirt >>> libvirt.open("xen:///") --------- Console --------- [nimbus at localhost-120 ~]$ python Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) [GCC 4.1.2
2011 Aug 23
1
libvirt ruby binding with vmware
Hi, I've been trying to use the ruby libvirt binding with vmware esx on F15, however it doesnt seems to work, I get: Libvirt::ConnectionError: Call to virConnectOpen failed: Cannot access CA certificate '/etc/pki/CA/cacert.pem': No such file or directory I've using the same uri with virsh and it works. it seems like somehow the no_verify is not passed, or we are back to old
2016 Jul 24
2
Lifecycle of a connection to libvirtd
Hey! I am trying to figure out how to reliably maintain a connection to libvirtd. From the documentation, I would expect something like that: - virConnectOpen() - virConnectRegisterCloseCallback() - virConnectSetKeepAlive() - Application logic And in the registered callback, I would: - virConnectUnregisterCloseCallback() - virConnectClose() - virConnectOpen() -