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

Syncd asks for SSH password, but doesn't allow enough time for it to be entered. #14

Open
hiraethmarkb opened this issue Aug 16, 2017 · 1 comment

Comments

@hiraethmarkb
Copy link

hiraethmarkb commented Aug 16, 2017

I'm having an issue with syncd, where having set it up as per the ReadMe, on making any changes I am not given any time to enter my ssh password and get an error.

Steps to replicate:

  1. Run syncd start
  2. Make changes to a file (with file and terminal open side by side)
  3. Go to terminal, (see pasted output below)

The password prompt appears mulitple times, but automatically goes straight to permission denied a number of times, without me having had the chance to enter my ssh password. As expected this causes rsync to fail.

Syncd then appears to hang, and there is no further updates to the output. However, while further changes do get added to the log, nothing gets synced.

Output from command:

Starting syncd...
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied (publickey,password).
rsync: connection unexpectedly closed (0 bytes received so far) [sender] sent 130,268 bytes received 52,551,969 bytes 2,065,970.08 bytes/sec
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.1] total size is 52,090,545 speedup is 0.99
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied (publickey,password).
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.1]
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
Permission denied (publickey,password).
rsync: connection unexpectedly closed (0 bytes received so far) [sender] no changes added to commit (use "git add" and/or "git commit -a")
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.1]

@hiraethmarkb
Copy link
Author

Update.

Just to note syncd isn't hanging, and continues to fire out the above output to the terminal on any change made to a file in the watched directories.

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

No branches or pull requests

1 participant