Tagged Questions

3
votes
3answers
573 views

how to use a private yum repo on amazon-s3 to provision amazon-ec2 instances?

My fantasy is to be able to spin up a standard AMI, load a tiny script and end up with a properly configured server instance. Part of this is that I would like to have a PRIVATE yum repo in S3 that ...
2
votes
1answer
131 views

Attempting to install gearmand on AWS Linux EC2, yum can't find necessary packages with default repos

I'm attempting to install gearmand on a micro EC2 instance running Amazon Linux 64 bit by following this guide: http://planet.mysql.com/entry/?id=28654 But I'm running into a problem with sudo yum ...
2
votes
2answers
389 views

Yum install ffmpeg can't find repomd.xml

I am trying to install ffmpeg on an EC2 instance, by doing the following: (1) Editing: '/etc/yum.repos.d/dag.repo' and inserting: '[dag] name=Dag RPM Repository for Red Hat Enterprise Linux ...
1
vote
1answer
362 views

How to install Cron on EC2 Instance [closed]

Does Cron come preinstalled on the EC2 linux instances, or do I have to install it separately from yum or anything?
1
vote
1answer
468 views

pointing to a different yum repository

I am not sure if this is possible or if there's any easier way but I am trying to install a software package but its not available when I search for it within Yum. I read their documentation and they ...
0
votes
0answers
40 views

Installing Vanish Cache 3.0 on Amazon EC2

Just a quick question to see if anyone knows how to install Varnish Cache 3.0 on an Amazon EC2 Instance without having to build from source? I have previously installed on many servers running Ubuntu ...
0
votes
0answers
133 views

dependency issues when installing sphinx search on centos 5.5 (EC2)

Im trying to install sphinx search on my EC2 instance. I keep running into dependency issues. I tried using: 'yum install sphinx' but it wants to install an old version and it gets dependency ...