New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/47573#issuecomment-1875242700 Comment: `incus launch` gives `Error: The incus daemon doesn't appear to be started (socket path: /var/lib/incus/unix.socket)` even though ``` $ doas sv status incus run: incus: (pid 10297) 53s; run: log: (pid 10296) 53s ``` and ``` $ doas ls -la /var/lib/incus total 68 drwx--x--x 17 root root 4096 Jan 3 12:31 . drwxr-xr-x 11 root root 4096 Jan 3 12:30 .. drwx------ 4 root root 4096 Jan 3 12:31 backups drwx--x--x 2 root root 4096 Jan 3 12:31 containers drwx------ 2 root root 4096 Jan 3 12:31 containers-snapshots drwx------ 3 root root 4096 Jan 3 12:31 database drwx--x--x 2 root root 4096 Jan 3 12:31 devices drwx------ 2 root root 4096 Jan 3 12:31 disks drwxr-xr-x 2 root root 60 Jan 3 12:31 guestapi drwx------ 2 root root 4096 Jan 3 12:31 images drwx--x--x 2 root root 4096 Jan 3 12:31 networks srwx------ 1 root root 0 Jan 3 12:31 seccomp.socket drwx------ 4 root root 4096 Jan 3 12:31 security -rw-r--r-- 1 root root 741 Jan 3 12:31 server.crt -rw------- 1 root root 288 Jan 3 12:31 server.key drwx--x--x 2 root root 40 Jan 3 12:31 shmounts drwx--x--x 3 root root 4096 Jan 3 12:31 storage-pools srw-rw---- 1 root incus-admin 0 Jan 3 12:31 unix.socket srw-rw---- 1 root incus 0 Jan 3 12:31 unix.socket.user drwx------ 2 root root 4096 Jan 3 12:31 users drwx--x--x 2 root root 4096 Jan 3 12:31 virtual-machines drwx------ 2 root root 4096 Jan 3 12:31 virtual-machines-snapshots ```