opengovfoundation / madison

Madison is a platform for lawmakers to share legislation with their citizens, allowing the community to add comments and suggest improvements.
GNU General Public License v3.0
675 stars 108 forks source link

`make chef-cook` returns rsync ERROR #1066

Closed IuliiSe closed 7 years ago

IuliiSe commented 7 years ago

@sethetter Quik question. Please, have a look at this.

make chef-cook returns rsync ERROR

$ make chef-cook=root@correctIP

Uploading the kitchen...
ssh: connect to host correctIP port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/io.c(453) [sender=2.6.9]
ERROR: RuntimeError: Failed to launch command ["rsync", "-rL", "--rsh=ssh root@207.154.192.147", "--delete-after", "-zt", "--exclude=revision-deploys", "--exclude=.git", "--exclude=.hg", "--exclude=.svn", "--exclude=.bzr", "config/chef/environments/", ":~/chef-solo/environments"]
make: *** [chef-cook] Error 100
sethetter commented 7 years ago

That looks like an error with your local rsync. I would Google for that error and see what you find.

On Nov 26, 2016 6:52 AM, "IuliiSe" notifications@github.com wrote:

@sethetter https://github.com/sethetter Quik question. Please, have a look at this.

make chef-cook returns rsync ERROR

$ make chef-cook=root@correctIP

Uploading the kitchen... ssh: connect to host 207.154.192.147 port 22: Connection refused rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/io.c(453) [sender=2.6.9] ERROR: RuntimeError: Failed to launch command ["rsync", "-rL", "--rsh=ssh root@207.154.192.147", "--delete-after", "-zt", "--exclude=revision-deploys", "--exclude=.git", "--exclude=.hg", "--exclude=.svn", "--exclude=.bzr", "config/chef/environments/", ":~/chef-solo/environments"] make: *** [chef-cook] Error 100

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/opengovfoundation/madison/issues/1066, or mute the thread https://github.com/notifications/unsubscribe-auth/AAoAjH3S3l7bgIrUptTIxQ4lSjiax0fsks5rCCuggaJpZM4K841d .