summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1673957
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/files/1673957
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/files/1673957')
-rw-r--r--results/classifier/gemma3:12b/files/167395718
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1673957 b/results/classifier/gemma3:12b/files/1673957
new file mode 100644
index 00000000..13031a0d
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1673957
@@ -0,0 +1,18 @@
+
+virtfs: mapped-xattr on mount point
+
+With
+  -virtfs local,path="/tmp",security_model=mapped-xattr,mount_tag="shared2"
+in the qemu command line,
+  shared2 on /mnt/testbis type 9p (rw,sync,dirsync,relatime,trans=virtio,version=9p2000.L,msize=262144)
+in the guest mount points, and
+  tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
+in the host mount points (with CONFIG_TMPFS_XATTR=y according to zgrep /proc/config.gz), running qemu as user "vm-test", trying to "touch a" in /mnt/testbis on the VM fails with "Operation not supported". In addition, no file or directory actually present in the host's /tmp can be seen in the guest's /mnt/testbis.
+
+When trying to replace "/tmp" with "/tmp/aaa" on the host, with /tmp/aaa owned by root:root, still running qemu as vm-test, trying to run "ls" in the guest's /mnt/testbis fails with the weird "ls: reading directory '.': Cannot allocate memory", while the directory is empty.
+
+After a "chown vm-test /tmp/aaa", the guest can list the files (despite the permissions already allowing it to do so before), but still not write new files: "cannot touch 'b': Operation not supported".
+
+Do you have a pointer as to what is happening?
+
+PS: complete setup is running all this inside a qemu VM that I use for testing, I guess it shouldn't matter but saying it just in case
\ No newline at end of file