Hi,
Thanks but this didn't fixed it.
I still get the same error.
As I said, it only happends sametimes.
Regarding the backup, if I select a small folder, nothing happends.
If I select a folder with many many files and sub-folders, I can see rsync
starts listing it...
I'd like to test the backup on a small folder with about 200 files but it
doesn't work.
I'm getting crazy with it as I can't find the problem..
On 2/11/07, Craig Barratt <[EMAIL PROTECTED]> wrote:
Paulo writes:
> xferPids 10100
> Rsync command pid is 10100
> Got remote protocol 1768191091
> Checksum seed is 1763719790
> Got checksumSeed 0x69203a6e
[snip]
> Sometimes I get "Fatal error (bad version): stdin: is not a tty" between
Yes - the first 8 bytes sent from the client should be the
protocol version and the checksum seed. Instead the ascii
characters "stdin: is not a tty" is sent instead.
The most likely cause is that root's .cshrc (or equivalent) is doing
an stty. You should change it so that it doesn't do an stty on a
non-login shell. For csh/tcsh you could do something like this
if ( ! $?USER || "$prompt" == "" || ! $?term ) then
# done for non-interactive shell
exit
endif
prior to running login-shell commands like stty.
Craig
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/