=== xivulon [n=ago@87-194-85-156.bethere.co.uk] has left #ubuntu-kernel [] === zul_ [n=chuck@mail.edgewater.ca] has joined #ubuntu-kernel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel === doko_ [n=doko@dslb-088-073-112-212.pools.arcor-ip.net] has joined #ubuntu-kernel === cobman [n=justinas@194.176.50.6] has joined #ubuntu-kernel === OGDA [n=thomas@67-150-254-221.oak.mdsg-pacwest.com] has joined #ubuntu-kernel === OGDA is now known as BFTD === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === jml [n=jml@ppp121-44-217-216.lns1.hba1.internode.on.net] has joined #ubuntu-kernel === mdomsch [n=Matt_Dom@cpe-70-124-62-55.austin.res.rr.com] has joined #ubuntu-kernel === jml [n=jml@ppp108-61.static.internode.on.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === jml_ [n=jml@ppp108-61.static.internode.on.net] has joined #ubuntu-kernel === amitk_ [n=amit@a81-197-157-76.elisa-laajakaista.fi] has joined #ubuntu-kernel === m0rg0th [n=m0rg0th@220.225.228.97] has joined #ubuntu-kernel === abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel [09:20] moin === cobman [n=justinas@62.212.202.9] has joined #ubuntu-kernel [11:21] hi [11:21] are there any issues concerning nfs-handling in the feisty-kernel? [11:21] i have problems with fast chainging permissions [11:21] two nodes using the same nfs-share on a fileserver. one node changes permissions and the other node see this changes only a minute later. === _MMA_ [n=_MMA_@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-kernel === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-kernel === abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === rtg [n=rtg@rtg.theglobal.net] has joined #ubuntu-kernel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel === sdrik [n=sdrik@ip-93-4.dsl.newel.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === freeinfo [n=freeinfo@eu85-84-71-100.clientes.euskaltel.es] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === Lost__ [n=Lost@cpe-76-86-111-190.socal.res.rr.com] has joined #ubuntu-kernel === ScottK [n=ScottK@ubuntu/member/scottk] has joined #ubuntu-kernel === ICU [n=me@sechzig.dd.ewetel.de] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [03:48] anyone answering questions on kernel support yet? [03:51] Lost__: not really ;) [03:52] kraut, such is life - always waiting for something! [03:53] Lost__: indeed, but not over 24 hours everytime :/ [03:53] besides this channel isnt for support [03:54] so says the topic :) [03:54] zul please enlighten me as to its purpose if not to answer issues with kernel support? [03:55] "topic: Ubuntu kernel development discussion ONLY" [03:55] discussion about a bug isn't a development-issue? sounds interesting [03:55] kraut: You didn't mention any bugs. You said "support". That's different. [03:56] soren: i said "support"?! [03:56] kraut: If it's about a bug, it might very well be relevant. [03:56] My question has to do with missing kernel files to properly install a vid card. Where would I go to find answers? [03:56] kraut: Sorry, no. [03:56] soren: it was about i bug wich i described tomorrow and i am still waiting for an answer... [03:56] kraut: tomorrow? [03:57] this morning, sorry [03:57] kraut: "morning" is not a very good reference. :) I'm for instance in CEST while most of the kernel team is in the US. [03:58] several hours ago? [03:58] i am also using CEST. ok, it's over six hours ago === __keybuk [n=scott@wing-commander.netsplit.com] has joined #ubuntu-kernel [03:59] kraut: if your feel it is a kernel bug specific to Ubuntu, file a bug on Launchpad.net. If it a generic kernel bug, file it upstream. === Lost__ [n=Lost@cpe-76-86-111-190.socal.res.rr.com] has left #ubuntu-kernel ["Leaving"] [03:59] where do i find the changelog about the ubuntu-kernel? [03:59] or is that a support-question? [04:00] /usr/share/doc/linux-image-$(uname -r)/changelog.Debian.gz ? [04:01] Here is the link to the kernel git repository: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-gutsy.git;a=summary [04:01] Mithrandir: thanks [04:02] amitk_: i just want to verify the chanegs ubuntu did between 2.6.15 and 2.6.20, because 2.6.15 is running fine but the hardware-support is worst in it. [04:03] kraut: are you comfortable using git? [04:04] yes, why? === lamont [n=lamont@mix.mmjgroup.com] has joined #ubuntu-kernel [04:06] clone the repository above [04:06] then run 'git log v2.6.15..Ubuntu-2.6.22-9.20 ' to find _everything_ that changed [04:07] kraut: to restrict to changes in a particular subdirectory add the path after the git log command [04:08] amitk_: the website is fine for me. also i only need a diff between 2.6.15 and 2.6.20. [04:08] e.g. git log v2.6.15..Ubuntu-2.6.22-9.20 fs/nfs [04:08] kraut: ok. great === lamont [n=lamont@mix.mmjgroup.com] has joined #ubuntu-kernel [04:13] amitk_: if you want to see, what i mean: http://exodus.packetloss.biz/~kraut/temp/nfs_issue-2.6.20-3 [04:14] erm, ignore that [04:16] heh [04:17] http://exodus.packetloss.biz/~kraut/temp/nfs_issue-2.6.20-3 === ivoks [n=ivoks@19-1.dsl.iskon.hr] has joined #ubuntu-kernel [04:32] kraut: 'git log Ubuntu-2.6.17-10.25..Ubuntu-2.6.20-4.5 fs/nfs* | grep UBUNTU' does not yield any Ubuntu-specific patches. So you breakage is likely causes upstream [04:32] hmmmmm, severall changes between 2.6.17 and 2.6.20 in write.c of nfs. only documentated with "cleanup" :/ [04:33] amitk_: http://kernel.ubuntu.com/git?p=ubuntu%2Fubuntu-feisty.git&a=search&h=HEAD&s=write.c [04:35] kraut: those are 'cleaning up' sysfs, not nfs [04:36] ohh wait [04:36] amitk_: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-feisty.git;a=commit;h=49a70f278658894d2899824cd4037095fb6711fe [04:36] that one for example [04:38] kraut: these are coming from _upstream_. Have you verified this with newer kernels from other distros? or from kernel.org kernels? [04:38] not until yet [04:38] amitk_: i am just searching through lkml [04:39] kraut: Just repeating myself here: 'git log Ubuntu-2.6.17-10.25..Ubuntu-2.6.20-4.5 fs/nfs* | grep UBUNTU' does not yield any Ubuntu-specific patches. So you breakage is likely causes upstream. [04:39] i read it ;) [04:39] I would urge you to file a bug on kernel.org :) [04:40] yes yes [04:40] ;) [04:41] first i should give 2.6.20-29 a try === dhon__ [n=dhon@60-240-97-109.static.tpgi.com.au] has joined #ubuntu-kernel === ivoks [n=ivoks@2-223.dsl.iskon.hr] has joined #ubuntu-kernel [05:02] BenC: eta to a kernel with hppa happiness? === cobman [n=justinas@194.176.50.52] has joined #ubuntu-kernel === tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel === dhon__ [n=dhon@60-240-97-109.static.tpgi.com.au] has joined #ubuntu-kernel === pmjdebruijn [n=pmjdebru@ds9.pcode.nl] has joined #ubuntu-kernel === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel === dhon__ [n=dhon@60-240-97-109.static.tpgi.com.au] has joined #ubuntu-kernel === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === ThrobbingBrain66 [n=bradley@CPE-24-208-44-208.new.res.rr.com] has joined #ubuntu-kernel === lazka [n=lazka@85-124-40-48.dynamic.xdsl-line.inode.at] has joined #ubuntu-kernel [07:12] i guess this has been asked a thousand times... but what are the chances for 2.6.23 in gutsy? === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel [07:22] lazka: nil im thinking [07:24] zul: k, thanks [07:24] considering 2.6.23 hasnt even been released yet [07:25] why do you want .23? [07:28] kylem: nothing really important... while playing counterstrike i often get lags and i thought maybe the new scheduler might change this,, [07:30] lazka: doesnt stop you from building your own from source though [07:30] lazka, probably not [07:30] lazka, if you only run a single application, the schedular does not make much of a difference.... [07:30] lazka, and if you run multiple apps... you plain shouldn't while gaming [07:33] zul: that's on my todo list :) [07:35] 2.6.22 seems to be a good one... i hope BenC will get some more sleep then last time right before the release :P === maks [n=max@baikonur.stro.at] has joined #ubuntu-kernel === lazka [n=lazka@85-124-40-48.dynamic.xdsl-line.inode.at] has left #ubuntu-kernel ["cya"] === dhon__ [n=dhon@60-240-97-109.static.tpgi.com.au] has joined #ubuntu-kernel === maks is now known as makx === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === mdomsch [n=Matt_Dom@cpe-70-124-62-55.austin.res.rr.com] has joined #ubuntu-kernel [08:23] BenC: please could you prepare a linux-libc-dev for lpia? I don't care, if kernels are built, maybe build just a generic kernel, with -march=i686 -mtune=i586, and use explicitely gcc-4.1 === dhon__ [n=dhon@60-240-97-109.static.tpgi.com.au] has joined #ubuntu-kernel [08:32] doko: you could probably use i386 package and force install it (or dpkg-deb munge it for lpia arch) === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel [08:47] BenC: so scared that you leave? ;-P [08:48] doko: trying to get this laptop stable :) [08:48] BenC: no, we're done with the bootstrap, now needing to make build-essential workable. could you upload a new package today? [08:48] BenC: one more reason to build linux-libc-dev from separate source ... [08:48] doko: not really, tribe-4 freeze is in affect [08:49] BenC: what's the problem, just the lpia change [08:49] building it from separate source sort of defeats the purpose :) [08:49] doko: it's the rebuild of all of linux-image's and pitti will shoot me [08:49] pitti will understand, iff you don't break the build of the other arches... [08:49] doko: if the bootstrap is done, how did it get done? [08:50] We have i386 packages in the chroots. We'd really like to not. [08:50] (Would be nice to be able to debootstrap lpia...) [08:50] doko: but linux-source-2.6.22 doesn't even know what lpia is...it would take me some time to add a new arch === infinity was sure he asked for this "within a week or so" when he was in London... [08:50] infinity: debootstrap worked =) [08:51] doko: Sure, but it's incomplete. [08:53] BenC: just copy the i386 bits for now and just build one kernel (or none, if thats possible) [08:55] Ok, I'll try to get an upload tonight === djavolo [n=djavolo@154216.uninet.lv] has joined #ubuntu-kernel [09:07] hi all [09:07] how i can update kernel? [09:13] djavolo: with apt-get or synaptic === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === gnomefre1k [n=gnomefre@c-71-225-164-164.hsd1.pa.comcast.net] has joined #ubuntu-kernel === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === dhon__ [n=dhon@60-240-97-109.static.tpgi.com.au] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === movi [n=movi@qb34.internetdsl.tpnet.pl] has joined #ubuntu-kernel