Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unix_listener: path too long for Unix domain socket. #26

Open
janw-me opened this issue Aug 31, 2022 · 3 comments
Open

unix_listener: path too long for Unix domain socket. #26

janw-me opened this issue Aug 31, 2022 · 3 comments
Assignees

Comments

@janw-me
Copy link

janw-me commented Aug 31, 2022

Hi I was trying to use the rsync backup and I got an "Remote destination is not reachable" error.
So I removed the -q from this line And I got the error seen in the screenshot.

I did use a reasonably long ssh login, 27characters. But the whole path is quite long.
the limit appears to be 104-108.

I know I could set a shorter ${ownFolderName} or create a shorter ssh login by using a shorter domainname or the IP.

Fixing this could also be done by shortening this line would you be open for that?

too-long-for-Unix-domain-socket

@pedroetb
Copy link
Owner

pedroetb commented Sep 1, 2022

Hi Janw,

the path length problem affects only to socket file, right? Maybe shortening ControlPath value (without $ownFolderPath, for example) as you suggest would be a good approach.

I will consider it for next release, thanks!

@pedroetb pedroetb self-assigned this Sep 1, 2022
@jezek
Copy link
Contributor

jezek commented Sep 2, 2022

@pedroetb Some people suggest the %C format.

@pedroetb
Copy link
Owner

pedroetb commented Sep 7, 2022

@pedroetb Some people suggest the %C format.

Nice @jezek, checking this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants