Saturday, 2012-07-21

*** makezan has joined #openstack00:01
*** k0rupted has quit IRC00:01
makezanquestion00:01
makezanif you here at this time you brave lol00:01
*** crandquist has quit IRC00:02
makezanI am populating keystone00:02
makezanand at the end i usually run00:02
makezankeystone user-list00:03
*** philips_ has joined #openstack00:03
makezanto verify it worked00:03
makezanI get00:03
makezanroot@server:~/scripts# keystone user-list00:03
makezanExpecting authentication method via00:03
makezan  either a service token, --token or env[SERVICE_TOKEN],00:03
makezan  or credentials, --os_username or env[OS_USERNAME].00:03
*** joearnold has quit IRC00:03
s34nmakezan: include your token and endpoint00:05
*** steveb_ has quit IRC00:06
s34nkeystone won't accept my credentials00:07
makezanwhats the full commad00:09
makezan*command00:09
makezanworks00:10
makezanlike a charm00:10
makezanthx w34n00:10
s34nkeystone --token whateveryourtokenis --endpoint http://whatever:port/v2.0/ user-list00:11
s34nmakezan: your token will expire, but you could also use the username and password credentials (I think)00:12
s34nI'm sure there's a way to get a new token, but I'm very new to this00:12
makezanyeah me too00:12
makezanhow good are you with nova.conf?00:13
s34nwhen I say new, I mean hours new00:13
s34nmakezan: I can't even do a user-list00:16
*** cctrieloff has quit IRC00:17
*** matwood has quit IRC00:18
makezanwow okay s34n00:19
*** Gordonz has quit IRC00:19
*** steveb_ has joined #openstack00:20
s34nmakezan: but just ask your nova.conf question00:24
s34nsomebody might still be around here to answer it00:25
*** jkff has joined #openstack00:25
jkffHi. I have a weird problem: both nova-network and nova-api hang in trying to acquire the "iptables" lock file. I did try {stop all nova services, remove all in /var/lock/nova, restart services} - didn't help.00:26
*** steveb_ has quit IRC00:27
Diopterjkff: Could you pastebin a bit of the logs?00:28
jkffIt seems that someone has created /var/lock/nova/iptables.lock and then crashed without releasing it.00:28
jkffDiopter: Yes. Let me stop everything, clear the logs and restart everything, to make them cleaner.00:29
Diopterkk00:29
*** anderstj has joined #openstack00:31
jkffDiopter: Hm, this time they started up fine. Looks like a race condition. I'll try again.00:31
DiopterFun fun, k.00:32
DiopterYou told me last time you were running this all in virtbox, yes?00:32
jkffDiopter: yes00:32
*** bencherian has quit IRC00:32
DiopterVirtualBox doesn't support truly nested hardware virtualization, it only supports nested emulation (through qemu)00:32
s34nHow can I rebuild credentials that keystone will acknowledge?00:32
jkffDiopter: are you hinting it's an emulated-hard-disk bug? :)00:33
DiopterWhich has some, shall we say, interesting issues with threads/scheduling/timing00:33
*** oubiwann has joined #openstack00:33
jkffDiopter: Caught it this time. Copying logs.00:33
*** s0mik has quit IRC00:35
*** mislam has quit IRC00:35
jkffDiopter: nova-network http://pastebin.com/Xh9ESJ7Z00:36
*** jtran has quit IRC00:36
jkffDiopter: nova-api http://pastebin.com/HtLnZDcr00:36
*** e1mer has joined #openstack00:38
*** halfss has joined #openstack00:38
*** adjohn has quit IRC00:38
makezancan someone take a look at this network config and tell me if it makes sense00:38
makezan--network_manager=nova.network.manager.FlatManager00:38
makezan#--network_manager=nova.network.manager.FlatDHCPManager #00:38
makezan--public_interface=eth000:38
makezan--flat_interface=eth000:38
makezan--flat_network_bridge=br10000:38
makezan--floating_range=192.168.1.32/2700:39
makezan--fixed_range=127.16.0.32/2700:39
makezan--network_size=2500:39
makezan--flat_injected=False00:39
makezan--force_dhcp_release00:39
s34nmakezan: pastebin00:39
makezantrue..  lol was like 4 lines so i didn't bother00:39
*** s0mik has joined #openstack00:40
s34nmakezan: the --force_dhcp_release should be assigned a value, no?00:40
makezanfrom the openstack doc nope doesn't have a value00:41
Diopterjkff: Odd. Does look like a race condition of some sort.00:42
makezanmy eternal problem has been that i'm looking for a nova conf of an openstack instance that runs all-in one and that has one one nic00:42
*** s0mik has quit IRC00:42
Diopterjkff: Might want to check the bug tracker. But honestly, I'd First try to test on physical hardware. Or at least on a hypervisor that can do nested hardware virt00:43
Diopterjkff: Which means something like VMWare Fusion, or KVM00:43
*** aspiers has quit IRC00:45
makezanI do not intend to cluster, nor do I intend to add other components. I struggled with this in the past, made it work, but the documentation i wrote really isn't working, sometimes, either vm can't be stood or vm is stood but can't connect to outside00:45
s34nmakezan: which hypervisor?00:46
* s34n thinks openstack seems like huge overkill for a single host00:46
jkffDiopter: Hm, ok..00:47
makezankvm00:48
makezanwe use openstack at work, cluster, on racks and all that good stuff, but there are some utility programs i'll like to test at home before even testing it on the dev box00:50
jkffDiopter: find / -samefile /var/lock/nova-iptables.lock found me a file that has apparently been created by a now deceased process. Somehow lock cleanup didn't help - probably because this process crashed while nova-api and nova-network were starting.00:51
jkffDiopter: Now I need just to figure out what this process was, and also it can't hurt to file a bug about this, which it obviously is.00:51
*** Glace_ has joined #openstack00:52
Diopterjkff: Maybe. I'd like to see it tested in a non-emulated environment, as I've seen a Ton of strange behavior in them. But can't hurt to poke at it, sure00:52
*** mikal has quit IRC00:52
*** mikal has joined #openstack00:54
makezan lol s34n it became a pride thing, i easily get it working by adding a rtr or creating v-interfaces00:56
*** Billy_Way has quit IRC00:57
*** aspiers has joined #openstack00:57
makezanhttp://docs.openstack.org/essex/openstack-compute/admin/content/libvirt-flat-networking.html01:00
s34nmakezan: what is your host os?01:01
*** roge has quit IRC01:01
makezanub 12.04 srv01:01
*** jdurgin has quit IRC01:02
makezanin that link diagram 9.1 is what im doing01:02
*** anniec has quit IRC01:02
*** anniec has joined #openstack01:05
uvirtbotNew bug: #1027321 in quantum "Booting VM with one nic specified but VM got multiply nics with wrong Ip address" [Undecided,New] https://launchpad.net/bugs/102732101:05
*** anderstj has quit IRC01:07
*** anderstj has joined #openstack01:07
*** rods_ has quit IRC01:10
*** Blackavar has quit IRC01:11
*** anderstj has quit IRC01:11
*** s34n has quit IRC01:11
*** anniec_ has joined #openstack01:11
*** anniec has quit IRC01:12
*** anniec_ is now known as anniec01:12
*** erkules has quit IRC01:12
*** Billy_Way has joined #openstack01:12
*** Glace_ has quit IRC01:15
*** mrjazzcat has quit IRC01:20
*** reed has quit IRC01:20
*** edygarcia has joined #openstack01:21
*** halfss has quit IRC01:25
*** erkules has joined #openstack01:26
*** halfss has joined #openstack01:27
*** halfss has quit IRC01:27
*** nati_ueno has quit IRC01:29
*** aculich has quit IRC01:32
*** thepumpkin has joined #openstack01:33
*** mrjazzcat has joined #openstack01:33
*** mokas has quit IRC01:37
*** jfluhmann has joined #openstack01:38
*** nati_ueno has joined #openstack01:41
*** nati_ueno has quit IRC01:43
*** jfluhmann has quit IRC01:43
*** halfss has joined #openstack01:44
*** mokas has joined #openstack01:52
*** roge has joined #openstack01:52
*** Billy_Way has quit IRC02:00
*** jackh has joined #openstack02:00
*** Billy_Way has joined #openstack02:00
*** edygarcia has quit IRC02:03
*** markmcclain has joined #openstack02:03
*** littleidea has quit IRC02:04
*** clopez has joined #openstack02:04
*** markmcclain has quit IRC02:06
*** littleidea has joined #openstack02:07
*** littleidea has quit IRC02:08
thepumpkinI installed openstack from APT in Ubuntu 12.04,however, the command nova image-list fails with (HTTP 500)02:08
thepumpkinit seems to be this issue https://bugs.launchpad.net/nova/+bug/96554002:08
thepumpkinquestion is; how do I authenticate?02:08
*** anniec has quit IRC02:10
*** Blackavar has joined #openstack02:14
*** aspiers has quit IRC02:15
jkffWell, seems like nova-network was launched twice - it died the first time, and completely silently so, while doing iptables-save (I even crammed the surrounding code with logging statements), and left a dangling lock file.02:15
jkffIt's also curious why the next nova-network didn't clean it up.02:16
*** littleidea has joined #openstack02:17
jkffIt's also non-deterministic.02:19
jkffLooks like the process is being terminated externally and not due to its own failure.02:20
*** issackelly has joined #openstack02:22
*** trevman2001 has quit IRC02:22
*** dpippenger has quit IRC02:25
jkffOh SH***02:25
jkffI now understand what's wrong. I'll go report a bug and post back here.02:25
*** littleidea has quit IRC02:26
*** halfss has quit IRC02:26
*** aspiers has joined #openstack02:27
desaidoes anyone have a sense if it is ok to do rolling upgrades of ubuntu packages for essex stable?02:30
jkffAlright, I've been hit by this one: https://bugs.launchpad.net/nova/+bug/101858602:31
*** dachary has quit IRC02:31
*** jkff has quit IRC02:34
*** littleidea has joined #openstack02:34
*** jackh has quit IRC02:34
DiopterDoh02:36
*** Deathvalley122 has quit IRC02:37
*** trevman2001 has joined #openstack02:39
*** never2far has quit IRC02:39
*** anderstj has joined #openstack02:45
*** Deathvalley122 has joined #openstack02:47
*** anticw has quit IRC02:47
*** anticw has joined #openstack02:47
*** Ryan_Lane has quit IRC02:49
*** roge has quit IRC02:52
*** rnorwood has joined #openstack02:52
*** dcramer_ has joined #openstack02:55
*** jplewi has quit IRC02:56
*** desai has quit IRC02:58
*** Blackavar has quit IRC02:58
*** sixx has quit IRC02:59
*** trevman2001 has quit IRC03:01
*** trevman2001 has joined #openstack03:02
*** asakhnov has joined #openstack03:03
*** senilegenius has joined #openstack03:05
*** clopez has quit IRC03:12
*** anderstj has quit IRC03:14
*** msinhore has joined #openstack03:20
*** mattstep has quit IRC03:22
*** ryanpetr_ has joined #openstack03:22
*** senilegenius has quit IRC03:22
*** senilegenius has joined #openstack03:22
*** Skitty has joined #openstack03:22
*** Skitty has left #openstack03:23
*** ozstacker has quit IRC03:23
*** silkysun has quit IRC03:23
*** jfluhmann has joined #openstack03:23
*** littleidea has quit IRC03:25
*** ryanpetrello has quit IRC03:25
*** rmartinelli has quit IRC03:27
*** oneiroi has quit IRC03:27
*** oneiroi has joined #openstack03:28
*** silkysun has joined #openstack03:29
*** Bryanstein has quit IRC03:29
*** mattstep has joined #openstack03:30
*** dachary has joined #openstack03:31
*** littleidea has joined #openstack03:33
*** sixx has joined #openstack03:35
*** Blackavar has joined #openstack03:37
*** Bryanstein has joined #openstack03:38
*** aculich has joined #openstack03:38
*** led_belly has quit IRC03:38
*** littleidea has quit IRC03:38
*** aculich has left #openstack03:38
*** msinhore has quit IRC03:38
*** asakhnov has quit IRC03:39
*** msinhore has joined #openstack03:39
*** littleidea has joined #openstack03:40
*** aculich1 has joined #openstack03:42
*** Spirilis has quit IRC03:43
*** kbringard has joined #openstack03:44
*** kbringard has quit IRC03:44
*** aspiers has quit IRC03:44
*** edygarcia has joined #openstack03:45
thepumpkinnova image-list is throwing this error ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500)03:48
thepumpkinwhat log file should I be looking at?03:48
thepumpkin"glance index" works, image-list not much.03:49
*** Spirilis has joined #openstack03:50
*** ryanpetr_ has quit IRC03:50
*** mjfork has quit IRC03:51
*** aculich1 has quit IRC03:51
*** quinton has joined #openstack03:52
*** rnorwood1 has joined #openstack03:53
quintonhello all03:53
quintonwhen I do 'nova-manage service list' this is my result: "nova-compute     ubuntu                               nova             enabled    XXX   None  "03:54
*** rnorwood has quit IRC03:55
quintonis anyone active in here?03:56
*** aspiers has joined #openstack03:57
*** bencherian has joined #openstack03:59
rpawlikis the nova-compute service running?04:00
rpawlikthat indicates that the compute service is not running04:00
*** msinhore has quit IRC04:03
*** aculich has joined #openstack04:05
*** e1mer has quit IRC04:06
*** jlc has joined #openstack04:08
*** jlc has quit IRC04:10
*** jlc has joined #openstack04:11
*** edygarcia has quit IRC04:13
*** mrjazzcat has quit IRC04:18
*** rustam has quit IRC04:18
*** rustam has joined #openstack04:18
*** eagles0513875_ has quit IRC04:27
*** rnorwood1 has quit IRC04:30
*** osier has joined #openstack04:33
uvirtbotNew bug: #1027342 in horizon "Project dashboard tests not catching template errors" [Medium,In progress] https://launchpad.net/bugs/102734204:36
*** tgall_foo has quit IRC04:36
*** anderstj has joined #openstack04:36
*** halfss has joined #openstack04:37
uvirtbotNew bug: #1027344 in openstack-ci "generate changelog and authors for devstack-gate" [Undecided,In progress] https://launchpad.net/bugs/102734404:41
*** philips_ has quit IRC04:44
*** philips_ has joined #openstack04:44
thepumpkinNow I'm having error : lxcContainerChild:1240 : cannot find init path '/sbin/init' relative to container root04:54
thepumpkini'm using the ubuntu precise cloud image.04:54
thepumpkinany ideas?04:54
*** monster_ has joined #openstack05:03
*** eagles0513875_ has joined #openstack05:05
uvirtbotNew bug: #1027347 in openstack-ci "generate changelog and authors for zuul" [Undecided,New] https://launchpad.net/bugs/102734705:06
*** ryanpetrello has joined #openstack05:06
*** koolhead11 has joined #openstack05:06
*** monster_ has left #openstack05:12
*** Blackavar has quit IRC05:13
*** aspiers has quit IRC05:15
*** littleidea has quit IRC05:15
*** fc__ has quit IRC05:18
*** Blackavar has joined #openstack05:19
*** aspiers has joined #openstack05:27
*** Blackavar has quit IRC05:28
*** fc__ has joined #openstack05:31
*** koolhead11 has quit IRC05:32
*** halfss has quit IRC05:44
*** trevman2001 has quit IRC05:48
*** dtroyer is now known as dtroyer_zzz05:49
*** mokas has quit IRC05:50
*** issackelly has quit IRC06:00
*** issackelly has joined #openstack06:01
*** barneybook has quit IRC06:06
*** ryanpetrello has quit IRC06:10
*** ryanpetrello has joined #openstack06:16
*** ryanpetrello has quit IRC06:24
*** syah_ has quit IRC06:27
*** syah_ has joined #openstack06:27
*** _val__ has joined #openstack06:28
*** quinton has quit IRC06:28
*** _val_ has quit IRC06:28
*** Slidey has quit IRC06:28
*** silkysun has quit IRC06:28
*** Slidey has joined #openstack06:28
*** paulmillar has quit IRC06:28
*** silkysun has joined #openstack06:28
*** tightwork has quit IRC06:29
*** philips_ has quit IRC06:30
*** dachary has quit IRC06:30
*** anderstj has quit IRC06:30
*** dachary has joined #openstack06:30
*** halfss has joined #openstack06:31
*** philips_ has joined #openstack06:33
*** shaon has joined #openstack06:34
*** tightwork has joined #openstack06:35
*** bencherian has quit IRC06:35
*** ryanpetrello has joined #openstack06:36
*** cryptk|offline is now known as cryptk06:37
*** Blackavar has joined #openstack06:44
*** loceur has joined #openstack06:51
loceurwow... 394 in openstack.  this is a popular chan06:52
*** kbringard has joined #openstack06:54
*** kbringard has quit IRC06:54
*** ryanpetrello has quit IRC06:55
*** e1mer has joined #openstack06:56
*** prakasha-log has quit IRC07:00
*** prakasha-log has joined #openstack07:00
*** otter1 has quit IRC07:06
*** otter1 has joined #openstack07:10
*** aspiers has quit IRC07:14
*** e1mer has quit IRC07:16
*** chasmo has quit IRC07:17
*** mokas has joined #openstack07:19
*** davepigott has joined #openstack07:26
*** aspiers has joined #openstack07:27
*** eglynn_ has joined #openstack08:14
*** jackh has joined #openstack08:16
*** Samos123 has quit IRC08:19
*** ttrifonov_zZzz is now known as ttrifonov08:19
*** gakott has quit IRC08:19
*** eglynn_ has quit IRC08:21
*** Samos123 has joined #openstack08:21
*** EmilienM has joined #openstack08:22
*** rpawlik_ has joined #openstack08:22
*** rpawlik has quit IRC08:25
*** rpawlik_ has quit IRC08:26
*** davepigott has quit IRC08:28
*** garyk has joined #openstack08:39
*** EmilienM has quit IRC08:41
*** EmilienM has joined #openstack08:42
*** EmilienM has left #openstack08:43
*** pvankouteren has joined #openstack08:47
*** shaon has quit IRC09:05
*** llang629 has joined #openstack09:06
*** llang629 has left #openstack09:06
*** shaon has joined #openstack09:07
*** rpawlik has joined #openstack09:09
*** aspiers has quit IRC09:14
*** shaon has quit IRC09:18
*** rpawlik has quit IRC09:21
*** rpawlik has joined #openstack09:21
*** aspiers has joined #openstack09:27
*** EmilienM has joined #openstack09:28
*** garyk has quit IRC09:32
*** rpawlik_ has joined #openstack09:41
*** pvankouteren has quit IRC09:43
*** DrEvil6869 has joined #openstack09:43
*** rpawlik has quit IRC09:44
*** rpawlik_ is now known as rpawlik09:44
DrEvil6869good morning ladys 'n' gentls09:44
DrEvil6869can may anybody help me with a problem?09:45
*** garyk has joined #openstack09:46
*** ozstacker has joined #openstack09:47
*** pvankouteren has joined #openstack09:47
*** pvankouteren has quit IRC09:49
*** rpawlik has quit IRC09:50
*** rpawlik has joined #openstack09:51
*** pixelbeat has joined #openstack09:51
*** aspiers has quit IRC09:52
*** arBmind has joined #openstack09:53
zykes-DrEvil6869: what's the issue ?09:54
*** aspiers has joined #openstack09:55
*** halfss has quit IRC09:57
EmilienMzykes-: Hello :)09:58
zykes-EmilienM: .09:59
*** mokas has quit IRC10:01
DrEvil6869if i click on "instances" on the dashboard, i get the error " Error  Unable to get instance list: The server has either erred or is incapable of performing the requested operation."10:02
DrEvil6869i also tried to build an instance, but if i send the formular to build one, it takes a lot of loading time and finaly i get an error 50210:03
EmilienMdid you delete an instance before with Floating IP ?10:03
DrEvil6869no i don't10:04
DrEvil6869i don't even set floating IPs10:04
EmilienMcan you copy/paste your nova-api.log ?10:05
EmilienMand also execute this script : http://paste.openstack.org/show/EjsWeUIkCUhP9msHAKVj/10:06
EmilienMin case of you have an error with VMs in your DB10:06
DrEvil6869how can i do it? i'm sorry, but it's the first time i'm working with these10:06
EmilienM1) tailf /var/log/nova/nova-api.log10:08
EmilienM2) Go to your dashboard, click on Instances10:08
EmilienM3) Copy paste the log in http://paste.openstack.org10:08
DrEvil6869where should i type the command of step 1?10:10
EmilienMhow many servers do you have ?10:10
*** thovden has joined #openstack10:11
*** foexle has quit IRC10:14
DrEvil6869where can i see what my tenantID is?10:19
*** pixelbeat has quit IRC10:20
*** halfss has joined #openstack10:21
*** thovden has quit IRC10:21
EmilienMDrEvil6869: keystone tenant-list10:28
*** optiz0r has quit IRC10:31
*** garyk has quit IRC10:32
DrEvil6869i don't know how to do anything10:33
DrEvil6869can't anybody just reset my account?10:36
EmilienMhttp://wiki.openstack.org/GettingStarted10:38
KiallDrEvil6869, how would someone reset your account? You installed openstack on your own servers, right?10:38
DrEvil6869no i'm using trystack10:40
KiallTrystack must be down.. have you tried in #trystack ?10:41
EmilienMoh, you use trystack !10:42
*** rkukura has quit IRC10:42
*** rkukura has joined #openstack10:42
EmilienMcheck https://www.facebook.com/groups/269238013145112/10:42
DrEvil6869ok i'm gonne try it10:43
*** rpawlik has quit IRC10:46
*** Trixboxer has joined #openstack10:53
*** EmilienM_ has joined #openstack10:59
*** cloudvirt has joined #openstack11:04
*** EmilienM_ has left #openstack11:06
*** e1mer has joined #openstack11:09
*** hingo has joined #openstack11:23
*** otter1 has quit IRC11:28
*** egant has quit IRC11:33
*** cloudvirt has quit IRC11:35
*** cloudvirt has joined #openstack11:36
*** cloudvirt has quit IRC11:38
*** Ruetobas has quit IRC11:38
*** tryggvil_ has quit IRC11:40
*** DrEvil6869 has quit IRC11:40
*** Ruetobas has joined #openstack11:42
*** Ruetobas has quit IRC12:00
*** thovden has joined #openstack12:00
*** Ruetobas has joined #openstack12:04
*** jlc has quit IRC12:13
*** hingo has quit IRC12:14
*** msinhore has joined #openstack12:20
uvirtbotNew bug: #1027396 in openstack-manuals "Can't build Compute Admin guide" [Undecided,New] https://launchpad.net/bugs/102739612:21
*** ejat has joined #openstack12:26
*** ewindisch has quit IRC12:26
*** msinhore has quit IRC12:28
*** arBmind_ has joined #openstack12:29
*** arBmind has quit IRC12:33
*** arBmind_ is now known as arBmind12:33
*** davidha has quit IRC12:39
*** milner has quit IRC12:41
*** davidha has joined #openstack12:41
*** ejat has quit IRC12:42
*** DavidLevin has quit IRC12:47
*** thovden has quit IRC12:50
*** makezan has quit IRC12:59
*** aculich has quit IRC13:05
*** azret_ has joined #openstack13:06
*** hattwick has joined #openstack13:13
*** shree has joined #openstack13:17
shreehi13:17
*** renier has quit IRC13:17
shreeI am new to OpenStack , I want to know which Hypervisor is the best for openstack13:18
hattwickkvm, in my opinion, because it is freely available.  Xen if you already ahve access to it and are familiar.  You'll be doing repeated installs most likely.13:19
*** melmoth has joined #openstack13:20
shreethanks hattwick13:22
*** davidha has quit IRC13:26
*** garyk has joined #openstack13:26
*** rmartinelli has joined #openstack13:29
hattwickYou're welcome.  There are several good bloggers with openstack install guides.  I like the ones from networkstatic.net13:31
*** asakhnov has joined #openstack13:31
*** e1mer has quit IRC13:44
*** never2far has joined #openstack13:45
*** marrusl has joined #openstack13:46
*** dmarkey has quit IRC13:48
*** dmarkey has joined #openstack13:48
*** dmarkey has quit IRC13:53
*** thovden has joined #openstack13:55
*** dmarkey has joined #openstack13:56
*** tgall_foo has joined #openstack14:01
*** tgall_foo has quit IRC14:01
*** tgall_foo has joined #openstack14:01
halfsshi, is there anyone have same way to get the instance mem useinfo from host?  :)14:05
*** osier has quit IRC14:06
*** dtroyer_zzz is now known as dtroyer14:08
*** dcramer_ has quit IRC14:08
*** oubiwann has quit IRC14:11
*** koolhead11 has joined #openstack14:30
*** littleidea has joined #openstack14:31
*** ywu has joined #openstack14:38
uvirtbotNew bug: #1027417 in openstack-ci "Repeated DocImpact emails every time a review is reviewed" [Undecided,New] https://launchpad.net/bugs/102741714:41
*** dtroyer is now known as dtroyer_zzz14:41
*** roge has joined #openstack14:41
*** jlc has joined #openstack14:42
*** _val__ is now known as _val_14:49
*** datajerk has quit IRC14:50
*** jlc has quit IRC14:52
*** never2far has quit IRC14:54
*** garyk has quit IRC14:54
*** never2far has joined #openstack14:56
*** jackh has quit IRC15:00
*** rmartinelli has quit IRC15:02
*** aculich has joined #openstack15:02
*** never2far has quit IRC15:04
*** dcramer_ has joined #openstack15:10
*** freeflying has joined #openstack15:11
*** never2far has joined #openstack15:11
*** sstent has quit IRC15:13
*** sstent has joined #openstack15:14
*** rmartinelli has joined #openstack15:14
*** freeflyi1g has quit IRC15:14
*** jeblair has quit IRC15:15
*** never2far has quit IRC15:16
*** edygarcia has joined #openstack15:23
*** glove has joined #openstack15:24
*** hunglin has quit IRC15:25
*** otter1 has joined #openstack15:32
*** monster_ has joined #openstack15:34
*** dachary has quit IRC15:35
*** monster_ has quit IRC15:37
*** datajerk has joined #openstack15:37
*** bencherian has joined #openstack15:38
*** jeblair has joined #openstack15:39
*** edygarcia has quit IRC15:46
*** sssssss has joined #openstack15:46
*** dachary has joined #openstack15:47
*** EmilienM has left #openstack15:47
*** aaa has joined #openstack15:48
*** asakhnov has quit IRC15:48
*** sssssss has quit IRC15:49
*** EmilienM has joined #openstack15:54
*** shree has quit IRC15:55
aaaexit15:55
aaaexit15:55
*** aaa has quit IRC15:56
*** ejat has joined #openstack15:58
*** ejat has joined #openstack15:59
*** garyk has joined #openstack15:59
*** epim_ has joined #openstack16:00
*** led_belly has joined #openstack16:01
*** dtroyer_zzz is now known as dtroyer16:02
*** epim has quit IRC16:03
*** epim_ is now known as epim16:03
*** ewindisch has joined #openstack16:06
*** dcramer_ has quit IRC16:06
*** azret_ has quit IRC16:07
*** EmilienM has left #openstack16:07
*** ejat has quit IRC16:10
*** edygarcia has joined #openstack16:11
*** aculich has quit IRC16:13
*** EmilienM has joined #openstack16:14
*** EmilienM has left #openstack16:17
*** halfss has quit IRC16:18
*** halfss has joined #openstack16:18
*** dcramer_ has joined #openstack16:20
*** roge has quit IRC16:20
*** tserong has quit IRC16:21
*** tserong has joined #openstack16:21
*** tserong has joined #openstack16:21
*** dtroyer is now known as dtroyer_zzz16:24
*** pretec has joined #openstack16:26
*** clopez has joined #openstack16:28
*** EmilienM has joined #openstack16:29
*** ejat has joined #openstack16:29
*** tgall_foo has quit IRC16:31
*** EmilienM has left #openstack16:37
*** EmilienM has joined #openstack16:38
*** EmilienM has left #openstack16:38
*** anticw has quit IRC16:38
*** EmilienM has joined #openstack16:38
*** anticw has joined #openstack16:39
*** ryanpetrello has joined #openstack16:40
*** EmilienM has left #openstack16:41
*** pretec has left #openstack16:41
*** dtroyer_zzz is now known as dtroyer16:45
*** dachary has quit IRC16:48
*** arBmind has quit IRC16:48
*** chasmo has joined #openstack16:50
*** thovden has quit IRC16:51
*** ewindisch has quit IRC16:52
*** melmoth has quit IRC16:53
*** dtroyer is now known as dtroyer_zzz16:54
*** cryptk is now known as cryptk|offline17:04
*** melmoth has joined #openstack17:08
*** halfss has quit IRC17:13
*** melmoth has quit IRC17:14
*** never2far has joined #openstack17:16
*** littleidea has quit IRC17:18
*** koolhead11 has quit IRC17:18
*** marrusl has quit IRC17:22
*** marrusl has joined #openstack17:23
*** aculich has joined #openstack17:24
*** aculich has quit IRC17:24
*** s0mik has joined #openstack17:24
*** ryanpetrello has quit IRC17:24
*** ryanpetrello has joined #openstack17:25
*** ryanpetrello has quit IRC17:26
*** datajerk has quit IRC17:28
*** ywu has quit IRC17:28
*** marrusl has quit IRC17:31
*** ejat has quit IRC17:32
*** otter2 has joined #openstack17:36
*** hggdh has quit IRC17:37
*** hggdh has joined #openstack17:37
*** otter1 has quit IRC17:37
*** anderstj has joined #openstack17:39
*** ryanpetrello has joined #openstack17:39
*** ewindisch has joined #openstack17:46
*** marrusl has joined #openstack17:47
uvirtbotNew bug: #1027453 in nova "111_general_aggregates migration fails on Postgres" [High,In progress] https://launchpad.net/bugs/102745317:51
*** dtroyer_zzz is now known as dtroyer17:53
*** dtroyer is now known as dtroyer_zzz17:55
*** never2far has quit IRC17:56
*** ryanpetrello has quit IRC17:57
*** Ryan_Lane has joined #openstack17:59
*** thovden has joined #openstack18:02
*** s0mik has quit IRC18:02
*** melmoth has joined #openstack18:03
*** thovden has quit IRC18:05
*** desai has joined #openstack18:08
*** thovden has joined #openstack18:09
*** thovden has quit IRC18:12
*** tgall_foo has joined #openstack18:17
*** tgall_foo has quit IRC18:17
*** tgall_foo has joined #openstack18:17
*** dachary has joined #openstack18:22
*** littleidea has joined #openstack18:38
*** dtroyer_zzz is now known as dtroyer18:40
*** dtroyer is now known as dtroyer_zzz18:41
*** mokas has joined #openstack18:42
*** littleidea has quit IRC18:42
*** dcramer_ has quit IRC18:46
*** pretec has joined #openstack18:46
*** melmoth_ has joined #openstack18:56
*** melmoth is now known as Guest9036418:58
*** melmoth_ has quit IRC18:59
*** edygarcia has quit IRC19:00
*** Guest90364 has quit IRC19:00
*** pretec has quit IRC19:01
*** roge has joined #openstack19:02
*** edygarcia has joined #openstack19:04
*** s0mik has joined #openstack19:05
*** mnewby has joined #openstack19:07
*** dtroyer_zzz is now known as dtroyer19:09
*** never2far has joined #openstack19:11
*** anderstj has quit IRC19:13
*** EmilienM has joined #openstack19:15
*** dtroyer is now known as dtroyer_zzz19:16
*** edygarcia has quit IRC19:16
*** asakhnov has joined #openstack19:16
*** edygarcia has joined #openstack19:17
*** llang629 has joined #openstack19:17
*** pretec has joined #openstack19:18
*** littleidea has joined #openstack19:18
*** EmilienM has left #openstack19:22
*** EmilienM has quit IRC19:22
*** rnorwood has joined #openstack19:22
*** littleidea has quit IRC19:22
*** EmilienM has joined #openstack19:22
*** glove has quit IRC19:23
*** EmilienM has left #openstack19:23
*** glove has joined #openstack19:23
*** never2far has quit IRC19:24
*** littleidea has joined #openstack19:24
*** melmoth_ has joined #openstack19:25
*** msinhore has joined #openstack19:26
*** L33 has joined #openstack19:26
*** EmilienM has joined #openstack19:33
*** mnewby has quit IRC19:34
*** oubiwann has joined #openstack19:35
*** Ryan_Lane has quit IRC19:37
*** mnewby has joined #openstack19:38
*** s0mik has quit IRC19:39
*** dcramer_ has joined #openstack19:40
*** EmilienM has left #openstack19:41
uvirtbotNew bug: #1027474 in openstack-manuals "Improvements to nova.conf example for logging" [Medium,Confirmed] https://launchpad.net/bugs/102747419:45
*** Ryan_Lane has joined #openstack19:47
*** EmilienM has joined #openstack19:51
*** EmilienM has left #openstack19:51
*** pretec has left #openstack19:52
*** hunglin has joined #openstack19:53
*** dachary has quit IRC19:53
*** networkstatic has quit IRC19:54
*** networkstatic has joined #openstack19:54
*** dmarkey has quit IRC20:03
*** edygarcia has quit IRC20:05
*** mnewby has quit IRC20:08
*** littleidea has quit IRC20:09
*** datajerk has joined #openstack20:11
*** littleidea has joined #openstack20:11
*** dmarkey has joined #openstack20:13
*** joebaker has quit IRC20:14
*** ryanpetrello has joined #openstack20:15
*** s0mik has joined #openstack20:15
*** ryanpetrello has quit IRC20:16
*** rnorwood has quit IRC20:17
*** rnorwood has joined #openstack20:17
*** vmlinuz has joined #openstack20:17
*** EmilienM has joined #openstack20:18
*** EmilienM has left #openstack20:19
*** EmilienM has joined #openstack20:19
*** desai has quit IRC20:20
*** edygarcia has joined #openstack20:20
*** littleidea has quit IRC20:24
*** vmlinuz has quit IRC20:27
*** asakhnov has quit IRC20:28
*** desai has joined #openstack20:32
*** littleidea has joined #openstack20:36
*** arBmind has joined #openstack20:40
*** arBmind has quit IRC20:46
*** s0mik has quit IRC20:49
*** ewindisch has quit IRC20:50
*** pixelbeat has joined #openstack20:51
*** ewindisch has joined #openstack20:54
*** nmistry has quit IRC20:57
*** bencherian has quit IRC21:02
*** handschuh has joined #openstack21:03
*** glove has quit IRC21:05
*** msinhore has quit IRC21:07
*** s34n has joined #openstack21:11
*** desai has quit IRC21:15
*** ryanpetrello has joined #openstack21:20
*** nmistry has joined #openstack21:23
*** rustam has quit IRC21:26
*** doublerr has joined #openstack21:30
*** ryanpetrello has quit IRC21:31
*** rustam has joined #openstack21:33
*** tgall_foo has quit IRC21:38
*** al-maisan has joined #openstack21:38
*** monster_ has joined #openstack21:38
*** melmoth_ has quit IRC21:46
*** roge has quit IRC21:49
*** pixelbeat has quit IRC21:49
*** al-maisan is now known as almaisan-away21:51
*** ewindisch has quit IRC21:55
*** Trixboxer has quit IRC21:57
*** jkff has joined #openstack21:58
jkffHi. I'd like to build a custom debian package of openstack. Is this the right IRC channel to ask for help or is there a more specific one?21:58
*** monster_ has quit IRC21:58
*** Gordonz has joined #openstack21:59
jkffSpecifically, I'd like to build a customized version of 2012.122:00
jkffI'm following http://wiki.openstack.org/Packaging/Ubuntu and it points to the releases at https://launchpad.net/~nova-core/+archive/release, which says it's deprecated22:00
jkffAnd "You should be using ppa:openstack-release/2011.2 instead." - but https://launchpad.net/~openstack-release/+archive/2011.2 is forbidden to me.22:01
*** littleidea has quit IRC22:01
*** ewindisch has joined #openstack22:02
*** Deathvalley122 has quit IRC22:03
*** ewindisch has quit IRC22:04
jkffI'm trying a different way now: I just downloaded and unpacked stuff in https://launchpad.net/ubuntu/precise/+source/nova/2012.1+stable~20120612-3ee026e-0ubuntu1.222:07
jkffBut I don't know how to build the debian package now. I see http://wiki.openstack.org/Packaging/Ubuntu says invoke ./builddeb.sh, but it's nowhere to be found22:07
*** Deathvalley122 has joined #openstack22:08
*** anderstj has joined #openstack22:09
*** littleidea has joined #openstack22:10
*** Gordonz has quit IRC22:10
*** rustam has quit IRC22:11
s34njkff: you might try #openstack-dev22:12
s34non a non-weekend day22:12
jkffs34n: thanks! heh :)22:12
*** s34n has quit IRC22:13
*** doublerr has quit IRC22:13
*** ejat- has joined #openstack22:15
*** jkff has quit IRC22:15
*** ejat- is now known as ejat22:16
*** ejat has joined #openstack22:16
*** littleidea has quit IRC22:20
*** defect has quit IRC22:20
*** defect has joined #openstack22:21
*** littleidea has joined #openstack22:21
*** jaypipes has joined #openstack22:22
*** kord has joined #openstack22:23
*** msinhore has joined #openstack22:26
*** ewindisch has joined #openstack22:36
*** EmilienM_ has joined #openstack22:42
*** kord has quit IRC22:42
EmilienM_.22:46
*** edygarcia has quit IRC22:53
*** EmilienM_ has quit IRC22:54
*** ejat has quit IRC22:57
*** littleidea has quit IRC22:58
*** clopez has quit IRC22:59
*** ejat has joined #openstack23:00
*** rpawlik has joined #openstack23:00
*** clopez has joined #openstack23:01
*** rpawlik has quit IRC23:02
*** rpawlik has joined #openstack23:02
*** EmilienM has quit IRC23:03
*** littleidea has joined #openstack23:06
*** roge has joined #openstack23:06
*** rkukura has quit IRC23:07
*** rkukura has joined #openstack23:08
*** littleidea has left #openstack23:08
*** thepumpkin has quit IRC23:08
*** Blackavar has quit IRC23:08
*** Alexxxxi has joined #openstack23:16
*** Alexxxxi is now known as AleXia2023:16
AleXia20Hola?23:16
*** AleXia20 has left #openstack23:16
*** s0mik has joined #openstack23:18
*** handschuh has quit IRC23:23
*** mokas has quit IRC23:24
*** s0mik has quit IRC23:28
*** anderstj has quit IRC23:28
*** zul has quit IRC23:29
*** rustam has joined #openstack23:30
*** zul has joined #openstack23:30
*** pixelbeat has joined #openstack23:36
*** msinhore has quit IRC23:39
*** msinhore has joined #openstack23:42
*** rods_ has joined #openstack23:44
*** pixelbeat has quit IRC23:44
*** ccustine has quit IRC23:46
*** edygarcia has joined #openstack23:48
*** msinhore has quit IRC23:55
*** rods_ has quit IRC23:58

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