=== johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-kernel === darkbyte [n=darkbyte@87.219.166.253] has joined #ubuntu-kernel [12:49] Hi all ! [12:50] Anyone knows how I can recompile the current dapper kernel without modifying version number (2.6.15-26-386) to be able to use the current restricted modules available ? [12:52] sorry, but the question's confusing. Why would you need to recompile the current Dapper kernel to use the current [Dapper] l-r-m? [12:54] I need to modify the ide-probe.c driver file to be able to use a Promise TX4 card with my VIA chipset motherboard. And I would to use as much as posible of the repository packages, as the linux restricted modules. [12:54] If I can rebuild the kernel only with the patched ide driver I don't need to touch enything else. [12:56] do said modifications to ide-probe.c export additional symbols or anything of the like? If so, you'll still need to bump the ABI, which means you'll end up recompiling l-r-m [12:56] I only need to comment 3 lines of code [12:57] then just recompile using the infrastructure you get via ``apt-get source linux-image-$(uname -r)'' [12:57] it's documented on the wiki (see topic) afair [12:58] I don't see this (glups) ... [01:00] downloading rith now, thanks crisum a try it ... [01:01] right, I try === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === BenC_ [n=bcollins@72.169.114.90] has joined #ubuntu-kernel === sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [07:52] BenC: hi, hope the tourney went well. The patches sent to the list should be applied to Dapper's and Edgy's linux-sources. There are enough fixes in alsa's tree that syncing the aoa driver to Edgy's linux-source is recommended. === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel [08:31] C === johanbr [n=j@d154-20-189-105.bchsia.telus.net] has joined #ubuntu-kernel === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-kernel === doko [n=doko@dslb-088-073-087-126.pools.arcor-ip.net] has joined #ubuntu-kernel === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-kernel === lfittl [n=lfittl@85-125-147-235.dynamic.xdsl-line.inode.at] has joined #ubuntu-kernel [12:57] right, i guess i get to find out in a while whether i've fixed #37452 finally === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel [01:19] BenC, ping === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [02:31] hey [02:49] BenC: how was the tournament? === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [03:32] rodarvus: pong [03:32] zul: didn't play the tournament, just played for some cash [03:33] BenC, I have two FTBFS, depending on (theoretical) updates to l-k-h, do you think you can spend some time on these issues today? (or soon) [03:34] in both cases, missing include files [03:34] BenC, I talked with fabbione last week, but he wanted to talk to you, before adding/changing stuff on l-k-h [03:35] BenC, http://librarian.launchpad.net/3640193/buildlog_ubuntu-edgy-sparc.xorg-server_1%3A1.1.1-0ubuntu1_FAILEDTOBUILD.txt.gz [03:35] and [03:35] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -Wall -Wall -g -O2 -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I../../src -MT evdev_drv_la-evdev.lo -MD -MP -MF .deps/evdev_drv_la-evdev.Tpo -c ../../src/evdev.c -fPIC -DPIC -o .libs/evdev_drv_la-evdev.o [03:35] In file included from ../../src/evdev.c:66: [03:35] ../../src/evdev.h:74:24: error: asm/bitops.h: No such file or directory [03:35] ../../src/evdev.c: In function 'EvdevReadInput': [03:35] ../../src/evdev.c:95: warning: format '%ld' expects type 'long int', but argument 6 has type 'unsigned int' [03:35] ../../src/evdev.c: In function 'EvdevParseBits': [03:35] ../../src/evdev.c:348: warning: implicit declaration of function 'set_bit' [03:35] make[3] : *** [evdev_drv_la-evdev.lo] Error 1 [03:36] (the second one was from xserver-xorg-input-evdev, which I didn't uploaded yet, due to the FTBFS be happening on all archs) [03:40] the two are rather serious: the first prevents xorg-server (and and thus *all* drivers) to be built on sparc [03:40] the second basically prevents anyone from using evdev on current Edgy [03:40] BenC: ah cool.. [03:41] rodarvus: ok, I can fix that [03:43] rodarvus: bitops.h is a bogus include [03:44] well, it is on some arch's anyway [03:44] on sparc, it's wrapped in __KERNEL__, so it's blank [03:44] if all it's using is set_bit(), then evdev should just define that locally using a generic one [03:46] rodarvus: look in include/asm-generic/bitops/atomic.h for a version of set_bit that evdev.c can use locally [03:47] rodarvus: as for kbio.h: [03:47] $ find include/ -name kbio.h [03:47] $ [03:48] there is no such file, so that definitely is bogus [03:50] BenC, so just remove asm/kbio.h from xorg-server, then? [03:51] yeah [03:51] BenC, I'll do it - thanks! [03:55] BenC: Have you tried to push -fno-stack-protector upstream yet? [03:56] BenC: It'd be swell if upstream sources built on the edgy toolchain unmodified by the time we release. [03:58] infinity: someone grabbed it from Ubuntu source and sent it upstream, but I don't know if it got accepted === BenC tries to install Ubuntu on his new OpenPower box === jbailey [n=jbailey@209.217.74.66] has joined #ubuntu-kernel [04:01] there was a patch to fix the kernel so it can compile with ssp [04:01] hey jeff [04:02] Heya Zul [04:02] There was something you asked me the other day. [04:02] hmm [04:02] the xen stuff.. [04:02] I replied, and someone else had stolen your nick /me checks for logs. [04:02] Right! [04:03] I confused some guy because he wanted to know why a stranger was asking for straces of ls on his bsd system. [04:03] hmmm.. [04:03] thats weird [04:04] I'll paste the conversation to you. It was amusing. [04:04] heh ok [04:06] I had to switch my nick to secure because if I'm off for > 12 hours, there's always this same guy that grabs my nick and I end up having to /kill him from nickserv [04:06] jbailey: lol [04:06] BenC: Is that the auto-kick if you don't identify stuff? [04:07] same here.. [04:07] jbailey: if I understand correctly, /m nickserv set secure on, makes it so you have to identify or you get /kill'd [04:07] Nice! I should set that. [04:08] I should let one of you guys take my nick for a minute to see if it works :) [04:09] Sure. I'll use my jb-home account. === jb-home [n=jbailey@209.217.74.66] has joined #ubuntu-kernel [04:10] jbailey: ok === jb-home is now known as benc [04:10] -NickServ- This nickname is owned by someone else [04:10] -NickServ- If this is your nickname, type /msg NickServ IDENTIFY [04:10] So let's see. =) === infinity waits... [04:11] it's been > 60 seconds [04:11] This feature seems lacking. [04:12] very === benc clears his through and announces that the next upload will be a BSD kernel. [04:12] Yay! [04:12] lol [04:12] Even that wasn't enough to shock the system into working [04:12] Clearly defective. [04:12] specially, darwin :) [04:12] BenC_: 15:12 set kill on [04:12] 15:12 -NickServ(NickServ@services.)- Kill Protection is disabled on this network [04:12] Suck === benc is now known as jb-home === jb-home [n=jbailey@209.217.74.66] has left #ubuntu-kernel ["Ex-Chat"] [04:13] so i don't think secure on will kill, regardless [04:13] need to reboot again [04:14] zul: Send me the strace, please ;) [04:14] that sucks because this same guy is always taking my nick if I disconnect for a half a day or more [04:14] and I /kill him everytime and he doesn't seem to get it...to not, like, use my nick and such [04:15] thom, infinity: Hello btw. =) [04:15] maybe he's just a masochist [04:15] BenC: Same thing happens to me. Always the same guy as well. [04:15] But in my case, I'm usually connected for weeks at a time. [04:15] And if I'm off for more than a few minutes, he's got my nick. [04:16] same here...it's just times like when I travel [04:16] Bizarrely antisocial behavious. [04:16] behaviour, too. [04:16] infinity: irc [04:16] thom: yeah, but it's not eactly efnet. [04:16] hehe...efnet [04:16] infinity: true 'dat === BenC remembers those days [04:17] it's strange that I can go on there every few months or so and see ppl that I used to chat with 6-7 years ago still hanging out in the same channels [04:17] it's hard to give up one's channel list. [04:18] I have a 25 year old friend who still hangs in "#12-15teenz", cause he founded it (ironically, when we was 11) [04:18] lol [04:19] those are the kinds of channels just begging for pedaphiles :) [04:20] I'm pretty sure no one in there is 12-15 anymore, since it's been the same group of friends from around the globe since its inception, and no one else seems to poke their heads in. [04:20] THough I made the same comment, when I first saw it on his channel list. [04:21] jbailey: once i get it working :) [04:57] mdz: ping [04:57] BenC: pong [05:09] mdz: nm, you replied via email [05:09] thanks [05:14] BenC: BTW, last kernel I tried on the G5 still had the sata_ whatever problem and the kernel panic (if you turn off quiet and splash) [05:15] BenC: Got magic smoke out the back of the power supply on Friday, though, so it might be a bit before I can test again. [05:15] I had planned this weekend to copy down the oops and post it. Oh well. =/ === kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-kernel [05:19] mdz: just got your email. [05:19] jbailey: ok [05:19] kbyrd: welcome [05:20] thanks. [05:20] So, I completely misunderstood the l-r-m packages. I thought it was a single user-installable package containg a bunch of .ko files. [05:21] kbyrd: mostly it is, but we can create separate module .deb's from it if needed [05:22] perfect. [05:22] kbyrd: currently it builds one binary package per kernel ABI containing kernel modules, plus a few extra things (like X drivers) which aren't tied to a kernel ABI [05:22] but being built from a common source package means we can keep the ABI in sync more easily [05:23] kbyrd: what will complicate things is needing to keep things in sync as the kernel ABI changes [05:23] That sounds like the right spot then. The player package we handed off to mvo builds both a binary and source package (so people can use module-assistant) [05:23] kbyrd: we handle that with metapackages built from linux-meta which pull in the rgiht versions [05:23] this will mean two additional metapackages for the vmware modules, which is doable but not very convenient [05:24] Since there is not vmware-server yet (our legal team is doing it's thing right now), what can I do to help get vmware-player-kernel in the l-r-m build? [05:25] Fix the license to not require a click-through. [05:25] That's the only thing preventing me from rolling it in. [05:26] Cause I refuse to require a click-wrap on all of LRM, for the sake of one module. [05:26] I didn't do the original player-kernel package, I didn't realize the player-kernel package had a EULA. That's not right. [05:26] (Well, fix the license, fix your policy regarding the license, whichever. :)) [05:26] inifinity: I agree. [05:27] The guy who originally did the packaging was told from on high that he had to do it that way. He also violently disagreed with the whole idea. [05:27] So, we'll still have a click thru on vmware-player, just not on vmware-player-kernel. That work? [05:27] Yeah, that would be fine. [05:27] Yea, we're fighting that from that ground up. [05:27] I'd be happy to roll it into LRM as soon as we can do so, which was discussed in the dapper cycle. [05:28] (maybe we'll get the modules open sourced here if we get what we want). [05:28] but not soon. [05:28] It would be amazingly cool if the modules were not only open-sourced, but shared a common code-base between player/workstation/server, but that'll be a while to co-ordinate, I suspect. [05:28] (Cause it would be pretty cool if we shipped the "right modules" out of the box for any of your products) [05:30] infinity: For us, those are two different problems. VMware has never had a good, co-install story. The code is all very similar, just different branches for QA / support reasons. [05:30] Yeah, I know, I've discussed this in the past. :) [05:30] But it's a shame, that's all. [05:30] embarrassing actually. [05:31] When I've got a non-click thru vmware-player-kernel package source, should I just come back here? === infinity nods. [05:31] thanks all. [06:02] wow, we are totally not ready to have ubuntu work on pSeries machines...having trouble even doing a boot with our stuff that expects a lot of mac'isms [06:03] BenC: send me one and i can help ;) [06:15] BenC: any objection to me tightening the linux-meta dependencies as discussed? it only affects the top-level metapackages which depend on -image-foo and -restricted-modules-foo [06:16] BenC: also, can we make linux-686-smp and linux-k7-smp transitional packages now? they seem obsolete [06:18] mdz: yeah, sounds good === wesj [n=jwest@83.110.124.125] has joined #ubuntu-kernel [06:28] infinity: you around? [06:34] anyone else then... Earlier, infinity said the thing holding up vmware-player-kernel being built as part of l-r-m was that it had a click-thru EULA. I just downloaded the package and checked it out. I found nothing requiring user interaction. I bet we had something like this originally, but it's not in the current version. There is still a click-thru EULA for vmware-player, just not the kernel mod [06:34] ules. [06:43] kbyrd: if that's the case, then we can just pull it into lrm for edgy no problem [06:45] BenC: 1) Can one of you confirm I'm not crazy? If I'm wrong, I'd rather find out now and fix it now. 2) Is there any way to get it done before the next kernel ABI update for Dapper? [06:46] doubtful that it will happen for dapper [06:48] I just need to add vmware modules to my list of things to update for dapper kernel ABI bumps...but since those wont happen very often (if ever again), then I don't expect it to be a problem there [06:49] BenC: hmmph. Ok, any way to get notified when an kernel ABI change is in the queue for Dapper before it hits the repository? [06:51] That "ever again" thing worries me. Since it happened twice pretty quickly so far. [06:51] Since you said that out loud, it's sure to happen again ;-) [06:51] that's because we had a lot of updates for dapper that just didn't make release [06:52] heh, well, even if it does, we always get it our within a day or two of the update, or likely at the same time now [06:54] Cool, thanks. Ok, last thing for now. Is someone looking at my *-9 update that I sent last week? That'll fix the bug about module-assistant builds not working. [06:56] ping zul, he did the last few uploads of the modules, which by law makes him responsible for everything after that with the package :) [06:58] Nice, sort of like when I comment on some code in our source. I'm forever destined to fix all future bugs about it even it it's not my code. [06:59] you've experienced this development model before...excellent :) [07:00] I just msg'd zul, is his email @ubuntu.com as well? [07:01] zulcss@gmail.com I think [07:23] or zulcss@ubuntu.com === Lure_ [n=lure@153.5.60.234] has joined #ubuntu-kernel [07:26] since when was i responsible :) [07:39] BenC: wrt #37452 i at least have a built kernel with the two patches i mention. I'll test them tomorrow morning. [07:42] thom: ok [07:43] BenC: oh yeah im entering in a tournament tonight [07:43] private or casino? [07:43] or online? [07:44] casinoish...its at a restatunt/bar [07:44] i should last about an hour ;) [07:46] is it a freeroll? [07:50] yeah [07:53] ah, those are mainly an all-in fest [07:53] no skill involved :) [07:54] yeah but i rather play live than online [07:54] play tight...if you get aces, just go all-in, someone will call you [07:54] no doubt [08:09] BenC: Did you read about the world strip poker championships going on next month? [08:10] I have a feeling that's one tournament I wno't watch... [08:10] if they have women in it i would watch [08:10] heh, I imagine I wont be watching it either :) [08:11] High Stakes Poker on Game Show Network has become my new Poker TV addiction [08:11] it's much more exciting and the game play is much more realistic to what you normally see in a live game [08:12] ppl watching World Poker Tour and WSOP tend to think you play poker just like those guys, but it's a totally different situation than most poker games that ppl play :) [08:12] Right. As opposed to "Let the bear win" type of strategy. =) === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel [08:38] BenC: any reason to keep l-s-2.6.15 and l-r-m-2.6.15 around in edgy? [08:47] mdz: none [08:49] BenC: please request their removal via ubuntu-archive then, so that we don't forget before the release and pitti doesn't cry === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel [08:50] mdz: ubuntu-archive@lists.ubuntu.com? [08:50] BenC: file it in Malone and subscribe ubuntu-archive to the bug [08:51] ok [08:55] mdz: done [08:56] thanks [09:26] ouch...BLK_LOOP is compiled into the kernel === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-kernel === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel [10:10] BenC: Got a checkout of reasonably current upstream git handy and a sec to look something up for me? [10:11] later folks [10:11] g'n chuck [10:32] jbailey: sure [10:33] BenC: I managed to trace it, sorry for the noise. [10:40] np === johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-kernel [11:10] hmm bogl uses PAGE_SIZE inside of asm/page.h [11:10] is that still exported? [11:15] there's nothing in it [11:15] at least not on ppc [11:16] yup it's failing to build on ppc debian buildd [11:17] PAGE_SIZE is a little ambiguous on ppc [11:18] depends on 32-bit or 64-bit kernel, so even if it's 32-bit userspace, if you are really concerned about what the kernel is using, then you cannot be sure [11:18] I suggest getpagesize(2) [11:19] yup will do [11:21] live checks, good. =) === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel