=== kkubasik [n=kkubasik@kjk38-laptop.STUDENT.CWRU.Edu] has joined #ubuntu-kernel === philwyett [n=philip@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-kernel === johanbr [n=j@blk-224-156-151.eastlink.ca] has joined #ubuntu-kernel === jml_ [n=jml@121.44.221.65] has joined #ubuntu-kernel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel === jml [n=jml@121.44.221.65] has joined #ubuntu-kernel === jml_ [n=jml@121.44.221.65] has joined #ubuntu-kernel === n2diy [n=darryl@ppp-42d428c4.wlks.losch.net] has joined #ubuntu-kernel === jb-home [n=jbailey@2002:4a38:aa9:1:20d:93ff:fe5a:87c0] has joined #ubuntu-kernel === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === jml_ [n=jml@pA35.smi.southcom.com.au] has joined #ubuntu-kernel === jml [n=jml@220-253-103-248.TAS.netspace.net.au] has joined #ubuntu-kernel === ash211 [n=andrew@user-11fatn0.dsl.mindspring.com] has joined #ubuntu-kernel === jml [n=jml@121.44.221.65] has joined #ubuntu-kernel === bdmurray [n=bdmurray@c-24-21-235-175.hsd1.or.comcast.net] has joined #ubuntu-kernel === mdomsch [n=mdomsch@cpe-70-113-73-138.austin.res.rr.com] has joined #ubuntu-kernel === n2diy [n=darryl@66.212.42.145] has joined #ubuntu-kernel === Keybuk [n=scott@12.108.21.162] has joined #ubuntu-kernel === zdzichuBG [i=matthew@ogrody.nsm.pl] has joined #ubuntu-kernel === abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-kernel === sky_walkie [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has joined #ubuntu-kernel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel [09:55] I attempt to update my local copy of gutsy git tree, but i receive this error: "* refs/heads/origin: not updating to non-fast forward branch 'master' of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-gutsy old...new: 25ffa58...d29dcf9".... What is wrong? [09:57] do you have any uncommitted changes in a branch? [09:58] (I just ran ``git pull'' successfully on ubuntu-gutsy.git) === bdgraue [n=bdgraue@dyndsl-085-016-084-058.ewe-ip-backbone.de] has joined #ubuntu-kernel === AnAnt [n=anant@62.139.130.178] has joined #ubuntu-kernel === vics [n=vics@Brylant.iit.pwr.wroc.pl] has joined #ubuntu-kernel [10:08] hello, there's a problem with feisty's kernel [10:08] I can't mount the MMC [10:08] it used to work in Edgy === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-kernel === Lure_ [n=lure@78-0-69-126.adsl.net.t-com.hr] has joined #ubuntu-kernel === luka74 [n=lure@78-1-104-90.adsl.net.t-com.hr] has joined #ubuntu-kernel === pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel [10:34] crimsun: No, git-status report: nothing to commit :-( [10:38] try using git pull --force [10:39] or indeed git pull --force rsync://rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-gutsy +refs/heads/master:refs/heads/origin [10:57] "git pull --force" works! [10:57] cjwatson, crimsun: Thank you very much. === gicmo [n=gicmo@p5491D9F4.dip.t-dialin.net] has joined #ubuntu-kernel === AnAnt [n=anant@62.139.130.178] has joined #ubuntu-kernel [11:10] Hello ? [11:19] Someone can tell me why into linux-restricted-modules-2.6.22-1-rt package there aren't fglrx and nvidia drivers? [11:20] abogani: because the rt patch exports some symbols as GPL only and neither nvidia or fglrx can build with those symbols exported that way [11:22] I have a problem in Feisty, it doesn't mount MMC cards [11:23] I get this in dmesg: mmcblk0: unknown partition table [11:23] those MMC cards used to be read on Edgy without problem [11:24] fabbione: I know pagefault_disable and pagefault_enable into mm/memory.c. It is possible convert these couple of EXPORT_SYMBOL_GPL() in EXPORT_SYMBOL() ? [11:24] abogani: no [11:25] fabbione: It is a license violation? [11:25] yes [11:26] :-( === kolla [n=kolla@drift1.uninett.no] has joined #ubuntu-kernel [11:29] fabbione: should I use bugreport to report this bug ? [11:30] I have question regarding loading of kernel modules by udev in ubuntu. Is this the right channel? [11:30] sysctl is also involved :) [11:30] AnAnt: launchpad and check if it is a known bug. also make sure that the card is still readable in edgy [11:30] kolla: just ask.. somebody might answer or send you to a more appropriate forum [11:30] fabbione: that means install Edgyp again ? [11:31] AnAnt: the kernel should be enough [11:32] problem: I want static IPv6 configuration. I have ipv6 in /etc/modules. I have net.ipv6.conf.default.autoconf=0 and net.ipv6.conf.all.autoconf=0 in /etc/sysctl.conf - yet eth0 pops up with net.ipv6.conf.etc0.autoconf=1 [11:32] my hacky solution is to add the line "modprobe ipv6 && sysctl -q -p /etc/sysctl.conf || true" in /etc/init.d/udev right after "start)" [11:33] as I see it, the problem is that udev loads the driver for eth0 before sysctl is ran [11:33] fabbione: where can I get the Edgy kernel now ? [11:34] fabbione: nevermind [11:34] kolla: hmm i think i used to run the sysctl on each eth that was being configured by the system [11:35] well, setting "all" will normally set if for all interfaces. and setting default will do so that all new interfaces will get the default [11:35] yet, somehow, this does not apply for feisty [11:36] also, if you want to run IPv6 on a br0, you have to be _very_ carefull on how you configure /etc/network/interfaces [11:37] first IPv4 config entries, then bridge entries, and last IPv6 [11:37] kolla: is this on a desktop or on a server? do you have network manager installed? [11:38] desktop [11:38] as part of finding a solution I removed network manager [11:38] did you reboot after removing network manager? [11:38] yes, ofcourse [11:39] ok then i suggest you file a bug with all the info including how to reproduce [11:39] ok [11:40] make sure to tell that you already removed udev [11:40] Hm? [11:40] when did I say that I removed udev? [11:40] hem sorry [11:40] i meant network-manager [11:41] I want to know if there is a way to avoid udev from loading a certain module... I suspect that if I can prevent udev from loading the eth0 kernel module, then it will work === AnAnt [n=anant@62.139.130.178] has left #ubuntu-kernel [] [11:48] OT How do I get Dapper disks from Shipit? [11:52] fabbione: already in there [11:52] https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/96578 [11:52] reported 2007-03-26 and not fixed [11:53] ok [11:53] btw... that bug describe how it is in dapper [11:54] in feisty, it's even worse, as specifying net.ipv6.conf.eth0.autoconf=0 also does not work [11:57] (*whos != who's) [11:57] sigh [11:57] that was meant as a comment to the topic :) === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === luka74 [n=lure@78-1-104-90.adsl.net.t-com.hr] has joined #ubuntu-kernel === AnAnt [n=anant@62.139.130.178] has joined #ubuntu-kernel [01:06] I can't find the package to report the bug to [01:06] what is its name [01:06] linux-image ? [01:06] linux-source [01:07] I get a message saying field.packagename [01:07] ok, linux-source-$(uname -a) [01:07] ? [01:07] or just linux-source ? [01:07] the first one [01:09] k === lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-kernel === AnAnt [n=anant@62.139.130.178] has left #ubuntu-kernel [] === AnAnt [n=anant@62.139.130.178] has joined #ubuntu-kernel [01:57] #111756 [01:58] Hello, I submitted a bug report [01:58] should I subscribe someone to it ? [01:58] I mean I submitted a bug report regarding linux-source-2.6.20 (of Feisty) [02:04] no the kernel team gets the bug report when its automaitcally reported [02:04] ok, thanks === AnAnt [n=anant@62.139.130.178] has left #ubuntu-kernel [] === kolla [n=kolla@drift1.uninett.no] has joined #ubuntu-kernel [02:10] with "up /sbin/sysctl -q -p /etc/sysctl.conf" under "auto eth0" and "net.ipv6.conf.eth0.autoconf = 0" in /etc/sysctl.conf it works - hurray [02:11] (but I still dont grasp how net.ipv6.conf.eth0.autoconf ends up being 1 in the first place [02:11] ) [02:12] does it work if you change the default there? [02:14] no [02:15] "default" and "all" have no influences as far as I can tell [02:15] default sets the default, for new interfaces. "all" is supposed to set all current interfaces === abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel [02:17] (same goes for accept_ra btw) === kolla [n=kolla@drift1.uninett.no] has left #ubuntu-kernel ["Konversation] === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-kernel === ivoks [n=ivoks@19-147.dsl.iskon.hr] has joined #ubuntu-kernel === salgado [n=salgado@canonical/launchpad/salgado] has joined #ubuntu-kernel === abogani [n=alessio@adsl203-157-083.mclink.it] has joined #ubuntu-kernel === Keybuk [n=scott@12.108.21.162] has joined #ubuntu-kernel === pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel === ivoks [n=ivoks@19-147.dsl.iskon.hr] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === johanbr [n=j@blk-224-156-151.eastlink.ca] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === ThiefOfBaghdad [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === mdomsch [n=mdomsch@cpe-70-113-73-138.austin.res.rr.com] has joined #ubuntu-kernel === AnAnt [n=anant@196.218.60.95] has joined #ubuntu-kernel [05:46] I got a UDF format CD that can be read under windows, yet it can't be read by Ubuntu, why's that ? [05:47] I get this in dmesg: [05:47] Unable to identify CD-ROM format. === pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel [05:48] if I attempt to mount the CD, I get this in dmesg: [05:48] UDF-fs: No fileset found === ivoks [n=ivoks@22-48.dsl.iskon.hr] has joined #ubuntu-kernel === stgraber [n=stgraber@client80-83-51-125.abo.net2000.ch] has joined #ubuntu-kernel [05:54] I get this when mounting the CD: UDF-fs: No fileset found [05:55] oops [05:59] anyone here ? [06:00] will there be a kernel upgrade for Feisty ? === AnAnt [n=anant@196.218.60.95] has left #ubuntu-kernel [] === AnAnt [n=anant@196.218.60.95] has joined #ubuntu-kernel === AnAnt [n=anant@196.218.60.95] has left #ubuntu-kernel [] === AnAnt [n=anant@196.218.60.95] has joined #ubuntu-kernel === ..[topic/#ubuntu-kernel:JanC] : Ubuntu kernel development discussion ONLY | Kernel Wiki: https://wiki.ubuntu.com/KernelTeam | Latest kernel upload: 2.6.22-1 (really 2.6.21, but who's counting) | Latest news: -rt and -xen kernels included in build. === johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel === bleinmono [n=toffel@ppp91-76-73-234.pppoe.mtu-net.ru] has joined #ubuntu-kernel === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-kernel === bleinmono [n=toffel@ppp91-76-181-15.pppoe.mtu-net.ru] has joined #ubuntu-kernel === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-kernel === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-kernel === doko [n=doko@dslb-088-073-065-194.pools.arcor-ip.net] has joined #ubuntu-kernel === pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel === gregorovius [n=diego@178-171-231-201.fibertel.com.ar] has joined #ubuntu-kernel === alleeHol [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-kernel === gortiz [n=gortiz@88.87.105.4] has joined #ubuntu-kernel === salgado [n=salgado@canonical/launchpad/salgado] has left #ubuntu-kernel ["Leaving"] === gregorovius [n=diego@178-171-231-201.fibertel.com.ar] has left #ubuntu-kernel ["Leaving"] === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === n2diy [n=darryl@66.212.42.119] has joined #ubuntu-kernel === blenderhead [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel === benanz1 [n=ben@65-101-141-124.tukw.qwest.net] has joined #ubuntu-kernel === blenderhead [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-kernel [10:27] does ubuntu kernel have EFI support? I noticed when I apt-get ELILO it pulls down efibootmgr also but that requires module efivars, which isn't in the kernel. === rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-kernel [10:41] benanz1: what architecture? [10:48] i386 [10:48] macbook [10:48] core duo === benanz1 [n=ben@65-101-141-124.tukw.qwest.net] has left #ubuntu-kernel [] === vrodic [n=vedran@129-83.dsl.iskon.hr] has joined #ubuntu-kernel === mdomsch [n=mdomsch@cpe-70-113-73-138.austin.res.rr.com] has joined #ubuntu-kernel === vrodic [n=vedran@129-83.dsl.iskon.hr] has joined #ubuntu-kernel === Kano [n=kano@91.64.67.21] has joined #ubuntu-kernel [11:31] hi, how to compile the linux-headers-2.6.22-2 package from gutsy git? [11:31] debian/rules binary-debs flavours=generic [11:32] does not build em === ivoks [n=ivoks@0-179.dsl.iskon.hr] has joined #ubuntu-kernel [12:01] too hard question? [12:02] Kano: most people are on their way to Spain... [12:03] and the others maybe sleep or so [12:03] and you dont know it? [12:03] I'm no kernel dev... :) [12:06] just stay around until someone wakes up or comes online who knows the answer [12:07] because thats the way the wiki says it, but without the headers you cant do much... [12:07] no binary modules === pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel