Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install ipfs-cluster on Alibaba Cloud Server #577

Closed
mike-ngu opened this issue Oct 16, 2018 · 5 comments
Closed

Can't install ipfs-cluster on Alibaba Cloud Server #577

mike-ngu opened this issue Oct 16, 2018 · 5 comments
Assignees
Labels
exp/intermediate Prior experience is likely helpful kind/enhancement A net-new feature or improvement to an existing feature P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked

Comments

@mike-ngu
Copy link

One of my IPFS node deployed on the Alibaba Cloud Server in the Chinese region and others two nodes on the AWS.

And it looks like Great Chinese Firewall blocking your domain/ip https://dist.ipfs.io

git clone https://github.com/ipfs/ipfs-cluster.git $GOPATH/src/github.com/ipfs/ipfs-cluster
cd $GOPATH/src/github.com/ipfs/ipfs-cluster
make install

It can't finish make install command during ipfs-cluster installation and download all dependencies/packages.

Do you have some mirror server or any idea how this issue can be fixed?

1211122

Thanks

@koalalorenzo
Copy link

What if you use docker containers with the pre-built binaries?
That should be possible but I am not sure if the great firewall blocks docker hub as well.

@hsanjuan
Copy link
Collaborator

@hsanjuan hsanjuan added kind/enhancement A net-new feature or improvement to an existing feature help wanted Seeking public contribution on this issue exp/intermediate Prior experience is likely helpful status/ready Ready to be worked P1 High: Likely tackled by core team if no one steps up labels Oct 17, 2018
@hsanjuan hsanjuan self-assigned this Oct 18, 2018
@hsanjuan hsanjuan added status/in-progress In progress and removed help wanted Seeking public contribution on this issue labels Oct 18, 2018
hsanjuan added a commit that referenced this issue Oct 18, 2018
This modifies the Makefile so that gx and gx-go downloads are first
attempted from the local ipfs gateway (127.0.0.1:8080) and then
from the offical gateway (ipfs.io).

Make and wget doesn't work well dealing with stuff in subfolders,
so I have moved deptools-related rules to the deptools folder in its own
Makefile.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
@hsanjuan
Copy link
Collaborator

So gx and gx-go are not pulled from ipfs directly when possible. This should partially fix this. I wonder if dns resolution for *ipfs.io is blocked in China though, or just the IPs. Then /ipns/dist.ipfs.io is something that may not work still. @mike-ngu do you know?

kishansagathiya pushed a commit to kishansagathiya/ipfs-cluster that referenced this issue Nov 3, 2018
…ad-gx

Fix ipfs-cluster#577: Try downloading gx and gx-go from local ipfs gateway first
@godcong
Copy link

godcong commented Jan 25, 2019

i alway local build then push file up to server...

@hsanjuan
Copy link
Collaborator

I will close this for now. We have pretty much dropped Gx support and use go-modules now.

@ghost ghost removed the status/in-progress In progress label Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/intermediate Prior experience is likely helpful kind/enhancement A net-new feature or improvement to an existing feature P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked
Projects
None yet
Development

No branches or pull requests

4 participants