0
votes
1answer
22 views

Can't ssh to AWS EC2: Identity file not accessible

I'm unable to ssh to my EC2 server and am getting the error: ssh -i /Users/Skeniver/Keepass/skeniver.pem ubuntu@xx.xxx.xx.xxx Identity file /Users/Skeniver/Keepass/skeniver.pem not accessible: No ...
0
votes
1answer
29 views

AWS EC2 Connection closed by when trying ssh into instance

recently I set up a new EC2 instance. The next day I was not able to connect to my instance via ssh. I could connect and disconnect the day before, I swear I did nothing. here is ssh debug info: ssh ...
0
votes
0answers
15 views

vnc4server issue: unable to initialize client

I initially installed VNC4SERVER to run Guacamole (render VM through browser) on an AWS EC2 Linux (Ubuntu 12.04) instance. It worked fine and then I shutdown the instance. After a few days I started ...
0
votes
1answer
22 views

Unable to create user on Ubuntu on Amazon EC2

I have an Amazon EC2 instance running Ubuntu 12.04, and for some reason I am unable to create a new user when logged in as either the default ubuntu user or root. When I do "useradd myusername", I ...
0
votes
1answer
27 views

“Reset” Amazon EC2 server

I am running an EC2 server with Ubuntu 12.04.1 LTS. But there are things that aren't working properly on it. CPAN won't install any modules, the MYSQL service keeps falling over, etc. So I want to ...
1
vote
1answer
141 views

amazon ec2 sudoers file - ubuntu user asking for password

I am VERY new to EC2 here, and I have set up everything under the free tier today. So , I loginto my ec2 using (assuming default user ubuntu): ssh -i ~/.ssh/mykeypaid.pem ubuntu@<my ip address> ...
0
votes
1answer
146 views

Bug G-WAN and Amazon EC2

I thought my mistake was Problems to start G-WAN but today, I made more testst and my real problem is this: When I launch an instance with type micro, G-WAN works fine but if i launch the same ...
5
votes
2answers
195 views

JavaMail Not Working on Amazon EC2

PROBLEM: I'm trying to use JavaMail to send email from an EC2 Ubuntu 12.04 Server but it's not working. BACKGROUND: I intend to send an auto generated mail from a Tomcat Server to a few team ...
3
votes
1answer
206 views

non www to www using AWS Elastic Load balancer and Nginx

I have an app running on example.com and now I wanna redirect all the traffic to the www.example.com since we are collaborating with Akamai's CDN for your website. My domain is parked in Route53, ...
0
votes
1answer
144 views

Install Open JDK and SunJDK and choose while launching an application

Intellij Idea CE recommends Sun Java on Ubuntu 12.04. Amazon EC2 API Tools comes packed with OpenJDK and if you try to uninstall OpenJDK amazon ec2 api tools uninstalls with it to. How to install ...
0
votes
0answers
124 views

Unable to fetch some archives of g++ and libssl-dev, for installing node.js on aws ubuntu

I am now installing node.js on ubuntu following the instructions. apt-get install python g++ curl libssl-dev mkdir /tmp/nodejs && cd /tmp/nodejs wget ...
0
votes
1answer
149 views

after ruby upgrade: Failed to build gem native extension. (EC2 Ubuntu)

I tried to switch my ruby version from 1.8 (default) to 1.9.3 (latest on Pangolin) as per http://lenni.info/blog/2012/05/installing-ruby-1-9-3-on-ubuntu-12-04-precise-pengolin/. I'm doing this using ...
0
votes
1answer
46 views

Issue in wordpress website

I have installed wordpress on Amazon cloud and and added a post in in my wordpress website but it is not showing me that post on my website, instead it is showing "It works! This is the default web ...
1
vote
0answers
54 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
99 views

MapR on Ubuntu 12.0.4 - Disk setup on EC2

I see these steps in seting up the disk for MapR installation at link To determine if a disk or partition is ready for use by MapR: Run the command sudo lsof to determine whether any ...
0
votes
1answer
272 views

zfs installation issue Ubuntu 12.04 on Amazon EC2

I attached Three EBS Volumes of 3GB to an Amazon EC2 Micro-instance and mounted the disks xvdd, xvdc and xvdb. My aim was to create a zfs pool using these 3 disks. I had updated, upgraded Ubuntu ...
0
votes
2answers
291 views

Non-www to www domain using Nginx on Ubuntu 12.04 LTS on Ec2 instance

After seeing this post http://www.ewanleith.com/blog/900/10-million-hits-a-day-with-wordpress-using-a-15-server I changed my server from apache2 to nginx. I am no computer geek just, savvy. I followed ...
1
vote
3answers
389 views

Automating Git pull process on a ec2 ubuntu instances

I am running couple of ubuntu ec2 instances, I wanna run a automation script which will pull the code from the github when ever a new instances are booted from the AMI. The thing is presently am ssh ...
2
votes
2answers
472 views

Riak node no longer working after changing IP address

I'm using an instanced Amazon EC2 virtual Ubuntu 12.04 server as my single Riak node. I've gone through all the proper stages of setting up Riak on the instance using the guide on the basho website ...
0
votes
1answer
448 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 ...
0
votes
1answer
152 views

Install R packages from linux command line (fresh R install)

I am using AWS EC2 (ubuntu 12.04) to run some simulations in R. I have a scripts that boots up the instance and updates and upgrades and installs r-base r-base-dev I would like to add a command to ...
2
votes
1answer
116 views

IRCD-hybrid Connections Limited at 4026

I'm running an Ubuntu Server 12.04 instance on EC2, with an installation of IRCD-hybrid 7.2 on it. Right now, I'm trying to load test the server by making a bunch on connections and seeing how much ...
0
votes
2answers
285 views

How to point to the Amazon EC2 instance's localhost?

I've an Amazon's EC2 instance up and running Ubuntu 12.04, I've installed LAMP. Apache is running, but how can I actually point to the default Document Root from the browser.
0
votes
0answers
69 views

Ruby on Rails App Not Connecting FTP and MySql on server but works locally

I am working with a Ruby on Rails app that needs to connect to an ftp server and a mysql server. The code works fine on my computer (OSX 10.8), but will not connect on my EC2 Ubuntu (12.04)Server? I ...
1
vote
1answer
1k views

How do you setup an SSH connection from Ubuntu 12.04 to Amazon EC2

I have been over countless Tutorials all that seem to be outdated... X.509 certificates, keys / pairs blah blah... I need a serious step by step how to create a connection from my local machine to ...
0
votes
2answers
1k views

libdl.so not found on Ubuntu EC2 instance

I am new to Ubuntu and am running Ubuntu in the Amazon EC2 cloud. I am trying to compile cppunit on the Ubuntu boxes (i386 and amd64) and it will not link to libdl g++ -g -O2 -o ...