id = 981 title = "VNC UNIX sockets are not deleted" state = "opened" created_at = "2022-04-12T23:47:14.360Z" closed_at = "n/a" labels = [] url = "https://gitlab.com/qemu-project/qemu/-/issues/981" host-os = "Linux" host-arch = "x86_64" qemu-version = "6.2.93 (v7.0.0-rc3-4-g4bf58c7213)" guest-os = "n/a" guest-arch = "n/a" description = """After exiting QEMU a unix VNC socket file is left behind. Upon termination I would expect it to remove the socket file like it does for example with a monitor unix socket.""" reproduce = """``` rm -f foo.socket qemu-system-x86_64 -vnc unix:foo.socket # Exit QEMU ls foo.socket ```""" additional = "n/a"