summary refs log tree commit diff stats
path: root/results/classifier/mode-deepseek-r1:32b/output/user/994412
blob: b5a5a824b1db5aaaed7e023b3c28990e820b7eb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
reverse vnc to unix domain sockets does not work

I tried to connect to a unix domain socket, but failed.

$ qemu -vnc unix:/tmp/my.sock,reverse
connect(unix:/tmp/my.sock,reverse): No such file or directory

I guess it is because unix_connect does not remove characters after first comma.