[03:37] hey erichammond, where was that canonical config file for enable/disable root login variable? [03:44] ah /etc/ec2-init/ec2-config.cfg [03:49] sudo sed -i 's/disable_root=1/disable_root=0/g' /etc/ec2-init/ec2-config.cfg [03:49] so, ultimately sudo passwd root -u && sudo sed -i 's/disable_root=1/disable_root=0/g' /etc/ec2-init/ec2-config.cfg [03:55] hmm do i have to restart a service so root can login now [04:04] i must be missing a step [07:05] /leave [10:05] flaccid: The disable_root option in /etc/ec2-init/ec2-config.cfg only takes effect on the first boot. [10:05] I.e., it only matters what you set it to when you build the AMI. [10:10] If you want to enable root ssh after starting the instance of Ubuntu on EC2, you can follow the instructions towards the end of http://alestic.com/2009/04/ubuntu-ec2-sudo-ssh-rsync [10:13] erichammond: Hello Eric. [10:13] how is the article going? [10:13] is it published? [10:14] trifon: There's always one more thing to improve. [10:14] I'm struggling against the impulse to turn it into a piece of software. [10:14] erichammond: :) you are right! [10:15] so yuo want to create automated script? [10:15] eventually, but I also want to get the basic steps out to all the people who are clamoring for it. [11:42] http://alestic.com/2010/01/vmbuilder-ebs-boot-ami === dendro-a` is now known as dendro-afk [16:11] erichammond: thanks muchly for letting me know again. i was unable to find the chat log with that convo we had.. [16:52] hi any idea what is the best way to connect ec2 workers to a external datawharehouse [16:52] openvpn? [17:23] I am really new to ubuntu and ec2 and had a couple of questions on AMI's - If I create an AMI and register it with amazon, can anyone launch my AMI? [17:40] Elad: yes. this is the idea of published AMIs [18:19] is there a way that I can create a customized server with my specific setup (users, mail server, mysql server) and keep it secure so that someone else can't launch it and get access to my username's password type things? [19:28] Elad: yes. you just need to kepp your AMI private [19:28] trifon: thanks [19:28] I will look into how to do that [20:11] hi how can i check disk size on a chrooted image [20:11] df does not work [20:20] i m building an ami using http://www.linuxconfig.org/Howto_CREATE_BUNDLE_UPLOAD_and_ACCESS_custom_Debian_AMI_using_ubuntu [20:20] but mount /proc outputs [20:21] mount: can't find /proc/ in /etc/fstab or /etc/mtab [20:25] Elad: Private is the default for a new AMI. Sharing it with others is an explicit choice. === dendro-afk is now known as dendrobates [22:49] is it possible to add a s3 folder as a mount point of a ec2 ami === erichammond1 is now known as erichammond [22:58] develop: only if you can find a http fs [22:58] ? [22:59] or use s3 as a nfs [22:59] s3 is http, so you can't mount it unless fuse does a http driver [22:59] develop: you are after EBS. [22:59] k [22:59] can any ami connect to one ebs volume [22:59] yes [22:59] well in theory [23:00] great thnks [23:00] np [23:01] i recommend alestic.com/erichammond's debian AMIs [23:47] wy can't i ping bettween instances in the same security group [23:47] and same zone [23:48] one is an instance-store the other is a ebs ami [23:54] sry got it [23:54] ec2-authorize -P icmp -t -1:-1