> > CVSup uses multiplexed mode by default, which means it multiplexes its > > various data channels over a single TCP connection. The server does > > not (should not) attempt to connect back to the client. > > No. > > $ /usr/local/bin/cvsup /usr/src-supfile -g -L 2 > ... > Establishing active-mode data connection > Timed out waiting for connection from server. Check your firewall setup > or try the "-P m" option > > And it never gets there (firewall is 3 hops down the road). > '-P m' does change the behaviour.
You're probably still running cvsup 15.4 or earlier. As of version 16, multiplexed mode is the default. Upgrade, if it's that important. I'm still running 15.4 at a lot of places... works well enough for cvsup && make world, even with the (petty) annoyance of '-P m'. ==Michael To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message