similar to: Child process died

Displaying 20 results from an estimated 1000 matches similar to: "Child process died"

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 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 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 Aug 03
1
How to connect to local hpyervisor by libvirt?
Hi libvirt team, I suffered some troubles. Could you please give me some advices? Our team plan to control more then 100 android emulators, however, we failed to connect to the local android emulators by libvirt. Now we have tested 2 ways. 1. Converting from QEMU args to domain XML. It's a right way to control the local QEMU built manually. But the android emulator based on QEMU
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.. --
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 Dec 07
1
[PATCH v2] tests: Fix qemu-wrapper.sh generation
--- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2eebefa..560ebda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -352,11 +352,11 @@ check-with-upstream-qemu: check-with-upstream-qemu-1: $(top_builddir)/qemu-wrapper.sh $(QEMUBINARY) --version - $(MAKE) LIBGUESTFS_QEMU=$(top_builddir)/qemu-wrapper.sh check + $(MAKE)
2014 Jan 25
2
Re: Errors Running on Ubuntu 13.10
Not that I know of, resource usage seems totally normal. Also, as I mentioned, virt-install and virt-manager can both access and run vm's on qmeu without any trouble. Ulimit is also unset. On Fri, Jan 24, 2014 at 2:42 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Fri, Jan 24, 2014 at 12:45:43PM -0800, Tim Fall wrote: > > Here’s the trace you requested. I can dump the
2012 Apr 04
1
Notes on libguestfs with Ubuntu 12.04 (Precise)
Ubuntu are now supplying a libguestfs package (or to be more accurate, they are just copying the Debian package) but it doesn't work out of the box. There is a bug in apt which we worked around in febootstrap 3.14, but the supplied version of febootstap is only 3.12. Hence you will get errors like this during installation: febootstrap: aptitude: error: no file was downloaded corresponding
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
2012 May 14
0
Script execution at Boot
I am using KVM on RHEL 6.1. When i try to run a RHEL 5.5 Guest using virt-manager the a shell script put under rc.local runs properly. But when i try to run Guest using cmd line the script doesn't run. I mean it gives error code as 1 . The commands like echo works but executing another shell script under rc.local file doesn't run and gives return code as 1. I know its weird question ..
2006 Oct 24
2
xm create -c vm01.cfg, Error: (22, 'Invalid argument')
# xm create -c vm01.cfg Error: Cannot open config file "vm01.cfg" www:/var/log/xen# xm create -c /etc/xen/auto/vm01.cfg Using config file "/etc/xen/auto/vm01.cfg". Error: (22, 'Invalid argument') # xm log [2006-10-24 16:16:30 xend.util.security 29229] INFO (__init__:1072) Resource label file not found. [2006-10-24 16:16:30 xend.util.security 29229] INFO
2012 May 23
0
monitor socket did not show up.: No such file or directory
I am using a Nimbus Cloud Middleware which in turn use Python libvirt binding to start VM's. Hypervisor is KVM. # virsh -c qemu:///system version Compiled against library: libvir 0.8.7 Using library: libvir 0.8.7 Using API: QEMU 0.8.7 Running hypervisor: QEMU 0.12.1 Some time i get the error in the Nimbus Logs it says : UnexpectedError: Problem creating the VM: monitor socket did not show
2010 Aug 15
2
trouble launching vm''s
Hello, I must be missing something very very basic. Because I am having trouble launching some vm''s that I recently built whereas I don''t have any problem at all launching some older images I made in very much the same way! First there is vm01 which works just fine: [root@lcent5-1:/etc/xen]$:xm create vm01 Using config file "./vm01". Started domain vm01
2010 Aug 15
2
trouble launching vm''s
Hello, I must be missing something very very basic. Because I am having trouble launching some vm''s that I recently built whereas I don''t have any problem at all launching some older images I made in very much the same way! First there is vm01 which works just fine: [root@lcent5-1:/etc/xen]$:xm create vm01 Using config file "./vm01". Started domain vm01
2008 Jul 16
1
virt-install behind proxy (Xen Newbie)
How does one install a new vm behind a proxy? When I start the virt-install routine Xen seems to be unable to load information from the ftp/http sources. As a consequence, I tried to install from the DVD-iso as well as the file system. Xen then prompts "What type of media contains the packages to be installed?". After choosing ''hard drive'' it prompts that I do not seem
2005 Dec 29
1
Cannot ssh to VM01 remotely
I can ssh into the Xen box over my LAN from another machine and I am logged in as vm01. But when I try to ssh in from work I can''t. I configured my router and I still cannot ssh into vm01. I know the sshd daemon is running because I can ssh locally. What could it be preventing me to ssh to vm01 remotely?? Thanks. Kashif _______________________________________________
2008 Jun 12
3
Detach specific partition LVM of XEN
Hi... I have had a problem when I am going to detach one specific LVM partitions of Xen, so I have been trying xm destroy <domain>, lvchange -an <lvm_partition>, lvremove -f.... So I haven''t had sucess. I restarted the server with init 1 yet and nothing... I have seem two specific process started xenwatch and xenbus, but I am not sure if this processes have some action over