Displaying 2 results from an estimated 2 matches for "lusername".
Did you mean:
username
2010 Apr 09
5
SSH Through R Script
Hi,
I am trying to SSH to a remote server through R script. In other words, I
would like to know how I can get a SSH connection to the remote server and
then execute commands on that server with the R script.
So in bash, I would normally type ssh -lusername remoteserver.com; press
enter and then wait for the password prompt to key in my password.
I have tried system("ssh remoteserver.com") but that doesn't work because,
from what I know, SSH requires user interactivity - I am required to key in
my password.
I tried looking up about put...
2014 Jun 19
0
dsync initial replication failing
...rything works great for the initial sync, for
about 4 hours, then I get some errors and it stops replicating:
dsync-local(user at host.com): Warning: Failed to do incremental sync for
mailbox INBOX, retry with a full sync
dsync-local(user at host.com): Error: Remote command returned error 75: ssh
-lusername <remote_ip> doveadm dsync-server -uuser at host.com -U
It happened around 2am. I restarted the new server dovecot process and it
started to copy back up again, and then happened about four hours later. I
have about 10,000 accounts, and it chugs through the list to replicate
pretty well (~30...