Skip to content

Instantly share code, notes, and snippets.

@lakshmi-kannan
Created June 20, 2017 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakshmi-kannan/b6429c0bd207dd5fc8609b479956e5f6 to your computer and use it in GitHub Desktop.
Save lakshmi-kannan/b6429c0bd207dd5fc8609b479956e5f6 to your computer and use it in GitHub Desktop.
Getting a "downloaded more than max size" error when downloading mongodb-org-shell for EL6. This is done as part of our CI build process (so it's being done on a fresh VM each time), and has been happening regularly for the past few days. Is this a problem on our side, or with the mirror?
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos, security
Setting up Install Process
mongodb-org-3.2 | 2.5 kB 00:00
mongodb-org-3.2/primary_db | 64 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package mongodb-org.x86_64 0:3.2.14-1.el6 will be installed
--> Processing Dependency: mongodb-org-tools = 3.2.14 for package: mongodb-org-3.2.14-1.el6.x86_64
--> Processing Dependency: mongodb-org-shell = 3.2.14 for package: mongodb-org-3.2.14-1.el6.x86_64
--> Processing Dependency: mongodb-org-server = 3.2.14 for package: mongodb-org-3.2.14-1.el6.x86_64
--> Processing Dependency: mongodb-org-mongos = 3.2.14 for package: mongodb-org-3.2.14-1.el6.x86_64
--> Running transaction check
---> Package mongodb-org-mongos.x86_64 0:3.2.14-1.el6 will be installed
---> Package mongodb-org-server.x86_64 0:3.2.14-1.el6 will be installed
---> Package mongodb-org-shell.x86_64 0:3.2.14-1.el6 will be installed
---> Package mongodb-org-tools.x86_64 0:3.2.14-1.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
mongodb-org x86_64 3.2.14-1.el6 mongodb-org-3.2 5.8 k
Installing for dependencies:
mongodb-org-mongos x86_64 3.2.14-1.el6 mongodb-org-3.2 6.0 M
mongodb-org-server x86_64 3.2.14-1.el6 mongodb-org-3.2 13 M
mongodb-org-shell x86_64 3.2.14-1.el6 mongodb-org-3.2 2.8 M
mongodb-org-tools x86_64 3.2.14-1.el6 mongodb-org-3.2 42 M
Transaction Summary
================================================================================
Install 5 Package(s)
Total download size: 64 M
Installed size: 199 M
Downloading Packages:
(1/5): mongodb-org-3.2.14-1.el6.x86_64.rpm | 5.8 kB 00:00
(2/5): mongodb-org-mongos-3.2.14-1.el6.x86_64.rpm | 6.0 MB 00:00
(3/5): mongodb-org-server-3.2.14-1.el6.x86_64.rpm | 13 MB 00:00
https://repo.mongodb.org/yum/redhat/6Server/mongodb-org/3.2/x86_64/RPMS/mongodb-org-shell-3.2.14-1.el6.x86_64.rpm: [Errno 14] Downloaded more than max size for https://repo.mongodb.org/yum/redhat/6Server/mongodb-org/3.2/x86_64/RPMS/mongodb-org-shell-3.2.14-1.el6.x86_64.rpm: 3177721 > 2883584
Trying other mirror.
(5/5): mongodb-org-tools-3.2.14-1.el6.x86_64.rpm | 42 MB 00:01
Error Downloading Packages:
mongodb-org-shell-3.2.14-1.el6.x86_64: failure: RPMS/mongodb-org-shell-3.2.14-1.el6.x86_64.rpm from mongodb-org-3.2: [Errno 256] No more mirrors to try.
############### ERROR ###############
# Failed on Install st2 dependencies (MongoDB) #
#####################################"
succeeded: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment