When I socket forward from a linux remote to a mac local, I'm unable to launch the pueue client even though it finds the socket appropriately due to an early EOF while reading the request size header.
Steps to reproduce
Start pueued -d on remote linux server.
Issue the socket forwarding command on local mac ssh -L /tmp/local.socket:/run/user/25800188/pueue_<usr>.socket <remoteHostName> -N
Set the shared.unix_socket_path in thepueue.yml file to /tmp/local.socket
Describe the bug
When I socket forward from a linux remote to a mac local, I'm unable to launch the pueue client even though it finds the socket appropriately due to an early EOF while reading the request size header.
Steps to reproduce
pueued -d
on remote linux server.ssh -L /tmp/local.socket:/run/user/25800188/pueue_<usr>.socket <remoteHostName> -N
pueue.yml
file to /tmp/local.socketDebug logs (if relevant)
08:41:48 [INFO] Parsing config files 08:41:48 [INFO] Checking path: "/Users//Library/Application Support/pueue/pueue.yml"
08:41:48 [INFO] Found config file at: "/Users//Library/Application Support/pueue/pueue.yml"
Error: Failed to initialize client.
Caused by: 0: Failed to receive version during handshake with daemon. 1: I/O error while reading request size header: early eof
Operating system
Remote: Amazon Linux 2 || Local: macOS 13.6.7
Pueue version
v. 3.3.3
Additional context
No response