Skip to content

Instantly share code, notes, and snippets.

@reggi
Created February 14, 2013 21:08
Show Gist options
  • Select an option

  • Save reggi/4956419 to your computer and use it in GitHub Desktop.

Select an option

Save reggi/4956419 to your computer and use it in GitHub Desktop.
[10gen]
name=10gen Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64
gpgcheck=0
enabled=1
[ec2-user@ip-10-243-22-214 yum.repos.d]$ sudo yum install mongo-10gen and mongo-10gen-server
Loaded plugins: priorities, security, update-motd, upgrade-helper
10gen | 951 B 00:00
Not using downloaded repomd.xml because it is older than what we have:
Current : Sat Feb 2 00:17:02 2013
Downloaded: Sat Feb 2 00:16:51 2013
Setting up Install Process
No package and available.
Resolving Dependencies
--> Running transaction check
---> Package mongo-10gen.i686 0:2.2.3-mongodb_1 will be installed
---> Package mongo-10gen-server.i686 0:2.2.3-mongodb_1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
mongo-10gen i686 2.2.3-mongodb_1 10gen 42 M
mongo-10gen-server i686 2.2.3-mongodb_1 10gen 6.6 M
Transaction Summary
========================================================================================================================================================================
Install 2 Package(s)
Total download size: 48 M
Installed size: 118 M
Is this ok [y/N]: y
Downloading Packages:
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/RPMS/mongo-10gen-2.2.3-mongodb_1.i686.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/RPMS/mongo-10gen-server-2.2.3-mongodb_1.i686.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error Downloading Packages:
mongo-10gen-server-2.2.3-mongodb_1.i686: failure: RPMS/mongo-10gen-server-2.2.3-mongodb_1.i686.rpm from 10gen: [Errno 256] No more mirrors to try.
mongo-10gen-2.2.3-mongodb_1.i686: failure: RPMS/mongo-10gen-2.2.3-mongodb_1.i686.rpm from 10gen: [Errno 256] No more mirrors to try.
[ec2-user@ip-10-243-22-214 yum.repos.d]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment