Re: rsync between windows Opensolaris failures

2009-07-09 Thread Paul Slootman
On Wed 08 Jul 2009, Harry Putnam wrote:
 
 But there is also a `last login' message that apparently doesn't
 cause any problems... since rsync works now.  I see the `last login'
 message if I do a straight ssh ha...@harvey

Do you see it with Jan-Benedict's suggestion of ssh ha...@harvey true?
The last login message should only be given in an interactive login, not
when a command is given.


Paul
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: rsync between windows Opensolaris failures

2009-07-09 Thread Harry Putnam
Paul Slootman paul+rs...@wurtel.net writes:

 On Wed 08 Jul 2009, Harry Putnam wrote:
 
 But there is also a `last login' message that apparently doesn't
 cause any problems... since rsync works now.  I see the `last login'
 message if I do a straight ssh ha...@harvey

 Do you see it with Jan-Benedict's suggestion of ssh ha...@harvey true?
 The last login message should only be given in an interactive login, not
 when a command is given.

Ahh I see now.  I check with Jan-B's technique and saw output.
Corrected the echo and just assumed the last login was still there.
Didn't think to check again with xxd.  But, no, nothing is output now.
Thanks.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: rsync between windows Opensolaris failures

2009-07-08 Thread Jan-Benedict Glaw
On Wed, 2009-07-08 12:21:55 -0500, Harry Putnam rea...@newsguy.com wrote:
 Can anyone tell me what is wrong in this picture with error output:
  rsync -nvviirp --inplace ha...@harvey:/cygdrive/c/Documents\ And\ Settings 
 ./docs_settings_$(dtf)
 opening connection using ssh harvey -l harry rsync --server --sender -vvnpr 
 --inplace . /cygdrive/c/Documents And Settings 
 ha...@harvey's password: 
 protocol version mismatch -- is your shell clean?
 (see the rsync man page for an explanation)
 rsync error: protocol incompatibility (code 2) at compat.c(61)
  [receiver=2.6.9]
 =
 
 A strait ssh to rea...@harvey succeeds but has this output (once past
 passwd):

[...]

Please try:

ssh rea...@harvey true | xxd

There should be no output at all. If there is, your shell is not
clean, as rsync said. (That is, there might be something like a
greeting message in non-interactive mode.)

MfG, JBG

-- 
  Jan-Benedict Glaw  jbg...@lug-owl.de  +49-172-7608481
Signature of: Eine Freie Meinung in einem Freien Kopf
the second  :   für einen Freien Staat voll Freier Bürger.


signature.asc
Description: Digital signature
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync between windows Opensolaris failures

2009-07-08 Thread Harry Putnam
Jan-Benedict Glaw jbg...@lug-owl.de writes:

 Please try:

 ssh rea...@harvey true | xxd

 There should be no output at all. If there is, your shell is not
 clean, as rsync said. (That is, there might be something like a
 greeting message in non-interactive mode.)

Thanks... turned out to be an echo of $HOME in .bashrc from sometime
back when I couldn't get HOME set correctly.

But there is also a `last login' message that apparently doesn't
cause any problems... since rsync works now.  I see the `last login'
message if I do a straight ssh ha...@harvey

How does that message skate by but my echo of $HOME causes failure.
Is the last login in stderr maybe?

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html