search for: skip_test_file_architecture_11

Displaying 4 results from an estimated 4 matches for "skip_test_file_architecture_11".

2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
...ng: ---------------------------------------------------------------------- # NB: -*- Makefile -*- AND a shell script. # Parallel test runs out of resources starting qemu, unclear why. export SKIP_TEST_PARALLEL_MOUNT_LOCAL=1 # Fails under valgrind because cpio subprocess has a memory leak. export SKIP_TEST_FILE_ARCHITECTURE_11=1 ---------------------------------------------------------------------- * Ensure Ubuntu 13.10 is fully up to date: sudo apt-get update sudo apt-get dist-upgrade sudo apt-get builddep libguestfs # These are required for virt-builder and not included in the current # build deps on Ubuntu...
2013 Nov 07
0
Re: Kernel panic with virt-builder etc.
...---------------------------------------- > # NB: -*- Makefile -*- AND a shell script. > > # Parallel test runs out of resources starting qemu, unclear why. > export SKIP_TEST_PARALLEL_MOUNT_LOCAL=1 > > # Fails under valgrind because cpio subprocess has a memory leak. > export SKIP_TEST_FILE_ARCHITECTURE_11=1 > ---------------------------------------------------------------------- > > * Ensure Ubuntu 13.10 is fully up to date: > > sudo apt-get update > sudo apt-get dist-upgrade > sudo apt-get builddep libguestfs > # These are required for virt-builder and not included...
2018 Aug 14
5
[PATCH 1/4] build: Use LT_INIT in configure.ac.
Avoids the warning: libtoolize: Remember to add 'LT_INIT' to configure.ac. This is the new name for AC_PROG_LIBTOOL, so I removed that. However to use this macro we must enable AC_USE_SYSTEM_EXTENSIONS. (AC_GNU_SOURCE was removed back in 2011). --- configure.ac | 5 +++++ m4/guestfs-progs.m4 | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac
2013 Nov 07
2
Kernel panic with virt-builder etc.
Hi there, I am trying to write an article on virt-builder and managed to compile version 1.24.1 of libguestfs on Ubuntu 13.10 (I had mixed success with the git version and 1.25.x). When I am running virt-builder I am getting an error message: virt-builder: error: virt-resize failed Upon further investigation it turns out that there's a kernel panic when booting the freshly created image.