usrme / wishlistlite

The lesser SSH directory ✨
MIT License
3 stars 0 forks source link

Connection fails when '/dev/shm' isn't available #33

Closed usrme closed 1 month ago

usrme commented 1 month ago

Example error message:

"example.com" unix_listener: cannot bind to path /dev/shm/control:example.com:user.qlX4uqnRnPKKGzII: No such file or directory

For macOS, however, this is to be expected as there wouldn't be any '/dev/shm' to speak of. This should be a simple matter of using /tmp instead, based on the operating system.

usrme commented 1 month ago

Fixed in latest release: https://github.com/usrme/wishlistlite/releases/tag/v1.11.3.