=== dendrobates is now known as dendro-afk [01:02] patrickw, no way to set it on per-instance [01:03] i believe it is configurable for a give size === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [12:54] how do I know if the node have registered correctly and the cluster is using them? === xfaf is now known as zul [14:07] Makere: try euca-describe-availability-zones verbose and sudo euca_conf --list-nodes [15:33] hggdh: just a quick update, I got init scripts for apache and wget, a broker for recording and querying servers, and a scheduler written. now I'm trying to integrate these. hopefully done by end of tomorrow [15:34] TeTeT: fantastic :-) [15:39] hggdh: do you know of a reliable way to get eth0 ip address from python? I use ifconfig eth0 | grep inet\ addr | sed \"s/:/ /g\" | awk '{ print $3 }' but it fails [15:40] TeTeT: not really, no [15:41] but [15:41] hold on [15:42] TeTeT: this seems to work: ifconfig wlan0 | grep "inet addr" | sed "s/:/ /g"|awk '{print $3}' [15:44] as this: ifconfig wlan0 | grep "inet addr" | tr ":" " " | awk '{print $3}' [15:54] what do you use clouds for btw? Doing a school thing and we haven't really decided yet what to try/use 60-70 PC cloud with [15:54] hggdh: I found a python function that does it, will use that [15:54] hggdh: I encounter this problem fairly often, like 1 out of 10 launches with -f