=== ApOgEE__ is now known as ApOgEE- === Stskeepie is now known as Sts|office [09:33] Hi. Yesterday I played the whole day long to build a rootfs with the build-arm-rootfs script. I modified the script so that it stops right before running qemu so that I can run qemu-system-arm interactively to see whats going on. While everything seems to work I still have no working network inside qemu. Since I was running qemu inside a vmware image which might have caused network problems, I'm now running qemu natively on ubuntu hardy. The result is sti [09:33] ll the same: Inside the arm image I get an IP address and nameserver from QEMU over DHCP. I can even connect to machines on the LAN and on the internet. However, DNS resolving does not work. On the guest image qemu's nameserver (10.0.2.3) is used for resolving. Interestingly it can resolve DNS names for the hosts on the LAN. However, external addresses (like www.google.com for example) are not resolvable. I also tried to use a real DNS server (by putting [09:33] it into /etc/resolv.conf on the guest instead of the qemu DNS server), but the result is still the same: LAN DNS names are resolved, but internet DNS names are not. Any ideas ? [09:42] Nice, I just got it working by using my ISPs DNS server instead of the LAN DNS server (which does DNS caching and forwarding to my ISPs DNS server). [09:46] mne, Excellent to hear you got it working. Perhaps an issue with NAT and your local DNS server? [09:50] Hmm, I don't know. I never had problems with it with vmware. However, since vmware's networking is completely different, it still might be some LAN DNS issue. Anyway, I'm happy now ;) It took me a whole day to figure it out :P [10:02] mne: You might want to tcpdump the actual network traffic to see why the DNS answers work for internal hosts but not public ones === Nicke_ is now known as Nicke [10:04] tcpdump on the host running qemu ? or on the guest ? [10:07] i guess the DNS forwarder in vmware simply doesnt DTRT [10:19] mne: On the host would work better [10:19] mne: ah you're running qemu in vmware? that's heavey [10:20] yes he does :) [10:22] not now. But that's what I tried yesterday. Sure it brings heavy performance issues, but the idea was to have an embedded vmware development image which contains everything necessary. qemu is only used to create the rootfs anyway [10:58] mne, so just build a qemu image natively and convert it [10:58] morning persia [10:59] Hey Stskeeps [10:59] how is it going? [11:01] I'm *way* behind on documentation, but at least I think I know what needs writing at this point. [11:02] And I've discovered the drawback with attaching a computer directly to one's brain: it takes a whlie for the brain to understand how to use it :) [11:02] For you? [11:02] hehe.. i'm playing with my newly donated freerunner and being amazed at how effective chinese gadget lovers are in finding 3rd party firmware for their devices :> [11:02] heh. [11:03] 12 hours after a silent notice of a smartq5 firmware image on the mer list, it ends up with it's own blurry phots and huge rumours etc [11:03] :> [11:03] The language barrier is significant, but there's a lot of good hackers there. [11:03] yeah [11:06] but anyway, if there's more you'd like to discuss regarding the mer-karmic idea, i'm around the next 4 hours :) [11:08] I think we covered the basics. Basically, Mer needs lots of packaging review, Ubuntu needs lots of patches, and we both need to have a good understanding of the definition of "upstream" for some of the components. [11:08] yep [11:08] Until I can effectively document that, and get some traction on the packaging review, I'm not sure how much you guys can do. [11:08] *nod* [11:09] (unless you have some secret plan that gets a clean definition of "upstream") [11:09] nop, as convulted as ever :P [11:09] +u [11:09] I'm hoping that with the packaging review, we can define some available blobs that can be "upstream", and then use that as a guideline. But I'm not sure how cleanly that will work... [11:11] yeah. i'm meeting with the nokians at the end of the month and i hope to discuss things with them to [11:11] o [11:11] That'd be excellent. [11:11] ( http://wiki.maemo.org/MozillaMaemoDanishWeekend ) [11:12] Personally, I'd like to see Mer/Ubuntu be just a set of patches laid on top of what Nokia is providing for some of the core applications, and restricting that set to stuff that doesn't have another upstream, but I'm not sure how viable that is for them. [11:13] persia, lool, you might want to drop someone from ubuntu there too ^ [11:13] suihkulokki, bad timing [11:13] yeah, just after UDS? :P === mcasadevall is now known as NCommander [11:13] well, at least libhildon and other key components are developed in the open now so it's a good start [11:14] Indeed. And I'm guessing that the output of the MID-is-Mer discussions can be input to that. [11:16] we're basically getting some of the people making direction for mer together there (nokia has sponsored quite a fair bit of travel and such, which is very nice.) [11:16] so yeah, using UDS as input for our discussions there could be good :) [11:17] I don't suppose you'll be at UDS, will you? [11:17] sadly i won't, i'm already booked enough out this month, cph meeting and a exam a week after that meeting [11:18] Makes sense. [11:21] we have completed our migration into OBS now so we can start cleaning up packages/finding .orig.tar.gz's and such more easily as well, and we'll do that in our 0.14 [11:23] That's the May-June cycle? [11:23] 3 weeks from monday, yeah [11:23] we're releasing 0.13 on monday so :) [11:24] Ah, so that's the same timeframe that I need to have everything documented (well, my deadline is the 24th), so there's an opportunity for parallelisation there :) [11:24] hehe, alright [12:39] Stskeeps, suihkulokki: I was aware of the event, but it conflicts with UDS for me :-/ [12:39] was it in barcelona or how was it? [12:39] I'm leaving my home for two weeks and returning the 30th, wouldn't want another event immediately after that, and I will be tired anyway [12:39] Stskeeps: It's in barcelona in 10 days or so [12:39] k [12:42] curious, is UDS open? i think we might have a barcelona based guy [12:43] ah, nevermind - madrid instead [13:00] Stskeeps, UDS is completely open to the public, yes. [13:00] k [13:01] It's past the deadline to request subsidies for travel or lodging, but more people would *definitely* be welcome. [13:05] i'll see what he says, might be useful to have a mer guy around if you're going to discuss mer & karmic [13:07] Very much so. Even if nobody can get there physically, there's VoIP, and I'd hope that a couple people could attend the Mer session. [13:07] *nod* [13:14] Hi. Which arm cross compiler toolchain do you use ? I found various toolchains on the net, which one can you recommend ? [13:14] mne, None. It's all native builds. [13:15] you build natively on arm ? Isn't that terribly slow ? [13:17] I found this on the ubuntu wiki: https://wiki.ubuntu.com/Toolchain/Crosscompilers/ARMEABIToolchain [13:18] It's not so bad, if you have fairly fast build machines. [13:19] And there's advantages to native build, like being able to build code-generating source, etc. [13:19] Hmm ok. My board (at91sam9260 @ 200MHz) is definitely too slow :) [13:20] heh, yeah, that might take a while to build something like openoffice :) [13:21] btw, on ubuntu, is there a general config file for make or an environment variable so that make always uses a specified number of jobs (i.e. 4 for a quad core cpu) ? [13:21] kinda. [13:21] So, the build is always controlled by the debian/rules makefile. [13:21] But most of the better debian/rules files support certain variables, like the number of parallel make jobs to run. [13:22] In which case, they are built with numcpus+1 [13:22] But it really depends on the package. [13:22] cool. So if it doesn't work I'll just change the parameters in debian/rules. thanks. === amitk_ is now known as amitk [15:46] NCommander: are you there? [15:47] persia ogra: hi [15:48] Hey ScriptRipper [15:48] ScriptRipper, don't I know you from somewhere? [15:48] oh! right from opensuse build service [15:49] ScriptRipper, yeah, I'm here [15:50] * NCommander has one MASSIVE migrane this morning ;.; [15:50] due to ubuntu 9.04 *lol* [16:07] ScriptRipper, actually, due to gcc-4.4 [16:08] (and a few other nameless things :-/) [20:14] I dont seem to have /lib/modules ... what could possibly be wrong? [20:15] I mean its empty [20:41] pro-rsoft, What kernel do you have installed? [20:41] I had 2.6.28-oer17 installed [20:42] but nvm I solved the issue [20:42] it installed modules.dep somewhere else so I just symlinked [20:42] next problem: lsmod shows empty [20:42] Well, that just means no modules happen to be loaded. [20:42] hmm ok [20:42] so I need to load them using modprobe right? [20:42] persia, where can I get a list of available modules to insert? [20:43] As much as I generally recommend finding a kernel somewhere, as the distro kernels support so few devices, you'll do well to find a kernel that matches the install layout, etc. of the Ubuntu kernels. [20:43] yeah [20:43] Well, given that I know *nothing* about the kernel you're using, I don't have any answer. I'd start by looking at the files that came with the kernel. [20:43] ok [20:44] ah I see [20:44] thanks === playya_ is now known as playya__ === playya__ is now known as playya1 === playya1 is now known as playya [22:01] is mplayer for arm already packaged? i find references to it but not the actual mplayer package.... [22:03] mcm_, Looks like build failures. https://launchpad.net/ubuntu/+source/mplayer/2:1.0~rc2-0ubuntu19/+build/889104 is the latest build record. [22:03] We don't tend to do arch-specific packages, so any package available for any architecture *should* be available for all architectures. [22:04] There are some exceptions, but those often represent bugs needing to be fixed in the package, rather than a need for additional packaging. [22:05] indeed, the way it is as original debian. [22:05] Precisely. [22:05] The mechanisms are entirely parallel: use of Architecture in debian/control, and an override file. [22:06] but since 9.04 is released, a successful build of mplayer, will it get into the 9.04 rep? [22:06] mcm_: you'll wat to build a mplayer specific for your hardware features [22:07] suihkulokki, Is there a reason not to do multiple runs of the mplayer build, as is done for ffmpeg? [22:08] I'd think that'd be more useful than everyone doing a custom build, or doesn't mplayer permit that sanely? [22:08] persia: yes you could do that, but it doesn't exist yet, so mcm will need to compile it himself :) [22:09] I guess. [22:09] suihkulokki: ok. [22:10] i was currently checking the failed build log of mplayer. to see where it failed... [22:12] persia: & suihkulokki: thanks... [22:13] mcm_, If you do find out how to fix the build failure, please report a bug with a patch. While it's too late for Jaunty, it would be nice to get this into Karmic. [22:15] with my newbee knowledge on arm procs, it looks like build machine problem... [22:15] armv4l/dsputil_arm_s.S:79: Error: selected processor does not support `pld [r1]' [22:17] Well, that's one way to describe it. Another might be that the capabilities detection leaves something to be desired. [22:17] (or maybe we just need better buildds)