Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Developer iso: rsync: connection unexpectedly closed

    Development
    3
    5
    3341
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sai last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • S
        sai last edited by

        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?

        1 Reply Last reply Reply Quote 0
        • S
          sullrich last edited by

          It should not be using RSYNC.  You need SKIP_RSYNC=yes in the pfsense_local.sh file

          1 Reply Last reply Reply Quote 0
          • S
            sai last edited by

            Thanks

            1 Reply Last reply Reply Quote 0
            • J
              jakee last edited by

              Thanks

              1 Reply Last reply Reply Quote 0
              • First post
                Last post