Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

SYNCV3_BINDADDR variable for unix socket #383

@MrSpadduzza

Description

@MrSpadduzza

Could you elaborate about this, please?
SYNCV3_BINDADDR Default: 0.0.0.0:8008. The interface and port to listen on. (Supports unix socket: /path/to/socket)

I have tried various syntax versions, but I keep getting the following error:
listening on unix://etc/matrix-synapse/sliding-sync-0.99.12/
failed to listen and serve error="listen tcp: lookup tcp///etc/matrix-synapse/sliding-sync-0.99.12/: Servname not supported for ai_socktype"

The first line, where it declare the path vary according to the variable, but the second line error is always the same.

The error changes, if I omit 'unix:' from the variable path:
listening on /etc/matrix-synapse/sliding-sync-0.99.12/syncv3.socket
failed to listen and serve error="listen tcp: address /etc/matrix-synapse/sliding-sync-0.99.12/syncv3.socket: missing port in address"

I have tried with or without socket file name; the socket file does not exist and the locations user owner is the same that runs the proxy.

Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions