Displaying 20 results from an estimated 2000 matches similar to: "libvir: Remote error : cannot recv data: : Connection reset by peer"
2010 Sep 21
2
Query regarding Xen_ComputerSystem
Hi,
Libvirt provides classes such as Xen_ComputerSystem, Xen_Processor etc., in order to build applications using libvirt-api which can interact with the Xen Hypervisor.
I would like to know what are the corresponding classes for the KVM hypervisor, so that I can use libvirt-cim to communicate with the hypervisor. Would it be Kvm_ComputerSystem or Qemu_Computersystem?
Any help in this regard
2011 Nov 15
1
listDomains() not working on Xen
Hey all,
I've been trying to make listDomains() work on Xen but it simply returns an
array of null values. Also, while displaying the length of the array
returned by listDomains(). Upon using the same function in KVM, I'm able to
retrieve the complete array of active machines. I'm positive that active
Xen machines are running(cross checked it with xm list).
I've been posting this
2011 Nov 05
1
Finding out if Xen or KVM is used
I've got 2 doubts:
1.I've been trying to write an application using Libvirt's Java API which
should run on both Xen and KVM running machines and execute the Xen or KVM
code based on the hypervisor used. I want the physical machine to know if
it's running Xen or KVM and execute only that code.
While using getURI(), I need to use it as
conn.getURI()
but then I can't use conn
2010 Apr 23
1
Using the host's LVM to manage virtual disks
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
i am envisioning a scenario that a fellow sysadmin is employing using
xen, where the host is configured with LVM. basically, one volume group
spans the physical disk. then, various logical volumes are created for
the host and (Linux) guest OSes. this makes it easy to resize logical
volumes should it be needed.
is a setup like this possible with
2006 Jun 22
5
changing user/group on port 80
I''m trying to run mongrel on port 80 and switch to a different
user/group from root. As root, this works:
mongrel_rails start -p 3000 -u rails --group rails
This:
mongrel_rails start -p 80 -u rails --group rails
dies with:
---------------------------
** Changing group to rails.
** Changing user to rails.
** Starting Mongrel listening at 0.0.0.0:80
2006 Mar 13
7
Problem with params
I''ve got a User model, which holds the following (excerpt):
def try_to_authenticate
User.authenticate(self.username, self.password)
end
..
private
def self.hash_password(password)
Digest::SHA1.hexdigest(password)
end
def self.authenticate(username, password)
@user = User.find(:all, :conditions => ["username = ? AND
password = ?",
2007 Nov 09
4
variables in templates
Here''s the problem I''m trying to solve.
I use apache, for lots of things, some of those things are configured from a
performance standpoint differently.
In less vague terms I need to be able to change the MaxClients setting to
different things based on the different purposes apache serves. (say proxy
vs. app)
Under previous CMS/templating engines I would have a httpd.conf that
2004 Aug 06
1
Keeping icecast from kicking clients
I'm trying to setup Icecast so that clients can stay connected
indefinately. Basically sources will connect on occasion, but may
disconnect until they get instructions to connect again (think about a
jukebox that does not play music until something is selected. Now add in
distrubuted, thin clients and you realize why this is an important
feature).
According to the icecast authors, it is
2006 Mar 05
8
workflow support in Ruby on Rails
Hello,
I am relativley new to Ruby on Rails and am still in the process of enjoying
the features it offers. I wanted to know if theres workflow support in
rails. Can some one give me pointers if its possible.
Thanks
Naveen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060305/43c9abc3/attachment.html
2009 May 26
1
libvir: Remote error: Connection refused
I am trying to run the command:
su -c "virsh -c xen:/// list"
and getting the error:
libvir: Remote error: Connection refused
libvir: warning: Failed to find the network: Is the daemon running ?
libvir: Remote error: Connection refused
Id Name State
------------------------------------------------------------
0 Domain-0 running
What does this mean?
Thanks for help!
2013 Apr 11
2
Accessing libvirtd from multiple agents
Hi,
I was wondering if multiple remote agents can access the same libvirtd. How
do we prevent conflicting commands from the different agents. Can different
access permission be set for the agents? (The documentation usually goes
over the case where one agent can access multiple libvirtd and not this
case)
Thanks
Arvind
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Aug 22
0
libvir: Domain Config error : internal error incorrect root element
hi, When I use dom = virDomainDefineXML(conn, xml) to define xml, I countered a problem that " libvir: Domain Config error : internal error incorrect root element". Could you please tell me what's wrong with it? I tend to debug such problem above by gdb to step into virDomainDefineXML. When I press "step" in gdb, the console just shows the wrong messages, so I fail to
2013 May 15
0
libvir: QEMU Driver error : internal error Cannot find suitable emulator for armv7l
Hello,
I am trying to run OpenStack (via devstack) on an Arndale board using Linaro's 13.04 release. I am getting a libvirt error that I was hoping someone could provide some more detail about:
libvir: QEMU Driver error : internal error Cannot find suitable emulator for armv7l
If this is coming from libvirt, what is it looking for for a suitable emulator? Or, is this something I need to
2010 Jul 23
0
libvir: Domain error <domName>: invalid argument in virDomainGetXMLDesc
All,
I just downloaded and installed libvirt-bin and this is my first email
to the group, so I apologize in advance if my questions are too naive!
So, I am trying to access VMs running on xen3.2 hypervisor (host with
kernel 2.6.24-24-xen) using virt-manager installed on a machine
running Ubuntu 9.04 (client machine). I got to the point where I can
connect to my virtual machine and my domain-0
2004 Aug 06
1
Performance question
Hi all,
I'm looking for sizing information for the 1.3.11 Icecast server. I have
the following system:
FreeBSD 4.3
Pentium II 400 MHz
128 MB memory
100 Mb Ethernet connection (FD)
I am looking for an estimate to the number of clients I can have running
against this server. It looks to be configured for MAX_CLIENTS = 800, but
I'm looking for some sizing and performance estimates based
2012 Nov 19
1
libvir: Domain Config error : internal error malformed uuid element
what about this error ???
thanks a lot .
--
personal blog : denghuancong.com
facebook: facebook.com/denghuancong
twitter : twitter.com/denghuancong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20121119/000f6b78/attachment.htm>
2006 Nov 10
0
Re: [Libvir] First virConnectOpen() failed
Thanks, Daniel, I can see virsh nodeinfo (custom) passes now, but I
still get the same error:
when running under my user account:
PASS: virshtest
confdata/fc4.conf OK
PASS: test_conf.sh
First virConnectOpen() failed
FAIL: reconnect
when running as root:
PASS: virshtest
confdata/fc4.conf OK
PASS: test_conf.sh
First
2012 Jan 29
1
libvir: error : cannot getpwuid_r(107): Success
I am on RHEL 6.1 running KVM. I am getting following error when i start a
Ubuntu 11.10 Guest
I am attaching my xml file .
# virsh -c qemu:///system create Ubuntu-110.10.xml
error: Failed to create domain from Ubuntu-110.10.xml
error: internal error Process exited while reading console log output:
16:19:53.991: 2418: info : libvirt version: 0.8.7, package: 18.el6 (Red
Hat, Inc.
2013 Apr 29
1
Asterisk 11.3.0 - Mask for new file not correct
Hello,
I'm facing a rights issue on with Asterisk 11.3.0 running on CentOS release 5.8. Asterisk process is running with asterisk since it is define in asterisk.conf as following:
runuser = asterisk
rungroup = asterisk
You can see asterisk proccess here:
ps aux |egrep 'python|asterisk'
root 11581 0.0 0.1 65940 600 ? S Apr17 0:00 /bin/sh /usr/sbin/safe_asterisk
2011 Oct 07
2
Libvirt newbie, need help with doubts
Hi,
These are my doubts:
1. I tried live migration of Ubuntu 11.04 from the one physical machine to
another using the migrate() function. I connected via tcp in the destination
URI and migrated successfully(lesser than 2 seconds). I tried running virsh
list --all on the destination PM and confirmed that the VM had been migrated
successfully.
When I tried checking ps aux | grep vmname where