Closed bjackman closed 12 hours ago
Oh the details I posted of my host system don't actually show the important thing:
❯❯ ls -l /var/local
total 4
drwxr-xr-x 2 root staff 4096 Nov 19 16:27 run/
(Who is staff
? I don't know, I don't ask, they seem powerful and mysterious)
Hm interesting. I'll comment on the PR
Running on a Debian Testing system, 6.9 host kernel 6.12 guest kernel, guest config
I started getting the
init.sh
failing withcritical: Could not create '/var/local/run/qemu-ga.pid': Permission denied
.Config looks like this:
IIUC the base 9pfs is my host rootfs, which looks like this (basically looks the same as the
/run
and/var/run
set up by the vmtest init script, except with funny owners on/var/run
):Just in case, I tried modifying the
/run
mount opts in theinit.sh
template to addrw
, but no change. I also tried just changing theqemu-qa
command to put the pidfile in /tmp but there's a bunch more files it wants to drop in/var/local/run
.I have a patch that fixes this for me which I'll send now, but I think it might be garbage so raising an issue too so the details are recorded...