[07:45] GrueMaster: You can't loop mount cramfs; you have to gunzip + cpio -i it [08:50] hrw|gone: yet another ARM netbook, http://www.linuxfordevices.com/c/a/News/Science-and-Technology-Co-Ltd-Wabook/ [08:54] VIA arm, wtf. [09:05] They build any sort of processor :) [09:13] ndec, http://cdimage.ubuntu.com/ubuntu-netbook/ports/daily-live/current/ has a live image for the C4 beagle that should boot and run without hitting OOM (still not installable and indeed very slow on that HW, but workable and our future base for later releases) [09:14] ndec, from now on we should have "usable" dailies [09:14] ogra: thx. [09:14] ogra: does the installer support installation on the SD card, or does it require USB drive? [09:15] ogra: btw, I will be in vacation next 3 days... ;-) [09:15] ndec, for lucid it requires a USB drive [09:15] ndec, for later we'll do with other setups, given that thu. is the last day to upload anything to lucid i had to make many compromises ... [09:16] ndec, the lucid image will also re-use the SD as /boot [09:16] ogra: ok. but if there is a workaround I can do on the image, please let me know. [09:16] zumbi: this netbook is parody of all netbooks... [09:16] ndec, but we're not there yet, the partitioner seems to hit a kernel bug atm [09:17] suihkulokki: Hey, I couldn't get qemu-maemo/-meego to work with SD card images; it hangs agter Uncompressing linux... done., can't get any kernel output; does it work for you with some combination of SD image + qemu-system-arm invocation? NB: I'm building without the gles forward libs [09:17] (This is with -M beagle) [09:17] ndec, Bug 561426 ... probably your kernel folks have an idea and could help amitk [09:17] Launchpad bug 561426 in linux-ti-omap (Ubuntu Lucid) (and 1 other project) "partman dies when trying to detect disks due to kernel error (affects: 1) (heat: 8)" [High,New] https://launchpad.net/bugs/561426 [09:17] 10" 1024x600 are fine. but 300MHz arm926 cpu and 2h battery life??? my 8 years zaurus is faster and have better battery life [09:18] lool: http://wiki.meego.com/ARM/Meego_on_Qemu [09:24] ndec, oh, and i forgot, http://ports.ubuntu.com/ubuntu-ports/dists/lucid/main/installer-armel/current/images/omap/netboot/omap/ has a working netinstall image too now (as well as http://cdimage.ubuntu.com/ubuntu-server/ports/daily/current/) ... they all suffer the same partitioner issue though, but these two are more lightweight [09:26] ogra: its interesting though that I cannot trigger this on a USB stick (running fdisk/formatting, etc.) from rootfs [09:26] amitk, well, i would happily give more debug info if i could switch consoles in d-i [09:27] ogra: serial console? [09:27] doesnt give me tty4 :) [09:27] ogra: the exact set of commands that trigger this would be useful [09:27] i tried already, i cant get any output from the partman script at all [09:28] live images are not very useful for development, I want to recreate this on an 'installed' system [09:28] i'll try to attach the script that runs last to the bug ... but i cant identify which command causes the actual failure [09:30] ogra: tty4? [09:30] amitk, thats where d-i runs and shows output ... [09:31] amitk, its not that important ... i tried to redirect script output to a file but didnt get any info from that either, it dies very early [09:31] suihkulokki: thanks [09:31] like ... before it execs commands it seems [09:33] suihkulokki: Do you run your tree with beagle images from time to time? [09:35] randomly [09:43] hello [09:43] what is the current status? [09:43] great! [09:43] where can i get image i can try? [09:44] you haven't specified what status you're inquiring about nor which image you're interested in :) [09:45] i want to try ubuntu on my beagleboard [09:45] does keyboard, mouse, network work? [09:45] neure: yes, on the live image. [09:45] where do i get one? [09:45] neure, what beagle (revision) [09:45] rev c i think [09:45] this is 256MB [09:46] revC should work (but very slow) with the live image [09:46] very slow? [09:46] why? [09:46] http://cdimage.ubuntu.com/cdimage/ubuntu-netbook/ports/daily-live/ [09:46] http://cdimage.ubuntu.com/ubuntu-netbook/ports/daily-live/current/ [09:46] whicih one? [09:46] i mean which image [09:46] omap? [09:46] yes [09:47] neure, because our live images are rather built for 512M ... the 256M HW makes everything slow and the image has to use several hacks to even make it work at all [09:47] can i tell it not to boot to X? [09:48] something like server install?) [09:48] http://cdimage.ubuntu.com/ubuntu-server/ports/daily/current/ [09:48] try that image then [09:49] note though that we are working on a bug with the partitioner atm, you wont get very far [09:55] suihkulokki: The meego n900 drop boots fine for me with your cmdline, but e.g. an Angstrom beagleboard SD card image doesn't; I'm using: [09:55] qemu-maemo-system-arm -M beagle -m 256 -sd Angstrom-Beagleboard-demo-image-glibc-ipk-2010.3-beagleboard.sd-image-2GiB.img -serial stdio -clock unix [09:55] suihkulokki: Do you use any extra args which could help? [09:56] ogra i need something i can use to build my app [09:58] lool: try building the kernel with early printk on to see where it ends [09:58] amitk, so it does seem this time testing i dont even get as far as partman ... seems it rather fails in disk-detect [09:58] which gets me even less logs :/ [09:59] suihkulokki: Ok thanks [10:00] ogra: seems like disk-detect is d-i-only? [10:01] no, ubiquity uses it as well [10:01] (I meant it isn't part of the standard install) [10:02] it is [10:02] oh, you mean on the installed system ? no [10:02] its a script that checks the disk availability [10:02] * ogra treis to log to a file [10:02] script with no debug output, I presume? === hrw|gone is now known as hrw [10:04] hi [10:06] amitk, debug output added to the bug now (running disk-detect with set -x) [10:06] amitk, smells like it dies even before [10:07] ogra: question is, will all debugging have to be done in a live environment only? Or does the installed system have similar commands... [10:07] amitk, i doubt it [10:07] lets iedntify what triggers it first [10:10] ogra: can the disk-detect script be used outside d-i? [10:11] i dont think so, it sources several d-i componentws [10:11] http://launchpadlibrarian.net/44009972/syslog somewhat indicates that the issue lies even before disk-detect [10:13] Apr 13 08:47:27 kernel: [ 318.895812] Unhandled fault: external abort on non-linefetch (0x1018) at 0x40200000 [10:13] right [10:13] thats right *before* disk-detect runs [10:13] i wonder if it has something to do with the check for missing firmware [10:14] Apr 13 08:47:23 main-menu[238]: INFO: Menu item 'disk-detect' selected [10:14] i'll set -x that one (if i can find it) [10:14] Apr 13 08:47:24 kernel: [ 316.195953] sd 0:0:0:0: Attached scsi generic sg0 type 0 [10:14] Apr 13 08:47:24 net/hw-detect.hotplug: Detected hotpluggable network interface eth0 [10:14] Apr 13 08:47:24 net/hw-detect.hotplug: Detected hotpluggable network interface lo [10:14] Apr 13 08:47:26 check-missing-firmware: no missing firmware in /tmp/missing-firmware [10:14] Apr 13 08:47:27 kernel: [ 318.895812] Unhandled fault: external abort on non-linefetch (0x1018) at 0x40200000 [10:14] ogra: it says you selected disk-detect there... [10:14] yeah [10:14] d-i selects it [10:14] or rather the main-menu process (which is the core of d-i) [10:16] Apr 13 09:15:46 main-menu[240]: (process:5940): + log no missing firmware in /tmp/missing-firmware [10:16] Apr 13 09:15:46 main-menu[240]: (process:5940): + logger -t check-missing-firmware no missing firmware in /tmp/missing-firmware [10:16] Apr 13 09:15:46 main-menu[240]: (process:5940): + return 1 [10:16] Apr 13 09:15:46 main-menu[240]: (process:5940): Bus error [10:16] Apr 13 09:15:46 main-menu[240]: (process:5940): Bus error [10:16] Apr 13 09:15:46 main-menu[240]: (process:5940): Bus error [10:16] so thats with set -x in check-missing-firmware [10:17] the non-linefetch error still shows above that [10:17] * ogra puts set -x into net/hw-detect.hotplug [10:20] amitk, https://bugs.edge.launchpad.net/ubuntu/+source/linux-ti-omap/+bug/561426/comments/3 [10:20] Launchpad bug 561426 in linux-ti-omap (Ubuntu Lucid) (and 1 other project) "partman dies when trying to detect disks due to kernel error (affects: 1) (heat: 8)" [High,In progress] [10:25] hmm, adding set -x to net/hw-detect.hotplug doesnt get me any more output [10:28] ogra: no strace possible? [10:28] ~ # [10:28] ~ # parted_devices [10:28] [ 1034.439666] Unhandled fault: external abort on non-linefetch (0x1018) at 0x40200000 [10:28] Bus error [10:28] ~ # [10:28] got it ! [10:31] ogra, I have the same on my ti-omap variant [10:31] hence I doubt it's a ubuntu regression [10:39] nosse1, no matter if its a regression or not, it breaks the ubuntu (and likely also debian) installer [11:00] lool, you wanted to change the omap naming scheme, do you plan to do that for lucid ? (i'm just patching libdebian-installer to add proper subarch detection) [11:02] anyone know if efence / electric fence is thread safe ? [11:02] or rather - i think its not - does anyone know of any thread safe memory bounds tools to run on the arm ? [11:05] ogra: You mean omap3 versus omap? After yours and amitks explanation, I'm happy to keep it if it means any OMAP [11:05] At least 3 and 4 that is [11:05] ok [11:05] amitk: Hmm open(/dev/mem) :-) [11:05] just wanted to know if i need to take that into account for d-i [11:06] lool, yeah, it tries to run dmidecode :P [11:06] or parts of it at least which are copied into parted_devices [11:08] * ogra takes a break [11:11] lool: yeah, /dev/mem is so irresistible :) [13:14] ogra: do you know already if the parted fixes fix the problem? [13:15] amitk, still building with the fix [13:15] i'll test asap [13:15] but the parted build takes a while [13:16] ok [13:27] ogra: is the mobile IRC meeting cancelled today? [13:27] dmart, its in 30min [13:27] dmart, do you share calendars with asac ? he asked the same some mins ago :) [13:28] are there any popcon figures available for arm? [13:28] Oh, ... ah my calendar doesn't understand that meeting's in UTC don't move with daylight savings time [13:28] looked @ http://popcon.ubuntu.com/ and the latest seem to be dapper [13:28] ian_brasil, http://popcon.ubuntu.com/ [13:29] ian_brasil, i simply doubt anyone enabled popcon on the few armel installs we have [13:30] ogra, this could be quite useful..could this be encouraged in the installer? [13:37] amitk, fixed :) [13:38] Creating ext4 file system for / in partition #1 of SCSI1 (0,0,0) (sda) ... [13:38] :D [13:39] wohoo ... i'm in base-install [13:42] nice [13:43] ogra: nice! [13:44] and cjwatson already uploaded ... === Meizirkki_ is now known as Meizirkki [14:42] I have an ever-eating netbook-launcher running on my target. Now it has consumed 525M of ram, on a 256M system.... Anyone else seen this behaviour? [14:44] netbook-launcher ? or netbook-launcher-efl ? [14:44] (dont run the former on armel) [14:46] ogra, It's the efl version. It is the one started automatically [14:46] nosse1: I've not seen it take up that much, no. What version, and what are you running it on? [14:47] Now its 534M, so I suspect a leak. [14:47] ii netbook-launcher-efl 0.2.6-0ubuntu1 A lite version of netbook launcher written in EFL [14:47] * ogra has only seen netbook-launcher misbehave [14:47] but never efl [14:48] * nosse1 cant tell if it should behave this way or if its a leak [14:48] it shouldnt [14:49] Hmm. Its consuming 50% CPU constantly as well [14:49] nosse1: how long has it been running? [14:49] demo 894 58.8 67.8 538024 168144 ? RLl 13:36 77:41 /usr/bin/netbook-launcher-efl [14:51] I want to kill it, unless theres something you would like to know [15:06] nosse1: What version is it? I have had it running overnight on my systems and it is only using 56104k memory. [15:11] It's the 0.2.6-0ubuntu1 version [15:11] I updated this morning [15:17] ogra: uploading a 'final' kernel to people.canonical.com/~amitk/ti . Please test and let me know if you see anything untoward. I'll test it overnight here and upload first thing tomorrow morning. [15:17] amitk, ok, will do, thanks a lot for the awesome work the last days [15:17] It has OTG support plus some config fixes, everything else will have to go as SRUs [15:18] right [15:18] ogra: thank you :) [15:22] amitk, oh, we might need to have a uboot-mkimage dependency in linux-image-2.6.33-500-omap [15:22] apw, ^^^ [15:22] can that be added [15:23] ogra, i'll let amitk handlle that [15:23] ok [15:23] as i don't have an uptodate omap tree at the mo [15:23] morning [15:24] * Martyn is dissapointed .. TI has said there are no plans to bring an omap44xx beagleboard into play. *sigh* [15:24] and nVidia are completely out of tegra250's [15:29] lool: Thanks for reminding me about initrd being cramfs. It has been a long time since I debugged an initrd issue. [15:38] GrueMaster: it does seem to grow very gradually, I've been up for just about 30 min on this system and n-b-l-e is at 24164 RSS, if you are at 54k from overnight, that would indicate it seems to have grown over time, but it's hard to imagine it getting to 525M as nosse1 is seeing very soon at that rate [15:38] something has to be setting it off [15:38] nosse1: are you doing a lot from the console? anything you can think of that may have cause it to suddenly grow rapidly? [15:39] No, I just left the target while going for lunch [15:43] amitk, is your OTG fix supposed to fix that: http://paste.ubuntu.com/413681/ (i get it on an installed system) [16:02] Martyn, there will be no OMAP4 'BeagleBoard' but there will certainly be a low cost development board from us... just with a different name [16:03] cheer up :) [16:03] cpearson: Yeah .. but I will miss the compact cuteness of the beagleboard [16:03] um... let's say that it'll be about the same form factor and backwards compatible [16:03] * Martyn perks [16:11] Is is possible to install hooks on update-initramfs in order to generate uInitrd images? [16:12] How do you do it (i.e. workflow) when u-boot is involved [16:13] I'm not sure, but I think the kernel post install script does that for the dove kernels. [16:13] It may be easier to create a wrapper script. [16:14] nosse1, thast done by flash-kernel [16:14] nosse1, i'm working on getting that pieces sorted before thu. [16:15] cpearson: first day at the conference go well? [16:20] yes, just VERY long. The Ubuntu on ARM BoF didn't wrap up until 10pm [16:20] wow [16:21] sounds like lots of interest [16:21] Dave's talk was good, and our the Ubuntu on OMAP4 demo sparked a lot of conversation [16:21] sweet [16:27] * cpearson packs up and heads over to the conference [16:41] ogra: I fixed the dove netboot issue (well figured out what was wrong). Need a fix for debian-installer. See my post on bug 541399 [16:42] Launchpad bug 541399 in debian-installer (Ubuntu) "netboot image fails to boot. (affects: 1) (heat: 8)" [Medium,In progress] https://launchpad.net/bugs/541399 [16:42] * ogra reloads [16:43] GrueMaster, that proves my point ;) [16:43] ogra@osiris:~/Devel/branches/debian-installer/ubuntu$ grep INITRD_FS ./build/config/armel/dove/cdrom.cfg [16:43] INITRD_FS = initramfs [16:43] ogra@osiris:~/Devel/branches/debian-installer/ubuntu$ grep INITRD_FS ./build/config/armel/dove/netboot.cfg [16:43] ogra@osiris:~/Devel/branches/debian-installer/ubuntu$ [16:43] which conference? ELC? [16:44] So, it should be a very simple fix, right? [16:46] GrueMaster, committed [16:46] cool, thanks. === hrw is now known as hrw|gone [20:25] ogra: this oops occurs _after_ the install? === amitk is now known as amitk-afk