Saturday, 2011-01-22

*** littleidea has quit IRC00:19
*** littleidea has joined #openstack00:19
*** littleidea_ has joined #openstack00:20
*** littleidea has quit IRC00:23
*** littleidea_ is now known as littleidea00:23
*** reldan has joined #openstack00:25
*** rpedde has joined #openstack00:28
*** nelson has quit IRC00:29
*** nelson has joined #openstack00:29
*** joearnold has quit IRC00:32
nelsonSuggestion: include a "swift-version" program in the next release, which should (dare I say it?) print the version of swift.00:33
*** kashyapc has quit IRC00:34
*** dirakx has joined #openstack00:35
*** adiantum has quit IRC00:38
*** reldan has quit IRC00:39
uvirtbotNew bug: #706147 in swift "Documentation doesn't explain 404 error" [Undecided,New] https://launchpad.net/bugs/70614700:46
*** cyonyx has quit IRC00:47
*** te has quit IRC00:47
*** drico has quit IRC00:48
*** adiantum has joined #openstack00:52
*** littleidea_ has joined #openstack00:55
nelsonwhat does it mean when one machine asks three account-servers for a HEAD, and two return a 404 but one returns 204?00:55
*** littleidea has quit IRC00:58
*** littleidea_ is now known as littleidea00:58
*** drico has joined #openstack00:59
*** dragondm has quit IRC01:00
*** dfg has quit IRC01:01
*** kashyapc has joined #openstack01:04
creihtnelson: then two of the account servers that are supposed to have the account info could not find them01:07
creihtthe one that returned 204 does have the information01:07
nelsonyep. but the account replicator is running, and the account auditor (seems not to) be complaining.01:08
creihtstrange01:08
nelsonI'm sure that I've misconfigured something, but the software isn't noticing what it is.01:09
nelsonaka Swift vs. Naive Swift Admin. Admin 1, Swift 0.01:09
creihtso if you do01:09
creihtheh01:09
*** rpedde has quit IRC01:09
creihtswift-get-nodes /etc/swift/account.ring.gz ACCOUNT_HASH01:09
creihtit should give you the ssh command to physically look for the account dbs01:10
*** MarkAtwood has quit IRC01:10
creihtif you look for those does it find them?01:10
nelsonOooh! Look at that!01:10
* creiht ponders what nelson is looking at01:12
nelsonnifty program tells me exactly what commands to run.01:12
creihtheh01:12
nelsonOnly ... exactly what is ACCOUNT_HASH?01:12
creihtusually it looks something like01:13
creihtAUTH_some_hash01:13
creihtit is the part that is at the end of your storage url01:13
nelsonGee, if the program would only put hash chars in front of its other output, then I could pipe its output to /bin/sh01:13
nelsonjust the hex part and not the AUTH_ part?01:14
creihtthe whole thing01:14
creihtmy test account on the saio looks like: AUTH_d305e9dbedbc47df8b25ab46f3152f8101:15
*** miclorb_ has quit IRC01:16
nelsontwo of the five nodes have it. They're all running account-servers01:18
nelsonBut a, c, and d got asked for it, but only c and e have it.01:18
nelsonThat sure points to my account ring being fux0red.01:19
creihtnelson: have you checked that all the machines have the same ring?01:19
nelsonAn account hash should always start with AUTH_, right?  Shouldn't swift-get-nodes check for that on the command line?01:21
nelson(I know, I know, internal tool released to the public, sharp edges & such)01:21
creihtdepends on your setup01:21
creihtIn our situtation we have several resellers, and thus several different prefixes01:21
nelsonoh; I thought I read somewhere that the account will always start with AUTH_ or was that devauth?01:22
creihtthat is for devauth01:22
nelsonokay.  Yes, the account.ring.gz is the same across the cluster.01:23
creihtok then that is good01:23
gholtCould be permissions problems on the two "bad" nodes.01:24
nelsonno, it's bad, because if it was inconsistent, then I'd just fix it and be on my way.01:24
nelson:)01:24
creihthehe01:24
creihtnelson: yeah, on the two nodes that are supposed ot have it, I would check logs on that machine, see if anything is going wring01:24
nelsonThey're returning a 404.01:25
nelsonand they don't have it.01:25
nelsonso then the question becomes: why does the proxy think they should?01:25
creihtI would look in their logs for obvious errors like permission denied01:25
creihtwhen the acct was created01:25
nelsonI just checked ownership, and it looks like swift:swift across the board.01:26
creihtthe proxy thinks that is where they should be, because that is where the ring says they should be01:26
nelsonyep.  BTW, ownership is correct, except that node d doesn't have /srv/node/sdc1/accounts01:28
nelsonand it's running account-server (which isn't whinging)01:28
nelsonyep, never once whinges ... not even at start-up time.01:29
creihtnelson: if you run swift-auth-recreate accounts, what do you get?01:29
creihtprobably on the auth server01:29
nelsonI get the help message because I didn't give it the config file. :-)01:30
creihtheh01:30
nelsonRecreating accounts failed. (401)01:31
creihtyou have to specify -K YOUR_SUPER_AUTH_KEY01:31
nelsonI did.01:32
nelsonbut I notice that it's looking in auth-server.conf for cert-file which isn't specified, otherwise it won't do ssl01:33
nelsonoh, wait, sorry, it is.01:33
nelsoncert_file. I was searching for cert-file.01:33
nelsonurgh. The self-doc says that -U should be followed by the super_admin, and that didn't work.01:35
nelsonbut you just said to use -K super_auth and that did work.01:36
nelsonre-created two accounts.01:36
creihtok, now check if the accounts are on the servers they are supposed to be on01:36
creihtif not, look at those server logs to see what went wrong01:36
nelsonthey are.01:37
nelsonand now swift-stats-populate is running again.01:37
creihtheh01:37
nelsonany idea what I did wrong?01:37
creihtwell my best guess was that maybe the accounts were created when you had your messed up rings01:38
creihtwhich got it into some weird state01:38
nelsonpossibly.01:38
nelsonI'll leave a note on my doc bug report. Thanks for your help!!! This had me stuck for a few days, staring.01:39
creihtheh01:39
creihtnp01:39
nelsonI was treating it as a learning experience.01:39
* creiht is going to go enjoy the weekend now01:39
nelsonwoot woot! Have fun!01:40
nelsonswift-stats-populate just ran to completion for containers. Now working on objects01:40
*** adiantum has quit IRC01:41
*** drico has quit IRC01:42
*** adiantum has joined #openstack01:47
*** miclorb_ has joined #openstack01:57
nelsonmwahahaha! it's finished.01:58
*** drico has joined #openstack01:59
*** jdurgin has quit IRC02:00
*** Ryan_Lane has quit IRC02:03
*** pvo_away is now known as pvo02:07
*** adiantum has quit IRC02:11
*** adiantum has joined #openstack02:17
*** littleidea has quit IRC02:20
*** littleidea has joined #openstack02:20
*** littleidea_ has joined #openstack02:24
*** littleidea has quit IRC02:25
*** littleidea_ is now known as littleidea02:25
*** adiantum has quit IRC02:27
*** littleidea has joined #openstack02:29
*** maplebed has quit IRC02:30
*** adiantum has joined #openstack02:31
*** adiantum has quit IRC02:43
*** adiantum has joined #openstack02:49
*** Pentheus has quit IRC02:50
*** littleidea_ has joined #openstack02:53
*** littleidea has quit IRC02:55
*** littleidea_ is now known as littleidea02:55
*** stewart has quit IRC02:56
*** adiantum has quit IRC02:56
*** drico has quit IRC02:57
*** drico has joined #openstack02:59
*** adiantum has joined #openstack03:02
*** westmaas has joined #openstack03:22
*** littleidea has quit IRC03:37
*** littleidea has joined #openstack03:37
*** littleidea_ has joined #openstack03:39
*** littleidea has quit IRC03:42
*** littleidea_ is now known as littleidea03:42
uvirtbotNew bug: #706174 in glance "PUT is reading entire image into memory" [High,In progress] https://launchpad.net/bugs/70617403:46
*** adiantum has quit IRC03:47
*** miclorb_ has quit IRC03:50
*** adiantum has joined #openstack03:54
*** Ryan_Lane has joined #openstack03:54
*** drico has quit IRC03:57
*** miclorb has joined #openstack03:58
*** drico has joined #openstack03:59
*** Ryan_Lane_ has joined #openstack04:01
*** Ryan_Lane has quit IRC04:03
*** laner has joined #openstack04:04
*** Ryan_Lane_ has quit IRC04:06
*** Cybodog has quit IRC04:16
*** adiantum has quit IRC04:30
*** adiantum has joined #openstack04:35
*** Ryan_Lane_ has joined #openstack04:37
*** laner has quit IRC04:39
*** omidhdl has joined #openstack04:42
*** Ryan_Lane_ has quit IRC04:43
*** ShermanBoyd has joined #openstack04:59
*** drico_ has joined #openstack05:00
*** drico has quit IRC05:00
*** westmaas has quit IRC05:02
*** westmaas has joined #openstack05:11
*** adiantum has quit IRC05:12
*** adiantum has joined #openstack05:17
*** westmaas has quit IRC05:19
*** westmaas has joined #openstack05:31
*** allsystemsarego has joined #openstack05:56
*** drico has joined #openstack05:59
*** adiantum has quit IRC06:00
*** pvo is now known as pvo_away06:01
*** drico_ has quit IRC06:03
*** wreese has quit IRC06:05
*** adiantum has joined #openstack06:06
*** zenmatt has quit IRC06:29
uvirtbotNew bug: #706192 in glance "Generates exception when updating properties" [Medium,In progress] https://launchpad.net/bugs/70619206:31
*** adiantum has quit IRC06:47
*** jakedahn has joined #openstack06:49
*** littleidea has quit IRC07:24
*** miclorb has quit IRC07:33
*** drico has quit IRC07:52
*** drico has joined #openstack07:59
*** opengeard has quit IRC08:10
*** BK_man has quit IRC08:32
*** opengeard has joined #openstack08:32
*** kashyapc has quit IRC08:34
*** codehotter has quit IRC08:37
*** BK_man has joined #openstack08:37
*** kashyapc has joined #openstack08:50
*** drico has quit IRC08:59
*** drico has joined #openstack08:59
*** jbaker_ has joined #openstack09:14
*** jimbaker has quit IRC09:14
*** brd_from_italy has joined #openstack09:20
*** jakedahn has quit IRC09:41
*** jakedahn_ has joined #openstack09:41
*** BK_man has quit IRC09:55
*** jakedahn_ has quit IRC09:59
*** reldan has joined #openstack10:04
*** reldan has quit IRC10:12
*** brd_from_italy has quit IRC11:09
*** ShermanBoyd has quit IRC11:09
*** nijaba has quit IRC11:36
*** flashn has joined #openstack11:50
*** stewart has joined #openstack12:13
*** rossij has quit IRC12:14
*** allsystemsarego has quit IRC12:15
*** opengeard has quit IRC12:38
*** jbaker_ has quit IRC12:48
*** allsystemsarego has joined #openstack12:56
*** drico has quit IRC12:59
*** drico has joined #openstack12:59
*** allsystemsarego has quit IRC13:01
*** rossij has joined #openstack13:03
*** opengeard has joined #openstack13:10
*** kashyapc has quit IRC13:12
*** pvo_away is now known as pvo13:15
*** nijaba has joined #openstack13:15
*** dendro-afk is now known as dendrobates13:22
*** omidhdl has quit IRC13:29
*** omidhdl has joined #openstack13:30
*** opengeard has quit IRC13:33
*** omidhdl has quit IRC13:45
*** kashyapc has joined #openstack13:50
*** adiantum has joined #openstack14:01
*** dendrobates is now known as dendro-afk14:17
*** adiantum has quit IRC14:20
*** dirakx has quit IRC14:24
*** adiantum has joined #openstack14:26
*** hagarth has joined #openstack14:38
*** cynb has joined #openstack14:38
*** cynb has quit IRC14:39
*** zenmatt has joined #openstack14:47
*** adiantum has quit IRC14:48
*** dendro-afk is now known as dendrobates14:53
*** adiantum has joined #openstack14:54
*** cynb has joined #openstack14:55
*** cynb1 has joined #openstack14:59
*** cynb has quit IRC15:01
*** cynb1 has quit IRC15:17
*** notmyname has quit IRC15:18
*** notmyname has joined #openstack15:18
*** ChanServ sets mode: +v notmyname15:18
*** adiantum has quit IRC15:20
*** dirakx has joined #openstack15:20
*** littleidea has joined #openstack15:24
*** adiantum has joined #openstack15:25
*** notmyname has quit IRC15:25
*** notmyname has joined #openstack15:26
*** ChanServ sets mode: +v notmyname15:26
*** notmyname has quit IRC15:27
*** notmyname has joined #openstack15:27
*** ChanServ sets mode: +v notmyname15:27
*** notmyname has quit IRC15:29
*** notmyname has joined #openstack15:29
*** ChanServ sets mode: +v notmyname15:29
*** notmyname has quit IRC15:30
*** notmyname has joined #openstack15:31
*** ChanServ sets mode: +v notmyname15:31
*** befreax has joined #openstack15:31
*** dendrobates is now known as dendro-afk15:34
*** lcfseth has joined #openstack15:36
*** lcfseth has left #openstack15:40
*** adiantum has quit IRC15:41
*** adiantum has joined #openstack15:48
*** pvo is now known as pvo_away15:52
*** kashyapc has quit IRC15:57
*** adiantum has quit IRC15:57
*** adiantum has joined #openstack16:10
*** notmyname has quit IRC16:12
*** notmyname has joined #openstack16:12
*** ChanServ sets mode: +v notmyname16:12
*** dudeman has joined #openstack16:23
dudemanhey16:24
dudemanwhats the best way to debug using the "hacking nova" instructions? my instance just stays in pending forever16:26
*** adiantum has quit IRC16:28
dudemanINSTANCE        i-00000001      ami-tty 10.0.0.3        10.0.0.3        pending test (admin, saturn)    0               m1.tiny 2011-01-22 15:56:50.626067      nova16:29
dudeman2011-01-22 07:57:11,727 WARNING nova.virt.libvirt_conn [-] instance instance-00000001: ignoring error injecting data into image ami-tty (nbd device /dev/nbd15 did not show up)16:31
*** adiantum has joined #openstack16:33
*** adiantum has quit IRC16:43
dudeman.16:45
dudeman.16:45
*** aliguori has quit IRC16:46
dudemanwhats the best way to debug using the "hacking nova" instructions? my instance just stays in pending forever16:46
dudemanlibvir: QEMU error : Domain not found: no domain with matching name 'instance-00000001'16:48
dudemanusing 64bit ubuntu16:50
*** adiantum has joined #openstack16:50
dudemani cant get nova to run and cant find any answers on the cause16:51
dudemanwhats the best way to debug using the "hacking nova" instructions? my instance just stays in pending forever16:51
dudemanroot@saturn:~# euca-describe-instances  RESERVATION     r-0a5cn243      admin INSTANCE        i-00000001      ami-tty 10.0.0.3        10.0.0.3        pending test (admin, saturn)    0               m1.tiny 2011-01-22 16:43:33.259283      nova             root@saturn:~# euca-describe-images IMAGE   ari-tty nova/tty-ramdisk        admin   available       public          x86_64  ramdisk          IMAGE   ami-tty nova/tty        admin16:52
dudemanand I thought setting up a cloud on a cisco UCS was hard, this stuff cant even be tested easily16:54
dudemani am talking to myself here16:55
dudemanwhats the best way to debug using the "hacking nova" instructions? my instance just stays in pending forever16:55
dudemanssh -i test.pem root@10.0.0.3 ssh: connect to host 10.0.0.3 port 22: No route to host16:56
dudemanlibvir: QEMU error : Domain not found: no domain with matching name 'instance-00000001'16:57
dudemanlog shows libvir: QEMU error : Domain not found: no domain with matching name 'instance-00000001'16:59
*** adiantum has quit IRC16:59
dudemanhello?17:00
dudemananyone?17:00
dudemanbueller?17:00
*** adiantum has joined #openstack17:01
dudemanlibvir: QEMU error : Domain not found: no domain with matching name 'instance-00000001'17:01
dudemanwhats the best way to debug using the "hacking nova" instructions? my instance just stays in pending forever17:02
dudemansuch a quiet irc channel for so many  users17:04
dudemanhow. do. I. debug. nova???17:04
JbainI suggest flea bombing17:07
Jbain(I have no idea)17:07
*** adiantum has quit IRC17:13
*** adiantum has joined #openstack17:15
*** fitzdsl has quit IRC17:20
*** fitzdsl has joined #openstack17:20
*** fitzdsl has joined #openstack17:21
*** fitzdsl has quit IRC17:33
*** fitzdsl has joined #openstack17:33
*** fitzdsl has quit IRC17:37
*** fitzdsl has joined #openstack17:37
*** j05h1 has joined #openstack17:41
*** j05h has quit IRC17:41
*** pvo_away is now known as pvo17:48
*** lcfseth has joined #openstack17:53
*** edleafe has joined #openstack17:53
*** hagarth1 has joined #openstack17:54
*** deshantm_ has joined #openstack17:54
*** jeevan_u1las has joined #openstack17:55
*** pvo is now known as pvo_away17:56
JordanRinkeword17:56
vishydudeman: pending is usually a permisions issue17:57
vishydudeman: are you running from root's home directory?17:57
*** ChrisAM has quit IRC17:58
*** dabo has quit IRC17:58
*** hagarth has quit IRC17:58
*** asksol has quit IRC17:58
*** ivan has quit IRC17:58
*** comstud has quit IRC17:58
*** deshantm has quit IRC17:58
*** mfoemmel has quit IRC17:58
*** jeevan_ullas has quit IRC17:58
*** Daviey has quit IRC17:58
*** ChrisAM1 has joined #openstack17:58
*** ChrisAM1 has joined #openstack17:58
vishydudeman: check /var/log/libvirt/qemu/instance-00000001.log17:58
*** ChrisAM1 is now known as ChrisAM17:58
*** asksol has joined #openstack17:59
*** mfoemmel has joined #openstack17:59
*** befreax has quit IRC18:00
vishydudeman: in general the channel dies on friday afternoon through the weekend18:00
dudemanvish: not anymore, was in root, now in /opt18:02
*** lcfseth has left #openstack18:02
dudemanso perms are not a prob now18:02
dudemantha last line in the log is18:02
dudemanpci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"18:03
*** Daviey has joined #openstack18:03
*** ivan has joined #openstack18:03
dudemanvish: do I need download and copy to /usr/share/qemu ?18:06
dudemanpxe-rtl8139.bin18:06
dudemanoops :)18:06
dudemanI think I found it, installing kvm-pxe pkg now18:09
*** adiantum has quit IRC18:12
*** BK_man has joined #openstack18:16
dudemanvishy: I think its working, can ping .3 address now, no errors in log or screen windows, waiting for it to finish starting,  running on laptop like you did at baylisa, so I'm waiting...  :)18:17
dudemanthanks for your help!!18:17
*** jeevan_u1las is now known as jeevan_ullas18:17
*** jeevan_ullas has joined #openstack18:18
*** adiantum has joined #openstack18:19
*** cynb has joined #openstack18:23
*** cynb1 has joined #openstack18:26
*** cynb has quit IRC18:27
*** adiantum has quit IRC18:31
*** dirakx has quit IRC18:32
*** sandywalsh has quit IRC18:35
*** hggdh has quit IRC18:37
*** adiantum has joined #openstack18:38
*** hggdh has joined #openstack18:39
dudemanin the console log I see this message:  System is configured for NO sshd.18:43
*** sandywalsh has joined #openstack18:48
*** blueadept has joined #openstack18:50
dudemani cant ssh to nova18:51
*** BK_man has quit IRC18:51
dudemanconsole log has this line System is configured for NO sshd.18:52
dudemaneuca-autorize works, but still cant ssh to nova18:52
JordanRinkewhat image are you using?18:55
JordanRinkeit sounds like the image you are using doesn't have an ssh server running18:56
dudemanthe tty one18:57
dudemani know but how to tell it to start one?18:57
dudemancant find nova.conf option18:57
dudemanfor sshd18:58
JordanRinkeyou have to modify the image itself18:58
JordanRinkeeither the instance or the image18:58
dudemanwhy, this is the test image?18:59
*** pvo_away is now known as pvo18:59
dudemanthe nova pages at ansolabd/deploy say nothing of this18:59
JordanRinkethe image decides what servers run, nothing in nova controls that. I haven't used the TTY image much19:00
JordanRinkeso I don't know if it is running SSH and just needs key injection or not19:00
JordanRinkedid you do key injection when you ran the euca-run-instances command?19:00
*** adiantum has quit IRC19:01
dudemani followed http://ansolabs.com/articles/hacking-nova.html  exactly19:01
JordanRinkeok give me a second to take a look and that and see what we have19:02
dudemansearching google for how to enable this does not find much19:02
dudemanno errors in log19:03
dudemancan ping the .3 address19:03
dudemaneuca-authorize works19:03
JordanRinkeyou did a euca-auth for tcp 22?19:04
dudemaneuca-authorize -P tcp -p 22 default19:07
JordanRinkewhen you try to ssh what do you get? no response or connection refused?19:09
dudemanroot@saturn:/opt# ssh -i test.pem root@10.0.0.3 ssh: connect to host 10.0.0.3 port 22: Connection refused19:10
JordanRinkeI am not sure if it is merged to trunk, can you see if you have a script called nova-debug available?19:13
dudemanyes its there19:15
*** j05h has joined #openstack19:17
*** j05h1 has quit IRC19:17
dudemanthat script doesnt seem to work though19:18
*** hggdh has quit IRC19:18
JordanRinkewhat does it do when you try to use it?19:19
dudeman./nova/tools/nova-debug instance-00000001 ./nova/tools/nova-debug: line 28: cd: /var/lib/nova/instances/instance-00000001: No such file or directory error: failed to get domain 'instance-00000001' error: Domain not found: no domain with matching name 'instance-00000001'  disk: No such file or directory19:20
dudemanand lots of other errors19:20
dudemanthat script is not looking in the correct place for the console log19:20
JordanRinkeso the instances are in a different folder for you?19:21
JordanRinkecan you try giving it the full path? nova-debug /nova/bin/instances/instance-000001 or whatever it is for you19:21
dudemanin /opt/nova/instances19:22
dudemanok19:22
dudemannova-debug does not accept args like that19:23
JordanRinkehmm give me a sec to look at that too :-D19:24
*** dendro-afk is now known as dendrobates19:25
JordanRinkedo a19:25
*** hggdh has joined #openstack19:25
JordanRinkeINSTANCES_PATH=/opt/nova/instances19:25
JordanRinkeand then try it with just the instance name19:26
dudemanyup, did that and its running19:27
JordanRinkecool now you should be able to get a console on that machine and see if it is running ssh etc19:27
*** jfluhmann_ has joined #openstack19:27
JordanRinkelet me know if you need anything else, i will be checking irc every once in a while19:28
dudemani already knew it was not running ssh, i want to enable it19:29
dudemaneuca-authorize does not enable it19:29
dudemanthis aint in the docs19:29
JordanRinkewell now you have a console on that machine, you can confirm if it is running SSH19:29
JordanRinkeand you can start it if it isn't19:30
JordanRinkein theory it should be running SSH but with this you can at least check it and be sure, and or start it if you need to19:30
dudemanthere is no ssh and no prompt, just a log of the startup in that window19:31
JordanRinkethe nova-debug command should give you an option to set the root password, and give you a console to the virtual machine19:31
dudemannope19:32
JordanRinkegive me a moment to try and find a lab box to jump in to19:32
dudemanroot@saturn:/opt# ./nova/tools/nova-debug instance-00000001 error: failed to get domain 'instance-00000001' error: Domain not found: no domain with matching name 'instance-00000001'  /dev/loop0 mount: special device /dev/mapper//loop0p1 does not exist ./nova/tools/nova-debug: line 45: t/etc/init/ttyS0.conf: No such file or directory  chroot: failed to run command `passwd': No such file or directory chroot: failed to run command `19:32
JordanRinkehmm19:33
dudemani watch vish do this on thursday and there was none of this ssh probs with the tty image19:33
JordanRinkeyeah that is why I am curious, like I said.. in theory it should be running SSH no problems19:34
JordanRinkebut trunk is volatile source so something could be wrong with the iptables rules etc19:34
dudemanits weird, just trying to run nova in virtualbox following the deploy/hacking instructions exactly19:34
dudemanis there a "stable" version?19:35
JordanRinkenot really right now, there will be soon but everyone is pushing to get stuff ready for release in a few weeks19:35
JordanRinkeonce that happens there should be19:36
JordanRinkeAnso has some "stable" packages but they are a bit behind current source19:36
dudemanits funny, i thought this would be easier than a cloud on UCS19:36
JordanRinkeyeah, it can be, right now it is hectic so the code is a bit tricky19:37
JordanRinkeusually with good instructions it is cake19:37
dudemanso youre saying I should not try to run it now as its not stable?  i watched vish do this just 2 days ago19:41
*** pvo is now known as pvo_away19:43
dudemanthanks for your help jordan19:43
JordanRinkeno, I am just saying it might not be as out of the box functional as expected. little changes here and there throw the docs off19:43
dudemanok, I killed the VM and I feel better already  :)19:44
JordanRinkeso, I just tried my lab and I was able to SSH no problem19:45
JordanRinkeso somewhere along the way our environments are different, but I am using the latest code just like you19:47
dudemanbut with no errors in the log I have nothing to go on19:48
JordanRinkeyeah, I am trying to decide what the next logical step is19:49
JordanRinkewhere did you get the .3 address from?19:50
uvirtbotNew bug: #706387 in glance "Missing AUTHORS file" [High,New] https://launchpad.net/bugs/70638719:51
JordanRinkemy euca-describe-images isn't listing the IP address, so I had to look in the DB to get the right IP for my instance19:52
JordanRinkeso curious how you get the IP for the instance19:52
JordanRinkegot*19:53
JordanRinkemy best guess is that it might be the wrong IP at least that is my best guess right now lol19:53
dudemanits assigned automagically19:55
dudemanthe network window shows .3 as leased19:55
JordanRinkeah, from the nova-network log, ok19:55
JordanRinkecan you start another instance?19:56
JordanRinkesee if it leases out .4 and try that one19:56
dudemanno20:01
JordanRinkewhat does that no apply to?20:02
dudemanits giving python errors now20:02
dudemanroot@saturn:/opt# ./nova.sh run /usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py:8: UserWarning: Module nova was already imported from /opt/nova/nova/__init__.pyc, but /usr/lib/pymodules/python2.6 is being added to sys.path   import pkg_resources20:02
JordanRinkeah, i was saying run another instance, something like euca-run-instances ami-tty20:03
JordanRinkenot another nova.sh, sorry for not being clear. you should only be running one nova.sh20:04
dudemanit did not work i had to reboot the vm and its still giving these errors20:04
dudemani am20:04
JordanRinkeso, what happens if you run20:04
JordanRinkeeuca-run-instances ami-tty20:05
dudemanit doesnt20:06
dudemannova wont start now20:06
JordanRinkeit errors?20:06
JordanRinkeah ok20:06
JordanRinkegotcha20:06
dudemanthis sw is not stable20:06
JordanRinkeit is just picky right now20:06
dudemanthanks for your help but I'm afraid were just wasting time20:06
JordanRinkewell if you want dude I can catch you another day and we can go through an install or mess with it20:07
vishydudeman: pxe rom is not required20:07
*** pothos_ has joined #openstack20:07
vishynova-debug only works on ubuntu images20:08
JordanRinkealso, we are about to post a new install doc for bexar soon which might be useful20:08
JordanRinkelol vishy is here now, he can remedy my stumbling around troubleshooting technique20:08
vishyso you can ping but no ssh?20:09
*** pothos has quit IRC20:09
JordanRinkehey gets connection refused on ssh attempt20:09
*** pothos_ is now known as pothos20:09
dudemanthe console log said there was NO sshd20:10
vishyinteresting, and do i see somewhere that the console log reported no sshd? that is odd20:10
dudemaneuca-authorize did not help20:10
dudemanusing 64 bit maverick as you said, inside virtualbox both host and guest are maverick20:11
vishyandd tty starts but shows no ssd in the console log?20:11
vishy* sshd20:12
vishyeuca-get-console-output i-1 should look something like this: http://pastie.org/148802320:13
vishyno mention of sshd anywhere...20:15
dudemanhmm20:17
*** j05h1 has joined #openstack20:18
*** j05h has quit IRC20:18
JordanRinkevishy: you ever get your windows images up and running on libvirt?20:20
vishyJordanRinke: yes it works, just waiting on a reasonable image.20:21
JordanRinkereasonable image20:21
JordanRinke?20:21
vishyhas virtio drivers20:22
vishystarts a terminal services client20:22
JordanRinkeI can put an image together for you, I am a windows eng :-D20:22
vishyhas some way of setting the password via userdata20:22
JordanRinkejust tell me what all you need20:22
vishyhave someone doing it but he's on vaca until next week20:22
JordanRinkehmmm password would be beyond the image, but i believe someone is working on a client for that20:23
vishynot really20:24
*** dudeman has quit IRC20:24
JordanRinkenot really?20:24
vishywe're writing a little script to hit metadatasever, grab userdata and set password20:24
vishygoing to go into the image and run on boot20:24
JordanRinkeah, i think ed leafe is working on an actual client to do resets etc as a service20:25
vishyyes we want something way simpler than that20:26
JordanRinkeyeah that makes sense, are you making an actual sysprep image or just a fully configured image?20:26
vishyI prefer not to put rootkits on users machines20:26
JordanRinke(for my testing on hyper-v right now I am using a fully configured image)20:26
vishynot sure, it is a demo version20:26
vishybyo license20:26
JordanRinkefully configured would be easiest20:27
JordanRinkeim guessing that is what you will use20:27
*** dudeman has joined #openstack20:28
JordanRinkewell if you need any help with the windows stuff let me know, I spent 5 years building windows os images and doing driver integration etc20:28
vishyJordanRinke: cool20:30
vishydudeman: I have had it take a while for ssh to show up, but haven't seen pingable + no ssh with the tty image before20:32
dudemanthanks for the help guys,  i cant spend any more time on this now20:32
dudemani have 8g on this system also so its not really slow20:33
dudemani deleted the vm image and reinstalling maverick20:33
vishydudeman: no worries20:33
vishydudeman: let me know if you need any other help20:33
JordanRinkedudeman: if you want to give it another go at some point just let us know20:33
dudemanwhats the best source of info?20:33
vishyhere...20:34
vishy:)20:34
dudemanhaha20:34
JordanRinkeeventually it will be the wiki, but like i said.. a lot of flux right now20:34
*** kpepple has joined #openstack20:34
dudemanlet me clarify20:34
vishydudeman: docs and wiki, but they both get out of date pretty quickly.  They will be much more stable/helpful after bexar when things are a little more stable20:35
*** jfluhmann_ has quit IRC20:36
dudemanhow can I make sure I have all the dependencies installed in the maverick vm before I start, when I tried to add some after running nova.sh it hosed my python install20:36
dudemanother tha making sure I take a snapshot *before* I run nova.sh  :)20:36
vishynova.sh install will install all of the deps20:37
vishythe current version from git will anyway20:38
vishy:)20:38
kpepplecan anyone answer a quick question about 'nova-manage db sync' ? having a strange problem with newest ubuntu packages … it's upgrading the wrong db20:40
JordanRinkei don't know much about it, but what is happening?20:43
vishykpepple: which db is it upgrading?20:44
vishykpepple: meaning you have your db in mysql?20:44
kpeppleupgraded install with "--sql_connection=mysql://root:nova@localhost/nova" set in my /etc/nova/nova-manage.conf. when i run 'nova-manage db sync' as root, it doesn't migrate the mysql db but instead creates a sqlite db in /var/lib/nova20:45
kpeppleknown bug ? user error ?20:45
dudemanvishy: ok, I'll re read some of the docs and try again later, making to to take a snapshot before I start  :)20:45
*** dudeman has quit IRC20:45
vishykpepple: the current packages use /etc/nova/nova.conf20:45
JordanRinkeisnt everything in /etc/nova/nova.conf now?20:45
vishynot nova-manage.conf20:45
kpeppleahhhh … so without the flag, it goes over to sqlite ?20:45
kpeppleok20:45
vishykpepple: it uses the default which is sqlite20:46
kpepplethanks, i'll move my flags over there and try again20:46
kpepplethat did it, thanks20:47
vishykpepple: cool20:47
*** opengeard has joined #openstack20:48
*** jfluhmann_ has joined #openstack20:50
uvirtbotNew bug: #706405 in nova "MySQL Gone Away Generated" [Undecided,New] https://launchpad.net/bugs/70640521:01
*** reldan has joined #openstack21:03
*** jfluhmann_ has quit IRC21:03
*** jfluhmann_ has joined #openstack21:18
*** ctennis has quit IRC21:20
uvirtbotNew bug: #706415 in nova "Use Glance instead of KRM json to Relate Images" [Undecided,In progress] https://launchpad.net/bugs/70641521:37
*** cynb has joined #openstack21:45
*** cynb1 has quit IRC21:47
*** Ryan_Lane_ has joined #openstack21:48
*** laner has joined #openstack21:52
*** ctennis has joined #openstack21:52
*** Ryan_Lane_ has quit IRC21:54
*** laner is now known as Ryan_Lane21:54
openstackhudsonProject nova build #443: SUCCESS in 1 min 32 sec: http://hudson.openstack.org/job/nova/443/22:17
openstackhudsonTarmac: This patch skips VM shutdown if already in the halted state.22:17
*** sandywalsh has quit IRC22:21
*** Ryan_Lane_ has joined #openstack22:25
*** laner has joined #openstack22:26
*** Ryan_Lane has quit IRC22:27
*** Ryan_Lane_ has quit IRC22:29
*** reldan has quit IRC22:32
*** stewart has quit IRC22:54
*** laner has quit IRC23:04
*** Cybodog has joined #openstack23:04
*** dirakx has joined #openstack23:09
*** kpepple has left #openstack23:24
*** arcane has quit IRC23:29
*** arcane has joined #openstack23:29
*** reldan has joined #openstack23:57
*** Cybodog has quit IRC23:58

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