summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/permissions/1838066
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/permissions/1838066
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/permissions/1838066')
-rw-r--r--results/classifier/gemma3:12b/permissions/183806625
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/permissions/1838066 b/results/classifier/gemma3:12b/permissions/1838066
new file mode 100644
index 000000000..b94ecc0a0
--- /dev/null
+++ b/results/classifier/gemma3:12b/permissions/1838066
@@ -0,0 +1,25 @@
+
+unexpected error: raw_reconfigure_getfd(): qemu-system-x86_64: Could not reopen file
+
+  Unexpected error in raw_reconfigure_getfd() at block/file-posix.c:923:
+  qemu-system-x86_64: Could not reopen file: Permission denied
+  Aborted
+
+Is what i sometimes (only) get, mostly for Linux guests i'd say (Arch just a few moments ago).
+This is on CRUX-Linux, thus a self-compiled qemu 4.0.0 with default recipe, without special compiler flags (-O2 -march=x86-64 -pipe) on an Intel i5 laptop.
+But what i do is running this via sudo:
+
+     sudo='sudo --preserve-env=VMNAME,VMADDR' runas='-runas vm -chroot .'
+  fi
+
+  VMADDR=$addr VMNAME=$vmname
+  export VMADDR VMNAME
+  eval exec $sudo qemu-system-x86_64 -name $vmname $runas \
+      $host $accel $display $net $vmcustom $vmimg $redir
+
+the last run ends up like (via sudo)
+
+  qemu-system-x86_64 -name arch-2019 -runas vm -chroot . -cpu host -m size=1984 -smp cpus=2 -enable-kvm -accel accel=kvm,thread=multi -display curses -net nic,netdev=net0,macaddr=..  -netdev tap,id=net0,script=./.ifup.sh,downscript=./.ifdown.sh,ifname=vm_arch-2019
+
+vm is a user effectively living in the chroot only without any rights anywhere.
+Hope this helps, thanks a lot for qemu!!
\ No newline at end of file