summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/permissions/1649236
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/1649236
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/permissions/1649236')
-rw-r--r--results/classifier/gemma3:12b/permissions/164923620
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/permissions/1649236 b/results/classifier/gemma3:12b/permissions/1649236
new file mode 100644
index 00000000..35220edb
--- /dev/null
+++ b/results/classifier/gemma3:12b/permissions/1649236
@@ -0,0 +1,20 @@
+
+Commit snapshot fails with Permission denied when daemonized
+
+When running qemu with daemonize option it is impossible to run "commit all" in monitor.
+
+I run qemu 2.7.0 under gentoo 64 bit distribution with following command line:
+
+qemu-system-x86_64 -m 4096 -cpu host -smp 2 -enable-kvm -snapshot \
+    -drive file=vm.img,if=virtio \
+    -net nic,model=virtio,macaddr=11:11:11:11:11:11 \
+    -net tap,ifname=tap$PORT,script=no,downscript=no \
+    -vnc :1 -daemonize \
+    -chardev vc,id=mon0 -mon chardev=mon0,mode=readline \
+    -chardev socket,id=mon1,host=localhost,port=10001,server,nowait -mon chardev=mon1,mode=control 
+
+I connect to vm through VNC viewer and press CTRL+ALT+2 and run "commit all" command.
+Following error is shown:
+`commit` error for `all`: Permission denied
+
+When I run my VM without `daemonize` option the command "commit all" works without errors.
\ No newline at end of file