0
votes
2answers
9 views

How can I move postgresql data to another directory on Ubuntu over Amazon EC2?

We've been running postgresql 8.4 for quite some time. As with any database, we are slowly reaching our threshold for space. I added another 8 GB EBS drive and mounted it to our instance and ...
1
vote
1answer
77 views

Virtual Host on AWS EC2 Running Ubuntu

I'm trying to configure a virtual host to my EC2 instance. I'm using ubuntu on my EC2 instance and apache2 as web server. I have 3 applications (web-based) in 3 different folders in /var/www: - ...
-1
votes
0answers
99 views

Amazon EC2 - Can't install RMagick 2.13.2. Can't find MagickWand.h [closed]

When I run bundle on Amazon EC2 server, I get this error: Can't install RMagick 2.13.2. Can't find MagickWand.h. An error occurred while installing rmagick (2.13.2), and Bundler cannot continue. Make ...
-1
votes
0answers
31 views

Cannot SSH into EC2 Instance [closed]

I cannot seem to SSH into my Ubuntu 12.10 EC2 instance any more?! I am getting the following error when I run the following command ssh -v -i mykey.pem ubuntu@XX.XXX.XX.XX (with the mykey.pem file ...
1
vote
1answer
60 views

getting started with the latest version of hadoop and ec2

I am following Hadoop in Action to get started with hadoop with ec2. I'm running on ubuntu and have downloaded and installed the latest version of Hadoop. I am hitting a road block at this command: ...
0
votes
1answer
42 views

identifying source of issue with java_home environment variable

I am trying to run a hadoop cluster like this in the latest version of ubuntu 64bit (vm): hadoop launch-cluster MyCluster 1 this is the output that i get: /usr/bin/hadoop: line 320: ...
1
vote
1answer
31 views

Maximum number of EBS volumes on an Ubuntu Server EC2 instance?

Amazon documentation says that the number of EBS volumes that can be attached to a Linux EC2 instance is essentially unlimited, but it seems the number of potential available device names is limited ...
1
vote
1answer
28 views

Get RabbitMQ run automatically?

I'm running RabbitMQ on a EC2 machine. To start RabbitMQ working I type: sudo rabbitmq-server This starts ok and everything works. My issue is when I disconnect from the shell so does Rabbit. How ...
0
votes
1answer
51 views

Cron job on Amazon EC2 medium tier Ubuntu instance

I am relatively new to managing servers. I have a medium tier Ubuntu EC2 instance. I have a php script reads from a database (not large number of entries, about 500), and for each record in the ...
0
votes
0answers
15 views

Unable to use sudo su - command [migrated]

I am new in ubuntu, i am trying to run following command sudo su - Bu i am getting following message sudo: unable to open /etc/sudoers: Permission denied sudo: no valid sudoers sources found, ...
0
votes
1answer
67 views

Having trouble running nginx on EC2 instance

I installed Nginx with phusion passenger, but I am having trouble accessing the server. I am using the default configuration file, yet I never get a response from the server when I try to visit the IP ...
1
vote
1answer
54 views

How do I add my mono Program to the startup?

I am very new to Ubuntu. I've a mono application deployed on EC2. Currently I use mono folder/app.exe to start the program. How can I make this run when the system reboots? Thanks in advance. ...
0
votes
1answer
66 views

How do I restart computer using C# on EC2 Ubuntu Server?

I am running a C# Console Application on AWS EC2 instance with Ubuntu. I want to restart the computer from my Application using C#. Is there is any way that I can execute sudo reboot from C#? Thanks ...
1
vote
2answers
59 views

how can I do “git pull” automatically when my server startup

I am using ec2 instance @ ubuntu . I am trying to automatically do "git pull" after i launched a new instance from my AMI. The repo dir is already in my AMI, all i need is update the repo. what i am ...
0
votes
0answers
41 views

Install RVM part of a “UserData” script for an EC2 instance

I've Base64 Encoded this Userdata script to be ran on initialization of a EC2 instance, but for some reason, it doesn't install RVM. I think it's do to a user issue, but i'm not sure. I'm using the ...
0
votes
1answer
30 views

Ubuntu 12.10 Copy Virtual Hosts From One Server to Another

I'd like to copy my sites-available and sites-enabled folders from one server and move them to my new server without typing them all out again. Is there a fast way to do this? Maybe I could copy ...
0
votes
1answer
302 views

Installing lxml with enthought Python on Amazon ec2 ubuntu instance

I successfully installed enthought Python on ubuntu (running in Amazon EC2 instance). However, I get the following error (log inserted) when trying to install the lxml package /usr/local/bin/pip ...
1
vote
0answers
504 views

Run Ubuntu 13.04 / Linux mint 14 on Amazon EC2 with 'NX free edition for Linux' from NoMachine

I have recently been trying to create a Linux workstation in the cloud which I can access from any of my personal machines/OS using NX. I found a few old guides which I was following. I used the ...
0
votes
1answer
74 views

Unable to run the ec2 command lines using cron ,

I am automating the ec2 start and shutdown, I have written a bash script, which works when I run it manually, but when I add the bash to run by crontab its not executing. I have assigned proper ...
0
votes
4answers
63 views

Error when configuring MySQL on EBS volume

I'm working on configuring MySQL to store its data on an Amazon EBS volume. I've mounted the volume at /data, moved the config and data files to the volume, and symlinked the MySQL files: ln -s ...
1
vote
0answers
85 views

Can't get AWS SDK for PHP Working on Ubuntu Server

I have been trying to get the AWS SDK Installed and working on my EC2 instance. I am running Ubuntu server and have tried requiring the aws.phar file in my code and also installing via PEAR. either ...
0
votes
1answer
94 views

different permissions for same amazon s3fs bucket mounted on 2 different instances?

I am mounting the same amazon bucket on 2 different Ubuntu server instances but ubuntu user can only write on the first one not the second. On the second one it has reading rights but not writing. I ...
0
votes
1answer
49 views

Automatic snapshot and create an AMI automatically

I have couple of ubuntu based ec2 instances running in the production mode. My problem is when ever the traffic increases I am manually booting the instance update the code from the github. Now I ...
0
votes
1answer
94 views

unable to bootstrap ec2 ubuntu instance [closed]

Hi I am trying to bootstrap an ubuntu ec2 instance using knife command line tool, but when ever I run this command knife ec2 server create -x ubuntu --region ap-southeast-1 -i ami-0cdf4965 -S key ...
0
votes
1answer
78 views

Can't access django website on ec2 instance development server

Here's how I try running my dev server (I've tried this with and without sudo, just to make sure): python manage.py runserver ec2-##-##-###-##.compute-1.amazonaws.com:8000 Here's my iptables ...
0
votes
1answer
66 views

Unable to create a ec2 ubuntu instance node using chef and knife

I am new to knife and chef configuration management system, I was trying to create a ec2 ubuntu instance node using knife command line too. I am able to run knife node list and knife node show ...
0
votes
1answer
295 views

EC2 Ubuntu Capistrano issue (NoMethodError: undefined method `each' for “publickey”:String)

I've exhausted myself and my resources attempting to recreate what I must have miraculously created last week. I'm using an EC2 micro instance running Ubuntu 12.10 x64 to create a test server for CI ...
-1
votes
1answer
147 views

Sudo won't work, permissions are wrong [closed]

Tried a million things but I can't restore my root access. ubuntu@ip-10-252-139-101:~$ sudo su sudo: /etc/sudoers is owned by uid 1000, should be 0 sudo: no valid sudoers sources found, quitting ...
4
votes
1answer
330 views

RabbitMQ python worker script using 100% CPU

I worte this python script which acts as an RPC server by modifying the default RPC example in RabbitMQ tutorial found here. It runs fine in my laptop. But when i run it in an amazon ec2 High CPU ...
1
vote
0answers
149 views

ActionMailer Settings for Gmail with Rails 3.2 running on Amazon EC2 Instance

Background Trying to resolve an issue with Gmail setup for ActionMailer in Rails 3.2.x running on a Ubuntu instance at Amazon EC2. The application is running with Nginx + Passenger. The setup is as ...
-1
votes
1answer
247 views

VNC connection to Ubuntu EC2 [closed]

I've been trying to get a VNC connection to my Ubuntu instance installed at EC2. This is what I have done so far :- Install x11vnc and run it as x11vnc -create. I used the create flag as I wasn't ...
0
votes
1answer
60 views

Aws instance showing more disk space then the root volume

I am running couple of aws ec2 ubuntu instances, today I just checked "df -h" I discovered that, there is a partition in the volume, it says I have got about 355GB of the space, its not the root ...
0
votes
1answer
146 views

Ec2 issue in uploading a file via scp

I'm trying to upload a file to my new ec2 vps without any luck. I'm able to connect via ssh without any problem. When I try to upload my shell says: scp -v -i ~/.ssh/maurospage.pem wp-config.php ...
0
votes
1answer
19 views

Serve a directory in ec2

I have an ec2 instance running ubuntu that I can ssh in to upload/download files. However, ssh is often blocked on public wifis (library, cafes,etc). Is there a way to serve the contents of a ...
1
vote
0answers
45 views

Generate and attach X509 certificate to an Amazon ec2 account

Amazon's documentation seems to assume that everyone using it knows all about X509 certificates and exactly how to generate them. I don't, and no one on the internet seems to be interested in ...
0
votes
1answer
46 views

Tracking band width usage in aws

I am running e-commerce website, built on ruby on rails. App is running on ec2 ubuntu 10.04 instance and all the images are stored in s3 buckets. I want to track how many GB/TB of data we have served ...
2
votes
1answer
231 views

How to install and support node.js app from git on Ubuntu server

Full stack of commands for install node.js and app from git on the Ubuntu server (Ubuntu 12.04 on Amazon EC2)
0
votes
1answer
71 views

Drupal installation issue. GD and PDO unrecognized

sorry if this has been answered already, but my searches brought me to nowhere. I have just installed LAMP environment on Amazon EC2 instance. It runs on: Ubuntu precise 12.04 amd64 server PHP ...
1
vote
0answers
93 views

Cannot connect with FreeNX to Ubuntu ec2 instance

I have recently spun up a new Ubuntu 12.04 instance in AWS. I had no issues connecting to and opening an SSH terminal to the server. Having connected to the instance, I was able to install the Ubuntu ...
-1
votes
1answer
36 views

Amazon ec2 instance volume is full [closed]

I am running couple of ubuntu ec2 instances. I have configured log rotate to make sure the hard disk will not be full and there will be a problem reading or writing the disk or volume. I have checked ...
0
votes
1answer
82 views

Libraries not found when running R script at boot

I been with the following for a long time now, and can't seem to make it work. What I am trying to do is to automatically shutdown an Ubuntu EC2 instance once an R script runs. For that I am using ...
0
votes
1answer
351 views

Apt-Get in AWS EC2

I installed Ubuntu 12.04 on my instance and am trying to install packages using apt-get, but I am getting the following error: sudo: apt-get: command not found How do I fix this? Thanks
1
vote
1answer
248 views

EC2 Micro Instance CPU spikes to 100% at regular interval every day

I know Amazon throttles micro instance if it uses up certain number of CPU time, but I don't think this is the case. All the spikes appear at around 6:30 to 6:40 UTC. I checked my cron job and there ...
-1
votes
1answer
77 views

How can I allow a user to use a password to login via SFTP, rather than a private key? [closed]

I've setup VSFTPD in Ubuntu, and if I try to SFTP a file using a private key, I can get in fine--but I want to allow other users to use a password. I've followed Ubuntu's instructions, and already ...
5
votes
2answers
532 views

Restart an existing Amazon EC2 instance with a user-specified script?

While I've found plenty of documentation on how to create new instances of an an Amazon EC2 AMI with a user-data script (ala Eric Hammond), I've not seen a way to start an already existing, but ...
0
votes
1answer
345 views

EC2, bottle.py connection

Not able to launch a bottle.py server using an EC2 Ubuntu Linux 12.04 instance with a public IP address. The program (hw.py) is from the bottle tutorial ie. from bottle import route, run ...
1
vote
1answer
56 views

How to detect EC2 instance has been idle

I am looking for idea how to approach this problem, basically measuring EC2 instance activity. Is there a way I can know that via AWS? If not, how can I measure activity on e.g. Ubuntu instance. ...
0
votes
1answer
318 views

Can not shell into Amazon EC2 Instance after changing sshd_config [closed]

I'm running an Amazon EC2 micro instance (ubuntu 12.04.1) for a school project. I was trying to set up the user authentication to log onto the shell to eliminate the need to log in as the user ...
4
votes
2answers
212 views

How do I set up PHP Logging to go to a remote server?

We are going to a deployment setup where we will have many servers, most of which auto-added to the load balancer when the traffic goes up. The trouble with this setup is that if an individual ...
0
votes
1answer
366 views

Amazon EC2 - last command error

I just got an Amazon EC2 micro instance with Ubuntu 12.04. The problem is that the last command isn't working ... The error message is : last: /var/log/wtmp: No such file or directory Perhaps this ...

1 2 3 4