=== bizkut_ is now known as bizkut === kedars_ is now known as kedars [07:57] is the samba package for ubuntu-arm built with "--disable-largefile", how can I find out? [07:58] if that option is not set, there is a problem seen while copying large files where it dumps the error "Network name no longer exists" [08:17] you could check the rules dir in the package [08:18] source package, that is [08:35] kedars: or you can run smdb -b :) [08:47] kblin: thanks :) I'll look at it [12:19] ogra: just to pick up where I left off yesterday, even if I supply my bb with power from my PC's USB port instead of from the powered hub things seem to blow up [12:19] ogra: how many amps does your psu put out? [12:19] phew, no idea [12:20] 0.5 or 1 i guess i dont have it handy [12:20] kblin: what board is this? [12:21] beagle [12:21] yeah, a B6 beagle [12:23] I'm seeing the same issues on a C3 beagle as well [12:24] since the usb port can't output more than 500mA, that is probably what the PSU outputs [12:38] yeah, I guess so [12:39] anyway, it seems like using an external power source for the board didn't help with the flaky disk drive issue [12:40] and I can't test if the angstrom 2.6.28 kernel fixes the issue because angstrom refuses to boot at all [12:40] the joys of being at the bleeding edge, I guess [12:40] I hope the sheeva will cause less fuss [12:57] ogra: Do you know how to build your own dove kernel from git? [12:58] lool, no, i used the huge ugly patchset for mine with an upstream tarball [12:58] I don't understand [12:58] lool, but afaik bjf should have somethng basically ready in his tree [12:59] lool, we had the patchset against 2.6.30 [12:59] ok so you do know how to build the dove kernel from sources? [12:59] i downloaded a tarball from kernel.org, applied the patchset and applied the defconfig for Y0 [12:59] and then used amits reciepe to roll a zImage with codesourcery === cbrake_away is now known as cbrake [13:00] ogra: So you do know how to build a kernel from source? [13:00] make uImage you mean ? [13:00] Yes [13:01] Sometimes it feels I'm speaking chinese :) [13:01] yes, took me a while to adjust all vars for codesourcery iirc [13:01] ogra: Would you be able to build an uImage from latest tip of ubuntu-karmic.git's arm branch? [13:01] well, i dont get what you are targeting, indeed i know how to type make [13:03] i can try that, do you have the runes for the right git branch for me ? [13:03] is it just "arm" ? [13:04] ogra: Actually wrong branch hold on [13:04] hrm, why do we call one "arm" and the other has a vendor and SoC name ? [13:04] I see the commit isn't there [13:04] ogra: Ah you wonder as well [13:04] i see a lot of dove stuff in http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-karmic.git;a=shortlog;h=refs/heads/arm [13:04] It's a well garded secreat [13:04] warning: remote HEAD refers to nonexistent ref, unable to checkout. [13:04] * lool sighs [13:04] oh man [13:05] Changed package name to linux-arm ??? [13:05] * ogra shakes head ... [13:05] ogra: So you want another tree actually [13:06] bjf didn't merge it yet [13:06] yeah, looks like [13:06] You want ubuntu:marvell/dove-kernel/.git [13:06] marvell-dove-2.6.31-rc4 branch [13:06] (Don't ask) [13:06] ogra: Would you be able to build an uImage from there and see whether that fixes the unstability issues [13:07] ogra: Actually I'm starting to wonder whether NCommander should do it since he does Marvell stuff [13:07] he should, but i dont know if he will be around [13:07] why not? [13:07] i need to set up my dove again anyway and while waiting for rtg to finish the imx51 meta i can well do something different [13:08] he said something about driving to/from his parents the beginning of the week [13:08] Hmm ok [13:08] But we're like Tuesday [13:08] not sure that applied only to monday or to more days [13:08] i'm never sure when he says something like that [13:08] ogra: the 'arm' branch will get renamed to mrv-dove [13:08] amitk, ah [13:10] bjf is working on cleaning it up, rebasing, fixing up the configs, etc. [13:15] * ogra sighs about git [13:18] git is like latin ... i know why i had french at school ... [13:23] nah [13:23] you can actually learn git in under three years [13:23] heh [13:23] and once you learned it, it's useful [13:23] now thats something i doubt [13:24] ogra: You're stuck? [13:24] at least for me it is. most projects I work on use it [13:24] no, but it seems to take the rest of the day to check out [13:24] Receiving objects: 17% [13:24] ogra: You don't have any other linux tree around? [13:25] not a git one [13:25] I use git clone --reference ~/git/linux/torvalds/linux-2.6 ubuntu:marvell/dove-kernel/.git [13:25] i usually use trabals, that have striped git afaik [13:25] *stripped [13:25] sigh, what am i typing today [13:25] ogra: I recommend you keep at least one git tree around [13:26] i usually refuse to use git, but if you think it helps :) [13:26] ogra: You can download a tarball from the tip of that branch from kernel.u.c if you like [13:27] well, its at 30% now ... i'll just leave it running and wont wipe it [13:29] amitk, do you have any idea if the packaging of that branch is actually properly adjusted for uboot already (running make uImage instead of zImage) ? [13:30] if not we should do that [13:30] ogra: uImage is actually supported in upstream kernels IIRC [13:30] it just requires uboot-tools or some such thing to be installed [13:30] yes, i know i build them like that if i dont use debuild [13:30] i was talking about the package [13:30] ogra: oh, that is yet to be fixed. bjf knows about it though. [13:30] it should depend on uboot-mkimage and run make uImage by default [13:30] ah, k [13:31] i just wanted to know what it spits out in the end [13:32] lool, do you have an idea why NCommander needed to run initramfs through uboot-mkimage to make it work ? i have never seen that [13:33] ogra: Just run make uImage instead of make zImage [13:33] lool, well, i was attempting to run debuild :) [13:33] (once its downloaded) [13:33] ogra: NCommander says we want to pack the initramfs with the kernel in a single uboot image; I don't think we want that [13:33] right [13:34] ogra: You can't debuild from the marvell tree I think [13:34] to me he was talking about uInitrd or something [13:34] the commit logs looked like it, we'll see, i'll take a look at the debian dir before firing off the build [13:46] ogra@osiris:/var/build/kernel/git/ubuntu-karmic$ grep Package debian/control.d/flavour-control.stub [13:46] Package: linux-mrv-dove-PKGVER-ABINUM-FLAVOUR [13:46] well looks like it at least knows about a binary package [13:58] hrm, there doesnt seem to be any config in the packagin [13:58] g [14:00] lool, any special config you like me to use ? http://paste.ubuntu.com/251347/ [14:00] i'll just go with dove_defconfig if you dont suggest anything different [14:01] ogra: Not for this testing [14:01] The only changes are code changes [14:01] ok [14:03] ah, NCommander is around [14:04] gah, make oldconfig asks a million of questions [14:05] * ogra just hits enter on all of them for now [14:05] assuming the defaults are ok [14:09] ogra, we have dove kernels :-)? [14:09] mcasadevall, a tree [14:16] mcasadevall, http://people.canonical.com/~ogra/arm/dove/ if you want to test a binary [14:17] ogra, from our kernel team? [14:17] woo! [14:17] just built from our tree, yes [14:18] no idea how well it works, there were some config questions i just hit enter on without caring much [14:20] mcasadevall, would be nice if you could give it a shot, i have to wire up my HW first [14:21] ogra, you built targetting the Y0, right? [14:21] i used defconfig_dove, should work [14:35] ogra, that doesn't tell me if your getting the Y0 or Z0 board ;-) [14:36] there is no specific Y0 config so it should be fine [14:36] just try it please [14:37] ogra, I am, just give me a bit to get my board setup again [14:37] * mcasadevall is still digging for his USB-serial adapter [14:37] heh, well, then i can do it myself [14:37] * ogra was hoping you had yours set up already [14:37] ogra, mine is setup, but I took its ethernet and serial-USB adapter before I left to Berlin [14:38] I got in about 03:00 his morning, so I went to bed after sending the IRC mobile meeting email [14:45] ogra: Instead of hitting enter use silentoldconfig [14:45] ogra: Did you pass ARCH=arm? [14:45] lool, ok, next build [14:45] indeed i did [14:45] else the crosscompiler would freak out ;) === Meizirkki_ is now known as Meizirkki === bizkut-miau is now known as bizkut