-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Summary. I have a fresh EC2 Precise 64-bit instance (ami-82fa58eb). After launching the instance, I want to install ruby1.9.1 (among others).
This doesn't work:
aptitude update &&
apt-get -o Dpkg::Options::="--force-confnew" --force-yes -fuy dist-upgrade &&
aptitude install -y ruby1…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to use the various tools provided by ec2-ami-tools
Eg,
ec2-create-snapshot -h
....
-K, --private-key KEY
Specify KEY as the private key to use. Defaults to the value of the
EC2_PRIVATE_KEY environment variable (if set). Overrides the default.
-C, --cert…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to implement an automatic backup system for my EBS on Amazon AWS.
When I run this command as ec2-user:
/opt/aws/bin/ec2-create-snapshot --region us-east-1 -K /home/ec2-user/pk.pem -C /home/ec2-user/cert.pem -d "vol-******** snapshot" vol-********
everything works fine.
But if I add…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I needed to start a new EC2 instance today and decided to try out the new spot instances, where you can reduce your instance cost by bidding on the maximum per-hour price you're prepared to pay. Since today's spot price was only 35c / hour, compared with 85c / hour for an on-demand instance, I was…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I needed to start a new EC2 instance today and decided to try out the new spot instances, where you can reduce your instance cost by bidding on the maximum per-hour price you're prepared to pay. Since today's spot price was only 3.5c / hour, compared with 8.5c / hour for an on-demand instance, I…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
EC2 Ubuntu servers erase all disk contents when being shut down. Following an unfortunate accident, I have decided to prevent the command-live halt, poweroff and shutdown.
What's the best way to do it? I thought about renaming these commands (at /sbin) to something like HALT_RENAMED___ERASES_ALL_DISK_CONTENTS…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, in Pharo I'd like Object>>halt to halt only if shift is pressed, so that I don't break down my image. How do I do that?
So, for example, I'd like to be able to add a self halt. into Array>>add:, without losing my image.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
My backup system is currently shut down do the library being broken. I am going to attempt to repair the library, but want to make sure none of the current data that is past the retention period gets over written. Is there a simple way that I can start netbackup, but put a halt on any back processes…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have one WPF application and one windows service as watch dog.
I want to check if my window application is halt or working fine. If it is halt i want to restart the application.
I see Process.responding property but it is not working in my service.
Any idea or other solution.
Process[] myProcesses;
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have tried to link one form to another. As i click the button in 1st form to call another form, the other form does not stop for entering values. How can i stop that form ???
>>> More