gundlach | sirp: hi | 00:01 |
---|---|---|
*** jc_smith has quit IRC | 00:06 | |
*** burris has quit IRC | 00:12 | |
sirp1 | gundlach: howdy | 00:14 |
gundlach | wooo | 00:14 |
gundlach | ok sirp1 python idiom question. _cerberus_ says you're so awesome at python that you'll know a great way to do this. | 00:14 |
gundlach | but no pressure. | 00:14 |
sirp1 | ha | 00:14 |
gundlach | i have dict(a=4, b=5, c=6, d=7) | 00:14 |
*** abecc has quit IRC | 00:14 | |
gundlach | and i have a "7" and i want to find "d" | 00:15 |
gundlach | the best way i know is one of either these: | 00:15 |
gundlach | [k for k,v in thedict if v==7][0] | 00:15 |
gundlach | or | 00:15 |
gundlach | dict(v,k for k,v in thedict.iteritems())[7] | 00:16 |
gundlach | and oops, gotta add ".iteritems()" to the first approach too. | 00:16 |
gundlach | so -- do you know of a more elegant way to do this reverse lookup? | 00:16 |
sirp1 | hmm… lemme see here | 00:17 |
* gundlach is timing this btw | 00:17 | |
gundlach | no pressure or whatever | 00:17 |
sirp1 | lol | 00:17 |
sirp1 | unless you maintain the reverse mapping, you have to scan the values... | 00:17 |
sirp1 | so its either use a customer bidirection-dict (if this is a common pattern), or use one of those idioms above (i would think) | 00:18 |
sirp1 | customer="custom" | 00:20 |
_cerberus_ | sirp1: He's chatting with anotherjesse atm, not ignoring you :-) | 00:20 |
*** jc_smith has joined #openstack | 00:21 | |
sirp1 | ah | 00:21 |
*** littleidea has quit IRC | 00:26 | |
*** littleidea has joined #openstack | 00:28 | |
*** zheng_li has quit IRC | 00:29 | |
gundlach | sirp1: ok thanks! so if i understand you: if i don't want to write a custom class, my idiom is the best one you know of. | 00:35 |
gundlach | sorry to have wandered off, it's a bit chaotic at the meetup | 00:35 |
sirp1 | yeah, off-hand, can't think of anything "prettier", though i did learn about Boost's BiMap which is kinda cool | 00:36 |
sirp1 | we just need a implmentation of that in the collections module :) | 00:37 |
*** burris has joined #openstack | 00:42 | |
*** miclorb_ has joined #openstack | 00:46 | |
*** mtaylor has joined #openstack | 00:52 | |
*** ChanServ sets mode: +v mtaylor | 00:52 | |
*** pvo has quit IRC | 01:02 | |
*** pvo has joined #openstack | 01:03 | |
*** ChanServ sets mode: +v pvo | 01:03 | |
*** pharkmillups has quit IRC | 01:04 | |
*** DubLo7 has joined #openstack | 01:07 | |
*** DubLo7 has left #openstack | 01:09 | |
sirp1 | gundlach: not necessary in this case, but this is a neat little library, particularly namedbidict http://bitbucket.org/jab/bidict/src/tip/bidict.py | 01:18 |
gundlach | ok cool | 01:18 |
_0x44 | jaypipes, sirp1: When you get a second: https://code.launchpad.net/~chris-slicehost/glance/glance-derive_teller_wsgi_from_glance.common/+merge/37205 | 01:19 |
*** ramos has quit IRC | 01:21 | |
gundlach | _cerberus_: https://code.launchpad.net/~gundlach/nova/servers_api/+merge/37206 | 01:21 |
*** ar1 has joined #openstack | 01:24 | |
*** _anm has quit IRC | 01:26 | |
*** hazmat has joined #openstack | 01:27 | |
*** miclorb_ has quit IRC | 01:34 | |
*** Ryan_Lane has quit IRC | 01:41 | |
*** littleidea has quit IRC | 01:53 | |
*** maplebed has quit IRC | 01:58 | |
*** Ryan_Lane has joined #openstack | 01:59 | |
*** pvo has quit IRC | 02:09 | |
_0x44 | jaypipes: From what I can tell your webob client suggestion won't work in glance's ParallaxAdapter | 02:11 |
*** gundlach has quit IRC | 02:14 | |
*** kevnfx has joined #openstack | 02:15 | |
*** dendro-afk is now known as dendrobates | 02:19 | |
*** kevnfx has left #openstack | 02:35 | |
*** joearnold has joined #openstack | 02:36 | |
*** hazmat has quit IRC | 02:37 | |
*** miclorb has joined #openstack | 03:06 | |
*** kashyapc has joined #openstack | 03:36 | |
*** joearnold has quit IRC | 03:41 | |
*** morfeas has joined #openstack | 03:53 | |
*** jfluhmann__ has quit IRC | 03:59 | |
*** kevnfx has joined #openstack | 04:06 | |
*** kevnfx has left #openstack | 04:08 | |
*** arcane has quit IRC | 04:08 | |
*** arcane has joined #openstack | 04:08 | |
*** ArdRigh has joined #openstack | 04:08 | |
*** kashyapc has quit IRC | 04:08 | |
*** cachedout has joined #openstack | 04:26 | |
*** kashyapc has joined #openstack | 04:31 | |
*** howardroark has joined #openstack | 04:34 | |
*** howardroark has joined #openstack | 04:35 | |
*** howardroark has left #openstack | 04:36 | |
*** silassewell has quit IRC | 04:51 | |
*** f4m8_ is now known as f4m8 | 04:51 | |
*** littleidea has joined #openstack | 04:55 | |
*** cachedout has quit IRC | 05:14 | |
*** littleidea has quit IRC | 05:31 | |
*** Ryan_Lane has quit IRC | 05:34 | |
*** littleidea has joined #openstack | 05:40 | |
*** mikhail has joined #openstack | 05:53 | |
*** mikhail has quit IRC | 06:11 | |
*** guigui has joined #openstack | 06:13 | |
*** ibarrera has joined #openstack | 06:17 | |
*** mikhail has joined #openstack | 06:24 | |
*** miclorb has quit IRC | 06:28 | |
*** allsystemsarego has joined #openstack | 06:40 | |
*** suchitp has joined #openstack | 06:45 | |
*** mikhail_ has joined #openstack | 06:50 | |
*** mikhail has quit IRC | 06:53 | |
*** ttx has joined #openstack | 06:57 | |
*** ttx has joined #openstack | 06:57 | |
*** brd_from_italy has joined #openstack | 07:01 | |
*** mikhail__ has joined #openstack | 07:03 | |
*** sirp1 has quit IRC | 07:04 | |
*** littleidea has quit IRC | 07:07 | |
*** mikhail_ has quit IRC | 07:07 | |
*** mikhail_ has joined #openstack | 07:10 | |
*** mikhail__ has quit IRC | 07:14 | |
*** mikhail__ has joined #openstack | 07:15 | |
*** ttx has quit IRC | 07:16 | |
*** jkakar has joined #openstack | 07:18 | |
*** mikhail_ has quit IRC | 07:19 | |
*** mikhail__ has quit IRC | 07:27 | |
*** jkakar has quit IRC | 07:28 | |
*** mikhail__ has joined #openstack | 07:28 | |
*** littleidea has joined #openstack | 07:33 | |
*** joschi has quit IRC | 07:40 | |
*** joschi has joined #openstack | 07:56 | |
*** joschi has quit IRC | 08:03 | |
*** joschi has joined #openstack | 08:03 | |
*** guigui has quit IRC | 08:04 | |
*** mikhail_ has joined #openstack | 08:05 | |
*** irahgel has joined #openstack | 08:08 | |
*** joschi has quit IRC | 08:08 | |
*** mikhail__ has quit IRC | 08:09 | |
*** zheng_li has joined #openstack | 08:09 | |
*** dendrobates is now known as dendro-afk | 08:10 | |
*** mikhail__ has joined #openstack | 08:14 | |
*** joschi has joined #openstack | 08:15 | |
*** mikhail_ has quit IRC | 08:17 | |
*** mikhail_ has joined #openstack | 08:30 | |
*** mikhail__ has quit IRC | 08:34 | |
*** jkakar has joined #openstack | 08:36 | |
*** mikhail__ has joined #openstack | 08:38 | |
*** mikhail_ has quit IRC | 08:41 | |
suchitp | hi guys | 08:42 |
*** mikhail_ has joined #openstack | 08:48 | |
*** mikhail has joined #openstack | 08:52 | |
*** mikhail__ has quit IRC | 08:52 | |
*** mikhail_ has quit IRC | 08:54 | |
*** joschi has joined #openstack | 08:58 | |
*** littleidea has quit IRC | 09:03 | |
*** mikhail_ has joined #openstack | 09:04 | |
*** mikhail has quit IRC | 09:07 | |
*** jakedahn has quit IRC | 09:20 | |
*** jakedahn has joined #openstack | 09:21 | |
*** befreax has joined #openstack | 09:33 | |
*** mikhail__ has joined #openstack | 09:34 | |
*** mikhail_ has quit IRC | 09:38 | |
suchitp | guys i had checked out the new script from http://github.com/vishvananda/novascript.git but i am not able to run nova | 09:47 |
suchitp | has anyone tried with this script | 09:47 |
suchitp | ls | 09:48 |
*** mikhail_ has joined #openstack | 09:51 | |
suchitp | sudo ./nova.sh run | 09:51 |
suchitp | [sudo] password for suchitp: | 09:51 |
suchitp | dnsmasq: no process found | 09:51 |
suchitp | rm: cannot remove `/home/suchitp/OpenStack/novascript/nova/nova.sqlite': No such file or directory | 09:51 |
suchitp | rm: cannot remove `dump.rdb': No such file or directory | 09:51 |
suchitp | There are several suitable screens on: | 09:51 |
suchitp | 7403.nova(10/01/2010 03:20:55 PM)(Detached) | 09:51 |
suchitp | 6446.nova(10/01/2010 02:37:47 PM)(Detached) | 09:51 |
suchitp | 5127.nova(10/01/2010 02:20:13 PM)(Detached) | 09:51 |
suchitp | 4862.nova(10/01/2010 02:18:49 PM)(Detached) | 09:51 |
suchitp | Use -S to specify a session. | 09:51 |
suchitp | There are several suitable screens on: | 09:51 |
suchitp | 7403.nova(10/01/2010 03:20:55 PM)(Detached) | 09:51 |
suchitp | 6446.nova(10/01/2010 02:37:47 PM)(Detached) | 09:51 |
suchitp | 5127.nova(10/01/2010 02:20:13 PM)(Detached) | 09:52 |
suchitp | 4862.nova(10/01/2010 02:18:49 PM)(Detached) | 09:52 |
suchitp | Use -S to specify a session. | 09:52 |
suchitp | Traceback (most recent call last): | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 452, in <module> | 09:52 |
suchitp | main() | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 444, in main | 09:52 |
suchitp | fn(*argv) | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 240, in admin | 09:52 |
suchitp | user = self.manager.create_user(name, access, secret, True) | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/manager.py", line 620, in create_user | 09:52 |
suchitp | user_dict = drv.create_user(name, access, secret, admin) | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 126, in create_user | 09:52 |
suchitp | if self.__user_exists(name): | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 282, in __user_exists | 09:52 |
suchitp | return self.get_user(uid) != None | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 93, in get_user | 09:52 |
suchitp | '(objectclass=novaUser)') | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 290, in __find_object | 09:52 |
suchitp | objects = self.__find_objects(dn, query, scope) | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 311, in __find_objects | 09:52 |
suchitp | res = self.conn.search_s(dn, scope, query) | 09:52 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/fakeldap.py", line 211, in search_s | 09:52 |
suchitp | keys = redis.keys("%s*%s" % (self.__redis_prefix, dn)) | 09:52 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 568, in keys | 09:52 |
alekibango | suchitp: use some pastebin for such things | 09:52 |
suchitp | return self.execute_command('KEYS', pattern) | 09:52 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 330, in execute_command | 09:52 |
suchitp | **options | 09:52 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 315, in _execute_command | 09:52 |
suchitp | self.connection.send(command, self) | 09:52 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 82, in send | 09:53 |
suchitp | self.connect(redis_instance) | 09:53 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 62, in connect | 09:53 |
suchitp | raise ConnectionError(error_message) | 09:53 |
suchitp | redis.exceptions.ConnectionError: Error 111 connecting 127.0.0.1:6379. ECONNREFUSED. | 09:53 |
suchitp | Traceback (most recent call last): | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 452, in <module> | 09:53 |
suchitp | main() | 09:53 |
alekibango | pasting 5+ lines into irc might be good reason for kick/ban | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 444, in main | 09:53 |
suchitp | fn(*argv) | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 296, in create | 09:53 |
suchitp | self.manager.create_project(name, project_manager, description) | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/manager.py", line 484, in create_project | 09:53 |
suchitp | member_users) | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 147, in create_project | 09:53 |
suchitp | if self.__project_exists(name): | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 286, in __project_exists | 09:53 |
suchitp | return self.get_project(project_id) != None | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 106, in get_project | 09:53 |
suchitp | attr = self.__find_object(dn, '(objectclass=novaProject)') | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 290, in __find_object | 09:53 |
suchitp | objects = self.__find_objects(dn, query, scope) | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 311, in __find_objects | 09:53 |
suchitp | res = self.conn.search_s(dn, scope, query) | 09:53 |
alekibango | suchitp: http://paste.openstack.org/ | 09:53 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/fakeldap.py", line 211, in search_s | 09:53 |
suchitp | keys = redis.keys("%s*%s" % (self.__redis_prefix, dn)) | 09:53 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 568, in keys | 09:53 |
suchitp | return self.execute_command('KEYS', pattern) | 09:53 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 330, in execute_command | 09:53 |
suchitp | **options | 09:53 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 315, in _execute_command | 09:54 |
suchitp | self.connection.send(command, self) | 09:54 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 82, in send | 09:54 |
suchitp | self.connect(redis_instance) | 09:54 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 62, in connect | 09:54 |
suchitp | raise ConnectionError(error_message) | 09:54 |
suchitp | redis.exceptions.ConnectionError: Error 111 connecting 127.0.0.1:6379. ECONNREFUSED. | 09:54 |
suchitp | Traceback (most recent call last): | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 452, in <module> | 09:54 |
suchitp | main() | 09:54 |
*** mikhail__ has quit IRC | 09:54 | |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 444, in main | 09:54 |
suchitp | fn(*argv) | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/bin/nova-manage", line 306, in environment | 09:54 |
suchitp | rc = self.manager.get_environment_rc(user_id, project_id) | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/manager.py", line 681, in get_environment_rc | 09:54 |
suchitp | user = self.get_user(user) | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/manager.py", line 574, in get_user | 09:54 |
suchitp | user_dict = drv.get_user(uid) | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 93, in get_user | 09:54 |
suchitp | '(objectclass=novaUser)') | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 290, in __find_object | 09:54 |
suchitp | objects = self.__find_objects(dn, query, scope) | 09:54 |
alekibango | suchitp: read also this: http://www.catb.org/esr/faqs/smart-questions.html | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/ldapdriver.py", line 311, in __find_objects | 09:54 |
suchitp | res = self.conn.search_s(dn, scope, query) | 09:54 |
suchitp | File "/home/suchitp/OpenStack/novascript/nova/nova/auth/fakeldap.py", line 211, in search_s | 09:54 |
suchitp | keys = redis.keys("%s*%s" % (self.__redis_prefix, dn)) | 09:54 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 568, in keys | 09:54 |
suchitp | return self.execute_command('KEYS', pattern) | 09:54 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 330, in execute_command | 09:54 |
suchitp | **options | 09:54 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 315, in _execute_command | 09:55 |
suchitp | self.connection.send(command, self) | 09:55 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 82, in send | 09:55 |
suchitp | self.connect(redis_instance) | 09:55 |
suchitp | File "/usr/local/lib/python2.6/dist-packages/redis/client.py", line 62, in connect | 09:55 |
suchitp | raise ConnectionError(error_message) | 09:55 |
suchitp | redis.exceptions.ConnectionError: Error 111 connecting 127.0.0.1:6379. ECONNREFUSED. | 09:55 |
suchitp | There are several suitable screens on: | 09:55 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:55 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:55 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:55 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:55 |
suchitp | Use -S to specify a session. | 09:55 |
suchitp | There are several suitable screens on: | 09:55 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:55 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:55 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:55 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:55 |
suchitp | Use -S to specify a session. | 09:55 |
suchitp | There are several suitable screens on: | 09:55 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:55 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:55 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:55 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:55 |
suchitp | Use -S to specify a session. | 09:55 |
suchitp | There are several suitable screens on: | 09:55 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:55 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:55 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:55 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:55 |
suchitp | Use -S to specify a session. | 09:56 |
suchitp | There are several suitable screens on: | 09:56 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:56 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:56 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:56 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:56 |
suchitp | Use -S to specify a session. | 09:56 |
suchitp | There are several suitable screens on: | 09:56 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:56 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:56 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:56 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:56 |
suchitp | Use -S to specify a session. | 09:56 |
suchitp | There are several suitable screens on: | 09:56 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:56 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:56 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:56 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:56 |
suchitp | Use -S to specify a session. | 09:56 |
suchitp | There are several suitable screens on: | 09:56 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:56 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:56 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:56 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:56 |
suchitp | Use -S to specify a session. | 09:56 |
suchitp | There are several suitable screens on: | 09:56 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:56 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:56 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:56 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:56 |
suchitp | Use -S to specify a session. | 09:57 |
suchitp | There are several suitable screens on: | 09:57 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:57 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:57 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:57 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:57 |
alekibango | omg that is longest irc paste i have ever seen :) | 09:57 |
suchitp | Use -S to specify a session. | 09:57 |
suchitp | There are several suitable screens on: | 09:57 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:57 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:57 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:57 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:57 |
suchitp | Use -S to specify a session. | 09:57 |
suchitp | There are several suitable screens on: | 09:57 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:57 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:57 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:57 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:57 |
suchitp | Use -S to specify a session. | 09:57 |
suchitp | There are several suitable screens on: | 09:57 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:57 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:57 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:57 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:57 |
suchitp | Use -S to specify a session. | 09:57 |
suchitp | There are several suitable screens on: | 09:57 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:57 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:57 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:57 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:57 |
suchitp | Use -S to specify a session. | 09:58 |
suchitp | There are several suitable screens on: | 09:58 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:58 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:58 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:58 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:58 |
suchitp | Type "screen [-d] -r [pid.]tty.host" to resume one of them. | 09:58 |
suchitp | ./nova.sh: line 177: /home/suchitp/OpenStack/novascript/nova/novarc: No such file or directory | 09:58 |
suchitp | instance id(s) must be specified. | 09:58 |
suchitp | Stops specified instances. | 09:58 |
suchitp | euca-terminate-instances [-h, --help] [--version] [--debug] | 09:58 |
suchitp | [instance1... instanceN] | 09:58 |
suchitp | REQUIRED PARAMETERS | 09:58 |
suchitp | instance1... instanceNinstances to terminate. | 09:58 |
suchitp | OPTIONAL PARAMETERS | 09:58 |
suchitp | -a, --access-keyUser's Access Key ID. | 09:58 |
suchitp | -s, --secret-keyUser's Secret Key. | 09:58 |
suchitp | -U, --urlURL of the Cloud to connect to. | 09:58 |
suchitp | --configRead credentials and cloud settings from the | 09:58 |
suchitp | specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc). | 09:59 |
suchitp | -h, --helpDisplay this help message. | 09:59 |
suchitp | --version Display the version of this tool. | 09:59 |
suchitp | --debug Turn on debugging. | 09:59 |
suchitp | Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default. | 09:59 |
suchitp | 09:59 | |
suchitp | redis-server: no process found | 09:59 |
suchitp | There are several suitable screens on: | 09:59 |
suchitp | 7403.nova(10/01/2010 03:20:54 PM)(Detached) | 09:59 |
suchitp | 6446.nova(10/01/2010 02:37:46 PM)(Detached) | 09:59 |
suchitp | 5127.nova(10/01/2010 02:20:12 PM)(Detached) | 09:59 |
suchitp | 4862.nova(10/01/2010 02:18:48 PM)(Detached) | 09:59 |
suchitp | Use -S to specify a session. | 09:59 |
suchitp | rm: cannot remove `*.pid*': No such file or directory | 09:59 |
suchitp | iptables: No chain/target/match by that name. | 09:59 |
suchitp | iptables: No chain/target/match by that name. | 09:59 |
suchitp | iptables: No chain/target/match by that name. | 09:59 |
suchitp | iptables: No chain/target/match by that name. | 09:59 |
suchitp | iptables: No chain/target/match by that name. | 09:59 |
suchitp | iptables: No chain/target/match by that name. | 09:59 |
suchitp | guys can anyone see what the problem is ? | 09:59 |
suchitp | ohhh i did not know that , will take care next time | 09:59 |
suchitp | guys can you see the problem http://paste.openstack.org/show/37/ , actually i have checked out the code from http://github.com/vishvananda/novascript.git and m trying to run nova | 09:59 |
*** matclayton has joined #openstack | 10:08 | |
vishy | you will have to kill the other screens | 10:12 |
vishy | the numbers at the beginning are the process numbers | 10:12 |
vishy | or killall screen | 10:12 |
suchitp | ok let me try | 10:12 |
vishy | also there are a couple commands in the readme to help clean up if you don't exit cleanly | 10:14 |
alekibango | vishy: you should check for existing screen sessions :) | 10:15 |
vishy | i should probably just put a killall screen in there somewhere | 10:15 |
vishy | :) | 10:15 |
alekibango | lolz :) what evil thoughts | 10:15 |
suchitp | i did killall screen | 10:16 |
alekibango | suchitp: killall -9 screen even | 10:16 |
alekibango | :) | 10:16 |
suchitp | but when i do euca-run-instances -k test -t m1.tiny ami-tiny it does nothing and it does not even exits the command | 10:16 |
vishy | go to screen 2 | 10:17 |
vishy | and see if nova-api is successfully running | 10:17 |
vishy | i think the script may not work if you are not root | 10:17 |
vishy | it runs the commands in screen without sudo | 10:18 |
vishy | so you're probably going to have permissions errors | 10:18 |
suchitp | i have run the script with sudo | 10:18 |
vishy | yeah that won't do it | 10:18 |
vishy | because of the way it injects commands into screen | 10:19 |
suchitp | ohhh | 10:19 |
vishy | i don't think you will be root | 10:19 |
*** hazmat has joined #openstack | 10:19 | |
vishy | although i could be wrong | 10:19 |
suchitp | ya i am not root , i willl try to login with root and then try | 10:19 |
vishy | ok | 10:20 |
vishy | gl | 10:20 |
vishy | you can do | 10:20 |
vishy | sudo -i | 10:20 |
vishy | or sudo su - | 10:20 |
vishy | or various other options | 10:20 |
vishy | to get a root shell without relogging in | 10:20 |
vishy | i'm off to bed so i can't help you debug, but I will help you tomorrow if you are still having trouble | 10:21 |
vishy | (in 6 or 7 hours) | 10:21 |
suchitp | ok np , see you tommorrow | 10:21 |
suchitp | :-) | 10:21 |
alekibango | vishy: root requirements might scare some people :) | 10:21 |
vishy | yeah it is scary | 10:21 |
vishy | but it is either that or edit the sudoers file | 10:22 |
vishy | soren has managed to get it working as non-root | 10:22 |
vishy | but it is a lot of system level control so you need a lot of permissions | 10:22 |
alekibango | i know | 10:22 |
vishy | so i figure just do it in a vm | 10:23 |
vishy | :) | 10:23 |
vishy | preferably not virtualbox | 10:23 |
vishy | :( | 10:23 |
alekibango | or on dedicated test sercer | 10:23 |
alekibango | server* | 10:23 |
vishy | freaking virtualbox drops dns and routing regularly, and often corrupts the file system | 10:23 |
vishy | especially when hibernating and such | 10:23 |
vishy | quite annoying | 10:24 |
vishy | goodnight all | 10:24 |
alekibango | well, i prefer kvm thanks to 1) all open 2) in kernel 3) good from cmdline :) | 10:24 |
alekibango | gn8 vishy... | 10:24 |
*** dizz has joined #openstack | 10:26 | |
*** dizz is now known as dizz|away | 10:26 | |
vishy | alekibango: you forgot doesn't run on a jobs_box | 10:26 |
vishy | :p | 10:26 |
alekibango | jobs_box? mac? | 10:28 |
*** hazmat has quit IRC | 10:29 | |
alekibango | thats not important to me, as i am user of free software -- freedom included :) | 10:29 |
alekibango | but yes i admired how nice macs are... | 10:29 |
*** stewart has quit IRC | 10:30 | |
alekibango | btw debian runs on macs well :) i have tried.. | 10:37 |
*** mikhail_ has quit IRC | 10:44 | |
*** mikhail_ has joined #openstack | 10:45 | |
*** jkakar has left #openstack | 10:49 | |
*** stewart has joined #openstack | 11:01 | |
*** ibarrera has quit IRC | 11:09 | |
*** ibarrera has joined #openstack | 11:15 | |
*** mikhail_ has quit IRC | 11:16 | |
*** ctennis has quit IRC | 11:19 | |
*** _anm has joined #openstack | 11:36 | |
*** blamar has quit IRC | 11:36 | |
*** ivan has quit IRC | 11:40 | |
*** ivan has joined #openstack | 11:40 | |
*** guigui has joined #openstack | 11:56 | |
*** blamar has joined #openstack | 12:11 | |
*** kashyapc has quit IRC | 12:12 | |
*** suchitp has quit IRC | 12:17 | |
*** ctennis has joined #openstack | 12:23 | |
*** ctennis has joined #openstack | 12:23 | |
*** Podilarius has joined #openstack | 12:23 | |
*** hazmat has joined #openstack | 12:52 | |
*** mtaylor has quit IRC | 12:58 | |
*** _anm has quit IRC | 13:10 | |
*** mtaylor has joined #openstack | 13:13 | |
*** ChanServ sets mode: +v mtaylor | 13:13 | |
*** kevnfx has joined #openstack | 13:16 | |
*** hazmat has quit IRC | 13:23 | |
*** cybergirl has joined #openstack | 13:24 | |
*** _maxim_ has joined #openstack | 13:25 | |
*** Podilarius has left #openstack | 13:26 | |
*** cybergirl has quit IRC | 13:27 | |
*** cybergirl has joined #openstack | 13:29 | |
*** kevnfx has joined #openstack | 13:41 | |
*** ArdRigh has quit IRC | 13:42 | |
*** mtaylor has quit IRC | 13:45 | |
*** mtaylor has joined #openstack | 13:46 | |
*** ChanServ sets mode: +v mtaylor | 13:46 | |
*** kevnfx has left #openstack | 13:51 | |
*** mtaylor has quit IRC | 13:55 | |
*** SandCube has joined #openstack | 13:55 | |
*** kevnfx has joined #openstack | 13:58 | |
*** olgagirl has joined #openstack | 13:59 | |
*** kevnfx has quit IRC | 13:59 | |
*** f4m8 is now known as f4m8_ | 14:01 | |
*** olgagirl has quit IRC | 14:02 | |
*** rnirmal has joined #openstack | 14:08 | |
*** mtaylor has joined #openstack | 14:14 | |
*** ChanServ sets mode: +v mtaylor | 14:14 | |
*** olgagirl has joined #openstack | 14:18 | |
*** matclayton has quit IRC | 14:19 | |
*** abecc has joined #openstack | 14:21 | |
*** abecc has joined #openstack | 14:22 | |
*** matclayton has joined #openstack | 14:24 | |
*** mtaylor has quit IRC | 14:32 | |
*** kevnfx has joined #openstack | 14:35 | |
*** alekibango has quit IRC | 14:37 | |
jaypipes | xtoddx: ping! | 14:42 |
*** ar1 has quit IRC | 14:42 | |
*** pharkmillups has joined #openstack | 14:45 | |
jaypipes | eday: can you verify something for me if you get a chance? On trunk, latest pull, I'm seeing 2 errors when running the test suite: http://paste.openstack.org/show/38/ | 14:45 |
jaypipes | xtoddx: pls see here: http://paste.openstack.org/show/38/ I noticed in the code a commented out piece that references the above bug from you...so it seems you are aware of it? | 14:46 |
*** sophiap has quit IRC | 14:49 | |
*** alekibango has joined #openstack | 14:49 | |
*** littleidea has joined #openstack | 14:51 | |
*** sophiap has joined #openstack | 14:54 | |
*** kevnfx has quit IRC | 14:58 | |
*** Podilarius has joined #openstack | 14:59 | |
*** sirp1 has joined #openstack | 15:01 | |
*** ppetraki has joined #openstack | 15:05 | |
*** brd_from_italy has quit IRC | 15:10 | |
*** kashyapc has joined #openstack | 15:11 | |
jaypipes | soren: trying to push through a lot of stuff today :) redisectomy is being merged now.. | 15:14 |
*** guigui has quit IRC | 15:14 | |
jaypipes | soren: hmm, so devcamcar | 15:24 |
jaypipes | soren: hmm, so devcamcar's request context branch hit trunk before yours...you will need to adapt your branch for the new context stuff I believe. | 15:25 |
jaypipes | soren: since all tests fail now :) | 15:25 |
*** brd_from_italy has joined #openstack | 15:29 | |
comstud | epic fail | 15:35 |
*** ibarrera has quit IRC | 15:36 | |
*** blamar has quit IRC | 15:41 | |
*** brd_from_italy has quit IRC | 15:54 | |
*** befreax has quit IRC | 15:59 | |
*** ctennis has quit IRC | 16:00 | |
*** cachedout has joined #openstack | 16:07 | |
*** hogstrom has joined #openstack | 16:09 | |
*** burris has quit IRC | 16:14 | |
*** ctennis has joined #openstack | 16:14 | |
Pentheus | Is anyone checking in/sharing puppet recipes for swift? Just looking to save some typing. | 16:30 |
Pentheus | I know lots of people have a hard on for chef and theres plenty of that.... | 16:31 |
*** kevnfx has joined #openstack | 16:32 | |
*** kashyapc has quit IRC | 16:34 | |
*** maplebed has joined #openstack | 16:38 | |
*** burris has joined #openstack | 16:39 | |
jaypipes | comstud: what is an epic fail? :) | 16:40 |
*** zheng_li has quit IRC | 16:47 | |
*** kashyapc has joined #openstack | 16:50 | |
xtoddx | jaypipes: are you looking at my authserver branch? | 16:51 |
jaypipes | xtoddx: no, in trunk, those errors are showing up. | 16:51 |
jaypipes | xtoddx: but I saw comments in the code that you mention that same error... | 16:52 |
kevnfx | vishy: you mentioned in last nights gathering that nova.sh requires Lucid. | 16:54 |
kevnfx | Since I had been having problems with Maverick I switched over to Lucid this morning, but have the same problem, namely: | 16:54 |
kevnfx | # euca-add-keypair test | 16:54 |
kevnfx | Warning: failed to parse error message from AWS: <unknown>:1:0: syntax error | 16:54 |
kevnfx | EC2ResponseError: 404 Not Found | 16:54 |
kevnfx | This just started happening to me a couple of days ago … is there something else I'm missing? | 16:54 |
*** mtaylor has joined #openstack | 16:55 | |
*** ChanServ sets mode: +v mtaylor | 16:55 | |
vishy | can you check screen 2 | 16:55 |
vishy | and see what exception is being thrown? | 16:55 |
xtoddx | jaypipes: i don't see nova/tests/authserver_unittest in trunk | 16:56 |
kevnfx | vishy: There are a number of "No route matched for POST ..." messages there ... | 16:56 |
vishy | kevnfx, weird | 16:57 |
jaypipes | xtoddx: I know. I'm saying that the error that you talk about in authserver_unittest is showing up in trunk. :) | 16:57 |
xtoddx | ah | 16:57 |
jaypipes | xtoddx: and I'm wondering if you know how to fix it :) | 16:57 |
vishy | euca-add-keypair shouldn't be posting | 16:57 |
kevnfx | vishy: just tried it again, and get "No route matched for GET /services/Cloud" ... | 16:58 |
vishy | oh | 16:58 |
vishy | strange | 16:58 |
vishy | can you do any other commands | 16:58 |
kevnfx | this is pretty consistent ... I reinstall a clean release and run nova.sh branch/install/run | 16:58 |
vishy | euca-describe-instances? | 16:58 |
xtoddx | jaypipes; not really is the offending code being called in a with session.begion() block? | 16:59 |
kevnfx | vishy: any euca-* command immediately returns the same | 16:59 |
vishy | ah ok | 16:59 |
xtoddx | i think that was part of the problem for me | 16:59 |
jaypipes | xtoddx: not sure.. | 17:00 |
*** joearnold has joined #openstack | 17:00 | |
xtoddx | so, i think there is another way to get a session handle | 17:00 |
vishy | sounds like routing is messed up, in the version of the script your using, does it create /etc/nova/nova-manage.conf? | 17:00 |
xtoddx | but i was returning from within that block | 17:00 |
vishy | if so, is there a --FAKE_subdomain=ec2 in there? | 17:00 |
jaypipes | xtoddx: hmm, something is fishy... I *do* have authserver_unittest in my trunk... | 17:01 |
kevnfx | vishy: nova-manage.conf is created ... | 17:01 |
jaypipes | xtoddx: lemme create a fresh trunk branch locally...not sure if I messed things up when reviewing your authserver branch. :( | 17:01 |
xtoddx | jaypipes: also, maybe you are calling .save() on an instance, instead of calling db.X_save(context, instance) | 17:01 |
kevnfx | vishy: looks like this: | 17:01 |
kevnfx | :/etc/nova$ cat *.conf | 17:01 |
kevnfx | --verbose | 17:01 |
kevnfx | --nodaemon | 17:01 |
kevnfx | --max_networks=5 | 17:01 |
kevnfx | --sql_connection=sqlite:////root/nova/nova.sqlite | 17:01 |
kevnfx | --auth_driver=nova.auth.ldapdriver.FakeLdapDriver | 17:01 |
kevnfx | --libvirt_type=qemu | 17:01 |
jaypipes | xtoddx: I'm not calling anything ;) I haven't written any of this code :) | 17:01 |
vishy | yeah you have old novascript, you need --FAKE_subdomain=ec2 | 17:02 |
kevnfx | vishy: let me add that (I pulled down the latest script from ~soren/nova/novascript, is there another location?) | 17:02 |
xtoddx | jaypipes: then pick someone randomly to blame, looks like there are 138 people in the chan, surely one of them wont' be around to defend themselves | 17:02 |
vishy | that one is supposed to mirror the github git@github.com/vishvananda/novascript | 17:03 |
jaypipes | xtoddx: :) I've pulled a fresh trunk branch.. I'll let you know if the error pops up again... | 17:03 |
vishy | er | 17:03 |
xtoddx | jaypipes: cool | 17:03 |
vishy | http://github.com/vishvananda/novascript | 17:03 |
kevnfx | vishy: let me start over and use that script (that's actually the location I used before I switched to ~soren/...) | 17:05 |
*** jdarcy has joined #openstack | 17:08 | |
*** hogstrom has quit IRC | 17:13 | |
*** Ryan_Lane has joined #openstack | 17:17 | |
*** littleidea has quit IRC | 17:17 | |
*** hogstrom has joined #openstack | 17:17 | |
kevnfx | vishy: euca-* commands work now ... thanks for the updated script (should I always get it from your github project to be sure?). Now nova-network fails with a ProcessExecutionError trying to update the iptables. Let me reinstall clean and try this again ... it should just work, right? | 17:23 |
*** pvo has joined #openstack | 17:24 | |
*** ChanServ sets mode: +v pvo | 17:24 | |
vishy | hmm hold on | 17:26 |
kevnfx | vishy: with Lucid from the distro CD? That is, should I avoid apt-get upgrade ... (i performed that update just before using your new script ... that may be the iptables problem?) | 17:26 |
vishy | what is the error? | 17:27 |
vishy | i mean the output from the command | 17:27 |
kevnfx | I have to transcribe this from another screen behind me: | 17:27 |
kevnfx | Failed to load application: Unexpected error while running command | 17:28 |
kevnfx | iptables v1.4.4: option "--to-source" requires an argument ... | 17:28 |
vishy | and what was the actual command? | 17:29 |
vishy | it looks like a value was set to null | 17:29 |
vishy | s/null/None | 17:29 |
kevnfx | sudo iptables -I POSTROUTING -t nat -s 10.0.0.0/8 -j SNAT --to-source | 17:29 |
vishy | yeah that is missing the end | 17:30 |
vishy | one sec | 17:30 |
kevnfx | doesn't appear to have anything after the --to-source switch | 17:30 |
vishy | that is supposed to be routing_source_ip | 17:31 |
kevnfx | vishy: where is that pulled from? | 17:31 |
vishy | see the nova.sh note | 17:31 |
vishy | you need to manually set host ip | 17:31 |
vishy | export $HOST_IP | 17:32 |
kevnfx | This is a note in the README.md? or the nova.sh script? | 17:32 |
*** littleidea has joined #openstack | 17:32 | |
vishy | just so you know, the error shouldn't really matter, it will just mean that you can't route from instances to public | 17:32 |
vishy | there is a note in both places i think | 17:33 |
kevnfx | Oh, I see it now ... let me try this again ... | 17:33 |
sirp1 | _0x44: when teller emits the data, are you using chunked-transfer encoding, or are you specifying the content-length up front? | 17:35 |
kevnfx | I set it as 'export HOST_IP=""' ... but have the same failure. Should it be set to localhost? | 17:36 |
*** Pentheus has quit IRC | 17:37 | |
kevnfx | vishy: seems the note may be wrong ... I do have multiple adapters, setting HOST_IP to "" fails, but export HOST_IP=localhost works just fine ... | 17:38 |
vishy | it should be HOST_IP='192.168.1.1' | 17:40 |
vishy | or whatever your ip is | 17:40 |
vishy | localhost will not let you route out | 17:40 |
vishy | to the rest of the world | 17:40 |
kevnfx | vishy: ah ... probably why I can't connect to the domain at 10.0.0.3 as well? | 17:41 |
vishy | you should be able to get in | 17:41 |
vishy | just not out | 17:41 |
vishy | if you can't get in, usually it is because there is some issue with dhcp | 17:43 |
vishy | euca-get-console-output might be helpful | 17:43 |
kevnfx | vishy: I changed it to 192.168.0.1 ... but can't route to 10.0.0.3 ... is there something else I'm missing since I have multiple adapters configured? Would it be easier if I just pulled the card for now? | 17:43 |
kevnfx | euca-get-console-output <domain> simply shows "1\n"2\n" and nothing else. Can I manually add a route to 10.0.0.0? | 17:46 |
kevnfx | vishy: perhaps my system isn't "standard" enough to come up clean. Let me just pull the card and see if I can get this up ... I'm not trying to do anything special (yet), just trying to get the bits in place and verified ... | 17:50 |
vishy | wait, are you using uml? | 17:51 |
vishy | that started happening to me with uml | 17:51 |
vishy | soren thinks it may be fixed if you pull the newest libvirt out of the ppa, but i haven't tested it yet | 17:52 |
kevnfx | uml? Not that I'm aware of ... unless nova.sh is setting that up. | 17:52 |
vishy | it is an option | 17:53 |
vishy | LIBVIRT_TYPE=qemu | 17:53 |
kevnfx | I'm just following the README ... branch/install/run/keypair/euca-run/... | 17:53 |
vishy | if you have no console output, then the vm isn't starting properly | 17:54 |
vishy | is this a 32 bit machine? | 17:54 |
kevnfx | Just those two lines I mentioned ... this is a 64bit machine | 17:54 |
vishy | hmm, I have seen that issue before, but I don't know if i ever figured out how to fix it | 17:55 |
vishy | try looking in /var/log/libvirt/qemu/<instance-id>.log | 17:56 |
vishy | if it is complaining about permissions issues | 17:56 |
vishy | if you are working in /root/ you probably need to chmod it to be world readable | 17:57 |
kevnfx | chardev: opening backend "file" failed | 17:57 |
vishy | yeah | 17:57 |
vishy | so permissions issue | 17:57 |
kevnfx | permissions where? | 17:57 |
kevnfx | I'm running as root | 17:57 |
vishy | what folder are you using? | 17:57 |
vishy | roots home dir? | 17:57 |
kevnfx | folder? | 17:58 |
vishy | the path | 17:58 |
vishy | where you are running commands from | 17:58 |
vishy | s/folder/dir | 17:58 |
kevnfx | I'm installing this in root home directory ... /root | 17:58 |
*** jc_smith has joined #openstack | 17:58 | |
vishy | ok | 17:58 |
vishy | s | 17:58 |
vishy | so chmod 755 /root/ | 17:58 |
vishy | that may be enough | 17:58 |
vishy | but you may also need to edit /etc/libvirt/qemu.conf to make qemu run as root | 17:59 |
vishy | and /etc/libvirt.d/libvirt-bin restart | 17:59 |
vishy | it is one or both of those issues | 17:59 |
*** mdomsch has joined #openstack | 18:00 | |
kevnfx | Still not routing (No route to host). log file sez "pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"" | 18:03 |
*** littleidea has quit IRC | 18:03 | |
kevnfx | I restarted libvirt along with chmod 755 /root .... | 18:03 |
kevnfx | Would this be easier if I used KVM? | 18:05 |
*** joearnol_ has joined #openstack | 18:06 | |
*** pvo has quit IRC | 18:06 | |
*** irahgel has left #openstack | 18:06 | |
*** littleidea has joined #openstack | 18:07 | |
vishy | that is better | 18:07 |
vishy | does get-console-output work? | 18:07 |
*** joearnold has quit IRC | 18:08 | |
*** littleidea has quit IRC | 18:09 | |
kevnfx | Yup! Lost of console output ... and can now ping 10.0.0.3 .... thanks! Now I just have to make sure I write down the details so I don't forget. | 18:09 |
jaypipes | soren: holy errors, batman :) | 18:12 |
*** burris has quit IRC | 18:12 | |
*** burris has joined #openstack | 18:13 | |
jc_smith | hey vishy, thanks for walking me through the network code last night at the meetup, much appreciated | 18:14 |
jaypipes | soren, eday: a review of https://code.launchpad.net/~jaypipes/nova/cleanup-for-nosetests/+merge/37298 would be most appreciated :) | 18:14 |
vishy | np | 18:16 |
*** zheng_li has joined #openstack | 18:17 | |
*** littleidea has joined #openstack | 18:22 | |
*** kevnfx has quit IRC | 18:27 | |
*** pharkmillups has quit IRC | 18:35 | |
*** littleidea has quit IRC | 18:38 | |
*** kashyapc has quit IRC | 18:41 | |
*** matclayton has quit IRC | 18:45 | |
*** littleidea has joined #openstack | 18:45 | |
*** another29 has joined #openstack | 18:50 | |
soren | jaypipes: Can you try checking out the redisctomy branch and run the unit tests? They all work beatifully for me. | 18:56 |
jaypipes | soren: will do. | 18:56 |
jaypipes | soren: have you merged it with trunk and tried the tests, though? | 18:56 |
soren | jaypipes: Uh.. No. | 18:58 |
soren | jaypipes: I didn't realise anything had hit trunk, and I've been Internet-less all day. | 18:58 |
jaypipes | soren: that is where you will see the failures. | 18:58 |
soren | Parisians don't have enough bandwidth for a couple hundred conference attendees, apparantly. | 18:59 |
soren | jaypipes: I'm sure you're right. Garh. | 18:59 |
jaypipes | soren: the redisectomy branch is fine, but when merged with trunk, which includes devcamcar's rework of the context authorization stuff, everything poops :) | 18:59 |
soren | jaypipes: Clearly. The fact that access_unittest's setUp method just wraps the calls to the auth manager in try: blah; except: pass really doesn't help. | 19:00 |
* soren sighs deeply. | 19:01 | |
soren | Maybe I should just get that darned Feature Feeze e-mail sent out before someone changes everything *again* so that I'll have to start over on that branch. | 19:01 |
*** joearnol_ has quit IRC | 19:01 | |
jaypipes | soren: indeed. | 19:02 |
*** maple_bed has joined #openstack | 19:02 | |
*** maplebed has quit IRC | 19:05 | |
*** burris has quit IRC | 19:13 | |
*** mattt has quit IRC | 19:21 | |
*** mattt has joined #openstack | 19:22 | |
*** littleidea has quit IRC | 19:26 | |
*** pharkmillups has joined #openstack | 19:38 | |
*** hazmat has joined #openstack | 19:39 | |
*** DubLo7 has joined #openstack | 19:45 | |
*** xfaf has quit IRC | 19:46 | |
*** littleidea has joined #openstack | 19:49 | |
*** littleidea has quit IRC | 19:54 | |
*** littleidea has joined #openstack | 20:04 | |
*** hogstrom has quit IRC | 20:07 | |
*** hogstrom has joined #openstack | 20:08 | |
*** hogstrom has quit IRC | 20:12 | |
*** littleidea has quit IRC | 20:12 | |
*** jakedahn_ has joined #openstack | 20:21 | |
*** jakedahn has quit IRC | 20:23 | |
*** jakedahn_ is now known as jakedahn | 20:23 | |
*** another75 has joined #openstack | 20:25 | |
jaypipes | _0x44: yep, you are right about the webob.Request thing...not sure what I was getting at there :) | 20:25 |
*** littleidea has joined #openstack | 20:28 | |
* soren feature freezes OpenStack...... now. | 20:28 | |
*** ChanServ sets mode: +o soren | 20:29 | |
*** soren changes topic to "Feature Freeze now in effect! Find out more and get involved here: http://www.openstack.org | Nova Docs: nova.openstack.org | Swift Docs: swift.openstack.org | Wiki: wiki.openstack.org | Logs: http://eavesdrop.openstack.org/irclogs/ | http://paste.openstack.org/" | 20:29 | |
*** soren sets mode: -o soren | 20:29 | |
*** littleidea has quit IRC | 20:29 | |
*** another29 has quit IRC | 20:29 | |
soren | Hmm... Perhaps I should send the e-mail to nova@l.l.n and swift@l.l.n, too. | 20:31 |
*** kevnfx has joined #openstack | 20:36 | |
*** hogstrom has joined #openstack | 20:37 | |
*** hogstrom_ has joined #openstack | 20:38 | |
soren | It's also beer o'clock. Just sayin'. | 20:40 |
*** littleidea has joined #openstack | 20:41 | |
*** dizz|away has quit IRC | 20:42 | |
*** joearnold has joined #openstack | 20:47 | |
*** joearnold has joined #openstack | 20:47 | |
*** hazmat has quit IRC | 20:52 | |
*** jdarcy has quit IRC | 20:58 | |
*** mtaylor has quit IRC | 21:02 | |
*** DubLo71 has joined #openstack | 21:27 | |
*** DubLo72 has joined #openstack | 21:28 | |
*** DubLo7 has quit IRC | 21:29 | |
*** DubLo72 has left #openstack | 21:30 | |
*** kevnfx has quit IRC | 21:31 | |
*** DubLo71 has quit IRC | 21:32 | |
*** _maxim_ has quit IRC | 21:32 | |
*** miclorb_ has joined #openstack | 21:36 | |
*** mdomsch has quit IRC | 21:38 | |
*** littleidea has quit IRC | 21:47 | |
*** ppetraki has quit IRC | 22:02 | |
*** littleidea has joined #openstack | 22:06 | |
*** jc_smith has quit IRC | 22:06 | |
*** jc_smith has joined #openstack | 22:07 | |
*** pharkmillups has quit IRC | 22:11 | |
*** rnirmal has quit IRC | 22:11 | |
*** littleidea has quit IRC | 22:11 | |
*** littleidea has joined #openstack | 22:13 | |
*** littleidea has quit IRC | 22:20 | |
*** pharkmillups has joined #openstack | 22:23 | |
*** allsystemsarego has quit IRC | 22:29 | |
*** burris has joined #openstack | 22:37 | |
*** jfluhmann has quit IRC | 22:50 | |
*** pharkmillups has quit IRC | 22:57 | |
*** kevnfx has joined #openstack | 23:16 | |
*** stefano_s has quit IRC | 23:18 | |
*** kevnfx has quit IRC | 23:21 | |
*** littleidea has joined #openstack | 23:24 | |
*** abecc has quit IRC | 23:26 | |
*** littleidea has quit IRC | 23:33 | |
*** miclorb_ has quit IRC | 23:46 | |
*** miclorb_ has joined #openstack | 23:47 | |
*** miclorb_ has quit IRC | 23:54 | |
*** joearnold has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!