=== asac_ is now known as asac [03:39] is anyone about that understands qemu-debootstrap? i'm trying to understand the intent of the escape() function and the first sed expression is hurting my brain [03:44] achiang: echo "$*" | sed "s/'/'\"'\"'/g; s/.*/'&'/ (is this one ?) [03:44] pcacjr: yeah, i'm trying to figure out what that function is trying to protect against [03:45] achiang: weird, maybe someone else can help us ;-) [03:46] heh [03:51] achiang: hm, it seems to change single quotes to double ones (or otherwise) [03:52] pcacjr: maybe. why are there 3 single quotes in the 2nd part of the expression: '\"'\"' [03:53] achiang: hm, indeed [03:55] maybe this explains the intent http://backreference.org/2009/12/09/using-shell-variables-in-sed/ [03:55] but i still don't understand the expression [03:56] achiang: from ' ' to '" "' ? [03:56] ah, i give up :-) [03:57] yeah, probably it's a form of this: http://www.grymoire.com/Unix/Sed.html#toc-uh-22 [04:03] achiang: ok, '" "' avoids you having problem with space as an argument [04:04] pcacjr: nod, that's what i think [04:05] achiang: so, echo $* will print all those arguments, then it'll put the '" "' on each one of them... [04:05] pcacjr: ok, i can believe that. :) thanks [04:05] achiang: np, we got it! ;-) [04:06] pcacjr: more you than me. ;) [04:06] heh === lilstevie|ZNC is now known as lilstevie === hrw|gone is now known as hrw === lilstevie is now known as lilstevie|ZNC === lilstevie|ZNC is now known as lilstevie === hrw is now known as hrw|gone === hrw|gone is now known as hrw [14:23] hi [14:23] anyone have problems with update-apt-xapi using loads of cpu? === ogra_ac_ is now known as ogra_ac [14:47] shit. again got hit by broken initrd in natty ;( [14:47] will have to build panda kernel which work without initrd ;D [14:50] whats broken ? [14:50] ogra_ac: http://hrw.pastebin.com/drSncpRP [14:53] if I use kernel+initrd from maverick then it boots === ogra_ac_ is now known as ogra_ac [15:00] hrw, ugh, what made you create that mem arg on the cmdline ? that cant work [15:01] ogra_ac: it does [15:01] ogra_ac: I use panda headless for building packages [15:01] and having 1GB instead of ~600MB is difference [15:03] hrw, doesnt matter [15:03] you need to define proper memor regions [15:03] see the maverick image cmdline [15:03] there are two mem args in it [15:03] also you can use the full 1G only on a certain set of boards [15:03] i didnt see boot failures due to it only massive build failures though [15:03] but in any case you need the two mem args [15:05] ogra_ac: define 'certain set of boards'? [15:05] ogra_ac, !!!!!! :P (Sorry, felt like shouting) :P [15:05] and boot failure happens nevermind which mem options are used [15:19] hmm, think I scared him away :( [15:26] devilhorns: Sup? [15:27] GrueMaster, hey :) [15:27] GrueMaster, how you been ? how's things ? [15:28] I'm in vacation recovery mode. Spent a week with the in-laws (should be outlaws) on a cruise. [15:28] ahh cool :) Where did you go ? [15:28] Key West, Cozumel, and Costa Maya. [15:28] oh wow [15:28] that had to be nice [15:29] I'm writing about it in my facebook notes. [15:29] It was interesting and I would do it again, sans relatives. [15:29] hahaha [15:29] that's always the case tho :) [15:30] A shirt I bought in Casa Maya sums them up: "The good, the bad, and the stupid." [15:30] lmfao [15:31] GrueMaster, well, at least you had a vacation and a chance to relax (somewhat) :) [15:31] The real problem is that I felt like I was tagging along on my wife's vacation, not that we were vacationing together. [15:31] ahh :/ [15:32] And having knee issues the whole time didn't help at all. [15:32] I'm sure it didn't ... not on a boat :) [15:32] The boat wasn't the problem. [15:33] Just a lot of walking on a knee that constantly threatened to give out. [15:33] ahhh [15:33] I thought it would be the rocking motion of the boat [15:33] But nightly simmering sessions in the hot tub with a long island iced tea helped a lot. [15:34] Boat hardly rocked at all. [15:34] hahaha yea, hottubs rock ! :) [15:34] It felt more like it was sliding side to side. [15:34] lol [15:35] Although one night it was moving quite a bit as the pool on the top deck was sloshing about. [15:35] It was interesting floating on my back in the pool while it was sloshing about. Felt like I was in a tidal pool. [15:35] hahaha [15:53] GrueMaster, been trying to catch up w/ ogra this past week or so, but he seems to be remaining elusive :( guess things are a bit hectic around there ... with the conference and all [15:53] Yea, I've noticed. [15:58] oh well, I'll try to catch him again tomorrow [15:59] Not sure, but he may be flying home tomorrow. [15:59] ahh ok [15:59] maybe I'll wait a day or so then [15:59] He should be back to his full ogra-ish self Monday, though. [15:59] lol ok, that sounds good :) [16:00] it's not an emergency or anything. Just trying to get some input as to if I should continue w/ the unity-efl stuff or what [16:13] That I can't tell you. I don't have a complete picture yet for this cycle myself. Just that I will be working hard. :P [16:18] Hi, I installed https://wiki.ubuntu.com/ARM/OMAPMaverickInstall on Beagleboard. It should ask for new information, but it does not. It goes directly to login and I don not know working login/passwd. Any ideas? Is there a bug in the demo image or do you know working login/passwd? [16:19] It should launch oem-install which is a gui app that gathers user info, timezone, and locale data. [16:20] Did it run through the rootfs resize? [16:20] I used ubuntu-netbook-10.10-preinstalled-netbook-armel+omap.img.gz from [16:20] It just booted in about 30 seconds and went to directly login [16:20] I did not see any note about rootfs resize [16:21] Did you make any modifications to the image? It should show a console screen indicating that it is resizing / and then it does a few system tweeks (triggering oem-install is one) before rebooting. [16:22] I did not do any modification to the image. I just downloaded it and decompressed to SD card. [16:23] Using the zcat method? If so, try gunziping the image then use "dd bs=4M if= of=". I've seen some issues occasionally with the zcat method. [16:23] Yes I used zcat [16:24] Ok, I'll try that. I'll inform soon, how that works. If it works, mayby the webpage could also be updated. [16:24] If that works better for you, I'll update the wiki, [16:43] Same thing :( I goes directly to login screen. At the beginning there is cursor shortly in the upper corner and then it goes to login. Nothing like "resizing" is not shown. [16:45] Hmm. Is this a beagle C4 or beagleXM? [16:46] I think mine is C3 [16:46] Should still work. Do you have a kernel in nand? [16:46] Is there some way to "deep format" the SD card? [16:47] Yes, dd bs=4M if=/dev/zero of= [16:47] Then reflash it. [16:47] I don't remember. It has been several month since I have used the beagle board last time.. [16:47] Do you have a serial console hooked up? [16:48] Not currently. [16:48] zcat didn't work for me, dd did perfectly [16:48] It is highly probable that it is booting from nand, which would bypass the initialization on the image. [16:49] I pressed user button, when resetting.. So it should boot from SD [16:49] Even if you hold the user1 button while reseting to load the boot loader & u-boot.bin from SD, it still uses the nand environment. [16:50] Very odd, but that is the behavior. [16:50] Ok, how to disable the nand environment? [16:50] you can avoid it using u-boot without nand support [16:50] You need to have a serial console hooked up to load the boot script from sd. [16:54] So I should use following script? (copied from wiki) setenv bootcmd 'mmc init;fatload mmc 0 0x82000000 boot.scr;source 0x82000000'; setenv autostart yes; saveenv; boot [16:54] yes [16:55] Ok, I'll have to set up serial console and fix the bootcmd. To be true there might be almost anything in NAND settings, since it was tuned quite a lot last winter.. [16:56] I'll have to fire mine up to get the env I have. Essentially, my environment looks for boot.scr on SD, and falls back to nand on fail. [16:57] Great for switching between Lucid & Maverick. [16:58] btw: I updated the wiki to add dd instructions for people that have problems with zcat. [16:59] I'll update it again with bootenv changes for switching between nand booting & SD booting. [17:11] Ok, I found my problem! My system is set up as "fatload mmc 0 82000000 uImage" So it loads kernel directly and does not enter the script? If I understand correctly.. [17:13] Yea, that would do it. [17:19] Now it seems to be doing resizing. Thank you very much for helping me out. I'll probably buy also pandaboard, if beagle seems too slow.. Do you have any idea when Digikey will start shipping pandas out? === hrw is now known as hrw|gone [17:20] I thought they were. I do know that maverick on beagle (pre XM) is kind of painful due to low memory. [17:22] And I haven't had a chance to see if the netboot image works (it isn't officially supported). === zyga is now known as zyga-food === zyga-food is now known as zyga === zyga_ is now known as zyga [21:29] argh... [21:29] ~kill natty initrds