-
Notifications
You must be signed in to change notification settings - Fork 142
Elasticsearch: Some index files failed to download. #476
Comments
https://artifacts.elastic.co/packages/6.x/apt/dists/stable/main/binary-amd64/Packages |
|
I don't get that part, could you elaborate? What is different during bootstrapping that causes this error? |
The Elastic Repo is generated on the fly, it's not static as most repos are (files exposed with index). I am not sure why this issue exists. The same repo works fine on installed systems but failed during bootstrap. |
I got the same problem with a repo from microsoft:
The build system does not use or define any proxy. Other build jobs which download files to the local machine also have no problem in receiving files over https. Is there any known issue in using https repos? "apt-transport-https" is listed under "include_packages". Full log using an alternative repo url from microsoft:
This works perfectly: The packages are also installed on the build machine, which is also Debian stretch. |
Found the issue!
The package "ca-certificates" must be installed for "apt-transport-https" to work properly. Should I add these details to the docs? |
Wow. Yeah, agreed on the unhelpful error message. PR merged and closing issue. Good job figuring it out :-) |
Hi!
This is an issue because Elastic repos use a dynamic generation method for repo files (not file based).
Adding the same repo to an already installed system works flawless.
Any ideas?
Kind regards,
Kevin
The text was updated successfully, but these errors were encountered: