/srv/irclogs.ubuntu.com/2006/07/31/#ubuntu-kernel.txt

=== 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
darkbyteHi all !12:49
darkbyteAnyone 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:50
crimsunsorry, but the question's confusing. Why would you need to recompile the current Dapper kernel to use the current [Dapper]  l-r-m?12:52
darkbyteI 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
darkbyteIf I can rebuild the kernel only with the patched ide driver I don't need to touch enything else.12:54
crimsundo 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-m12:56
darkbyteI only need to comment 3 lines of code12:56
crimsunthen just recompile using the infrastructure you get via ``apt-get source linux-image-$(uname -r)''12:57
crimsunit's documented on the wiki (see topic) afair12:57
darkbyteI don't see this (glups) ...12:58
darkbytedownloading rith now, thanks crisum a try it ...01:00
darkbyteright, I try01:01
=== 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
crimsunBenC: 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.07:52
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel
TheMusoC08:31
=== 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
thomright, i guess i get to find out in a while whether i've fixed #37452 finally12:57
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
rodarvusBenC, ping01:19
=== 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
zulhey02:31
zulBenC: how was the tournament?02:49
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
BenCrodarvus: pong03:32
BenCzul: didn't play the tournament, just played for some cash03:32
rodarvusBenC, 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:33
rodarvusin both cases, missing include files03:34
rodarvusBenC, I talked with fabbione last week, but he wanted to talk to you, before adding/changing stuff on l-k-h03:34
rodarvusBenC, http://librarian.launchpad.net/3640193/buildlog_ubuntu-edgy-sparc.xorg-server_1%3A1.1.1-0ubuntu1_FAILEDTOBUILD.txt.gz03:35
rodarvusand03:35
rodarvus 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.o03:35
rodarvusIn file included from ../../src/evdev.c:66:03:35
rodarvus../../src/evdev.h:74:24: error: asm/bitops.h: No such file or directory03:35
rodarvus../../src/evdev.c: In function 'EvdevReadInput':03:35
rodarvus../../src/evdev.c:95: warning: format '%ld' expects type 'long int', but argument 6 has type 'unsigned int'03:35
rodarvus../../src/evdev.c: In function 'EvdevParseBits':03:35
rodarvus../../src/evdev.c:348: warning: implicit declaration of function 'set_bit'03:35
rodarvusmake[3] : *** [evdev_drv_la-evdev.lo]  Error 103:35
rodarvus(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:36
rodarvusthe two are rather serious: the first prevents xorg-server (and and thus *all* drivers) to be built on sparc03:40
rodarvusthe second basically prevents anyone from using evdev on current Edgy03:40
zulBenC: ah cool..03:40
BenCrodarvus: ok, I can fix that03:41
BenCrodarvus: bitops.h is a bogus include03:43
BenCwell, it is on some arch's anyway03:44
BenCon sparc, it's wrapped in __KERNEL__, so it's blank03:44
BenCif all it's using is set_bit(), then evdev should just define that locally using a generic one03:44
BenCrodarvus: look in include/asm-generic/bitops/atomic.h for a version of set_bit that evdev.c can use locally03:46
BenCrodarvus: as for kbio.h:03:47
BenC$ find include/ -name kbio.h03:47
BenC$03:47
BenCthere is no such file, so that definitely is bogus03:48
rodarvusBenC, so just remove asm/kbio.h from xorg-server, then?03:50
BenCyeah03:51
rodarvusBenC, I'll do it - thanks!03:51
infinityBenC: Have you tried to push -fno-stack-protector upstream yet?03:55
infinityBenC: It'd be swell if upstream sources built on the edgy toolchain unmodified by the time we release.03:56
BenCinfinity: someone grabbed it from Ubuntu source and sent it upstream, but I don't know if it got accepted03:58
=== BenC tries to install Ubuntu on his new OpenPower box
=== jbailey [n=jbailey@209.217.74.66] has joined #ubuntu-kernel
zulthere was a patch to fix the kernel so it can compile with ssp04:01
zulhey jeff04:01
jbaileyHeya Zul04:02
jbaileyThere was something you asked me the other day.04:02
jbaileyhmm04:02
zulthe xen stuff..04:02
jbaileyI replied, and someone else had stolen your nick  /me checks for logs.04:02
jbaileyRight!04:02
jbaileyI confused some guy because he wanted to know why a stranger was asking for straces of ls on his bsd system.04:03
zulhmmm..04:03
zulthats weird04:03
jbaileyI'll paste the conversation to you.  It was amusing.04:04
zulheh ok04:04
BenCI 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 nickserv04:06
zuljbailey: lol04:06
jbaileyBenC: Is that the auto-kick if you don't identify stuff?04:06
zulsame here..04:07
BenCjbailey: if I understand correctly, /m nickserv set secure on, makes it so you have to identify or you get /kill'd04:07
jbaileyNice!  I should set that.04:07
BenCI should let one of you guys take my nick for a minute to see if it works :)04:08
jbaileySure.  I'll use my jb-home account.04:09
=== jb-home [n=jbailey@209.217.74.66] has joined #ubuntu-kernel
BenC_jbailey: ok04:10
=== jb-home is now known as benc
benc-NickServ- This nickname is owned by someone else04:10
benc-NickServ- If this is your nickname, type /msg NickServ IDENTIFY <password>04:10
bencSo let's see. =)04:10
=== infinity waits...
BenC_it's been > 60 seconds04:11
infinityThis feature seems lacking.04:11
BenC_very04:12
=== benc clears his through and announces that the next upload will be a BSD kernel.
infinityYay!04:12
BenC_lol04:12
bencEven that wasn't enough to shock the system into working04:12
bencClearly defective.04:12
BenC_specially, darwin :)04:12
thomBenC_: 15:12 <thom> set kill on04:12
thom15:12 -NickServ(NickServ@services.)- Kill Protection is disabled on this network04:12
bencSuck04:12
=== benc is now known as jb-home
=== jb-home [n=jbailey@209.217.74.66] has left #ubuntu-kernel ["Ex-Chat"]
thomso i don't think secure on will kill, regardless04:13
zulneed to reboot again04:13
jbaileyzul: Send me the strace, please ;)04:14
BenCthat sucks because this same guy is always taking my nick if I disconnect for a half a day or more04:14
BenCand I /kill him everytime and he doesn't seem to get it...to not, like, use my nick and such04:14
jbaileythom, infinity: Hello btw. =)04:15
BenCmaybe he's just a masochist04:15
infinityBenC: Same thing happens to me.  Always the same guy as well.04:15
infinityBut in my case, I'm usually connected for weeks at a time.04:15
infinityAnd if I'm off for more than a few minutes, he's got my nick.04:15
BenCsame here...it's just times like when I travel04:16
infinityBizarrely antisocial behavious.04:16
infinitybehaviour, too.04:16
thominfinity: irc04:16
infinitythom: yeah, but it's not eactly efnet.04:16
BenChehe...efnet04:16
thominfinity: true 'dat04:16
=== BenC remembers those days
BenCit'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 channels04:17
infinityit's hard to give up one's channel list.04:17
infinityI have a 25 year old friend who still hangs in "#12-15teenz", cause he founded it (ironically, when we was 11)04:18
BenClol04:18
BenCthose are the kinds of channels just begging for pedaphiles :)04:19
infinityI'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
infinityTHough I made the same comment, when I first saw it on his channel list.04:20
zuljbailey: once i get it working :)04:21
BenCmdz: ping04:57
mdzBenC: pong04:57
BenCmdz: nm, you replied via email05:09
BenCthanks05:09
jbaileyBenC: 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:14
jbaileyBenC: 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
jbaileyI had planned this weekend to copy down the oops and post it.  Oh well.  =/05:15
=== kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-kernel
kbyrdmdz: just got your email.05:19
BenCjbailey: ok05:19
mdzkbyrd: welcome05:19
kbyrdthanks. 05:20
kbyrdSo, I completely misunderstood the l-r-m packages. I thought it was a single user-installable package containg a bunch of .ko files.05:20
BenCkbyrd: mostly it is, but we can create separate module .deb's from it if needed05:21
kbyrdperfect. 05:22
mdzkbyrd: 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 ABI05:22
BenCbut being built from a common source package means we can keep the ABI in sync more easily05:22
mdzkbyrd: what will complicate things is needing to keep things in sync as the kernel ABI changes05:23
kbyrdThat 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
mdzkbyrd: we handle that with metapackages built from linux-meta which pull in the rgiht versions05:23
mdzthis will mean two additional metapackages for the vmware modules, which is doable but not very convenient05:23
kbyrdSince 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:24
infinityFix the license to not require a click-through.05:25
infinityThat's the only thing preventing me from rolling it in.05:25
infinityCause I refuse to require a click-wrap on all of LRM, for the sake of one module.05:26
kbyrdI 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
infinity(Well, fix the license, fix your policy regarding the license, whichever. :))05:26
kbyrdinifinity: I agree. 05:26
infinityThe 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
kbyrdSo, we'll still have a click thru on vmware-player, just not on vmware-player-kernel. That work?05:27
infinityYeah, that would be fine.05:27
kbyrdYea, we're fighting that from that ground up.05:27
infinityI'd be happy to roll it into LRM as soon as we can do so, which was discussed in the dapper cycle.05:27
kbyrd(maybe we'll get the modules open sourced here if we get what we want).05:28
kbyrdbut not soon.05:28
infinityIt 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
infinity(Cause it would be pretty cool if we shipped the "right modules" out of the box for any of your products)05:28
kbyrdinfinity: 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
infinityYeah, I know, I've discussed this in the past. :)05:30
infinityBut it's a shame, that's all.05:30
kbyrdembarrassing actually.05:30
kbyrdWhen I've got a non-click thru vmware-player-kernel package source, should I just come back here?05:31
=== infinity nods.
kbyrdthanks all.05:31
BenCwow, 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'isms06:02
zulBenC: send me one and i can help ;)06:03
mdzBenC: 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-foo06:15
mdzBenC: also, can we make linux-686-smp and linux-k7-smp transitional packages now?  they seem obsolete06:16
BenCmdz: yeah, sounds good06:18
=== wesj [n=jwest@83.110.124.125] has joined #ubuntu-kernel
kbyrdinfinity: you around?06:28
kbyrdanyone 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 mod06:34
kbyrdules. 06:34
BenCkbyrd: if that's the case, then we can just pull it into lrm for edgy no problem06:43
kbyrdBenC: 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:45
BenCdoubtful that it will happen for dapper06:46
BenCI 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 there06:48
kbyrdBenC: hmmph. Ok, any way to get notified when an kernel ABI change is in the queue for Dapper before  it hits the repository?06:49
kbyrdThat "ever again" thing worries me. Since it happened twice pretty quickly so far. 06:51
kbyrdSince you said that out loud, it's sure to happen again ;-)06:51
BenCthat's because we had a lot of updates for dapper that just didn't make release06:51
BenCheh, well, even if it does, we always get it our within a day or two of the update, or likely at the same time now06:52
kbyrdCool, 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:54
BenCping zul, he did the last few uploads of the modules, which by law makes him responsible for everything after that with the package :)06:56
kbyrdNice, 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:58
BenCyou've experienced this development model before...excellent :)06:59
kbyrdI just msg'd zul, is his email @ubuntu.com as well?07:00
BenCzulcss@gmail.com I think07:01
zulor zulcss@ubuntu.com07:23
=== Lure_ [n=lure@153.5.60.234] has joined #ubuntu-kernel
zulsince when was i responsible :)07:26
thomBenC: wrt #37452 i at least have a built kernel with the two patches i mention. I'll test them tomorrow morning.07:39
BenCthom: ok07:42
zulBenC: oh yeah im entering in a tournament tonight07:43
BenCprivate or casino?07:43
BenCor online?07:43
zulcasinoish...its at a restatunt/bar07:44
zuli should last about an hour ;)07:44
BenCis it a freeroll?07:46
zulyeah07:50
BenCah, those are mainly an all-in fest07:53
BenCno skill involved :)07:53
zulyeah but i rather play live than online07:54
BenCplay tight...if you get aces, just go all-in, someone will call you07:54
BenCno doubt07:54
jbaileyBenC: Did you read about the world strip poker championships going on next month?08:09
jbaileyI have a feeling that's one tournament I wno't watch...08:10
zulif they have women in it i would watch08:10
BenCheh, I imagine I wont be watching it either :)08:10
BenCHigh Stakes Poker on Game Show Network has become my new Poker TV addiction08:11
BenCit's much more exciting and the game play is much more realistic to what you normally see in a live game08:11
BenCppl 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
jbaileyRight.  As opposed to "Let the bear win" type of strategy. =)08:12
=== Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel
mdzBenC: any reason to keep l-s-2.6.15 and l-r-m-2.6.15 around in edgy?08:38
BenCmdz: none08:47
mdzBenC: please request their removal via ubuntu-archive then, so that we don't forget before the release and pitti doesn't cry08:49
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
BenCmdz: ubuntu-archive@lists.ubuntu.com?08:50
mdzBenC: file it in Malone and subscribe ubuntu-archive to the bug08:50
BenCok08:51
BenCmdz: done08:55
mdzthanks08:56
zulouch...BLK_LOOP is compiled into the kernel09:26
=== 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
jbaileyBenC: Got a checkout of reasonably current upstream git handy and a sec to look something up for me?10:10
zullater folks10:11
jbaileyg'n chuck10:11
BenCjbailey: sure10:32
jbaileyBenC: I managed to trace it, sorry for the noise.10:33
BenCnp10:40
=== johanbr [n=j@jupiter.physics.ubc.ca] has joined #ubuntu-kernel
makxhmm bogl uses PAGE_SIZE inside of asm/page.h11:10
makxis that still exported?11:10
BenCthere's nothing in it11:15
BenCat least not on ppc11:15
makxyup it's failing to build on ppc debian buildd11:16
BenCPAGE_SIZE is a little ambiguous on ppc11:17
BenCdepends 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 sure11:18
BenCI suggest getpagesize(2)11:18
makxyup will do11:19
jbaileylive checks, good. =)11:21
=== mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!