- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Connecting withmutagen
from a local machine to a Coder workspace does not work.
Error message:
Connecting to agent (POSIX)...
Error: unable to connect to beta: unable to connect to endpoint: unable to dial agent endpoint: unable to handshake with agent process: unable to receive server magic number: EOF (error output: Connection timed out during banner exchange)
I was able to reproduce this - from a Macbook Pro to a Coder deployment. Another Coder employee using a Linux local machine, did not experience this.
A clever user of Coder has a work-around if others experience this where they have tochmod +x
the Mutagen binary that gets copied over to the Coder workspace home directory quickly before Mutagen tries to execute it:
# From the Coder workspace home directorwhiletrue;do chmod +x .mutagen-*;done