Displaying 20 results from an estimated 700 matches similar to: "How to connect to local hpyervisor by libvirt?"
2012 Oct 31
3
error : virPidFileAcquirePath:345 : Failed to acquire pid file '/home/corey/.libvirt/libvirtd.pid': Resource temporarily unavailable
Hi all, When I try to start libvirtd, using "libvirtd -d", error notification shown below:error : virPidFileAcquirePath:345 : Failed to acquire pid file '/$HOME/.libvirt/libvirtd.pid': Resource temporarily unavailable Using "libvirtd -v", show: "libvirtd: error: Unable to obtain pidfile. Check /var/log/messages or run without --daemon for more
2011 Oct 25
4
Ubuntu 11.04 DomU not showing external block Device
Hello,
I just installed Xen 4.0.1 on Ubuntu 10.04 dom0. After this i had
Ubuntu 11.04 as Para domU.
I tried to attach file based disk to the this domU.
My command is:
# xm block-attach Ubuntu-11 file:/root/ubunut-natty/Extra
/dev/xvdb w
there is no error on this.
But inside the DomU i cannot see any disk xvdb.
xend.log shows :
[2011-10-25 16:27:32 14794] DEBUG
2011 Oct 10
1
Child process died
Hello,
I have installed libguestfs on RHEL 5.5 64 bit. 3 packages i
have installed.
libguestfs-tools-c-1.9.10-1.1
libguestfs-tools-1.9.10-1.1
libguestfs-1.9.10-1.1
When i am trying to run virt-resize it gives me error:
virt-resize -expand /dev/sda1 vm01.scilab vm01.scilab-15GB -d
libguestfs: trace: add_drive_opts "vm01.scilab" "readonly:true"
libguestfs: trace:
2011 Dec 05
5
Ubuntu 11.04 shutdown Problem
I am using old Xen Rpms which comes with RHEL 5.5 .
xen-3.0.3-105.el5.
I am running Ubuntu 11.04 Full Virt on this. But after a gap of 2 or 3 days
this VM gets shutdown automatically.
I have checked the logs there is nothing suspicious.. What can be reason
for it..??
Any one has faced same problem??
--
Thanks
Vipul Borikar
"Our task must be to free ourselves...by widening our circle of
2012 Aug 09
1
libvirtd may need to be started: Permission denied
Hi, I try to configure libvirtd to use qemu+tcp, but after doing so, I can't use virsh or programs with libvirt API.
I type "virsh -c qemu:///system", then error: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: Permission deniederror: failed to connect to the hypervisor
I could add "sudo" to "virsh -c
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.
2012 Sep 26
1
Asterisk 1.8.15.0, Requested transfer capability: 0x00 - SPEECH
Hello,
I'm having issues connecting throu PRI with the following error "Requested
transfer capability: 0x00 - SPEECH"
Below are the logs:
== Using SIP RTP CoS mark 5
-- Executing [97052660 at voipphones:1] Set("SIP/4856-00000003",
"CALLERID(num)=xxxxxxxxx") in new stack
-- Executing [97052660 at voipphones:2] Dial("SIP/4856-00000003",
2012 Feb 02
2
KVM Image not working after expansion
Hello,
I expanded a KVM image of 4gb to 10 gb ....
My Host machine is RHEL 6.1 and Guest is RHEL 5.5
Command i used is:
virt-resize --expand /dev/sda1 RHEL5.5-64bit.img RHEL5.5-10gb
Commands successfully gets executed...
Old disk works fine i mean it boots properly but the new disk stucks at
GRUB...
Has any one seen this behavior...
What should i do to debug this problem..
--
2012 Nov 19
1
how to make the volume's format to qcow2 when creating volume
hi,all
the following are files of pool and volume.
storage pool is based on logical(LVM) and iscsi,now I create volume
specified the format to "qcow2"
*pool.xml*
<pool type='logical'>
<name>pool_190</name>
<source>
<device
path='/dev/disk/by-path/ip-192.168.0.190:3260-iscsi-iqn.2012-11.com.cloudking:server.target1-lun-1'/>
2001 Mar 09
1
Forcing PTY usage.
I have been studing the OpenSSH code, and am looking to use it in an
envriornment with untrusted local users. I have some patches to this
effect, which I will post to the list in due course.
In any case, I would like all users who sucessfully authenitcate to
leave their mark in the system logs, in particular utmp and wtmp. As
these logs mean didily-squat without unique terminal names (and
2005 Dec 13
2
Outlook Express / Namespaces
Hi,
I'm planning to switch from courier-imap to dovecot. Everythings seems
fine. I adjust the namespaces to avoid client side changes.
This works with Thunderbird, but Outlook Express seems to have problmes
with the path "INBOX.", that I've configured in the client settings. I can
remove that path, but the folders will be sorted under the inbox.
Is there something that I've
2004 Jul 29
2
need some advice
hi,
i've several - for me - big problems. i've posted here several times and
only got generic or no replies. as my problmes ge more and more urgent i
need some help. where can i get this ? what do i have to do. i'm realy
desperate ..
TIA
--
Matthias Henze matthias@mhcsoftware.de
Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
- - - - - - - - - - - - - - -
2011 Oct 31
2
Python API for Resizing the disk
Is there Python Binding for Resizing the Image just like "virt-resize" does?
--
Thanks
Vipul Borikar
"Our task must be to free ourselves...by widening our circle of compassion
to embrace all living creatures and the whole of nature and its beauty."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Apr 24
1
Non-Root not able to use openReadOnly()
Hi,
I have a code :
import libvirt
con = libvirt.openReadOnly(None)
print con.listDomainsID()
When i run the above code using root i get the proper output... but when i
use non-root user it givers be a empty list [ ]
If i change the 2nd line to
con = libvirt.open(qemu:///system)
It works.
I am using RHEL 6.1 with default kvm and libvirt.
unix_sock_group = "virt" in
2012 Mar 21
2
Type II and III sum of squares (R and SPSS)
To whom it may concern
I made some analysis with R using the command Anova. However, I found
some problmes with the output obtained by selecting type II o type III
sum of squares.
Briefly, I have to do a 2x3 mixed model anova, wherein the first factor
is a between factor and the second factor is a within factor. I use the
command Anova in the list below, because I want to obtain also the sum
2011 Jan 31
1
Image Not Expanding
Hello,
I am running xen with libvirt. I have an image(Fedora12) with xen
para virt and run with the help of libvirt.
So i wanted to increase the size of this image from 1GB to 2 GB.
I am using virt-resize command for this.
When i do : virt-list-partitions it displays 2 partitions 1] /dev/sda1
and 2] /dev/sda2
I want to resize this to 2 gb
So i do like this: virt-resize
2011 Jan 19
1
Python Bindings for Python 2.7
Hello,
I want to source compile the libvirt 0.8.4 with its Python
bindings.
I have python 2.4 rpm installed but i dont use it. I use Python 2.7 source
compiled version.
So when i compile libvirt it produces bindings for Python 2.4 which is
obvious choice since it is rpm.
So how should i make it point to Python 2.7 so that it produces bindings for
it. Installed path of Python 2.7 is
2020 Mar 23
2
Samba still DNS Exit Code 23
Hello Samba Group
Today installing the Samba Version 4.11.7-Debian pkg from Louis, Thanks
Louis !!
The Server will running but watching on the service i have DNS Problmes.
Please can give me any update here : what are runing wrong.
--
samba-ad-dc.service - Samba AD Daemon
Loaded: loaded (/lib/systemd/system/samba-ad-dc.service; enabled; vendor
preset: enabled)
Active:
2012 Nov 06
1
Failed to bind socket to '/var/run/libvirt/libvirt-sock': Permission denied
Hi all, When I start self-built libvirtd by "libvirtd -d -l -f libvirtd.conf", it shows that error : virNetSocketNewListenUNIX:346 : Failed to bind socket to '/var/run/libvirt/libvirt-sock': Permission denied I have removed some requested comments in libvirtd.conf. The key settings are shown as below: listen_tcp = 1 tcp_port = "16509"
2012 Aug 08
1
How the libvirtd connect to qemud in source codes?
Hi, I meet a question when reading the libvirt source codes. Could you help me? Coz I plan to link libvirt to a Android Emulator based on QEMU, knowing how the libvirtd connect to qemud is important. I trace the code as following: libvirtd.c contains all the initilization of libvirt daemon, then calling function named qemuRegister to qemu_driver.c which contains three methods:int