search for: toolsmith

Displaying 3 results from an estimated 3 matches for "toolsmith".

Did you mean: kohlsmith
2001 Dec 07
0
Problem: rsync hangs
...ang is 3 to 4 thousand, but as you can see the above run did 17,000+. Invocation script is attached below. Has anyone seen this? Is there anything obvious I'm doing wrong? Any suggestions for how to track down the problem? Thanks in advance for any advice, ^E -- Ed Santiago Toolsmith santiago@ascend.com [1] root cause: the farthest I've been able to diagnose is that both client and server are stuck in select(), waiting to hear from each other. -------------- next part -------------- #!/bin/sh CMD=/home/santiago/src/rsync/rsync/rsync.solaris $...
2001 Dec 18
3
rsync hang, more details [LONG]
...rsync.solaris $CMD -z -avv --stats --delete \ --rsync-path=$CMD.nopur \ --timeout=600 \ "cvsroot.eng.ascend.com:/home/santiago/tmp/rsync-test/src-test/CVSROOT" ./results -------------- next part -------------- Thanks in advance for any help, ^E -- Ed Santiago Toolsmith santiago@ascend.com
2001 Jul 26
7
comment on another command line option
I would like ssh to have the command line option of supplying the passphrase. This would make it possible to do attendant free scp transfers from PHP, for example. As it is, it is impossible to use a web script to initiate an scp xfer if an encrypted private key is used. I realize that stupid people could make shell scripts or web scripts then with the pass phrase in them, but those same stupid