Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mutagen doesn't work - unable to dial agent endpoint - chmod +x resolves it #6685

Closed
@sharkymark

Description

@sharkymark

Connecting with mutagen 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 to chmod +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 director
while true; do chmod +x .mutagen-*; done

Metadata

Metadata

Assignees

Labels

s2Broken use cases or features (with a workaround). Only humans may set this.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions