summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/145
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/gemma3:12b/files/1452
-rw-r--r--results/classifier/gemma3:12b/files/145089117
-rw-r--r--results/classifier/gemma3:12b/files/145206233
-rw-r--r--results/classifier/gemma3:12b/files/145223020
-rw-r--r--results/classifier/gemma3:12b/files/145962210
5 files changed, 82 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/145 b/results/classifier/gemma3:12b/files/145
new file mode 100644
index 000000000..1c17cd6dd
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/145
@@ -0,0 +1,2 @@
+
+Issues with qemu-img, libgfapi, and encryption at rest
diff --git a/results/classifier/gemma3:12b/files/1450891 b/results/classifier/gemma3:12b/files/1450891
new file mode 100644
index 000000000..3224763bc
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1450891
@@ -0,0 +1,17 @@
+
+VM will not resume on GlusterFS
+
+oVirt uses libvirt to run QEMU.
+Images are passed to QEMU as files, not file descriptors.
+When running images from a GlusterFS, the file descriptors may get invalidated because of network problems or the glusterfs process being restarted.
+In this case, the VM goes into paused state.
+When trying to resume the VM ('cont' command), QEMU uses the same invalidated file descriptors throwing a:
+"block I/O error in device 'drive-virtio-disk0': Transport endpoint is not connected (107)".
+
+Please check file-descriptors and reopen image file on 'cont' event in QEMU.
+Thanks.
+
+References:
+
+[1] http://lists.nongnu.org/archive/html/qemu-devel/2015-03/msg01269.html
+[2] https://bugzilla.redhat.com/show_bug.cgi?id=1058300
\ No newline at end of file
diff --git a/results/classifier/gemma3:12b/files/1452062 b/results/classifier/gemma3:12b/files/1452062
new file mode 100644
index 000000000..1be2110d2
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1452062
@@ -0,0 +1,33 @@
+
+qemu-img will fail to convert images in 2.3.0
+
+Hello guys,
+
+    There seems to be a bug in qemu-img with 2.3.0 that wasn't there in 2.2.1  .... qemu convert will always fail converting.  See the output below:
+
+
+Started by upstream project "Create windows image" build number 73
+originally caused by:
+ Started by user anonymous
+Building remotely on builder (builder lab) in workspace /var/lib/jenkins/remote/workspace/Prepare windows Image
+[Prepare WS2008R2 Image] $ /bin/sh -xe /tmp/hudson4138890034689910617.sh
++ sudo bash -x /var/images/prepare_windows.sh WS2008R2
++ set +x
+
+Preparing: windows
+Virtio CD: virtio-win-0.1.96.iso
+
+Sparsifying...
+qemu-img: error while compressing sector 11131648: Input/output error
+virt-sparsify: error: external command failed: qemu-img convert -f 
+qcow2 -O 'qcow2' -c -o 'compat=0.10' '/tmp/sparsifyb459a0.qcow2' 
+'/var/images/generated/WS2008R2.qcow2'
+
+virt-sparsify: If reporting bugs, run virt-sparsify with debugging 
+enabled (-v) and include the complete output.
+Build step 'Execute shell' marked build as failure
+Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
+Finished: FAILURE
+
+Thanks,
+Dave
\ No newline at end of file
diff --git a/results/classifier/gemma3:12b/files/1452230 b/results/classifier/gemma3:12b/files/1452230
new file mode 100644
index 000000000..7c9b37df7
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1452230
@@ -0,0 +1,20 @@
+
+Qemu 2.3.0 failes to compile with GCC 5.1.0 and -flto
+
+Compiling Qemu 2.3.0 failes with the following error:
+
+x86_64-pc-linux-gnu-g++ -I/usr/include/pixman-1   -fPIE -DPIE -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common  -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong   -I/usr/include/libpng16  -I/usr/include/libusb-1.0  -I/home/gentoo/tmp/portage/app-emulation/qemu-2.3.0/work/qemu-2.3.0/tests -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -march=native -O2 -pipe -ggdb -floop-interchange -floop-strip-mine -floop-block -ftree-loop-distribution -fira-loop-pressure -ftree-vectorize -ftree-loop-linear -flto=5 -fuse-linker-plugin -Wl,-z,relro -Wl,-z,now -pie -m64 -Wl,-O1 -Wl,--as-needed -march=native -O2 -pipe -ggdb -floop-interchange -floop-strip-mine -floop-block -ftree-loop-distribution -fira-loop-pressure -ftree-vectorize -ftree-loop-linear -flto=5 -fuse-linker-plugin -Wl,-znow -Wl,--sort-common -Wl,--hash-style=gnu -Wl,--enable-new-dtags -o qemu-img qemu-img.o async.o thread-pool.o nbd.o block.o blockjob.o main-loop.o iohandler.o qemu-timer.o aio-posix.o qemu-io-cmds.o qemu-coroutine.o qemu-coroutine-lock.o qemu-coroutine-io.o qemu-coroutine-sleep.o coroutine-ucontext.o block/raw_bsd.o block/qcow.o block/vdi.o block/vmdk.o block/cloop.o block/dmg.o block/bochs.o block/vpc.o block/vvfat.o block/qcow2.o block/qcow2-refcount.o block/qcow2-cluster.o block/qcow2-snapshot.o block/qcow2-cache.o block/qed.o block/qed-gencb.o block/qed-l2-cache.o block/qed-table.o block/qed-cluster.o block/qed-check.o block/vhdx.o block/vhdx-endian.o block/vhdx-log.o block/parallels.o block/blkdebug.o block/blkverify.o block/block-backend.o block/snapshot.o block/qapi.o block/raw-posix.o block/linux-aio.o block/null.o block/mirror.o block/nbd.o block/nbd-client.o block/sheepdog.o block/accounting.o block/write-threshold.o block/curl.o  libqemuutil.a libqemustub.a   -lz -lbz2 -laio -lcurl -lm -lgthread-2.0 -pthread -lglib-2.0   -lz -lrt -lz -lcap-ng -luuid  -lutil
+lto1: error: two or more sections for .gnu.lto_fprintf.2f4a95b725db6827
+(null):0: confused by earlier errors, bailing out
+make[1]: *** [/home/gentoo/tmp/portage/app-emulation/qemu-2.3.0/temp/ccEUT6Vq.ltrans11.ltrans.o] Error 1
+make[1]: *** Waiting for unfinished jobs....
+lto-wrapper: fatal error: make returned 2 exit status
+compilation terminated.
+/usr/lib/gcc/x86_64-pc-linux-gnu/5.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: fatal error: lto-wrapper failed
+collect2: error: ld returned 1 exit status
+/home/gentoo/tmp/portage/app-emulation/qemu-2.3.0/work/qemu-2.3.0/rules.mak:122: recipe for target 'qemu-img' failed
+make: *** [qemu-img] Error 1
+
+I've found an old GCC bugreport with the same error: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52159 (which has been marked as dup of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59000) . I was able to reduce the object list to to three .o files which reproduce the error reliably: qemu-img.o qemu-io-cmds.o block/qapi.o.
+
+Please let me know if you need further information.
\ No newline at end of file
diff --git a/results/classifier/gemma3:12b/files/1459622 b/results/classifier/gemma3:12b/files/1459622
new file mode 100644
index 000000000..925fe3fdd
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1459622
@@ -0,0 +1,10 @@
+
+firefox hang with virtfs
+
+Firefox hangs once it starts to load pages. I tried to delete .cache/mozilla/ and .mozilla/ but it doesn't help. But if I mount tmpfs on to .mozilla (not necessary for .cache/mozilla/), pages loads fine.
+
+I started the vm as root (sudo) with the following command: qemu-system-x86_64 -enable-kvm -m 4G -virtfs local,mount_tag=qemu,security_model=passthrough,path=/mnt/qemu/ -kernel /mnt/qemu/boot/vmlinuz-linux -initrd /mnt/qemu/boot/initramfs-linux-fallback.img -append 'rw root=qemu fstype=9p' -usbdevice tablet -vga qxl -spice port=12345,disable-ticketing
+
+/mnt/qemu is a btrfs snapshot of the subvolume used as the host root
+
+Arch Linux, qemu 2.3.0, firefox 38.0.1
\ No newline at end of file