Hi,

am not sure if this is related to my -current kernel or last recent
ssh changes but perhaps you have an idea.

Since yesterday I'm not able, to upload some files using rsync over ssh.

Attached is a short tcpdump.

netstat shows it this way:
           input          (xl0)           output
   packets  errs      bytes    packets  errs      bytes colls
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
         1     0         60          3     0       4270     0
         2     0        120          0     0          0     0
         2     0        134          2     0       1320     0
send file list (rsync)
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
         0     0          0          0     0          0     0
start of transmission of gzipped patch file
         1     0         90          1     0         54     0
         2     0       3028          2     0        108     0
         9     0       7864         16     0      15464     0
         4     0       3148          7     0       9138     0
         7     0       3762          3     0       1622     0
         5     0        300          0     0          0     0
         1     0         60          0     0          0     0
         0     0          0          0     0          0     0
from now on "0" traffic for 12 seconds, then
         1     0         90          1     0         90     0
again "0" traffic ... and it hangs

Here what I see as "user"

andreas@freefall 52% getwebpages
Enter passphrase for RSA key '[EMAIL PROTECTED]':
term: Undefined variable.
receiving file list ... done
apsfilter/download/
apsfilter/download/diff-4.9.9-5.3.3.gz

This hangs and I interrupt it with ^C
^C
Received signal 30.

Do you have an idea what might go wrong ?
An upload to another server (FreeBSD-4.0, DEC Alpha) runs flawlessly.

I'm starting this job on freefall with:
#! /bin/sh
umask 002
cd $HOME
$HOME/bin/rsync -zrtvc \
        -C \
        -e "/usr/local/bin/ssh -c blowfish" \
        andreas@${REMOTEHOST}:~/public_html/freefall/ \
        public_html                                 

This rsync is version 2.4.1, on freefall 2.2.1

BTW, could someone on freefall please update the ports collection.
Nothing works, if I want to build a port with the currently active
make macros.


-- 
Andreas Klemm                               http://people.FreeBSD.ORG/~andreas
                                     http://www.freebsd.org/~fsmp/SMP/SMP.html
                                   powered by Symmetric MultiProcessor FreeBSD
New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas

ssh-trouble-freefall.tcpdump

Reply via email to