similar to: libvirt RPC error

Displaying 20 results from an estimated 200 matches similar to: "libvirt RPC error"

2013 May 27
2
hangs in libvirt function virLogMessage
Hi, We are hitting a deadlock on libvirt on 0.9.4 version. Can someone help us ? 1) Is there any way to specify timeout for all the calls made by libvirt especially virConnectOpenReadOnly 2) Does virCommandRunAsync always fork a new process ? gdb) bt #0 0x00007fc17b53ce6e in __lll_lock_wait_private () from /lib64/libc.so.6 #1 0x00007fc17b4e3f2d in _L_lock_2164 () from /lib64/libc.so.6 #2
2012 Apr 30
1
Touhou Project game doesn't come up in a Ubuntu12.04 Wine1.4
Now, I am using is Wine1.4 Ubuntu12.04. Update to 12.04 from Ubuntu11.10, has been updated as well Wine. Then, the game was east of the project will not start for some reason all. Also double-click the executable file, the reaction does not (boot). Was working in previous versions of Wine. We also check to run as a program. Why did not start, why? What remedy is there? In addition, the package
2012 Apr 26
2
How to avoid this error "bits/predefs.h No such file or directory" when compiling XEN?
Hi , All I try to compile xen-unstable.hg(25249:a4e7fce6ee2b) from source repo on ubuntu11.10-amd64. It complains "/usr/include/features.h:323:26 fatal error: bits/predefs.h No such file or directory". I wonder it''s a thing related to 32bits and 64bits. How to solve this problem? Thank you. Here are my steps: [ Install prerequisites. ] sudo apt-get install git sudo apt-get
2011 Nov 05
2
running application rynga
hi i use wine for runnig an application rynga.i success fully install it. but when i try to run an error message appear that it cant be run because of the deficiency of wine. i am running this programme in windows 7 without any problem. i want to run it in ubuntu11.10.this is a software which help to making phone calls from internet
2012 Aug 02
2
[LLVMdev] Questions about clang options
Hi, I am quite new to LLVM. I just compiled LLVM and clang on Ubuntu11.10 then followed the tutorial http://llvm.org/docs/DebuggingJITedCode.html clang -cc1 -O0 -g -emit-llvm showdebug.c where showdebug.c contains: #include<stdio.h> int main() { printf("hello\n"); return 0; } But I got Fatal error: 'stdio.h' file not found. However, clang showdebug.c has no
2012 Aug 02
0
[LLVMdev] Questions about clang options
On Thu, Aug 2, 2012 at 8:56 AM, Xinglin Zhang <xinglinzh at gmail.com> wrote: > Hi, > > I am quite new to LLVM. I just compiled LLVM and clang on Ubuntu11.10 then > followed the tutorial http://llvm.org/docs/DebuggingJITedCode.html > > clang -cc1 -O0 -g -emit-llvm showdebug.c > > > where showdebug.c contains: > > #include<stdio.h> > int main() >
2012 Aug 02
1
[LLVMdev] Questions about clang options
Dear Zhang, Compiler ends up invoking cc1 (the backend) anyways. So if you would like to invoke it by hand, the only thing to know is the right combination of options. Try to use the compiler verbose option "-v". It will show you how exactly clang invokes the backend: > clang -v -c showdebug.c clang version 3.2 (trunk 156703) Target: x86_64-unknown-linux-gnu Thread model: posix
2009 Jun 19
0
Re: [libvirt] domain.info() sometimes returns state zero for running machines
Sorry but I misunderstood your last post completely :-D but now I tried what you said, using the CVS version. I also dumped the "ret" value from virXen_getdomaininfo. The output was simple: ret=1, domain_flags=0 (right after XEN_GETDOMAININFO_FLAGS!!!). Sadly I don''t have much time to dig deeper but it seems to me that this happens very seldom or sometimes not at all (hard
2007 Oct 22
2
Problem in mbox-sync.c
We've just cut over to a new mail server running Dovecot 1.0.5. The underlying OS is RHEL 5. User mailboxes are stored in Unix mbox format on a local ext3 file system. The MTA on the system is the default RedHat version of Sendmail 8.13.8 with procmail for local delivery. We're using a combination of dotlock and fcntl style locking. The output of "dovecot -n" for this system
2014 Sep 03
2
howto force shutdown if nut-snmp Communications lost
Hallo, I have one ups with snmp and any ups without snmp. Shutdown works while network online. But some batteries are empty, so that the communication break early. Howto force shutdown if nut-snmp Communications lost? My 1. suggestion was option DEADTIME, but seem to be information only. (s. below) Any suggestions? The last way would be a ugly cronjob (like: ping || shutdown). regards Heiko
2016 Mar 10
0
different uuids, but still "Attempt to migrate guest to same host" error
Background: ---------- I'm trying to debug a two-node pacemaker/corosync cluster where I want to be able to do live migration of KVM/qemu VMs. Storage is backed via dual-primary DRBD (yes, fencing is in place). When moving the VM between nodes via 'pcs resource move RES NODENAME', the live migration fails although pacemaker will shut down the VM and restart it on the other node.
2017 Jul 06
1
samba 4.5.8 @ debian 9 - wrong groups IDs for PAM authorization
Hello list. I’m using samba4 authorization with debian 8 without any problems. But in debian 9 very same config causes problems - unable to change GID. Here is my smb.conf: [global] netbios name = testvm security = ADS workgroup = WRKGRP realm = EXAMPLE.COM password server = 172.24.0.253 wins server = 172.24.0.253 wins proxy = no
2012 Jul 18
1
virDomainMemoryStats call
Hi, I'm using the API virDomainMemoryStats to fetch memory stats for a domain/guest on Fedora 16/RHEL 6.3 . I don't get these counters filled up VIR_DOMAIN_MEMORY_STAT_UNUSED, VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON,VIR_DOMAIN_MEMORY_STAT_AVAILABLE , VIR_DOMAIN_MEMORY_STAT_MAJOR_FAULT and VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT. The version of libvirt 0.9.11 on Fedora 16 . How to get all the
2014 Jan 07
0
LLVM 3.4 Release!
Happy new 2014, just saw on <heise.de> the announce of LLVM v3.4. The sig-file for the pre-built binary for Ubuntu/precise seems to point to the tarball. Can someone fix that, please. Thanks. Regards, - Sedat - P.S.: Some wget outputs. $ LC_ALL=C wget http://llvm.org/releases/3.4/clang+llvm-3.4-x86_64-unknown-ubuntu12.04.tar.xz.sig --2014-01-07 10:39:22--
2005 May 04
0
hfc isdn cards & zaphfc in domU
Hello, After searching the archives, I''ve found only two messages regarding this case, but there were no solution. I have a similar problem, so I try to ask here. I have twi HFC chipset ISDN cards in my pc: 0000:00:0d.0 Network controller: Cologne Chip Designs GmbH ISDN network controller [HFC-PCI] (rev 02) Subsystem: Cologne Chip Designs GmbH ISDN Board Flags: bus
2013 May 27
2
libvirt for Citrix XenServer
Hi, Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Regards, Navin
2013 May 28
1
Re: libvirt for Citrix XenServer
Hi Eric, Thanks for your response. ________________________________________ From: Eric Blake [eblake@redhat.com] Sent: Tuesday, May 28, 2013 9:07 PM To: Parakkal, Navin S Cc: libvirt-users@redhat.com; Daniel P. Berrange Subject: Re: [libvirt-users] libvirt for Citrix XenServer On 05/27/2013 12:43 AM, Parakkal, Navin S wrote: >> Hi, >> Can someone send me the build steps how to
2015 Sep 28
0
CentOS 6 Xen virt* issues
On Sat, Sep 26, 2015 at 7:04 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote: > Hello, > > I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems: > > > 1) virt-manager fails to start with an error: "D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open
2012 May 19
1
Migration with rbd storage backend
Hi, Seems that such migration is currently broken, at least for 0.9.11|0.9.12, with 0.9.8 all works fine: virsh migrate --live testvm qemu+tcp://towerbig/system ---snip--- 2012-05-17 21:22:30.250+0000: 16926: debug : qemuDriverCloseCallbackGet:605 : vm=testvm, uuid=feb7ccb6-1087-8661-9284-62e3a1e9f44a, conn=(nil) 2012-05-17 21:22:30.250+0000: 16926: debug : qemuDriverCloseCallbackGet:611 :
2013 Nov 19
0
Re: Unable to use more than 4 serial devices at once.
On 11/17/2013 09:18 PM, Matthew Harrold wrote: > On Sun, Nov 17, 2013 at 7:44 PM, Cole Robinson <crobinso@redhat.com > <mailto:crobinso@redhat.com>> wrote: > On 11/17/2013 01:26 PM, Matthew Harrold wrote: > > Hi All. > > > > I'm trying to setup a guest within my hypervisor that acts as a Console > > Server, using 10 USB