Developer iso: rsync: connection unexpectedly closed
-
I have a developer iso installed and running for about a month now. For the past week or so I get the following error when I try to build an update.
cd /home/pfsense/tools/builder_scripts/
./build_updates.sh
Removing build directories
ssh: connect to host cvs.pfsense.org port 22: Operation timed out
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(443)Have I managed to mess up my developer machine ? I dont think I changed anything, though I suppose an update might have gone wrong. Do I Need to reinstall?
-
the line causing problems seems to be
rsync -avz ${CVS_USER}@${CVS_IP}:/cvsroot /home/pfsense/I try:
rsync -avz sullrich@cvs.pfsense.org:/cvsroot /home/pfsense/
ssh: connect to host cvs.pfsense.org port 22: Operation timed out
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(443)is cvs.pfsense.org down?
-
It should not be using RSYNC. You need SKIP_RSYNC=yes in the pfsense_local.sh file
-
Thanks
-
Thanks