-
Notifications
You must be signed in to change notification settings - Fork 1k
I cant install hyperledger fabric can you help me? #2400
Comments
I don't know why Docker is getting involved in there. You need the files right.
If this method fails, download the .zip file from https://github.com/hyperledger-archives/fabric and you should be done. |
I had used a custom release of fabric from someone. I encountered the same error. A little bit of digging suggested that the setup.sh had some warning statements inserted (found this by diff with the official fabric). Removing this warning message from the setup.sh resolved this issue. See Below for the warningInstall WARNING before we start provisioning so that itwill remain active. We will remove the warning aftersuccesscat </etc/motd If you see this notice, it means that something is wrong Typically this indicates that something failed during
for more information on troubleshooting and solutions. ########################################################## |
HI, vagrant@ubuntu:/opt/gopath/src/github.com/hyperledger/fabric$ make peer Can someone help me in resolving this? |
Description
==> default: Mounting shared folders...
default: /vagrant => /home/forest/go/src/github.com/hyperledger/fabric/devenv
default: /local-dev => /home/forest/go/src/github.com/hyperledger/fabric
default: /hyperledger => /home/forest/go/src/github.com/hyperledger/fabric
default: /opt/gopath/src/github.com/hyperledger/fabric => /home/forest/go/src/github.com/hyperledger/fabric
==> default: Running provisioner: shell...
default: Running: inline script
==> default: stdin: is not a tty
==> default: ++ export DOCKER_STORAGE_BACKEND=
==> default: ++ DOCKER_STORAGE_BACKEND=
==> default: ++ cd /hyperledger/devenv
==> default: ++ ./setup.sh
==> default: ./setup.sh: line 40: ---;;---: command not found
==> default: ./setup.sh: command substitution: line 40: syntax error near unexpected token
||' ==> default: ./setup.sh: command substitution: line 40:
|| '==> default: W
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages Hash Sum mismatch
==> default: W
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/Packages Hash Sum mismatch
==> default: W
==> default: :
==> default: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch
==> default: W
==> default: :
==> default: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch
==> default: E
==> default: :
==> default: Some index files failed to download. They have been ignored, or old ones used instead.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong
I install this project step by step according to github instructions,but i always encounter with the following problem.how to fix it?
ps : I am in china ,has that something with gfw?
I already have posted a issue on Jira,but nobody answered me. who can help me out
The text was updated successfully, but these errors were encountered: