Skip to content

Fixing UNIX sockets error#1537

Closed
elicn wants to merge 2 commits intodevfrom
fix-unix-socket
Closed

Fixing UNIX sockets error#1537
elicn wants to merge 2 commits intodevfrom
fix-unix-socket

Conversation

@elicn
Copy link
Copy Markdown
Member

@elicn elicn commented Mar 3, 2025

The current temporary path under which UNIX sockets are created gets too long (more than 107 chars) which causes tests to fail with an "AF_UNIX path too long" error. This is fixed by specifying $TMPDIR to be a shorter path.

elicn added 2 commits March 3, 2025 16:06
The current temporary path under which UNIX sockets are created gets too long (more than 10 chars) which causes tests to fail with an "AF_UNIX path too long" error. This is fixed by specifying `$TMPDIR` to be a shorter path.
@elicn
Copy link
Copy Markdown
Member Author

elicn commented Mar 3, 2025

This is causing some weird unexpected errors. Closing.

@elicn elicn closed this Mar 3, 2025
@elicn elicn deleted the fix-unix-socket branch March 3, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant