Why doesn’t this work? ? (make-socket :address-family :file :type :stream :connect :passive :local-filename "~/test.sock") > Error: on #<CCL::FILE-LISTENER-SOCKET #x302000E1E9BD> : > No such file or directory (error #2) during bind I thought opening a passive-mode unix-domain socket was supposed to *create* the file. rg