/srv/irclogs.ubuntu.com/2006/09/21/#ubuntu-kernel.txt

mjg59zul: The stuff in drivers/ata is just stuff that used to be in drivers/scsi12:16
mjg59Do we have an lspci for the systems in question?12:16
mjg59I suspect we need http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=15e0c694367332d7e7114c7c73044bc5fed9ee4812:19
=== fmasi [n=fmasi@20150212063.user.veloxzone.com.br] has joined #ubuntu-kernel
zulill push a patch tonight12:29
=== mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel
=== BenC [n=bcollins@72.169.114.90] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
desrtBenC; poke.01:04
BenCdesrt: peek01:04
desrtBenC; -8 fixes my laptop's ability to wake from sleep01:04
desrtbut it also breaks its ability to sleep most of the time01:04
BenCanything in dmesg as to why it fails?01:05
desrtgets stuck at the 'Switching to UP code' message from smp alternatives01:05
desrtnothing past that01:05
desrtthe system is almost entirely useable at this point, though01:05
desrtlike, i can still do stuff....01:05
desrtit's like it gets stuck at something in the middle of bringing itself down01:05
desrtand the echo 3 > /proc/acpi/sleep D-states01:06
desrtit works sometimes . doesn't work others.  not sure what it is01:06
desrtbasically just wondering if you have a guess before i start sticking printk's everywhere01:07
desrtalso: do you know a way to figure out what address a process in-kernel is currently executing at?01:07
mjg59desrt: alt+sysrq+t should still dump kernel threads01:08
desrti figure since the 'echo' is getting wedged in D-state the kernel must handling the shutdown in context of that process.... so wherever that process is executing in the kernel is probably a good guess01:08
desrtmjg59; no sysrq key here :)01:08
desrtmjg59; and it's not a kernel thread01:08
mjg59Oh, I see what you mean01:09
desrtkernel executing on behalf of a normal process01:09
mjg59Erm. I /think/ alt+sysrq+t will still do what you want01:09
mjg59And I think there's somewhere in /proc where you can set the keycode01:09
desrtis there any way to key that on a system without sysrq?01:09
desrtcool01:09
desrti'd like to avoid the recompile if possible :)01:09
mjg59Hm. Maybe not.01:10
mjg59You might need the recompile.01:10
desrtbah01:10
desrtbtw... do you know why capslock has stopped working?01:10
mjg59Nope01:10
mjg59Could be the new keymap stuff01:10
desrtwithout vbestate hitting capslock was the only way to tell the diff between a working-but-invisible system and a crashed one01:11
desrtyou know01:12
desrti wonder if this is another incorrect-lpj symptom.....01:12
mjg59Could be01:12
mjg59Worth giving it a go01:12
desrtit's not happening anymore01:12
mjg59The failure?01:13
desrtheh01:13
desrttake that back01:13
desrtit just happened again01:13
desrtk.  the shellscript is in state D+01:13
mjg59My suspicion is that it's just stuck in the refrigerator01:14
mjg59That'll loop several times before it gives up01:14
desrti wonder if i can mine the data that i need from proc01:14
desrtwhat is the fridge?01:14
desrtprocess-freezer?01:14
mjg59Yeah01:14
desrti may just be impatient... but i think it gets stuck here for good01:15
mjg59What does dmesg have?01:15
desrtgets stuck at the 'Switching to UP code' message from smp alternatives01:15
desrtnothing past that01:15
desrtbefore that i have only:01:15
desrtFreezing cpus...01:15
desrtCPU 1 is now offline01:15
desrtso it certainly makes sense that it's proably trying to freeze processes next01:16
desrtthis is interesting01:16
desrti have two kernel threads called [kstopmachine] 01:16
desrtone is sleeping anti-nice01:16
desrtthe other is an anti-nice zombie01:16
desrt(the worst kind of zombie you could encounter, really)01:17
=== doko__ [n=doko@dslb-088-073-084-028.pools.arcor-ip.net] has joined #ubuntu-kernel
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel
desrtso many damned modules01:30
=== human_blip [n=mike@220.157.65.29] has joined #ubuntu-kernel
mjg59BenC: Have we lost the PCI express stuff for bcm43xx again?01:50
BenCmjg59: Nope, I checked it today01:50
mjg59BenC: Hm.01:51
mjg59We don't have the PCI IDs01:51
BenCthat's the CORE_NEW stuff, right?01:51
mjg59Yeah01:51
mjg59"Unsupported 80211 core revision 10"01:52
mjg59So bits of it are gone, at least01:53
BenC-       { PCI_VENDOR_ID_BROADCOM, 0x4312, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},01:54
BenCI think that's the one01:54
BenCFixed now01:55
mjg59No, it's not just the IDs01:56
BenCthe COMMON_NEW bits are still there, maybe I missed something else01:58
BenCmjg59: I have the PCIE changeset, and am cherry-picking it back into head02:05
mjg59BenC: Which PCIE changeset?02:05
mjg59I'm just testing the one that's going upstream02:06
mjg59Rather than my slightly hacky one02:06
BenCcommit 8ffedd7b606cc085fbfb11019f2794c8a94bb5e902:07
BenCAuthor: Matthew Garrett <mjg59@srcf.ucam.org>02:07
BenCDate:   Wed Mar 8 09:43:00 2006 +000002:07
BenC    [PATCH]  Broadcom wireless patch, PCIE/Mactel support02:07
mjg59Yeah02:07
mjg59Drop that one02:07
mjg59Hang on a couple of minutes02:07
desrtneat fact: a system that fails to sleep won't shutdown anymore02:08
BenCmjg59: damnit, I already cherry-picked it :)02:12
BenCcurse the fast and convenient source control system02:12
mjg59Heh02:13
mjg59Revert it, then :)02:13
BenCdone, just email me your patch and I'll get it in tonight for the 1am upload :)02:16
mjg59Hm.02:17
mjg59So the one I've got doesn't quite seem to work...02:17
=== mjg59 looks closer
zul1am upload?02:18
zulick..02:18
=== TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel
=== rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-kernel
=== TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel
mjg59Hm. No interrupts02:28
mjg59I'm /sure/ I've fixed this before02:29
desrti hate my macbook02:29
desrtit's as if inserting the printks fixed the problem02:29
mjg59Whereas mine works02:34
mjg59Hm02:34
=== mjg59 looks more closely
=== _human_blip_away [n=mike@220.157.65.29] has joined #ubuntu-kernel
desrtyour macbook?02:35
mjg59I don't have a macbook02:36
mjg59Sorry, my bcm patch02:36
desrtlucky bastard.02:36
desrtwhatever02:37
mjg59BenC: Oh, bugger it02:37
=== desrt jsut runs his instrumented kernel
mjg59BenC: Ignore me, merge my patch again, it has the advantage of working :)02:37
desrtnext time it screws up i'll at least have the debugging there02:37
mjg59BenC: But can you add 0x4311 as well as 0x4312?02:37
BenCyeah02:38
mjg59No idea why this doesn't work, but the upstream one just never gets any interrupts02:39
mjg59Mine's incorrect in places, but does work02:39
BenCmjg59: all done02:42
mjg59BenC: I didn't see the patch from #53910?02:44
BenCit's in git02:45
BenCshould be, I know I grabbed it02:46
mjg59Can't see it on gitweb02:46
BenCput it in dapper too02:46
mjg59Ah02:46
mjg59It's under "update configs"02:47
mjg59Your commit messages suck :)02:47
BenCoh, that's right02:49
BenCI did a git-update-index on it, forgetting I had a huge update under debian/*02:49
=== fmasi [n=fmasi@20150212063.user.veloxzone.com.br] has joined #ubuntu-kernel
BenCmjg59: I added a patch to bcm43xx that sets signal stats in iwconfig (and NetManager)03:00
BenCworks on my powerbook03:00
mjg59BenC: Cool03:00
johanbrBenC: Did you hack that up yourself, or did you backport the patch that was just added to upstream bcm43xx?03:09
mjg59johanbr: That's something I wrote a while ago03:10
mjg59Oh, you mean the stats stuff?03:10
johanbrmjg59: Yep.03:11
=== fractalmind [n=miles@c-24-18-178-158.hsd1.mn.comcast.net] has joined #ubuntu-kernel
BenCjohanbr: someone emailed it to me from upstream03:22
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== dilinger [n=dilinger@c-24-128-243-228.hsd1.ma.comcast.net] has joined #ubuntu-kernel
=== fmasi [n=fmasi@20150212063.user.veloxzone.com.br] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
zulBenC: how would i revert the smp-alt stuff it seems to be getting in the way05:20
=== fractalmind [n=miles@c-24-18-178-158.hsd1.wa.comcast.net] has joined #ubuntu-kernel
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel
BenCzul: smp-alt is in stock 2.6.17, so it's not a patch I did (except the amd64 support)06:45
fabbionehey BenC 06:46
fabbioneno new kernel yet?06:46
BenCworking on it06:46
fabbioneok :)06:46
=== _human_blip_away [n=mike@220.157.65.29] has joined #ubuntu-kernel
BenCneed to fix a agp build failure06:46
fabbionetime to get ready to start my hw maintainance06:47
fabbionei have to move a few hd arounds and put the rest of the machines under UPS06:47
=== fabbione sighs at more cables around
BenC#61448: [Edgy]  Kernel 2.6.18 Released07:26
ajmitchheh07:26
=== BenC didn't know that malone was a opensource announce list
ajmitchyou know you'll get asked to put in 2.6.19 when it's there07:26
BenC2.6.19 wont be released before edgy, so no worries there :)07:27
=== ajmitch has seen such bugs filed within minutes of an upstream release
BenCthey were even nice enough to put a link to kernel.org, like I wouldn't know where to find the kernel source07:27
ajmitchhow thoughtful07:27
=== dilinger [n=dilinger@c-24-128-243-228.hsd1.ma.comcast.net] has joined #ubuntu-kernel
=== Starting logfile irclogs/ubuntu-kernel.log
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-kernel
=== Topic for #ubuntu-kernel: Ubuntu kernel development discussion ONLY | Kernel GIT tree info (updated): https://wiki.ubuntu.com/KernelGitGuide | 2.6.17-8.21 uploaded, "These are not the ACPI patches you are looking for...wait, maybe they are | Daily kernel builds (for debug and testing purposes only) http://people.ubuntu.com/~bcollins/kernels-daily/ | Kernel Wiki: https://wiki.ubuntu.com/CategoryKernel
=== Topic (#ubuntu-kernel): set by BenC at Mon Sep 18 17:05:49 2006
=== human_blip [n=mike@220.157.65.29] has joined #ubuntu-kernel
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel
=== pschulz01 [n=paul@202.174.42.5] has joined #ubuntu-kernel
=== lfittl [n=lfittl@194.50.115.210] has joined #ubuntu-kernel
=== rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel
zulsomeone say my name? it went past the scrollback 01:37
=== jwest- [n=jwest@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel
tonfa06:45 < BenC> zul: smp-alt is in stock 2.6.17, so it's not a patch I did (except the amd64 support)01:41
zulthanks..01:41
=== human_blip [n=mike@220.157.65.29] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== human_blip [n=mike@220.157.65.29] has joined #ubuntu-kernel
=== AnAnt [n=anant@81.10.9.182] has joined #ubuntu-kernel
AnAntI'm not sure if that is the proper place to discuss it but here it is anyways: if I am on an amd64 using 32-bit Ubuntu, will I be able to run 64-bit applications ?02:48
MithrandirAnAnt: no, not unless you use a 64 bit kernel, which is an unsupported configuration02:49
AnAntMithrandir: what does "unsupported configuration" mean ?02:50
AnAntMithrandir: does it mean that it is impossible to do ? or that Ubuntu would do it ?02:51
MithrandirAnAnt: that if it breaks or you get unexpected problems you might not get your bugs fixed.02:51
AnAntmithrandir: ok, did you mean that it is not supported by Ubuntu, or that it is not supported by the kernel ?02:53
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
Mithrandirunsupported by ubuntu02:55
AnAntMithrandir: do you know wether they plan to support it in the future ?02:55
AnAntedgy+1 or so ?02:56
MithrandirI'm not sure, but I don't think so02:57
AnAntbtw, this is the proper place for my question, right ?02:58
gnomefreakmjg59: you around?02:58
=== tonfa [n=tonfa@footwar.residence.ens-lyon.fr] has joined #ubuntu-kernel
=== _human_blip_away [n=mike@220.157.65.29] has joined #ubuntu-kernel
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel
=== AnAnt [n=anant@81.10.9.182] has left #ubuntu-kernel []
=== rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== jwest- [n=jwest@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel
=== ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@adsl-144-142-234.rmo.bellsouth.net] has joined #ubuntu-kernel
=== TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel
zulBenC: ping04:35
BenCzul: pong04:36
zuli saw your note last night about the smp-alt stuff i just checked the stable tree in git for 2.6.17 and there is no reference about it04:36
Mithrandirhi zul04:38
zulhi Mithrandir 04:38
BenCzul: That's funny, because after hearing what fabbione said, I checked current 2.6.18, and smp-alt is in there still04:38
zulsmp_alternative?04:38
BenCrgrep alternatives_smp_switch arch/i38604:38
zulah ok..04:39
zulthen how the hell im going to to do this (rhetorical question)04:39
mjg59BenC: Ha. So while the PCI-E broadcom stuff /works/, I'm getting 20K/sec04:40
=== mjg59 decides not to care for now
BenCmjg59: nasty, even I get 500-600k/sec and it seems crappy :)04:42
mjg59BenC: On a Broadcom?04:42
=== kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
BenCmjg59: Yeah, powerbook04:48
BenCit's weird, I get less than half the distance under linux than I do under macosx04:49
mjg59BenC: Yeah, it seems to be PCI-E specific04:49
BenCthe signal strength sucks04:49
mjg59Oh, the txpower stuff?04:49
mjg59Yes, that's still not properly implemented04:49
BenChow can I bump the txpower?04:49
mjg59Help complete the specs?04:49
BenCheh04:49
zulBenC: interesting http://svn.debian.org/wsvn/kernel/?rev=0&sc=1 (based off of 2.6.18)04:50
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-kernel
zulBenC: got it without the xen smp-alts crack from 2.6.1605:13
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== dilinger [n=dilinger@1cc-dhcp-114.media.mit.edu] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
`ph8hey BenC05:59
`ph8thanks for getting back about that bug so promptly05:59
BenChello05:59
BenChoping that this last changeset I pulled fixes the problem05:59
ivoksBenC: will that patch get ported to dapper?06:09
BenCivoks: maybe06:09
ivoksok06:10
`ph8will let you know tomorrow hopefully Ben06:10
`ph8i'm actually out tomorrow night so it might not be until Saturday :/06:10
ivoksi'll try it tomorrow06:11
`ph8unless i negotiate a day to work at home *g* - we'll know shortly06:11
ivoksi have same problem :/06:11
zulheh...i tried..06:12
BenCmjg59: You know, it sucks, I used to have a broadcom docsafe account, in which I could have gotten the bcm43xx specs, but the account is no longer active06:12
ivokszul: and?06:12
zulivoks: meh...didnt work06:12
ivoksok :)06:13
ivokswell, then i'll prepare 2.6.18 image to solve this problem :)06:13
mjg59BenC: I've got the driver for the iSight on the Apples sorted06:15
`ph8BenC: do Windows know about all these things because Asus told them years in advance for fear of angering them?06:21
`ph8then we linux-ers have to wait until release to sort out compatibility?06:21
BenCph8: no idea06:21
`ph8i have a suspicion that's the case. We need to get a couple of lottery winners on board to start a nice investment fund to run Ubuntu off forever more :D06:22
ivoks`ph8: vendors provide their own windows drivers06:27
`ph8i dont' think it's right that Asus claim this board works with gentoo/bsd/linux on their website then don't provide some clever linux drivers06:28
`ph8unless they provided it to the kernel when they shipped the product i suppose06:28
`ph8s/kernel/kernel team06:28
`ph8muwahaha06:35
`ph8tomorrow working from home, i'll be around at about 10am gmt to try it out ben :)06:35
`ph8looking forward to it06:35
`ph8hopefully this will fix my sata and my ide issues06:35
`ph8as if I know anything though, they might even by symptoms of the same problem06:36
=== jwest- [n=jwest@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel
=== fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-kernel
=== fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-kernel
=== fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-kernel
zulbleah...i feel like shit08:17
=== pschulz01 [n=paul@202.174.42.5] has joined #ubuntu-kernel
=== fractalmind [n=miles@c-24-18-178-158.hsd1.wa.comcast.net] has joined #ubuntu-kernel
=== lamont [i=lamont@nat/hp/x-aac6bbd15af6b6df] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== svu_tv [n=svu@83.167.239.56] has joined #ubuntu-kernel
svu_tvBenC, thanks for fixing G5. Will the fix be in the tomorrow's .ISO images? what was the problem?09:24
BenCsvu_tv: Hopefully09:26
BenCwas a bug in libata where it thought that irq==0 was a bad thing, when it isn't09:26
svu_tvnice. ok, i will try tomorrow and report09:26
BenCcruft from libpata patch09:26
zuli dont care about ia64 do i?09:27
=== svu_tv really seen some messages from ata driver
BenCsvu_tv: I know it works, since I had the same problem on my G5, and now it's booting and running edgy fine09:27
BenCso look forward to it :)09:27
svu_tvsweet, I just cannot believe till I see it myself:)09:27
BenCfeh, no faith :P09:27
svu_tv:)09:28
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== ph8 [n=ph8@81-179-116-32.dsl.pipex.com] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
zul_right...later10:09
=== svu_tv [n=svu@83.167.239.56] has joined #ubuntu-kernel
=== ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | Kernel GIT tree info (updated): https://wiki.ubuntu.com/KernelGitGuide | 2.6.17-9.23 uploaded, Ok, I think I'm getting the hang of this kernel thing. | Daily kernel builds (for debug and testing purposes only) http://people.ubuntu.com/~bcollins/kernels-daily/ | Kernel Wiki: https://wiki.ubuntu.com/CategoryKernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== jbailey [n=jbailey@montreal.canonical.com] has joined #ubuntu-kernel
jbaileyBenC: Still around?  I have an amusing one. =)11:27
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
=== svu_tv [n=svu@83.167.239.56] has joined #ubuntu-kernel
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel
=== lamont [i=lamont@nat/hp/x-aac6bbd15af6b6df] has joined #ubuntu-kernel
=== pschulz01 [n=paul@202.174.42.5] has joined #ubuntu-kernel
=== jwest- [n=jwest@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel
=== kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-kernel
=== TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel
=== ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-kernel
=== rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-kernel
=== tonfa [n=tonfa@footwar.residence.ens-lyon.fr] has joined #ubuntu-kernel
=== mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-kernel
=== kylem [n=kyle@cabal.ca] has joined #ubuntu-kernel
=== bernard_ [i=cats@dsl-202-72-159-76.wa.westnet.com.au] has joined #ubuntu-kernel
=== sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-kernel
=== `ph8 [i=henri@85.234.155.95] has joined #ubuntu-kernel
=== desrt [n=desrt@ubuntu/member/desrt] has joined #ubuntu-kernel
=== makx [n=max@baikonur.stro.at] has joined #ubuntu-kernel
=== mvirkkil [n=mvirkkil@kosh.hut.fi] has joined #ubuntu-kernel
=== neuralis [n=krstic@solarsail.hcs.harvard.edu] has joined #ubuntu-kernel
=== anibal [i=ams@debian/developer/anibal] has joined #ubuntu-kernel
=== mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel
=== infinity [n=adconrad@loki.0c3.net] has joined #ubuntu-kernel
=== crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-kernel
=== Traxer|off [i=traxer@shell6.powershells.de] has joined #ubuntu-kernel
=== thom [n=thom@195.54.228.42] has joined #ubuntu-kernel
=== kriebly [n=moho@wisdom.Stanford.EDU] has joined #ubuntu-kernel
=== fs [i=fs@213.178.77.98] has joined #ubuntu-kernel
=== kbyrd [n=Miranda@mailout1.vmware.com] has joined #ubuntu-kernel

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