basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.94k stars 536 forks source link

403 cannot download riak .deb file #919

Closed niranjan92 closed 7 years ago

niranjan92 commented 7 years ago

Trying to install riak from given tutorial, getting http://docs.basho.com/riak/kv/2.2.3/setup/installing/debian-ubuntu/

➜  ~ wget http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.3/ubuntu/trusty/riak_2.2.3-1_amd64.deb
--2017-08-16 20:48:34--  http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.3/ubuntu/trusty/riak_2.2.3-1_amd64.deb
Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.97.203
Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.97.203|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2017-08-16 20:48:34 ERROR 403: Forbidden.

It was working until sometime back

kimgust commented 7 years ago

Seems their S3 bucket(s) are down:

$ curl -I https://docs.basho.com
HTTP/1.1 403 Forbidden
Connection: keep-alive
x-amz-error-code: AllAccessDisabled
x-amz-error-message: All access to this object has been disabled
Date: Fri, 18 Aug 2017 22:45:44 GMT
Server: AmazonS3
X-Cache: Error from cloudfront
Via: 1.1 6a9f10f41b76b2383b9a1f1260dd91cd.cloudfront.net (CloudFront)
X-Amz-Cf-Id: Xmky3-E0uA_W0V3QOH_3pIL7nW1CW7DFSvZfMlTdKU-7EwY5RstukQ==
$ curl -I http://downloads.basho.com.s3-website-us-east-1.amazonaws.com/riak/CURRENT/rhel/6/riak-1.2.0-1.el6.x86_64.rpm
HTTP/1.1 403 Forbidden
x-amz-error-code: AllAccessDisabled
x-amz-error-message: All access to this object has been disabled
x-amz-request-id: E3F9B560B76A8AE2
x-amz-id-2: mZeW4TJUT0LHukIcC0NcsKJpJ5ulHBhFxnHDLcZIKGvVOMFPV7Fd/jR83OQ1ErReMoVhY7tVtKU=
Transfer-Encoding: chunked
Date: Fri, 18 Aug 2017 19:38:26 GMT
Server: AmazonS3
srikanthkakumanu commented 7 years ago

Basho is in bankruptcy state and no longer providing the access to their package downloads, i have been trying to access it since many days but no resolution. Hence you need to rely on open source Riak Git repos.

niranjan92 commented 7 years ago

@srikanthkakumanu thanks for the info. seems like now the docs aren't working either.

russelldb commented 7 years ago

Tiot.jp are hosting mirrors of downloads and docs. The debs you look for are here https://files.tiot.jp/riak/kv/2.2/2.2.3/ubuntu/. The docs are here https://www.tiot.jp/riak-docs/

niranjan92 commented 7 years ago

@russelldb thanks, closing this issue now