On Thursday 15 February 2007 00:17, Darren Spruell wrote:
> On 2/14/07, Chris C. <[EMAIL PROTECTED]> wrote:
> > On Wednesday 14 February 2007 21:59, Chris C. wrote:
> > > Hi
> > >
> > > I'm having issues with rsyncing ftp.rfc-editor.org through a PF
> > > firewall, other connections (also other rsync connections) work well.
> > >
> > > rsync -avz --delete ftp.rfc-editor.org::rfcs-text-only my-rfc-mirror
> > > receiving file list ... done
> > > ./
> > > rfc-index.xml
> > > ...
> > > rfc1591.txt
> > > rfc1592.txt
> > > nothing is going to happen... will timeout in a few minutes
> > > any suggestions? thanks!
> >
> > Have to reply to my own post...
> > The rsync process completes on the gateway itself, but not on any device
> > behind it.
>
> Enable debugging in PF and see if you get any error conditions in your
> kernel logs.
>
> # pfctl -x loud
>
> (set back to normal with 'pfctl -x urgent')

thanks, but that didn't help

I enabled debugging, added flags S/SA to all my rules and have block in log 
all / pass out log all rules.

/var/log/messages doesn't say anything except adding ospf ....
tcpdump -n -e -ttt -i pflog0 also doesn't say anything special:
Feb 15 08:58:26.289011 rule 7/(match) pass out on pppoe0: 217.95.254.251.62376 
> 128.9.176.20.873: [|tcp]

but rsync still aborts with:
rsync error: timeout in data send/receive (code 30) at io.c(171) 
[sender=2.6.8]
rsync: connection unexpectedly closed (168446 bytes received so far) 
[receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) 
[receiver=2.6.9]
_exit_cleanup(code=12, file=io.c, line=453): about to call exit(12)
rsync: connection unexpectedly closed (168446 bytes received so far) 
[generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) 
[generator=2.6.9]
_exit_cleanup(code=12, file=io.c, line=453): about to call exit(12)


anything left I can do? My other rsyncs (e.g. gentoo-portage) still work very 
well.

Reply via email to