Re: [BackupPC-users] Got remote protocol 757955594

2007-04-26 Thread Frank Bennett
Craig Barratt cbarratt at users.sourceforge.net writes:

 
 Kai Grunau writes:
 
  I'm using  backuppc version 2.1.0pl1 on  RedHat Enterprise 3 server
  
  I found in the Xferlog file following message :
  ---
  Running: /usr/bin/ssh -q -x -l root hathorjan /usr/local/bin/rsync --server
  --sender --numeric-ids --perms --owner --group --devices --links --times
  --block-size=2048 --recursive --exclude /lost+found/ . 
  /var/opt/SUNWmsgsr/store/partition/primary/
  Xfer PIDs are now 661
  Got remote protocol 757955594
  Fatal error (bad version):
 
 The decimal value 757955594 is the first four bytes of the unexpected
 text or error from the remote machine.  In hex it is 2D2D7C0A or
 --|\r.  Does your .cshrc or ssh login sequence emit this string?
 
 This text should appear in ascii after bad version.  I'm surprised
 to see the rest of that message is empty.
 
 Craig
 
I also discovered a similar client message if one is running the server 
daemon as:
   sshd -D -d -d -d 
I was getting interger value of the 1st 4 characters of debug1 The 
suggestion given was most helpful to realize what was going on.

thanks,

-Frank
 -






-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Got remote protocol 757955594

2006-07-11 Thread Kai Grunau
Craig Barratt wrote:
 The decimal value 757955594 is the first four bytes of the unexpected
 text or error from the remote machine.  In hex it is 2D2D7C0A or
 --|\r.  Does your .cshrc or ssh login sequence emit this string?

 This text should appear in ascii after bad version.  I'm surprised
 to see the rest of that message is empty.
   
that's it :-)

I searched on the clients for the files which are modified at the time 
and looked for --| :
-
 find . -mtime -4 -type f -xdev | xargs  egrep \-\-
-
The file /etc/issue was found. After moving the file to /etc/issue.SAVE the
BackupPC jobs are running 

thanks a lot !
Kai



-
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=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Got remote protocol 757955594

2006-07-10 Thread Craig Barratt
Kai Grunau writes:

 I'm using  backuppc version 2.1.0pl1 on  RedHat Enterprise 3 server
 
 before last weekend I had no problem but since then no BackupPC
 is running on  2 Solaris machines (no problem with the other linux 
 computer).
 
 I found in the Xferlog file following message :
 ---
 Running: /usr/bin/ssh -q -x -l root hathorjan /usr/local/bin/rsync --server
 --sender --numeric-ids --perms --owner --group --devices --links --times
 --block-size=2048 --recursive --exclude /lost+found/ . 
 /var/opt/SUNWmsgsr/store/partition/primary/
 Xfer PIDs are now 661
 Got remote protocol 757955594
 Fatal error (bad version):

The decimal value 757955594 is the first four bytes of the unexpected
text or error from the remote machine.  In hex it is 2D2D7C0A or
--|\r.  Does your .cshrc or ssh login sequence emit this string?

This text should appear in ascii after bad version.  I'm surprised
to see the rest of that message is empty.

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=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/