*** makezan has joined #openstack | 00:01 | |
*** k0rupted has quit IRC | 00:01 | |
makezan | question | 00:01 |
---|---|---|
makezan | if you here at this time you brave lol | 00:01 |
*** crandquist has quit IRC | 00:02 | |
makezan | I am populating keystone | 00:02 |
makezan | and at the end i usually run | 00:02 |
makezan | keystone user-list | 00:03 |
*** philips_ has joined #openstack | 00:03 | |
makezan | to verify it worked | 00:03 |
makezan | I get | 00:03 |
makezan | root@server:~/scripts# keystone user-list | 00:03 |
makezan | Expecting authentication method via | 00: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 IRC | 00:03 | |
s34n | makezan: include your token and endpoint | 00:05 |
*** steveb_ has quit IRC | 00:06 | |
s34n | keystone won't accept my credentials | 00:07 |
makezan | whats the full commad | 00:09 |
makezan | *command | 00:09 |
makezan | works | 00:10 |
makezan | like a charm | 00:10 |
makezan | thx w34n | 00:10 |
s34n | keystone --token whateveryourtokenis --endpoint http://whatever:port/v2.0/ user-list | 00:11 |
s34n | makezan: your token will expire, but you could also use the username and password credentials (I think) | 00:12 |
s34n | I'm sure there's a way to get a new token, but I'm very new to this | 00:12 |
makezan | yeah me too | 00:12 |
makezan | how good are you with nova.conf? | 00:13 |
s34n | when I say new, I mean hours new | 00:13 |
s34n | makezan: I can't even do a user-list | 00:16 |
*** cctrieloff has quit IRC | 00:17 | |
*** matwood has quit IRC | 00:18 | |
makezan | wow okay s34n | 00:19 |
*** Gordonz has quit IRC | 00:19 | |
*** steveb_ has joined #openstack | 00:20 | |
s34n | makezan: but just ask your nova.conf question | 00:24 |
s34n | somebody might still be around here to answer it | 00:25 |
*** jkff has joined #openstack | 00:25 | |
jkff | Hi. 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 IRC | 00:27 | |
Diopter | jkff: Could you pastebin a bit of the logs? | 00:28 |
jkff | It seems that someone has created /var/lock/nova/iptables.lock and then crashed without releasing it. | 00:28 |
jkff | Diopter: Yes. Let me stop everything, clear the logs and restart everything, to make them cleaner. | 00:29 |
Diopter | kk | 00:29 |
*** anderstj has joined #openstack | 00:31 | |
jkff | Diopter: Hm, this time they started up fine. Looks like a race condition. I'll try again. | 00:31 |
Diopter | Fun fun, k. | 00:32 |
Diopter | You told me last time you were running this all in virtbox, yes? | 00:32 |
jkff | Diopter: yes | 00:32 |
*** bencherian has quit IRC | 00:32 | |
Diopter | VirtualBox doesn't support truly nested hardware virtualization, it only supports nested emulation (through qemu) | 00:32 |
s34n | How can I rebuild credentials that keystone will acknowledge? | 00:32 |
jkff | Diopter: are you hinting it's an emulated-hard-disk bug? :) | 00:33 |
Diopter | Which has some, shall we say, interesting issues with threads/scheduling/timing | 00:33 |
*** oubiwann has joined #openstack | 00:33 | |
jkff | Diopter: Caught it this time. Copying logs. | 00:33 |
*** s0mik has quit IRC | 00:35 | |
*** mislam has quit IRC | 00:35 | |
jkff | Diopter: nova-network http://pastebin.com/Xh9ESJ7Z | 00:36 |
*** jtran has quit IRC | 00:36 | |
jkff | Diopter: nova-api http://pastebin.com/HtLnZDcr | 00:36 |
*** e1mer has joined #openstack | 00:38 | |
*** halfss has joined #openstack | 00:38 | |
*** adjohn has quit IRC | 00:38 | |
makezan | can someone take a look at this network config and tell me if it makes sense | 00:38 |
makezan | --network_manager=nova.network.manager.FlatManager | 00:38 |
makezan | #--network_manager=nova.network.manager.FlatDHCPManager # | 00:38 |
makezan | --public_interface=eth0 | 00:38 |
makezan | --flat_interface=eth0 | 00:38 |
makezan | --flat_network_bridge=br100 | 00:38 |
makezan | --floating_range=192.168.1.32/27 | 00:39 |
makezan | --fixed_range=127.16.0.32/27 | 00:39 |
makezan | --network_size=25 | 00:39 |
makezan | --flat_injected=False | 00:39 |
makezan | --force_dhcp_release | 00:39 |
s34n | makezan: pastebin | 00:39 |
makezan | true.. lol was like 4 lines so i didn't bother | 00:39 |
*** s0mik has joined #openstack | 00:40 | |
s34n | makezan: the --force_dhcp_release should be assigned a value, no? | 00:40 |
makezan | from the openstack doc nope doesn't have a value | 00:41 |
Diopter | jkff: Odd. Does look like a race condition of some sort. | 00:42 |
makezan | my 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 nic | 00:42 |
*** s0mik has quit IRC | 00:42 | |
Diopter | jkff: 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 virt | 00:43 |
Diopter | jkff: Which means something like VMWare Fusion, or KVM | 00:43 |
*** aspiers has quit IRC | 00:45 | |
makezan | I 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 outside | 00:45 |
s34n | makezan: which hypervisor? | 00:46 |
* s34n thinks openstack seems like huge overkill for a single host | 00:46 | |
jkff | Diopter: Hm, ok.. | 00:47 |
makezan | kvm | 00:48 |
makezan | we 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 box | 00:50 |
jkff | Diopter: 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 |
jkff | Diopter: 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 #openstack | 00:52 | |
Diopter | jkff: 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, sure | 00:52 |
*** mikal has quit IRC | 00:52 | |
*** mikal has joined #openstack | 00:54 | |
makezan | lol s34n it became a pride thing, i easily get it working by adding a rtr or creating v-interfaces | 00:56 |
*** Billy_Way has quit IRC | 00:57 | |
*** aspiers has joined #openstack | 00:57 | |
makezan | http://docs.openstack.org/essex/openstack-compute/admin/content/libvirt-flat-networking.html | 01:00 |
s34n | makezan: what is your host os? | 01:01 |
*** roge has quit IRC | 01:01 | |
makezan | ub 12.04 srv | 01:01 |
*** jdurgin has quit IRC | 01:02 | |
makezan | in that link diagram 9.1 is what im doing | 01:02 |
*** anniec has quit IRC | 01:02 | |
*** anniec has joined #openstack | 01:05 | |
uvirtbot | New 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/1027321 | 01:05 |
*** anderstj has quit IRC | 01:07 | |
*** anderstj has joined #openstack | 01:07 | |
*** rods_ has quit IRC | 01:10 | |
*** Blackavar has quit IRC | 01:11 | |
*** anderstj has quit IRC | 01:11 | |
*** s34n has quit IRC | 01:11 | |
*** anniec_ has joined #openstack | 01:11 | |
*** anniec has quit IRC | 01:12 | |
*** anniec_ is now known as anniec | 01:12 | |
*** erkules has quit IRC | 01:12 | |
*** Billy_Way has joined #openstack | 01:12 | |
*** Glace_ has quit IRC | 01:15 | |
*** mrjazzcat has quit IRC | 01:20 | |
*** reed has quit IRC | 01:20 | |
*** edygarcia has joined #openstack | 01:21 | |
*** halfss has quit IRC | 01:25 | |
*** erkules has joined #openstack | 01:26 | |
*** halfss has joined #openstack | 01:27 | |
*** halfss has quit IRC | 01:27 | |
*** nati_ueno has quit IRC | 01:29 | |
*** aculich has quit IRC | 01:32 | |
*** thepumpkin has joined #openstack | 01:33 | |
*** mrjazzcat has joined #openstack | 01:33 | |
*** mokas has quit IRC | 01:37 | |
*** jfluhmann has joined #openstack | 01:38 | |
*** nati_ueno has joined #openstack | 01:41 | |
*** nati_ueno has quit IRC | 01:43 | |
*** jfluhmann has quit IRC | 01:43 | |
*** halfss has joined #openstack | 01:44 | |
*** mokas has joined #openstack | 01:52 | |
*** roge has joined #openstack | 01:52 | |
*** Billy_Way has quit IRC | 02:00 | |
*** jackh has joined #openstack | 02:00 | |
*** Billy_Way has joined #openstack | 02:00 | |
*** edygarcia has quit IRC | 02:03 | |
*** markmcclain has joined #openstack | 02:03 | |
*** littleidea has quit IRC | 02:04 | |
*** clopez has joined #openstack | 02:04 | |
*** markmcclain has quit IRC | 02:06 | |
*** littleidea has joined #openstack | 02:07 | |
*** littleidea has quit IRC | 02:08 | |
thepumpkin | I installed openstack from APT in Ubuntu 12.04,however, the command nova image-list fails with (HTTP 500) | 02:08 |
thepumpkin | it seems to be this issue https://bugs.launchpad.net/nova/+bug/965540 | 02:08 |
thepumpkin | question is; how do I authenticate? | 02:08 |
*** anniec has quit IRC | 02:10 | |
*** Blackavar has joined #openstack | 02:14 | |
*** aspiers has quit IRC | 02:15 | |
jkff | Well, 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 |
jkff | It's also curious why the next nova-network didn't clean it up. | 02:16 |
*** littleidea has joined #openstack | 02:17 | |
jkff | It's also non-deterministic. | 02:19 |
jkff | Looks like the process is being terminated externally and not due to its own failure. | 02:20 |
*** issackelly has joined #openstack | 02:22 | |
*** trevman2001 has quit IRC | 02:22 | |
*** dpippenger has quit IRC | 02:25 | |
jkff | Oh SH*** | 02:25 |
jkff | I now understand what's wrong. I'll go report a bug and post back here. | 02:25 |
*** littleidea has quit IRC | 02:26 | |
*** halfss has quit IRC | 02:26 | |
*** aspiers has joined #openstack | 02:27 | |
desai | does anyone have a sense if it is ok to do rolling upgrades of ubuntu packages for essex stable? | 02:30 |
jkff | Alright, I've been hit by this one: https://bugs.launchpad.net/nova/+bug/1018586 | 02:31 |
*** dachary has quit IRC | 02:31 | |
*** jkff has quit IRC | 02:34 | |
*** littleidea has joined #openstack | 02:34 | |
*** jackh has quit IRC | 02:34 | |
Diopter | Doh | 02:36 |
*** Deathvalley122 has quit IRC | 02:37 | |
*** trevman2001 has joined #openstack | 02:39 | |
*** never2far has quit IRC | 02:39 | |
*** anderstj has joined #openstack | 02:45 | |
*** Deathvalley122 has joined #openstack | 02:47 | |
*** anticw has quit IRC | 02:47 | |
*** anticw has joined #openstack | 02:47 | |
*** Ryan_Lane has quit IRC | 02:49 | |
*** roge has quit IRC | 02:52 | |
*** rnorwood has joined #openstack | 02:52 | |
*** dcramer_ has joined #openstack | 02:55 | |
*** jplewi has quit IRC | 02:56 | |
*** desai has quit IRC | 02:58 | |
*** Blackavar has quit IRC | 02:58 | |
*** sixx has quit IRC | 02:59 | |
*** trevman2001 has quit IRC | 03:01 | |
*** trevman2001 has joined #openstack | 03:02 | |
*** asakhnov has joined #openstack | 03:03 | |
*** senilegenius has joined #openstack | 03:05 | |
*** clopez has quit IRC | 03:12 | |
*** anderstj has quit IRC | 03:14 | |
*** msinhore has joined #openstack | 03:20 | |
*** mattstep has quit IRC | 03:22 | |
*** ryanpetr_ has joined #openstack | 03:22 | |
*** senilegenius has quit IRC | 03:22 | |
*** senilegenius has joined #openstack | 03:22 | |
*** Skitty has joined #openstack | 03:22 | |
*** Skitty has left #openstack | 03:23 | |
*** ozstacker has quit IRC | 03:23 | |
*** silkysun has quit IRC | 03:23 | |
*** jfluhmann has joined #openstack | 03:23 | |
*** littleidea has quit IRC | 03:25 | |
*** ryanpetrello has quit IRC | 03:25 | |
*** rmartinelli has quit IRC | 03:27 | |
*** oneiroi has quit IRC | 03:27 | |
*** oneiroi has joined #openstack | 03:28 | |
*** silkysun has joined #openstack | 03:29 | |
*** Bryanstein has quit IRC | 03:29 | |
*** mattstep has joined #openstack | 03:30 | |
*** dachary has joined #openstack | 03:31 | |
*** littleidea has joined #openstack | 03:33 | |
*** sixx has joined #openstack | 03:35 | |
*** Blackavar has joined #openstack | 03:37 | |
*** Bryanstein has joined #openstack | 03:38 | |
*** aculich has joined #openstack | 03:38 | |
*** led_belly has quit IRC | 03:38 | |
*** littleidea has quit IRC | 03:38 | |
*** aculich has left #openstack | 03:38 | |
*** msinhore has quit IRC | 03:38 | |
*** asakhnov has quit IRC | 03:39 | |
*** msinhore has joined #openstack | 03:39 | |
*** littleidea has joined #openstack | 03:40 | |
*** aculich1 has joined #openstack | 03:42 | |
*** Spirilis has quit IRC | 03:43 | |
*** kbringard has joined #openstack | 03:44 | |
*** kbringard has quit IRC | 03:44 | |
*** aspiers has quit IRC | 03:44 | |
*** edygarcia has joined #openstack | 03:45 | |
thepumpkin | nova image-list is throwing this error ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) | 03:48 |
thepumpkin | what log file should I be looking at? | 03:48 |
thepumpkin | "glance index" works, image-list not much. | 03:49 |
*** Spirilis has joined #openstack | 03:50 | |
*** ryanpetr_ has quit IRC | 03:50 | |
*** mjfork has quit IRC | 03:51 | |
*** aculich1 has quit IRC | 03:51 | |
*** quinton has joined #openstack | 03:52 | |
*** rnorwood1 has joined #openstack | 03:53 | |
quinton | hello all | 03:53 |
quinton | when I do 'nova-manage service list' this is my result: "nova-compute ubuntu nova enabled XXX None " | 03:54 |
*** rnorwood has quit IRC | 03:55 | |
quinton | is anyone active in here? | 03:56 |
*** aspiers has joined #openstack | 03:57 | |
*** bencherian has joined #openstack | 03:59 | |
rpawlik | is the nova-compute service running? | 04:00 |
rpawlik | that indicates that the compute service is not running | 04:00 |
*** msinhore has quit IRC | 04:03 | |
*** aculich has joined #openstack | 04:05 | |
*** e1mer has quit IRC | 04:06 | |
*** jlc has joined #openstack | 04:08 | |
*** jlc has quit IRC | 04:10 | |
*** jlc has joined #openstack | 04:11 | |
*** edygarcia has quit IRC | 04:13 | |
*** mrjazzcat has quit IRC | 04:18 | |
*** rustam has quit IRC | 04:18 | |
*** rustam has joined #openstack | 04:18 | |
*** eagles0513875_ has quit IRC | 04:27 | |
*** rnorwood1 has quit IRC | 04:30 | |
*** osier has joined #openstack | 04:33 | |
uvirtbot | New bug: #1027342 in horizon "Project dashboard tests not catching template errors" [Medium,In progress] https://launchpad.net/bugs/1027342 | 04:36 |
*** tgall_foo has quit IRC | 04:36 | |
*** anderstj has joined #openstack | 04:36 | |
*** halfss has joined #openstack | 04:37 | |
uvirtbot | New bug: #1027344 in openstack-ci "generate changelog and authors for devstack-gate" [Undecided,In progress] https://launchpad.net/bugs/1027344 | 04:41 |
*** philips_ has quit IRC | 04:44 | |
*** philips_ has joined #openstack | 04:44 | |
thepumpkin | Now I'm having error : lxcContainerChild:1240 : cannot find init path '/sbin/init' relative to container root | 04:54 |
thepumpkin | i'm using the ubuntu precise cloud image. | 04:54 |
thepumpkin | any ideas? | 04:54 |
*** monster_ has joined #openstack | 05:03 | |
*** eagles0513875_ has joined #openstack | 05:05 | |
uvirtbot | New bug: #1027347 in openstack-ci "generate changelog and authors for zuul" [Undecided,New] https://launchpad.net/bugs/1027347 | 05:06 |
*** ryanpetrello has joined #openstack | 05:06 | |
*** koolhead11 has joined #openstack | 05:06 | |
*** monster_ has left #openstack | 05:12 | |
*** Blackavar has quit IRC | 05:13 | |
*** aspiers has quit IRC | 05:15 | |
*** littleidea has quit IRC | 05:15 | |
*** fc__ has quit IRC | 05:18 | |
*** Blackavar has joined #openstack | 05:19 | |
*** aspiers has joined #openstack | 05:27 | |
*** Blackavar has quit IRC | 05:28 | |
*** fc__ has joined #openstack | 05:31 | |
*** koolhead11 has quit IRC | 05:32 | |
*** halfss has quit IRC | 05:44 | |
*** trevman2001 has quit IRC | 05:48 | |
*** dtroyer is now known as dtroyer_zzz | 05:49 | |
*** mokas has quit IRC | 05:50 | |
*** issackelly has quit IRC | 06:00 | |
*** issackelly has joined #openstack | 06:01 | |
*** barneybook has quit IRC | 06:06 | |
*** ryanpetrello has quit IRC | 06:10 | |
*** ryanpetrello has joined #openstack | 06:16 | |
*** ryanpetrello has quit IRC | 06:24 | |
*** syah_ has quit IRC | 06:27 | |
*** syah_ has joined #openstack | 06:27 | |
*** _val__ has joined #openstack | 06:28 | |
*** quinton has quit IRC | 06:28 | |
*** _val_ has quit IRC | 06:28 | |
*** Slidey has quit IRC | 06:28 | |
*** silkysun has quit IRC | 06:28 | |
*** Slidey has joined #openstack | 06:28 | |
*** paulmillar has quit IRC | 06:28 | |
*** silkysun has joined #openstack | 06:28 | |
*** tightwork has quit IRC | 06:29 | |
*** philips_ has quit IRC | 06:30 | |
*** dachary has quit IRC | 06:30 | |
*** anderstj has quit IRC | 06:30 | |
*** dachary has joined #openstack | 06:30 | |
*** halfss has joined #openstack | 06:31 | |
*** philips_ has joined #openstack | 06:33 | |
*** shaon has joined #openstack | 06:34 | |
*** tightwork has joined #openstack | 06:35 | |
*** bencherian has quit IRC | 06:35 | |
*** ryanpetrello has joined #openstack | 06:36 | |
*** cryptk|offline is now known as cryptk | 06:37 | |
*** Blackavar has joined #openstack | 06:44 | |
*** loceur has joined #openstack | 06:51 | |
loceur | wow... 394 in openstack. this is a popular chan | 06:52 |
*** kbringard has joined #openstack | 06:54 | |
*** kbringard has quit IRC | 06:54 | |
*** ryanpetrello has quit IRC | 06:55 | |
*** e1mer has joined #openstack | 06:56 | |
*** prakasha-log has quit IRC | 07:00 | |
*** prakasha-log has joined #openstack | 07:00 | |
*** otter1 has quit IRC | 07:06 | |
*** otter1 has joined #openstack | 07:10 | |
*** aspiers has quit IRC | 07:14 | |
*** e1mer has quit IRC | 07:16 | |
*** chasmo has quit IRC | 07:17 | |
*** mokas has joined #openstack | 07:19 | |
*** davepigott has joined #openstack | 07:26 | |
*** aspiers has joined #openstack | 07:27 | |
*** eglynn_ has joined #openstack | 08:14 | |
*** jackh has joined #openstack | 08:16 | |
*** Samos123 has quit IRC | 08:19 | |
*** ttrifonov_zZzz is now known as ttrifonov | 08:19 | |
*** gakott has quit IRC | 08:19 | |
*** eglynn_ has quit IRC | 08:21 | |
*** Samos123 has joined #openstack | 08:21 | |
*** EmilienM has joined #openstack | 08:22 | |
*** rpawlik_ has joined #openstack | 08:22 | |
*** rpawlik has quit IRC | 08:25 | |
*** rpawlik_ has quit IRC | 08:26 | |
*** davepigott has quit IRC | 08:28 | |
*** garyk has joined #openstack | 08:39 | |
*** EmilienM has quit IRC | 08:41 | |
*** EmilienM has joined #openstack | 08:42 | |
*** EmilienM has left #openstack | 08:43 | |
*** pvankouteren has joined #openstack | 08:47 | |
*** shaon has quit IRC | 09:05 | |
*** llang629 has joined #openstack | 09:06 | |
*** llang629 has left #openstack | 09:06 | |
*** shaon has joined #openstack | 09:07 | |
*** rpawlik has joined #openstack | 09:09 | |
*** aspiers has quit IRC | 09:14 | |
*** shaon has quit IRC | 09:18 | |
*** rpawlik has quit IRC | 09:21 | |
*** rpawlik has joined #openstack | 09:21 | |
*** aspiers has joined #openstack | 09:27 | |
*** EmilienM has joined #openstack | 09:28 | |
*** garyk has quit IRC | 09:32 | |
*** rpawlik_ has joined #openstack | 09:41 | |
*** pvankouteren has quit IRC | 09:43 | |
*** DrEvil6869 has joined #openstack | 09:43 | |
*** rpawlik has quit IRC | 09:44 | |
*** rpawlik_ is now known as rpawlik | 09:44 | |
DrEvil6869 | good morning ladys 'n' gentls | 09:44 |
DrEvil6869 | can may anybody help me with a problem? | 09:45 |
*** garyk has joined #openstack | 09:46 | |
*** ozstacker has joined #openstack | 09:47 | |
*** pvankouteren has joined #openstack | 09:47 | |
*** pvankouteren has quit IRC | 09:49 | |
*** rpawlik has quit IRC | 09:50 | |
*** rpawlik has joined #openstack | 09:51 | |
*** pixelbeat has joined #openstack | 09:51 | |
*** aspiers has quit IRC | 09:52 | |
*** arBmind has joined #openstack | 09:53 | |
zykes- | DrEvil6869: what's the issue ? | 09:54 |
*** aspiers has joined #openstack | 09:55 | |
*** halfss has quit IRC | 09:57 | |
EmilienM | zykes-: Hello :) | 09:58 |
zykes- | EmilienM: . | 09:59 |
*** mokas has quit IRC | 10:01 | |
DrEvil6869 | if 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 |
DrEvil6869 | i 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 502 | 10:03 |
EmilienM | did you delete an instance before with Floating IP ? | 10:03 |
DrEvil6869 | no i don't | 10:04 |
DrEvil6869 | i don't even set floating IPs | 10:04 |
EmilienM | can you copy/paste your nova-api.log ? | 10:05 |
EmilienM | and also execute this script : http://paste.openstack.org/show/EjsWeUIkCUhP9msHAKVj/ | 10:06 |
EmilienM | in case of you have an error with VMs in your DB | 10:06 |
DrEvil6869 | how can i do it? i'm sorry, but it's the first time i'm working with these | 10:06 |
EmilienM | 1) tailf /var/log/nova/nova-api.log | 10:08 |
EmilienM | 2) Go to your dashboard, click on Instances | 10:08 |
EmilienM | 3) Copy paste the log in http://paste.openstack.org | 10:08 |
DrEvil6869 | where should i type the command of step 1? | 10:10 |
EmilienM | how many servers do you have ? | 10:10 |
*** thovden has joined #openstack | 10:11 | |
*** foexle has quit IRC | 10:14 | |
DrEvil6869 | where can i see what my tenantID is? | 10:19 |
*** pixelbeat has quit IRC | 10:20 | |
*** halfss has joined #openstack | 10:21 | |
*** thovden has quit IRC | 10:21 | |
EmilienM | DrEvil6869: keystone tenant-list | 10:28 |
*** optiz0r has quit IRC | 10:31 | |
*** garyk has quit IRC | 10:32 | |
DrEvil6869 | i don't know how to do anything | 10:33 |
DrEvil6869 | can't anybody just reset my account? | 10:36 |
EmilienM | http://wiki.openstack.org/GettingStarted | 10:38 |
Kiall | DrEvil6869, how would someone reset your account? You installed openstack on your own servers, right? | 10:38 |
DrEvil6869 | no i'm using trystack | 10:40 |
Kiall | Trystack must be down.. have you tried in #trystack ? | 10:41 |
EmilienM | oh, you use trystack ! | 10:42 |
*** rkukura has quit IRC | 10:42 | |
*** rkukura has joined #openstack | 10:42 | |
EmilienM | check https://www.facebook.com/groups/269238013145112/ | 10:42 |
DrEvil6869 | ok i'm gonne try it | 10:43 |
*** rpawlik has quit IRC | 10:46 | |
*** Trixboxer has joined #openstack | 10:53 | |
*** EmilienM_ has joined #openstack | 10:59 | |
*** cloudvirt has joined #openstack | 11:04 | |
*** EmilienM_ has left #openstack | 11:06 | |
*** e1mer has joined #openstack | 11:09 | |
*** hingo has joined #openstack | 11:23 | |
*** otter1 has quit IRC | 11:28 | |
*** egant has quit IRC | 11:33 | |
*** cloudvirt has quit IRC | 11:35 | |
*** cloudvirt has joined #openstack | 11:36 | |
*** cloudvirt has quit IRC | 11:38 | |
*** Ruetobas has quit IRC | 11:38 | |
*** tryggvil_ has quit IRC | 11:40 | |
*** DrEvil6869 has quit IRC | 11:40 | |
*** Ruetobas has joined #openstack | 11:42 | |
*** Ruetobas has quit IRC | 12:00 | |
*** thovden has joined #openstack | 12:00 | |
*** Ruetobas has joined #openstack | 12:04 | |
*** jlc has quit IRC | 12:13 | |
*** hingo has quit IRC | 12:14 | |
*** msinhore has joined #openstack | 12:20 | |
uvirtbot | New bug: #1027396 in openstack-manuals "Can't build Compute Admin guide" [Undecided,New] https://launchpad.net/bugs/1027396 | 12:21 |
*** ejat has joined #openstack | 12:26 | |
*** ewindisch has quit IRC | 12:26 | |
*** msinhore has quit IRC | 12:28 | |
*** arBmind_ has joined #openstack | 12:29 | |
*** arBmind has quit IRC | 12:33 | |
*** arBmind_ is now known as arBmind | 12:33 | |
*** davidha has quit IRC | 12:39 | |
*** milner has quit IRC | 12:41 | |
*** davidha has joined #openstack | 12:41 | |
*** ejat has quit IRC | 12:42 | |
*** DavidLevin has quit IRC | 12:47 | |
*** thovden has quit IRC | 12:50 | |
*** makezan has quit IRC | 12:59 | |
*** aculich has quit IRC | 13:05 | |
*** azret_ has joined #openstack | 13:06 | |
*** hattwick has joined #openstack | 13:13 | |
*** shree has joined #openstack | 13:17 | |
shree | hi | 13:17 |
*** renier has quit IRC | 13:17 | |
shree | I am new to OpenStack , I want to know which Hypervisor is the best for openstack | 13:18 |
hattwick | kvm, 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 #openstack | 13:20 | |
shree | thanks hattwick | 13:22 |
*** davidha has quit IRC | 13:26 | |
*** garyk has joined #openstack | 13:26 | |
*** rmartinelli has joined #openstack | 13:29 | |
hattwick | You're welcome. There are several good bloggers with openstack install guides. I like the ones from networkstatic.net | 13:31 |
*** asakhnov has joined #openstack | 13:31 | |
*** e1mer has quit IRC | 13:44 | |
*** never2far has joined #openstack | 13:45 | |
*** marrusl has joined #openstack | 13:46 | |
*** dmarkey has quit IRC | 13:48 | |
*** dmarkey has joined #openstack | 13:48 | |
*** dmarkey has quit IRC | 13:53 | |
*** thovden has joined #openstack | 13:55 | |
*** dmarkey has joined #openstack | 13:56 | |
*** tgall_foo has joined #openstack | 14:01 | |
*** tgall_foo has quit IRC | 14:01 | |
*** tgall_foo has joined #openstack | 14:01 | |
halfss | hi, is there anyone have same way to get the instance mem useinfo from host? :) | 14:05 |
*** osier has quit IRC | 14:06 | |
*** dtroyer_zzz is now known as dtroyer | 14:08 | |
*** dcramer_ has quit IRC | 14:08 | |
*** oubiwann has quit IRC | 14:11 | |
*** koolhead11 has joined #openstack | 14:30 | |
*** littleidea has joined #openstack | 14:31 | |
*** ywu has joined #openstack | 14:38 | |
uvirtbot | New bug: #1027417 in openstack-ci "Repeated DocImpact emails every time a review is reviewed" [Undecided,New] https://launchpad.net/bugs/1027417 | 14:41 |
*** dtroyer is now known as dtroyer_zzz | 14:41 | |
*** roge has joined #openstack | 14:41 | |
*** jlc has joined #openstack | 14:42 | |
*** _val__ is now known as _val_ | 14:49 | |
*** datajerk has quit IRC | 14:50 | |
*** jlc has quit IRC | 14:52 | |
*** never2far has quit IRC | 14:54 | |
*** garyk has quit IRC | 14:54 | |
*** never2far has joined #openstack | 14:56 | |
*** jackh has quit IRC | 15:00 | |
*** rmartinelli has quit IRC | 15:02 | |
*** aculich has joined #openstack | 15:02 | |
*** never2far has quit IRC | 15:04 | |
*** dcramer_ has joined #openstack | 15:10 | |
*** freeflying has joined #openstack | 15:11 | |
*** never2far has joined #openstack | 15:11 | |
*** sstent has quit IRC | 15:13 | |
*** sstent has joined #openstack | 15:14 | |
*** rmartinelli has joined #openstack | 15:14 | |
*** freeflyi1g has quit IRC | 15:14 | |
*** jeblair has quit IRC | 15:15 | |
*** never2far has quit IRC | 15:16 | |
*** edygarcia has joined #openstack | 15:23 | |
*** glove has joined #openstack | 15:24 | |
*** hunglin has quit IRC | 15:25 | |
*** otter1 has joined #openstack | 15:32 | |
*** monster_ has joined #openstack | 15:34 | |
*** dachary has quit IRC | 15:35 | |
*** monster_ has quit IRC | 15:37 | |
*** datajerk has joined #openstack | 15:37 | |
*** bencherian has joined #openstack | 15:38 | |
*** jeblair has joined #openstack | 15:39 | |
*** edygarcia has quit IRC | 15:46 | |
*** sssssss has joined #openstack | 15:46 | |
*** dachary has joined #openstack | 15:47 | |
*** EmilienM has left #openstack | 15:47 | |
*** aaa has joined #openstack | 15:48 | |
*** asakhnov has quit IRC | 15:48 | |
*** sssssss has quit IRC | 15:49 | |
*** EmilienM has joined #openstack | 15:54 | |
*** shree has quit IRC | 15:55 | |
aaa | exit | 15:55 |
aaa | exit | 15:55 |
*** aaa has quit IRC | 15:56 | |
*** ejat has joined #openstack | 15:58 | |
*** ejat has joined #openstack | 15:59 | |
*** garyk has joined #openstack | 15:59 | |
*** epim_ has joined #openstack | 16:00 | |
*** led_belly has joined #openstack | 16:01 | |
*** dtroyer_zzz is now known as dtroyer | 16:02 | |
*** epim has quit IRC | 16:03 | |
*** epim_ is now known as epim | 16:03 | |
*** ewindisch has joined #openstack | 16:06 | |
*** dcramer_ has quit IRC | 16:06 | |
*** azret_ has quit IRC | 16:07 | |
*** EmilienM has left #openstack | 16:07 | |
*** ejat has quit IRC | 16:10 | |
*** edygarcia has joined #openstack | 16:11 | |
*** aculich has quit IRC | 16:13 | |
*** EmilienM has joined #openstack | 16:14 | |
*** EmilienM has left #openstack | 16:17 | |
*** halfss has quit IRC | 16:18 | |
*** halfss has joined #openstack | 16:18 | |
*** dcramer_ has joined #openstack | 16:20 | |
*** roge has quit IRC | 16:20 | |
*** tserong has quit IRC | 16:21 | |
*** tserong has joined #openstack | 16:21 | |
*** tserong has joined #openstack | 16:21 | |
*** dtroyer is now known as dtroyer_zzz | 16:24 | |
*** pretec has joined #openstack | 16:26 | |
*** clopez has joined #openstack | 16:28 | |
*** EmilienM has joined #openstack | 16:29 | |
*** ejat has joined #openstack | 16:29 | |
*** tgall_foo has quit IRC | 16:31 | |
*** EmilienM has left #openstack | 16:37 | |
*** EmilienM has joined #openstack | 16:38 | |
*** EmilienM has left #openstack | 16:38 | |
*** anticw has quit IRC | 16:38 | |
*** EmilienM has joined #openstack | 16:38 | |
*** anticw has joined #openstack | 16:39 | |
*** ryanpetrello has joined #openstack | 16:40 | |
*** EmilienM has left #openstack | 16:41 | |
*** pretec has left #openstack | 16:41 | |
*** dtroyer_zzz is now known as dtroyer | 16:45 | |
*** dachary has quit IRC | 16:48 | |
*** arBmind has quit IRC | 16:48 | |
*** chasmo has joined #openstack | 16:50 | |
*** thovden has quit IRC | 16:51 | |
*** ewindisch has quit IRC | 16:52 | |
*** melmoth has quit IRC | 16:53 | |
*** dtroyer is now known as dtroyer_zzz | 16:54 | |
*** cryptk is now known as cryptk|offline | 17:04 | |
*** melmoth has joined #openstack | 17:08 | |
*** halfss has quit IRC | 17:13 | |
*** melmoth has quit IRC | 17:14 | |
*** never2far has joined #openstack | 17:16 | |
*** littleidea has quit IRC | 17:18 | |
*** koolhead11 has quit IRC | 17:18 | |
*** marrusl has quit IRC | 17:22 | |
*** marrusl has joined #openstack | 17:23 | |
*** aculich has joined #openstack | 17:24 | |
*** aculich has quit IRC | 17:24 | |
*** s0mik has joined #openstack | 17:24 | |
*** ryanpetrello has quit IRC | 17:24 | |
*** ryanpetrello has joined #openstack | 17:25 | |
*** ryanpetrello has quit IRC | 17:26 | |
*** datajerk has quit IRC | 17:28 | |
*** ywu has quit IRC | 17:28 | |
*** marrusl has quit IRC | 17:31 | |
*** ejat has quit IRC | 17:32 | |
*** otter2 has joined #openstack | 17:36 | |
*** hggdh has quit IRC | 17:37 | |
*** hggdh has joined #openstack | 17:37 | |
*** otter1 has quit IRC | 17:37 | |
*** anderstj has joined #openstack | 17:39 | |
*** ryanpetrello has joined #openstack | 17:39 | |
*** ewindisch has joined #openstack | 17:46 | |
*** marrusl has joined #openstack | 17:47 | |
uvirtbot | New bug: #1027453 in nova "111_general_aggregates migration fails on Postgres" [High,In progress] https://launchpad.net/bugs/1027453 | 17:51 |
*** dtroyer_zzz is now known as dtroyer | 17:53 | |
*** dtroyer is now known as dtroyer_zzz | 17:55 | |
*** never2far has quit IRC | 17:56 | |
*** ryanpetrello has quit IRC | 17:57 | |
*** Ryan_Lane has joined #openstack | 17:59 | |
*** thovden has joined #openstack | 18:02 | |
*** s0mik has quit IRC | 18:02 | |
*** melmoth has joined #openstack | 18:03 | |
*** thovden has quit IRC | 18:05 | |
*** desai has joined #openstack | 18:08 | |
*** thovden has joined #openstack | 18:09 | |
*** thovden has quit IRC | 18:12 | |
*** tgall_foo has joined #openstack | 18:17 | |
*** tgall_foo has quit IRC | 18:17 | |
*** tgall_foo has joined #openstack | 18:17 | |
*** dachary has joined #openstack | 18:22 | |
*** littleidea has joined #openstack | 18:38 | |
*** dtroyer_zzz is now known as dtroyer | 18:40 | |
*** dtroyer is now known as dtroyer_zzz | 18:41 | |
*** mokas has joined #openstack | 18:42 | |
*** littleidea has quit IRC | 18:42 | |
*** dcramer_ has quit IRC | 18:46 | |
*** pretec has joined #openstack | 18:46 | |
*** melmoth_ has joined #openstack | 18:56 | |
*** melmoth is now known as Guest90364 | 18:58 | |
*** melmoth_ has quit IRC | 18:59 | |
*** edygarcia has quit IRC | 19:00 | |
*** Guest90364 has quit IRC | 19:00 | |
*** pretec has quit IRC | 19:01 | |
*** roge has joined #openstack | 19:02 | |
*** edygarcia has joined #openstack | 19:04 | |
*** s0mik has joined #openstack | 19:05 | |
*** mnewby has joined #openstack | 19:07 | |
*** dtroyer_zzz is now known as dtroyer | 19:09 | |
*** never2far has joined #openstack | 19:11 | |
*** anderstj has quit IRC | 19:13 | |
*** EmilienM has joined #openstack | 19:15 | |
*** dtroyer is now known as dtroyer_zzz | 19:16 | |
*** edygarcia has quit IRC | 19:16 | |
*** asakhnov has joined #openstack | 19:16 | |
*** edygarcia has joined #openstack | 19:17 | |
*** llang629 has joined #openstack | 19:17 | |
*** pretec has joined #openstack | 19:18 | |
*** littleidea has joined #openstack | 19:18 | |
*** EmilienM has left #openstack | 19:22 | |
*** EmilienM has quit IRC | 19:22 | |
*** rnorwood has joined #openstack | 19:22 | |
*** littleidea has quit IRC | 19:22 | |
*** EmilienM has joined #openstack | 19:22 | |
*** glove has quit IRC | 19:23 | |
*** EmilienM has left #openstack | 19:23 | |
*** glove has joined #openstack | 19:23 | |
*** never2far has quit IRC | 19:24 | |
*** littleidea has joined #openstack | 19:24 | |
*** melmoth_ has joined #openstack | 19:25 | |
*** msinhore has joined #openstack | 19:26 | |
*** L33 has joined #openstack | 19:26 | |
*** EmilienM has joined #openstack | 19:33 | |
*** mnewby has quit IRC | 19:34 | |
*** oubiwann has joined #openstack | 19:35 | |
*** Ryan_Lane has quit IRC | 19:37 | |
*** mnewby has joined #openstack | 19:38 | |
*** s0mik has quit IRC | 19:39 | |
*** dcramer_ has joined #openstack | 19:40 | |
*** EmilienM has left #openstack | 19:41 | |
uvirtbot | New bug: #1027474 in openstack-manuals "Improvements to nova.conf example for logging" [Medium,Confirmed] https://launchpad.net/bugs/1027474 | 19:45 |
*** Ryan_Lane has joined #openstack | 19:47 | |
*** EmilienM has joined #openstack | 19:51 | |
*** EmilienM has left #openstack | 19:51 | |
*** pretec has left #openstack | 19:52 | |
*** hunglin has joined #openstack | 19:53 | |
*** dachary has quit IRC | 19:53 | |
*** networkstatic has quit IRC | 19:54 | |
*** networkstatic has joined #openstack | 19:54 | |
*** dmarkey has quit IRC | 20:03 | |
*** edygarcia has quit IRC | 20:05 | |
*** mnewby has quit IRC | 20:08 | |
*** littleidea has quit IRC | 20:09 | |
*** datajerk has joined #openstack | 20:11 | |
*** littleidea has joined #openstack | 20:11 | |
*** dmarkey has joined #openstack | 20:13 | |
*** joebaker has quit IRC | 20:14 | |
*** ryanpetrello has joined #openstack | 20:15 | |
*** s0mik has joined #openstack | 20:15 | |
*** ryanpetrello has quit IRC | 20:16 | |
*** rnorwood has quit IRC | 20:17 | |
*** rnorwood has joined #openstack | 20:17 | |
*** vmlinuz has joined #openstack | 20:17 | |
*** EmilienM has joined #openstack | 20:18 | |
*** EmilienM has left #openstack | 20:19 | |
*** EmilienM has joined #openstack | 20:19 | |
*** desai has quit IRC | 20:20 | |
*** edygarcia has joined #openstack | 20:20 | |
*** littleidea has quit IRC | 20:24 | |
*** vmlinuz has quit IRC | 20:27 | |
*** asakhnov has quit IRC | 20:28 | |
*** desai has joined #openstack | 20:32 | |
*** littleidea has joined #openstack | 20:36 | |
*** arBmind has joined #openstack | 20:40 | |
*** arBmind has quit IRC | 20:46 | |
*** s0mik has quit IRC | 20:49 | |
*** ewindisch has quit IRC | 20:50 | |
*** pixelbeat has joined #openstack | 20:51 | |
*** ewindisch has joined #openstack | 20:54 | |
*** nmistry has quit IRC | 20:57 | |
*** bencherian has quit IRC | 21:02 | |
*** handschuh has joined #openstack | 21:03 | |
*** glove has quit IRC | 21:05 | |
*** msinhore has quit IRC | 21:07 | |
*** s34n has joined #openstack | 21:11 | |
*** desai has quit IRC | 21:15 | |
*** ryanpetrello has joined #openstack | 21:20 | |
*** nmistry has joined #openstack | 21:23 | |
*** rustam has quit IRC | 21:26 | |
*** doublerr has joined #openstack | 21:30 | |
*** ryanpetrello has quit IRC | 21:31 | |
*** rustam has joined #openstack | 21:33 | |
*** tgall_foo has quit IRC | 21:38 | |
*** al-maisan has joined #openstack | 21:38 | |
*** monster_ has joined #openstack | 21:38 | |
*** melmoth_ has quit IRC | 21:46 | |
*** roge has quit IRC | 21:49 | |
*** pixelbeat has quit IRC | 21:49 | |
*** al-maisan is now known as almaisan-away | 21:51 | |
*** ewindisch has quit IRC | 21:55 | |
*** Trixboxer has quit IRC | 21:57 | |
*** jkff has joined #openstack | 21:58 | |
jkff | Hi. 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 IRC | 21:58 | |
*** Gordonz has joined #openstack | 21:59 | |
jkff | Specifically, I'd like to build a customized version of 2012.1 | 22:00 |
jkff | I'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 deprecated | 22:00 |
jkff | And "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 IRC | 22:01 | |
*** ewindisch has joined #openstack | 22:02 | |
*** Deathvalley122 has quit IRC | 22:03 | |
*** ewindisch has quit IRC | 22:04 | |
jkff | I'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.2 | 22:07 |
jkff | But 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 found | 22:07 |
*** Deathvalley122 has joined #openstack | 22:08 | |
*** anderstj has joined #openstack | 22:09 | |
*** littleidea has joined #openstack | 22:10 | |
*** Gordonz has quit IRC | 22:10 | |
*** rustam has quit IRC | 22:11 | |
s34n | jkff: you might try #openstack-dev | 22:12 |
s34n | on a non-weekend day | 22:12 |
jkff | s34n: thanks! heh :) | 22:12 |
*** s34n has quit IRC | 22:13 | |
*** doublerr has quit IRC | 22:13 | |
*** ejat- has joined #openstack | 22:15 | |
*** jkff has quit IRC | 22:15 | |
*** ejat- is now known as ejat | 22:16 | |
*** ejat has joined #openstack | 22:16 | |
*** littleidea has quit IRC | 22:20 | |
*** defect has quit IRC | 22:20 | |
*** defect has joined #openstack | 22:21 | |
*** littleidea has joined #openstack | 22:21 | |
*** jaypipes has joined #openstack | 22:22 | |
*** kord has joined #openstack | 22:23 | |
*** msinhore has joined #openstack | 22:26 | |
*** ewindisch has joined #openstack | 22:36 | |
*** EmilienM_ has joined #openstack | 22:42 | |
*** kord has quit IRC | 22:42 | |
EmilienM_ | . | 22:46 |
*** edygarcia has quit IRC | 22:53 | |
*** EmilienM_ has quit IRC | 22:54 | |
*** ejat has quit IRC | 22:57 | |
*** littleidea has quit IRC | 22:58 | |
*** clopez has quit IRC | 22:59 | |
*** ejat has joined #openstack | 23:00 | |
*** rpawlik has joined #openstack | 23:00 | |
*** clopez has joined #openstack | 23:01 | |
*** rpawlik has quit IRC | 23:02 | |
*** rpawlik has joined #openstack | 23:02 | |
*** EmilienM has quit IRC | 23:03 | |
*** littleidea has joined #openstack | 23:06 | |
*** roge has joined #openstack | 23:06 | |
*** rkukura has quit IRC | 23:07 | |
*** rkukura has joined #openstack | 23:08 | |
*** littleidea has left #openstack | 23:08 | |
*** thepumpkin has quit IRC | 23:08 | |
*** Blackavar has quit IRC | 23:08 | |
*** Alexxxxi has joined #openstack | 23:16 | |
*** Alexxxxi is now known as AleXia20 | 23:16 | |
AleXia20 | Hola? | 23:16 |
*** AleXia20 has left #openstack | 23:16 | |
*** s0mik has joined #openstack | 23:18 | |
*** handschuh has quit IRC | 23:23 | |
*** mokas has quit IRC | 23:24 | |
*** s0mik has quit IRC | 23:28 | |
*** anderstj has quit IRC | 23:28 | |
*** zul has quit IRC | 23:29 | |
*** rustam has joined #openstack | 23:30 | |
*** zul has joined #openstack | 23:30 | |
*** pixelbeat has joined #openstack | 23:36 | |
*** msinhore has quit IRC | 23:39 | |
*** msinhore has joined #openstack | 23:42 | |
*** rods_ has joined #openstack | 23:44 | |
*** pixelbeat has quit IRC | 23:44 | |
*** ccustine has quit IRC | 23:46 | |
*** edygarcia has joined #openstack | 23:48 | |
*** msinhore has quit IRC | 23:55 | |
*** rods_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!