similar to: Problem connecting to hypervisor

Displaying 15 results from an estimated 15 matches similar to: "Problem connecting to hypervisor"

2014 Jun 03
0
Problem connecting to hypervisor
I am trying to establish a connection (using virsh command) to a couple of hypervisor hosts, both on SLES 11.3 environments. The host from where i am making both the connections is a SLES 10.4 instance. *kvmh911351246:~ # virsh -c qemu+ssh://9.113.51.247:22/system <http://9.113.51.247:22/system>libvir: XML-RPC error : authentication requirederror: failed to connect to the hypervisor* The
2023 Mar 09
0
njs-0.7.11
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - XMLNode API to modify XML documents: : const xml = require("xml"); : let data = `<note><to b="bar" a="foo">Tove</to><from>Jani</from></note>`; : let doc = xml.parse(data); : : doc.$root.to.$attr$b = 'bar2'; :
2013 May 22
2
cgroup error starting domains
Hi, I've got a small problem using libvirt-1.0.5.1 (with the latest patch in the v1.0.5-maint branch on git added). I'm using slackware64-14.0 but the situation is exactly the same described on a debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707201 When trying to start a domain I got error: Failed to start domain debian-wheezy-xfce error: Unable to initialize /machine
2005 Apr 19
2
xenU and drbd
Hi, i''ve a problem with drbd 0.7.10 module on an xenU OS (testing). I''ve compiling drbd with "make clean all" then "make install" without error. modprobe drbd OK with no error too and now and trying to start drdb /etc/init.d/drbd start Starting DRBD resources: can not open /dev/drbd0: No such device or address [ d0 can not open /dev/drbd0: No such device
2013 Jun 06
0
Re: cgroup error starting domains
On 05/22/2013 11:01 AM, Matteo Bernardini wrote: > Hi, > > I've got a small problem using libvirt-1.0.5.1 (with the latest patch in > the v1.0.5-maint branch on git added). > I'm using slackware64-14.0 but the situation is exactly the same described > on a debian bug > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707201 > > When trying to start a
2013 Dec 23
0
Re: Reg: Methods in DomainJobInfo
On 12/23/2013 03:38 AM, Rathidevi wrote: > Hi All, > > I am new to libvirt. Please explain about the units (which is bytes or KB or MB) and uses of DomainJobInfo and DomainBlockInfo methods. Like getMemRemaining(), getDataRemaining() etc. virDomainBlockJobInfo intentionally does not document units - so the underlying hypervisor can use whatever units it wants (bytes, 512-byte blocks, 1k
2015 Feb 25
1
Fwd: Unattended guest installation fails
Hi, I am following the below link to install a Fedora19 guest on Fedora19 Host. http://kashyapc.com/2011/08/18/unattended-guest-install-with-a-local-kickstart/ Version : libvirtd (libvirt) 1.0.5.1, QEMU emulator version 1.4.2, Copyright (c) 2003-2008 Fabrice Bellard I have the iso which I loop mounted and created a http repo using python module "python -m SimpleHTTPServer". This
2018 Sep 11
1
Samba 4.8.5 breaks Time Machine support
Hi, tl;dr - Samba 4.8.5 broke macOS's Time Machine support (at least for me), patching in the "follow-up patch" from https://bugzilla.samba.org/show_bug.cgi?id=13441 makes it work again. It would be great if it could be included in an official patch release soon. :) Just writing about the problem and solution here, in case someone else stumbles upon it. Couldn't find any
2023 Jul 06
0
njs-0.8.0
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - shared dictionaries: Shared dictionary keeps the key-value pairs shared between worker processes. This allows to cache data in memory and share it between workers. : example.conf: : # Creates a 1Mb dictionary with string values, : # removes key-value pairs after 60 seconds of inactivity:
2013 Jun 07
2
Re: cgroup error starting domains
On Thu, Jun 06, 2013 at 06:26:23PM +0200, Matteo Bernardini wrote: > On 05/22/2013 11:01 AM, Matteo Bernardini wrote: > > Hi, > > > > I've got a small problem using libvirt-1.0.5.1 (with the latest patch in > > the v1.0.5-maint branch on git added). > > I'm using slackware64-14.0 but the situation is exactly the same described > > on a debian bug
2013 Jun 19
3
Re: libvirt hang on domain attemp to create domain
В письме от Среда, 19-июн-2013 09:35:27 пользователь Michal Privoznik написал: > On 18.06.2013 22:21, Александр wrote: > > В письме от Вторник, 18-июн-2013 12:10:41 пользователь Michal Privoznik > > > > написал: > >> On 18.06.2013 07:14, Александр wrote: > >>> good day, i am trying to create domain via virDomainDefineXML. and my > >>> program
2010 Apr 28
1
Errors when trying to open odfWeave documents
Hello I tried the odfWeave package today, by running the formatting.odt and example.odt files that are included with the package. They both ran fine, but when I try to open them in my OpenOffice (OpenOffice 3.1.1 on Kubuntu 9.10) I get an error "Format error discovered in the file in sub-document content.xml at 1293,124(row,col)." I also tried to open them in MS Word 2003 (Windows
2013 Dec 23
3
Reg: Methods in DomainJobInfo
Hi All, I am new to libvirt. Please explain about the units (which is bytes or KB or MB) and uses of DomainJobInfo and DomainBlockInfo methods. Like getMemRemaining(), getDataRemaining() etc. Using libvirt version is libvirt-0.5.1. Thank you Regards, Rathidevi
2014 Aug 01
3
[LLVMdev] Documentation for adding builders and slaves to zorg?
Hi all, I'm working on adding a new buildbot. I'm don't understand what is required when patching zorg's builders.py and slaves.py. Is there any documentation on this? Would anybody be willing to help? Best, Eric Fiselier -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jun 18
2
Re: libvirt hang on domain attemp to create domain
В письме от Вторник, 18-июн-2013 12:10:41 пользователь Michal Privoznik написал: > On 18.06.2013 07:14, Александр wrote: > > good day, i am trying to create domain via virDomainDefineXML. and my > > program hanging, also i failed to caonnect to libvirt daemon with > > virt-manager after this, only killing libvirtd via SIGKILL and restarting > > it solveing hang (i mean