On 02/10 05:34 , Craig Barratt wrote:
> 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 )
Hi,
I've fixed it.
I found that I had "mesg y" on /etc/bashrc
As soon as I comented it the backups start working.
After that I've placed this on the .bashrc file:
[[ -t 0 ]] && mesg y
Now everything is working fine.
Thanks to all for your help.
Paulo
On 2/12/07, Bill Hudacek <[EMAIL PROTECT
"Paulo Cardoso" <[EMAIL PROTECTED]> writes:
Hi Paulo
I had a similar problem with a client host that had a different rsync
version. I did not read the begining of this thread, but maybe this
could be your case.
Rodrigo
> Hi,
> Thanks but this didn't fixed it.
> I still get the same error.
> As
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 o
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
p
Hi,
I've just installed a server with Backuppc but I can't make backups with
it using rsync.
With tar I have no problems but with rsync nothing happends.
If I run this:
/usr/local/BackupPC/bin/BackupPC_dump -fv HOST
I get:
cmdSystemOrEval: about to system /bin/ping -c 1 -w 3 HOST
cmdSystemOrEval