similar to: febootstrap's version problem

Displaying 20 results from an estimated 5000 matches similar to: "febootstrap's version problem"

2011 Nov 14
2
libvirt0.8.7.tar.gz installation failure
Hi: I get a very strange problem when I installing libvirt0.8.7.tar.gz. Here is my infomaton: compute with RHELD6.0 systerm; the systerm comes with libvirt0.8.7,bu I uninstalled it and its dependencies . And then i download the libvirt0.8.7.tar.gz , untar it ,configure --with-esx,make,make install. But I got an error like "libvirtd: /usr/local/lib/libvirt.so.0: version
2012 Mar 07
3
virsh create error : monitor socket did not show up
Hi,all i get a problem as below when i create a vm: virsh create deployment.0 error: Failed to create domain from deployment.0 error: monitor socket did not show up.: No such file or directory but the situation is very few. So,can some tell me about this? I just want to know why has this kind of situation. Thanks. Best Regards! ??? tel: 13718913184 mail: zhanggp at neusoft.com ????????
2012 Nov 21
1
Libguest Problem
Hi Richard, I am a user of LibguestFS. I have a problem in using LibguestFS to get the OS type of the virtual machine with Xenserver virtual environment. But when I use the command in Linux likes the figure1. I know that this disk file could add in libguestfish. My code is in the figure2. I can't get the OS info from GuestFs. Could you give me some suggests? James
2011 Nov 11
1
How to create virtual machine via virsh shell?
Hi, I recently in the study of the knowledge of the libvirt(version 0.9.6) and vmware(3.0beta1) , I use virshshell doing some work such as create virtual machine(but i get an error like "the connetc driver do not support") , define virtual machine(success but when i start it i get an error like "can not find vmdk file ????????????"). Then I realized to first create a volume ,
2012 Aug 27
3
libguestfs! help!
On Sun, Aug 26, 2012 at 09:52:23PM -0400, tao zhou wrote: > hello everyone! > > first i use libguestfs API to upload a file into my linux VM , and > then i want to execute some command(for example : tar xzvf XXX? > chkconfig --add XXX) to config my application by java libguestfs > API?what should i do? could you show me an example in java? > Thanks! Attached is a simple
2012 Mar 07
0
libvirt-users Digest, Vol 27, Issue 11
How do we allow resource over provisioning in KVM ? I have already posted the same question twice but haven't got any response yet, sorry for repeating it again but its important for me, so if some one could please point me in the right direction. -- Jatin On Wed, Mar 7, 2012 at 4:58 PM, <libvirt-users-request at redhat.com> wrote: > Send libvirt-users mailing list submissions to
2012 Mar 16
0
virsh create error : monitor socket did not (Alex Jia)
Hi Alex, when I got this error, it was a vnc listener problem. Is there other actives vms on this server? try to change the port number to see if the problem was solved. <graphics type='vnc' listen='0.0.0.0' port='5909'/> Good Luck. Josir Gomes Date: Thu, 15 Mar 2012 18:07:07 +0800 > From: Alex Jia <ajia at redhat.com> > To: ??? <zhanggp at
2012 Nov 28
1
error: argument unsupported: unable to handle disk requests in snapshot
Hello, a problem occurred during making a snapshot for a guest, ask for help... 1. the xml for snapshotdomain like this: # cat deployment.1 <domainsnapshot> <name>a</name> <disks> <disk name='/home/qcow2/disk.0'> <driver type='qcow2'/> <source file='/home/qcow2/disk.3'/> </disk> </disks>
2012 Jan 10
2
plug leaks in febootstrap
Hi Rich, I ran coverity against febootstrap's head and it spotted four leaks. This fixes them. The first patch plugs three. The second attempts to make the add_link function do what I'm guessing it was intended to do. As is, it was a no-op. >From 7c2ff55613598a1295e213cef36600ad61da7ed6 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Tue, 10 Jan 2012
2012 Mar 15
2
virsh create error : monitor socket did not
Hi, Occasionally I run into this situation , i created a vm-template and i use "virsh create vm-template " to start a vm .After a pause , i got this error : virsh create error : monitor socket did not ; Then i try again with the same template and the same command , my vm created successfully. I try to find something in the file of /var/log/libvrit/qemu/vm-template.log, but i cannot
2018 Mar 08
2
Re: febootstrap: no ext2 root device found
Here you go, from the newest version: ************************************************************ * IMPORTANT NOTICE * * When reporting bugs, include the COMPLETE, UNEDITED * output below in your bug report. * ************************************************************
2012 Mar 21
1
Difference between the old and the new febootstrap
Hi, First, I'd like to thank you for your nice effort of the febootstrap tool. I understand there are 2 major versions of this tool the first has the syntax of "febootstrap fedora-12 ./f12" while the second has the syntax "febootstrap --names ....." Is it correct? I also understand the second one is used only to create a minimal system. is it correct too? But what about
2010 May 15
2
febootstrap failure
On Fri, May 14, 2010 at 11:02:36PM -0400, Aron Griffis wrote: > Hi again Rich, > > I'm trying to use febootstrap to install either rawhide or f13, > but my attempts are failing. > > $ sudo febootstrap fedora-13 /mnt/jubjub-f > ... > Running rpm_check_debug > ERROR with rpm_check_debug vs depsolve: > libc.so.6()(64bit) is needed by procmail-3.22-25.fc12.x86_64
2011 Nov 17
1
libvirt uninstall @ install problem??
Hi: I have a rhel6.1 system, before I installed libvirt0.9.6.tar.gz, it already have installed libvirt-0.8.7-xxx.rpm. Can someone tell me how to uninstall the libvirt-0.8.7XXX.rpm ,and then i can install libvirt0.9.6.tar.gz and use it . Thanks! zhanggp at neusoft.com --------------------------------------------------------------------------------------------------- Confidentiality Notice: The
2012 Apr 02
1
febootstrap 3.x use cases.
I'm confused! What use cases is the new febootstrap primarily intended for? I'm mainly trying to figure out if I'm trying to put a square peg into a round hole. What I'm looking into is using linux containers (LXC) either using libvirt or lxc-tools) to create jails for a web hosting type environment. I can see that in the long run btrfs has some nice features to help with this
2011 Aug 25
1
[PATCH] Correctly build febootstrap on systems without native OCaml compiler
On those systems "$(OCAMLFIND) $(OCAMLBEST)" was resolved as "ocamlfind byte" which did not work. --- Makefile.am | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 109d2c8..4dc6f12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,18 +56,18 @@ SOURCES_ML = $(filter %.ml,$(SOURCES)) BOBJECTS =
2012 Dec 31
1
err from guestfs_launch
This error is with libguestfs 1.20. Calling guestfs_launch() with tracing on: supermin helper [00065ms] finished creating appliance libguestfs: checksum of existing appliance: 2bd6811426e14b6fb661b4d52cebd6c21a41df1a068e8acf6a7a08e3b3bd4ada libguestfs: trace: get_cachedir libguestfs: trace: get_cachedir = "/var/tmp" libguestfs: [00071ms] begin building supermin appliance libguestfs:
2013 May 31
2
[PATCH] Change fallback name for external supermin helper
Use basename of external helper instead of 'no' for external supermin helpers. This gives a clear error messages what binary is actually missing, and it is now possible to install the missing package without recompiling libguestfs. In addition its now also possible to use private builds of supermin (if they are in PATH) with a given libguestfs binary package. Signed-off-by: Olaf Hering
2011 Nov 16
1
febootstrap-3.12 configure error on Fedora 16
On Mon, Nov 14, 2011 at 04:43:28PM +0100, Andrzej Tobola wrote: > Hello Richard, > > Can't configure febootstrap-3.12 on Fedora 16: > > $ ./configure > ............ > checking for aptitude... no > checking for apt-cache... no > checking for dpkg... no > checking for pacman... no > checking for gzopen in -lz... no > checking for mke2fs... /sbin/mke2fs >
2011 May 29
1
febootstrap: what am I doing wrong?
Good evening, I just tried following the steps in "Tip: Creating throwaway appliances with febootstrap"[1] on my workstation at home running Debian/unstable. I ran into problems: ,---- | $ mkdir supermin.d | $ febootstrap --names 'bash' 'coreutils' -o supermin.d | Get: 1 http://ftp.de.debian.org/debian/ sid/main bash amd64 4.1-3 [1325 kB] | Get: 2