Saturday, 2011-07-30

*** retr0h has left #openstack00:02
*** msinhore has quit IRC00:02
*** robix has quit IRC00:04
*** ncode has joined #openstack00:05
*** ncode has joined #openstack00:05
*** vladimir3p has quit IRC00:06
*** tryggvil__ has joined #openstack00:07
*** jj0hns0n has joined #openstack00:07
*** tryggvil_ has quit IRC00:08
nilssonvishy, I'm curious, why does nova-compute run on a domU, rather than the dom0, in the case of xenserver/xcp ?00:09
*** msinhore1 has joined #openstack00:18
*** aliguori has quit IRC00:23
*** Ephur has quit IRC00:27
*** msinhore1 has quit IRC00:33
*** aliguori has joined #openstack00:37
*** ccc11 has joined #openstack00:38
*** ccc111 has joined #openstack00:39
*** ccc11 has quit IRC00:43
*** aliguori has quit IRC00:44
*** hggdh has quit IRC00:49
*** hggdh has joined #openstack00:53
*** cereal_bars has quit IRC01:00
zedaspro-tip for people doing updates from trunk:  remove all the .pyc files to make sure you aren't accidentally importing an old module.01:04
*** dantoni has quit IRC01:07
*** ccustine has quit IRC01:23
*** shwetaap has quit IRC01:25
*** t9md has joined #openstack01:40
*** ewanmellor has joined #openstack01:41
*** ldlework has joined #openstack01:43
*** negronjl has quit IRC01:44
*** emid has quit IRC01:50
*** deepest has joined #openstack01:54
deepestHave a nice weekend for all guys01:55
deepestI want to ask U something about SWIFT01:55
deepestplease tell me why I received this error below and correct me.01:55
deepestI install and configure the SWIFT PROXY like this link http://swift.openstack.org/development_saio.html#setting-up-scripts-for-running-swift01:56
*** ldlework has quit IRC01:56
deepestI failed in the part of test like that01:57
*** huslage has quit IRC01:57
*** tryggvil__ has quit IRC01:57
*** tryggvil has joined #openstack01:58
deepestroot@server41:~/swift/trunk# curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:8080/auth/v1.0 * About to connect() to 127.0.0.1 port 8080 (#0) *   Trying 127.0.0.1... Connection refused * couldn't connect to host * Closing connection #0 curl: (7) couldn't connect to host01:58
deepestStarting proxy-server...(/etc/swift/proxy-server.conf) container-server running (1936 - /etc/swift/container-server/3.conf) container-server running (1937 - /etc/swift/container-server/4.conf) container-server running (1934 - /etc/swift/container-server/1.conf) container-server running (1935 - /etc/swift/container-server/2.conf) container-server already started... Starting account-server...(/etc/swift/account-server/1.conf) swif02:00
deepest- /etc/swift/object-server/1.conf) object-server running (1940 - /etc/swift/object-server/2.conf) object-server running (1941 - /etc/swift/object-server/3.conf) object-server running (1942 - /etc/swift/object-server/4.conf) object-server already started... Traceback (most recent call last):   File "/usr/bin/swift-proxy-server", line 22, in <module>     run_wsgi(conf_file, 'proxy-server', default_port=8080, **options)   File "/us02:00
*** jdurgin has quit IRC02:00
deepestLookupError: Entry point 'tempauth' not found in egg 'swift' (dir: /usr/lib/pymodules/python2.7; protocols: paste.filter_factory, paste.filter_app_factory; entry_points: )02:01
deepestin the part of Create /etc/swift/proxy-server.conf,02:02
deepestwe can see the tempauth variables02:02
deepestso what can we do with this variables?02:02
deepestis that the problem for my error?02:03
deepestand how can I solve it.02:03
notmynamedeepest: the tempauth error is a config problem02:04
notmynamehmm02:04
notmynamemaybe02:04
notmynamedeepest: can you paste your proxy config (protip: paste.openstack.org)02:05
deepestok02:05
deepestjust me a moment02:05
deepest[DEFAULT] bind_port = 8080 user = root log_facility = LOG_LOCAL1  [pipeline:main] pipeline = healthcheck cache tempauth proxy-server  [app:proxy-server] use = egg:swift#proxy allow_account_management = true  [filter:tempauth] use = egg:swift#tempauth user_admin_admin = admin .admin .reseller_admin user_test_tester = testing .admin user_test2_tester2 = testing2 .admin user_test_tester3 = testing3  [filter:healthcheck] use = egg:s02:05
notmynameplease use paste.openstack.org02:06
deepesthere, my Proxy Server config02:06
deepesthttp://paste.openstack.org/show/1982/02:06
deepesthere, please02:06
notmynamedeepest: what do you get when running 'python -c "from swift.common.middleware import tempauth"' ?02:09
notmynameany error?02:09
deepestI didn't run this command02:10
notmynamedo so02:10
deepestI just run the command in this tutorial http://swift.openstack.org/development_saio.html#setting-up-scripts-for-running-swift02:10
deepestI got the error from the part of running ~/bin/startmain02:13
deepestremakerings is no problem02:14
*** hggdh has quit IRC02:14
*** ncode has quit IRC02:14
*** perestrelka has quit IRC02:14
*** ctennis has quit IRC02:14
*** thickskin has quit IRC02:14
*** odyi has quit IRC02:14
deepestcd ~/swift/trunk; ./.unittests -- > no problem02:14
*** ioso_ has joined #openstack02:15
*** mnaser has quit IRC02:15
*** mnaser_ has joined #openstack02:15
notmynameI'm just trying to figure out if you have swift installed properly02:15
notmynamedeepest: the first error you pasted was a curl command. are you running that on the machine you have swift installed on?02:15
*** t9md has quit IRC02:15
*** Madden has quit IRC02:15
*** ioso has quit IRC02:15
deepestyes02:15
*** t9md has joined #openstack02:15
deepestI configure entire of the tutorial in 1 host02:15
*** Madden has joined #openstack02:16
deepestand I install the Swift in that host02:16
notmynameand that is where you are running the curl command? on that host?02:16
deepestthe curl commadn was run after Startmain command02:17
*** hggdh has joined #openstack02:17
*** ncode has joined #openstack02:17
*** perestrelka has joined #openstack02:17
*** ctennis has joined #openstack02:17
*** thickskin has joined #openstack02:17
*** odyi has joined #openstack02:17
deepestyes02:17
deepestI run curl command in same host02:17
*** clauden has quit IRC02:17
deepestI think I made some mistake02:18
deepestbut I dont know where02:18
deepestso confusing about SWIFT02:18
notmynameyou original paste of the error (here in the channel) was cut off. repaste it on paste.openstack.org02:18
deepestok02:19
deepestjust me a moment02:19
deepestI run from first02:19
deepestand paste all of them to paste.openstack.org02:19
deepesthere, please check for me02:25
deepesthttp://paste.openstack.org/show/1983/02:25
deepesthttp://paste.openstack.org/show/1984/02:25
deepesthttp://paste.openstack.org/show/1985/02:25
deepesthttp://paste.openstack.org/show/1986/02:25
*** tryggvil has quit IRC02:27
notmynamedeepest: the curl command failed (paste 1986) because the proxy didn't start (1985). let's try to figure out why02:27
deepestyes02:28
notmynamedeepest: I see you are using python 2.7. what distro are you using?02:28
notmynameI've never used swift with python 2.6 (we target lucid which uses python 2.6)02:28
notmynameerr. the first one should have said python 2.702:28
deepestI think proxy server didn't start02:29
deepestthe Ubuntu version 11.0402:30
deepestpython 2.7.102:31
deepestdo U have any suggestion?02:31
notmynamewhy did you use 11.04 when the docs said use 10.04? ;-)02:32
notmynamethe proxy didn't load because it couldn't load tempauth02:32
notmynameso I assume you got the latest code as described in the doc?02:32
notmyname(ie latest code from trunk rather than using a package)02:34
deepestI see02:36
deepestI will try to reinstall Ubuntu02:36
deepestand rebuild the SWIFT02:37
deepestnice to meet U02:37
deepestcan you give me the contact02:37
notmynamewell, that's probably a good thing to do since that's what swift is targeted to (latest LTS), but I'm not sure that is the root issue of what you are seeing02:37
deepestI will ask U something by email02:37
notmynamedeepest: this IRC channel is a good place to contact me (and if I'm not around, someone else may be able to help, too)02:37
deepestoh thank U so much02:38
*** ewanmellor has quit IRC02:38
deepestsee U soon02:38
*** martine has joined #openstack02:39
*** GeoDud has quit IRC02:40
*** hadrian has quit IRC02:41
*** vernhart has joined #openstack02:51
*** vernhart has quit IRC02:57
*** ncode has quit IRC03:03
*** jakedahn has quit IRC03:14
*** FallenPegasus has joined #openstack03:27
*** shentonfreude has quit IRC03:29
*** RickB17 has quit IRC04:01
*** kidrock has joined #openstack04:06
kidrockanyone help. When I boot new instance, ssh to it, VM instances perfomance is good.04:09
kidrockbut I run command reboot inside the instances, my VM instance reboot, but it take so long time (~ 3 minutes) to up.04:11
kidrockI ssh again to instance, and VM instances perfomance is so bad.04:11
kidrockCould anyone please suggest me some help. Thanks04:13
*** emid has joined #openstack04:17
*** catarrhine has joined #openstack04:23
*** emid has quit IRC04:40
*** martine has quit IRC04:42
*** marrusl_ has quit IRC04:55
*** deepest has quit IRC04:55
*** catarrhine has quit IRC05:00
*** t9md has quit IRC05:03
*** ewanmellor has joined #openstack05:06
*** ncode has joined #openstack05:11
*** dendro-afk is now known as dendrobates05:24
*** reed has quit IRC05:26
*** HowardRo_ has quit IRC05:38
*** catarrhine has joined #openstack05:53
*** FallenPegasus has quit IRC05:59
*** ewanmellor has quit IRC06:00
*** ewanmellor has joined #openstack06:00
*** ejat has joined #openstack06:05
*** ejat- has joined #openstack06:12
*** ejat has quit IRC06:12
*** ejat- is now known as ejat06:12
*** ejat has joined #openstack06:12
*** koolhead17 has quit IRC06:17
*** koolhead17 has joined #openstack06:31
*** vernhart has joined #openstack06:38
*** osier has quit IRC06:40
*** ejat has quit IRC07:18
*** ejat has joined #openstack07:20
*** ejat has joined #openstack07:20
*** ejat has quit IRC07:32
*** ejat has joined #openstack07:34
*** ewanmellor has quit IRC07:35
*** catarrhine has quit IRC07:36
*** arun_ has joined #openstack07:46
*** arun_ has joined #openstack07:46
*** ejat has quit IRC08:04
*** winston-d has quit IRC08:23
*** Eyk^off is now known as Eyk08:38
*** alekibango has joined #openstack08:59
*** kidrock has quit IRC09:37
*** daysmen has joined #openstack09:49
*** Eyk is now known as Eyk^off09:50
*** Eyk^off is now known as Eyk09:51
*** Eyk is now known as Eyk^off09:56
*** AhmedSoliman has joined #openstack10:00
*** arun_ has quit IRC10:00
*** nouse has joined #openstack10:02
*** ccc111 has quit IRC10:20
*** AhmedSoliman has quit IRC10:58
*** AhmedSoliman has joined #openstack11:16
*** daysmen has quit IRC11:31
*** AhmedSoliman has quit IRC11:49
*** bengrue has quit IRC11:51
*** AhmedSoliman has joined #openstack12:12
*** dijenerate has quit IRC12:13
*** Eyk^off is now known as Eyk12:16
*** msinhore has joined #openstack12:56
*** zigo has joined #openstack12:58
*** dendrobates is now known as dendro-afk13:02
*** msinhore1 has joined #openstack13:03
*** tryggvil has joined #openstack13:06
*** AhmedSoliman has quit IRC13:06
*** msinhore has quit IRC13:06
*** msinhore has joined #openstack13:08
*** msinhore1 has quit IRC13:08
*** msinhore has quit IRC13:13
*** jedi4ever_ has joined #openstack13:13
*** whitt has joined #openstack13:14
*** AhmedSoliman has joined #openstack13:16
*** msinhore has joined #openstack13:18
*** tryggvil has quit IRC13:30
*** ton_katsu has joined #openstack13:31
*** huslage has joined #openstack13:32
*** catarrhine has joined #openstack13:32
*** tryggvil_ has joined #openstack13:36
*** catarrhine has quit IRC13:37
*** hadrian has joined #openstack13:41
*** ton_katsu has quit IRC13:44
*** zigo has quit IRC13:48
*** RickB17 has joined #openstack13:48
*** AhmedSoliman has quit IRC13:57
*** marrusl has joined #openstack13:58
*** ewanmellor has joined #openstack14:04
*** ctennis has quit IRC14:08
*** tryggvil_ has quit IRC14:14
*** dijenerate has joined #openstack14:16
*** ctennis has joined #openstack14:17
*** ewanmellor has quit IRC14:25
*** AhmedSoliman has joined #openstack14:29
*** AhmedSoliman has quit IRC14:35
*** ctennis has quit IRC14:38
*** ctennis has joined #openstack14:40
*** huslage has quit IRC14:42
*** ncode has quit IRC14:47
*** marrusl has quit IRC14:50
*** morfeas has quit IRC15:00
*** FallenPegasus has joined #openstack15:00
*** HowardRoark has joined #openstack15:28
*** hadrian_ has joined #openstack15:41
*** hadrian has quit IRC15:41
*** hadrian_ is now known as hadrian15:41
*** whitt has quit IRC15:46
*** dijenerate has quit IRC15:56
*** mnaser_ has quit IRC15:59
*** tryggvil has joined #openstack16:00
*** po has joined #openstack16:10
*** dijenerate has joined #openstack16:16
*** tryggvil has quit IRC16:19
*** blahee has joined #openstack16:24
*** tryggvil_ has joined #openstack16:27
*** dijenerate has quit IRC16:34
*** arun_ has joined #openstack16:37
*** arun_ has joined #openstack16:37
*** catarrhine has joined #openstack16:39
*** huslage has joined #openstack16:40
*** ncode has joined #openstack16:43
*** daysmen has joined #openstack16:45
*** jedi4ever_ has quit IRC16:55
*** jedi4ever_ has joined #openstack16:57
*** Eyk is now known as Eyk^off16:58
*** tryggvil_ has quit IRC17:04
*** tryggvil has joined #openstack17:04
*** catarrhine has quit IRC17:17
*** catarrhine has joined #openstack17:18
*** tryggvil has quit IRC17:20
*** catarrhine has quit IRC17:28
*** catarrhine has joined #openstack17:28
*** huslage has quit IRC17:38
*** huslage has joined #openstack17:39
*** daysmen has quit IRC17:44
*** huslage has quit IRC17:48
*** RickB17 has quit IRC17:54
*** Ryan_Lane has joined #openstack17:59
*** rnorwood has quit IRC18:04
*** reed has joined #openstack18:07
*** ncode has quit IRC18:10
*** msinhore has quit IRC18:11
*** floehmann has quit IRC18:14
*** floehmann has joined #openstack18:16
*** bcwaldon has joined #openstack18:16
*** Ryan_Lane has quit IRC18:46
*** rnorwood has joined #openstack18:53
*** fysa has joined #openstack19:04
*** zigo has joined #openstack19:10
*** jedi4ever_ has quit IRC19:12
*** bcwaldon has quit IRC19:15
*** catarrhine has quit IRC19:15
*** jedi4ever_ has joined #openstack19:15
*** ryker has joined #openstack19:18
*** ryker1 has joined #openstack19:35
*** ryker has quit IRC19:35
*** ryker1 is now known as ryker19:38
*** ryker1 has joined #openstack19:43
*** ryker has quit IRC19:45
*** bpaluch has quit IRC19:47
*** ryker1 is now known as ryker19:47
*** stewart has joined #openstack19:55
*** msinhore has joined #openstack20:01
*** msinhore1 has joined #openstack20:02
*** zigo has quit IRC20:03
*** msinhore1 has quit IRC20:05
*** msinhore has quit IRC20:06
*** jedi4ever_ is now known as jedi4ever20:07
*** dragondm has joined #openstack20:08
*** ryker has quit IRC20:15
*** dijenerate has joined #openstack20:18
*** bryguy has quit IRC20:19
*** bryguy has joined #openstack20:20
*** jedi4ever has quit IRC20:28
*** ryker has joined #openstack20:31
*** ryker has quit IRC20:34
*** zigo has joined #openstack20:42
*** worstadmin has joined #openstack20:44
*** marrusl has joined #openstack20:48
*** morfeas has joined #openstack20:53
*** catarrhine has joined #openstack20:53
*** dijenerate has quit IRC20:59
*** catarrhine has quit IRC21:09
*** ejat has joined #openstack21:13
*** ejat has joined #openstack21:13
*** reed has quit IRC21:17
*** clauden_ has joined #openstack21:18
*** JStoker has quit IRC21:18
*** JStoker has joined #openstack21:27
*** JStoker has joined #openstack21:27
*** catarrhine has joined #openstack21:29
*** catarrhine has quit IRC21:31
*** zigo has quit IRC21:35
*** clauden_ has quit IRC21:36
*** stewart_ has joined #openstack21:38
*** stewart has quit IRC21:38
*** stewart_ is now known as stewart21:40
*** HowardRoark has quit IRC21:41
*** daysmen has joined #openstack21:56
*** medberry is now known as med_out22:05
*** redbo has quit IRC22:06
*** worstadmin has quit IRC22:07
*** HowardRoark has joined #openstack22:08
*** worstadmin has joined #openstack22:08
*** nouse has quit IRC22:10
*** worstadmin has quit IRC22:13
*** daysmen has quit IRC22:28
*** zigo has joined #openstack22:35
*** ejat has quit IRC22:50
*** zigo has quit IRC22:52
*** zigo has joined #openstack23:04
*** marrusl has quit IRC23:06
*** ejat has joined #openstack23:07
*** ejat has joined #openstack23:07
*** martine has joined #openstack23:17
*** HowardRoark has quit IRC23:21
*** zigo has quit IRC23:30
*** redbo has joined #openstack23:31
*** ChanServ sets mode: +v redbo23:32
*** duffman has quit IRC23:37
*** duffman has joined #openstack23:40
*** nmistry has joined #openstack23:45
*** dragondm has quit IRC23:50
*** po has quit IRC23:55
*** nmistry has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!