search for: quickcheck

Displaying 20 results from an estimated 38 matches for "quickcheck".

2015 Jun 30
2
Re: Issue with virt-builder on Ubuntu 14.04
- I tried forcing TCG and it gets to the same spot and stops. - running make quickcheck passes the tests (see attached) - I tried a different kernel (3.13.0-49-generic) and again it passes the quickcheck but virt-builder hangs. - I added 'set -x' to the top of the init script and I don't see any additional output (see attached) Shawn On Tue, Jun 30, 2015 at 2:06 AM, Ri...
2017 Feb 22
0
Re: not able to 'make quickcheck'
...owing the below link > http://libguestfs.org/guestfs-building.1.html > - at make stage it suggest below command and retry 'make' > rm po-docs/podfiles; make -C po-docs update-po > - i run above command and re 'make' successfully. however i am not able to get ' make quickcheck' through. the error output is attached with this query. > > any help will be appreciated. [The attachment showed ... supermin: kernel: picked kernel vmlinuz-4.2.0-42-generic cp: cannot open '/boot/vmlinuz-4.2.0-42-generic' for reading: Permission denied supermin: cp -p '/b...
2015 Jun 30
2
Issue with virt-builder on Ubuntu 14.04
Hello, I am running into problems with virt-builder on my Ubuntu-14.04 install. Please find the checklist below: 1. What are you trying to achieve? I'm trying to build a standard Ubuntu 14.04 disk image. 2. What exact commands did you run? I ran "virt-builder ubuntu-14.04" 3. What was the precise error/output of these commands? The process gets stuck indefinitely at
2015 Jun 30
0
Re: Issue with virt-builder on Ubuntu 14.04
On Tue, Jun 30, 2015 at 09:07:25AM -0600, Shawn Greig wrote: > - I tried forcing TCG and it gets to the same spot and stops. That excludes the possibility that it's a KVM or kernel bug (probably). > - running make quickcheck passes the tests (see attached) > > - I tried a different kernel (3.13.0-49-generic) and again it passes the > quickcheck but virt-builder hangs. Add 'virt-builder -v -x' flags and see where it's hanging. > - I added 'set -x' to the top of the init script and I do...
2014 Aug 12
2
Re: issue when building/making package from git
> > You need to build first of all from git, using ./configure && make && > make quickcheck. $ ./autogen.sh $ ./configure $ ./make Build is broken with the error mentioned eralier (the one about e2fsprogs) ./configure --disable-appliance it builds fine > > makepkg is doing some strange stuff. Get the basics working first. The issue is not makepkg but rather the appliance stuff...
2015 Oct 18
2
Re: [Error] guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found (required by guestfsd)
...0 A AUGEAS_0.1.0 0000000000000000 A AUGEAS_0.10.0 0000000000000000 A AUGEAS_0.11.0 0000000000000000 A AUGEAS_0.12.0 0000000000000000 A AUGEAS_0.14.0 0000000000000000 A AUGEAS_0.15.0 0000000000000000 A AUGEAS_0.8.0 Also removed the tmp/.guestfs-1000 folder as you requested and then rerun ' make quickcheck' but still . Hmm seems weird I downloaded and compiled successfully augeas library 1.4 version from the tarball , it's the latest version, correct me if I am not wrong ? Thanks for your time, Efstratos On Sun, Oct 18, 2015 at 1:20 AM, Richard W.M. Jones <rjones@redhat.com> wrote:...
2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
...builder and not included in the current # build deps on Ubuntu: sudo apt-get install flex bison curl gnupg * Fix kernel permissions stupidity: sudo chmod go+r /boot/vmlinuz* * Build libguestfs by doing: chmod +x localconfigure ./localconfigure make -C po-docs update-po make make quickcheck # check it works * Run virt-builder against the public repo: # Have to set the environment variable because the ./run script # by default changes the virt-builder source: export VIRT_BUILDER_SOURCE=http://libguestfs.org/download/builder/index.asc ./run ./builder/virt...
2015 Jun 30
2
Re: Issue with virt-builder on Ubuntu 14.04
...Jones <rjones@redhat.com> wrote: > On Tue, Jun 30, 2015 at 09:07:25AM -0600, Shawn Greig wrote: > > - I tried forcing TCG and it gets to the same spot and stops. > > That excludes the possibility that it's a KVM or kernel bug > (probably). > > > - running make quickcheck passes the tests (see attached) > > > > - I tried a different kernel (3.13.0-49-generic) and again it passes the > > quickcheck but virt-builder hangs. > > Add 'virt-builder -v -x' flags and see where it's hanging. > > > - I added 'set -x' to the...
2015 Oct 17
2
[Error] guestfsd: /usr/lib/libaugeas.so.0: version `AUGEAS_0.16.0' not found (required by guestfsd)
2015 Jun 30
0
Re: Issue with virt-builder on Ubuntu 14.04
...(see appliance/init). Some things you can try: - Force qemu to use TCG (no KVM) mode to see if that makes a difference: export LIBGUESTFS_BACKEND_SETTINGS=force_tcg - Use 'libguestfs-test-tool' for testing to see if that makes a difference. In the build directory, run: make quickcheck - Try a different appliance kernel by setting these variables, but choose different kernel versions by looking in your /boot directory first: export SUPERMIN_KERNEL_VERSION=3.13.0-55-generic export SUPERMIN_KERNEL=/boot/vmlinuz-$SUPERMIN_KERNEL_VERSION export SUPERMIN_MODULES=/lib...
2013 Sep 08
1
libguestfs on ARM
...ess-v2p-ca9.dtb'. If host kernel == appliance kernel (as on x86), then you shouldn't need to set any environment variables. It's expected that some tests in the libguestfs test suite will fail. I'm working on fixing those. However the majority should run fine, as should 'make quickcheck' (ie. libguestfs-test-tool) -- if libguestfs-test-tool doesn't work then you're missing some dependency above. I'm also working on making the libvirt backend work. The UML backend does not work on ARM (this is a limitation of UML). Rich. -- Richard Jones, Virtualization Group,...
2013 Nov 07
0
Re: Kernel panic with virt-builder etc.
...ing the missing packages, among them "mdadm" and others. Also I noticed that "appliance/packagelist" includes a lot of packages that aren't available on Ubuntu, but maybe that doesn't matter. Anyway, I tried your solution but still get the kernel panic in the "make quickcheck" step. Also, compiling with "make -C po-docs update-po" before "make" didn't work. The "make" step complained about some missing pod files in the "ja" and "uk" locales. I wonder why it worked for you but not for me. Maybe you have install...
2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
...ckages that aren't available on Ubuntu, but maybe > that doesn't matter. appliance/packagelist is normally processed by a tool called 'supermin' which ignores packages that don't exist. > Anyway, I tried your solution but still get the kernel panic in the > "make quickcheck" step. Note that after making sure everything is up to date in the host, you'll have to recompile the appliance: make -C appliance clean make -C appliance all Anyway, a simpler alternative to all this is to download the ~70MB precompiled appliance from http://libguestfs.org/downloa...
2013 Jan 16
5
libguestfs-test-tool error, libcap.so - no such file
Did install from source of libguestfs-1.20.1 on Ubuntu-12.10. And libguestfs-test-tool complains about not finding libcap.so.2 uptime: 2.26 1.00 guestfsd: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory [ 2.277795] Unregister pv shared memory for cpu 0 [ 2.278324] kvm: exiting hardware virtualization [ 2.278763] sd 2:0:1:0:
2018 Mar 29
2
Compilation on OL7.4 - Tests fail (possibly) due to libyajl
2014 Aug 12
2
Re: issue when building/making package from git
> There's probably a dependency missing. Look closely at the > ./configure output and the README file. > I have checked all packages in README and libguestfs/appliance/packagelist. All are installed. > > You should test this first of all by building from source, and > without installing, I first run makepkg, so no install > > ./run guestfish -N fs -m /dev/sda1
2017 Aug 03
2
Re: [PATCH 0/2] Add lightweight bindings for PCRE.
On Thu, Aug 03, 2017 at 06:08:24PM +0200, Pino Toscano wrote: > But I guess I have no chance to change the current patch (even adding > a test using asserts, instead of oUnit, for which I still did not get > a reason why a new test using it would be unacceptable), so ... Fewer dependencies make the code easier for others to consume, and that's especially true when (like oUnit) those
2013 Oct 17
2
Re: Notes on getting libguestfs to work on Mac OS X
...include" LDFLAGS="-L/opt/local/lib" LIBS="-lintl" FUSE_CFLAGS="-I/usr/local/include/osxfuse/fuse -D_FILE_OFFSET_BITS=64" FUSE_LIBS="-losxfuse" make, test & install: --------------------- - make - LIBGUESTFS_PATH=/usr/local/lib/guestfs/appliance make quickcheck - sudo make install use: ---- - LIBGUESTFS_PATH=/usr/local/lib/guestfs/appliance guestfish or - LIBGUESTFS_PATH=/usr/local/lib/guestfs/appliance guestmount ---------------------------------------------------------------------- -- Richard Jones, Virtualization Group, Red Hat http://people.redhat....
2016 Feb 22
0
Re: Cubietruck: QEMU, KVM and Fedora
...guestfs from git, since the version you are using is 8 months old, and I completely changed how DTBs are handled in the latest version. (b) Don't run stuff as root. (c) With the version from git, do: ./configure rm -rf tmp/.guestfs-* make clean make make quickcheck and let us see the complete log of that. Instructions for building libguestfs from source can be found here: http://libguestfs.org/guestfs-building.1.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http...
2013 Oct 23
1
Notes on compiling libguestfs 1.24 on RHEL 6.4
...-------------------------------------------------------- export SUPERMIN=/usr/bin/febootstrap3 export SKIP_TEST_LAUNCH_RACE_PL=1 ---------------------------------------------------------------------- Then run: chmod +x localconfigure ./localconfigure && make clean make -j4 && make quickcheck Note to run virt-builder you will have to create a $HOME/.cache directory (RHBZ#1022431) since this directory is missing on RHEL 6. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powe...