You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run syncd start
Make changes to a file (with file and terminal open side by side)
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]
The text was updated successfully, but these errors were encountered:
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:
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]
The text was updated successfully, but these errors were encountered: