ClusterHQ / flocker

Container data volume manager for your Dockerized application
https://clusterhq.com
Apache License 2.0
3.38k stars 288 forks source link

flocker apt repo failed on ubuntu16.04 #3012

Open cloudman6 opened 7 years ago

cloudman6 commented 7 years ago

Could not install flocker while following the installation guide Looks like index files failed to download from repo.

Blow is the output:

ubuntu@ip-172-31-38-19:~$ sudo apt-get update
Hit:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://us-east-2.ec2.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Ign:5 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  InRelease
Ign:6 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Release
Ign:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Err:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
  404  Not Found
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Reading package lists... Done
W: The repository 'https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
ubuntu@ip-172-31-38-19:~$
OlivierDupre commented 7 years ago

I faced the exact same problem, even with the --allow-insecure-repository option on apt update.

So I tried second installation option, and it also failed with the following message:

$ pip install https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl Collecting Flocker==1.15.0 from https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl HTTP error 404 while getting https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl Could not install requirement Flocker==1.15.0 from https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl because of error 404 Client Error: Not Found for url: https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl Could not install requirement Flocker==1.15.0 from https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl for URL https://clusterhq-archive.s3.amazonaws.com/python/Flocker-1.15.0-py2-none-any.whl

Looks like there is a little problem with your repositories.

By the way, is there any reason you're not using a PPA reposository?

Cheers, Olivier

wchb commented 7 years ago

[root@docker79 flocker]# yum list installed clusterhq-release || yum install -y https://clusterhq-archive.s3.amazonaws.com/centos/clusterhq-release$(rpm -E %dist).centos.noarch.rpm Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Error: No matching Packages to list Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Cannot open: https://clusterhq-archive.s3.amazonaws.com/centos/clusterhq-release.el7.centos.noarch.rpm. Skipping. Error: Nothing to do [root@docker79 flocker]# rpm -E %dist .el7 [root@docker79 flocker]# yum list installed clusterhq-release || yum install -y https://clusterhq-archive.s3.amazonaws.com/centos/clusterhq-release.el7.centos.noarch.rpm Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Error: No matching Packages to list Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Cannot open: https://clusterhq-archive.s3.amazonaws.com/centos/clusterhq-release.el7.centos.noarch.rpm. Skipping. Error: Nothing to do

frpdlut commented 7 years ago

Err:16 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64 InRelease
Connection timed out after 120000 milliseconds Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [473 kB]
Fetched 2,594 kB in 2min 12s (19.6 kB/s)
Reading package lists... Done

I can't download&install the clusterhq-flocker-cli, clusterhq-flocker-node, clusterhq-flocker-docker-plugin on Ubuntu 16.04.

thorerik commented 6 years ago

I might be wrong, but I think this might have something to do with the issues you are experiencing: http://clusterhq.com/2016/12/22/clusterf-ed/

nishant-jain-94 commented 6 years ago

Even I am facing the same issue. Cant install flocker on both Ubuntu 16.04 and Ubuntu 14.04

W: Failed to fetch https://clusterhq-archive.s3.amazonaws.com/ubuntu/14.04/amd64/Packages  HttpError404
diegoxa commented 6 years ago

Seeing the same error on Ubuntu 16.04.3 LTS

Hit:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:5 https://apt.dockerproject.org/repo ubuntu-xenial InRelease
Ign:6 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  InRelease
Ign:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Release
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:10 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:10 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:10 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:10 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:10 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Err:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Packages
  404  Not Found
Ign:9 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en_US
Ign:10 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Translation-en
Reading package lists... Done
W: The repository 'https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64  Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
davidkhala commented 6 years ago

Same symptom happened on Ubuntu 16.04

rathko commented 6 years ago

It appears the flocker is no longer supported as the company, unfortunately, went out of business.

adally commented 6 years ago

I met the same problem when I run "sudo apt-get update" on arm64 machine.The following is the error msg.

Ign:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/arm64 Packages Ign:8 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/arm64 Translation -en Err:7 https://clusterhq-archive.s3.amazonaws.com/ubuntu/16.04/arm64 Packages 404 Not Found