=== hed [n=hed@2.Red-83-32-152.dynamicIP.rima-tde.net] has joined #ubuntu-kernel | ||
hed | quit | 01:05 |
---|---|---|
=== hed [n=hed@2.Red-83-32-152.dynamicIP.rima-tde.net] has left #ubuntu-kernel ["Leaving"] | ||
=== elquesoy [n=hed@2.Red-83-32-152.dynamicIP.rima-tde.net] has joined #ubuntu-kernel | ||
=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-kernel | ||
=== mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== johanbr [n=j@blk-137-114-65.eastlink.ca] has joined #ubuntu-kernel | ||
=== mjg59_ [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
=== kkubasik [n=kjk38@kjk38-laptop.STUDENT.CWRU.Edu] has joined #ubuntu-kernel | ||
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-kernel | ||
=== sky_walkie [n=hrdlo@193.85.244.121] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel | ||
=== sky_walkie [n=hrdlo@193.85.244.121] has joined #ubuntu-kernel | ||
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel | ||
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== Mithrandir [n=tfheen@vawad-xen1.err.no] has joined #ubuntu-kernel | ||
=== pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-kernel | ||
=== fabbione [n=fabbione@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-kernel | ||
=== sky_walkie [n=hrdlo@193.85.244.121] has joined #ubuntu-kernel | ||
lifeless | BenC: are you aware of cpufreq problems ? mine has stopped frequing | 01:59 |
=== kkubasik [n=kjk38@kjk38-laptop.STUDENT.CWRU.Edu] has joined #ubuntu-kernel | ||
BenC | lifeless: I know of an issue, yes | 02:23 |
BenC | I thought acpi-cpufreq took over all the CPU's the centrino-speedstep took care of, but it doesn't | 02:24 |
BenC | so I need to re-enable it | 02:24 |
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel | ||
zul | hey | 02:28 |
BenC | hey | 02:29 |
=== ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | Kernel Wiki: https://wiki.ubuntu.com/KernelTeam | 2.6.20-6.11 - Things are getting solid now. Use it, but there are still a few missing modules. | ||
zul | heheh...crystal ball.. | 02:30 |
=== fabbione [n=fabbione@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-kernel | ||
zul | hey fabbione | 02:34 |
fabbione | hi zul | 02:34 |
=== jwest-- [n=jwest@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel | ||
=== pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel | ||
=== lamont` [i=lamont@nat/hp/x-c9ed53dca6f14664] has joined #ubuntu-kernel | ||
bubbasucks | fabbione: yo | 03:40 |
fabbione | bubbasucks: hey | 03:48 |
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel | ||
bubbasucks | BenC: anything i should try? | 03:50 |
fabbione | bubbasucks: i dunno... | 04:00 |
fabbione | bubbasucks: i think ben is the only one that can help now | 04:00 |
=== jwest-- [n=jwest@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel | ||
=== jwest-- [n=tranquil@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel | ||
=== mjg59_ [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== johanbr [n=j@JBrannlund.MathStat.Dal.Ca] has joined #ubuntu-kernel | ||
zul | sweet kqemu has been released under the gpl | 05:25 |
pmjdebruijn | indeed, very cool | 05:26 |
jwest-- | sweet | 05:40 |
=== ivoks [n=ivoks@0-84.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel | ||
=== sky_walkie [i=sky_walk@r27s01p03.home.nbox.cz] has joined #ubuntu-kernel | ||
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-kernel | ||
=== FabioNET [i=500@217.201.7.160] has joined #ubuntu-kernel | ||
cjwatson | ioctl(5, FBIOPUT_VSCREENINFO, 0x7fffe749a670) = -1 ENOMEM (Cannot allocate memory) | 06:39 |
cjwatson | Any idea why that might be happening? I've been tracing through the fb_ioctl code path and can't find anywhere that could return ENOMEM | 06:40 |
cjwatson | FWIW the fb backend in use is vga16fb | 06:40 |
mjg59 | cjwatson: I suspect the check_var function | 06:44 |
cjwatson | oh, hmm, I was looking at upstream source rather than ours | 06:44 |
cjwatson | mjg59: yeah, upstream check_var doesn't seem to ever return ENOMEM, but ours can | 06:44 |
mjg59 | Hm. I'm sure I didn't write that. | 06:44 |
cjwatson | looks like making sure xres_virtual == xres and yres_virtual == yres would fix it | 06:45 |
mjg59 | What are you actually trying to do? | 06:45 |
cjwatson | fix a usplash crash | 06:46 |
mjg59 | Ah | 06:46 |
mjg59 | Though we don't use vga16 for anything usplashy now | 06:46 |
cjwatson | we still do on amd64 | 06:48 |
cjwatson | and yes, I know I'm getting rid of that | 06:48 |
cjwatson | but I'm trying to fix everything I come across before I make it go away | 06:48 |
mjg59 | Heh. Ok. | 06:48 |
cjwatson | in case it bites us sometime in the future | 06:48 |
Keybuk | random question; do people run i386 or amd64 on Core 2? | 06:49 |
mjg59 | I run amd64 | 06:50 |
mjg59 | I know some people run i386 | 06:50 |
cjwatson | hmm, no, that doesn't fix it | 06:50 |
cjwatson | I guess vga16fb just can't do big resolutions | 06:50 |
cjwatson | which would make a certain amount of sense | 06:50 |
mjg59 | cjwatson: That check is upstream | 06:50 |
mjg59 | What codebase are you looking at? | 06:50 |
cjwatson | oh, my linux-2.6.git is out of date then | 06:50 |
mjg59 | And yeah, vga16fb can't do anything other than 640x400/640x480 | 06:50 |
mjg59 | You can conceivably force it into lower resolutions, but certainly not really anything higher | 06:51 |
cjwatson | the maxmem it sets is a heck of a lot smaller than that | 06:51 |
cjwatson | it's at most 65536, and requires xres * yres < maxmem | 06:51 |
mjg59 | In 16 colours only | 06:51 |
cjwatson | <= | 06:52 |
cjwatson | 256 too, in the tree I've got ... | 06:52 |
mjg59 | No, that doesn't work | 06:52 |
mjg59 | Not in any sane way, anyway | 06:52 |
cjwatson | ok, but I mean the check would apply to that if it worked | 06:52 |
mjg59 | I don't think we've ever expected modesetting to work with vga16fb | 06:52 |
mjg59 | But it comes up in 640x480x16 | 06:53 |
cjwatson | maybe usplash should behave more gracefully if it can't do the mode-set | 06:53 |
mjg59 | I thought it was supposed to handle that already? | 06:53 |
mjg59 | That's why it returns the mode it set, rather than just assuming it got hte right one | 06:54 |
cjwatson | this is probably code I added | 06:54 |
cjwatson | it worked better elsewhere :-/ | 06:54 |
cjwatson | I think it was part of teaching the bogl backend how to set resolution | 06:55 |
mjg59 | Ah | 06:55 |
mjg59 | Right | 06:55 |
cjwatson | I didn't realise that that would fail on some fb backends | 06:55 |
mjg59 | Well, vesafb is an obvious example | 06:56 |
mjg59 | You can't set modes at all | 06:56 |
=== doko_ [n=doko@dslb-088-073-083-170.pools.arcor-ip.net] has joined #ubuntu-kernel | ||
cjwatson | perfect, usplash/amd64 resurrected | 06:59 |
cjwatson | will upload the bits llater | 06:59 |
cjwatson | later | 06:59 |
kylem | argh, muppets. | 07:07 |
zul | hmm? | 07:07 |
=== ivoks [n=ivoks@0-84.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel | ||
=== ivoks [n=ivoks@0-84.dsl.iskon.hr] has joined #ubuntu-kernel | ||
=== mjg59_ [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
kylem | people are such god damned muppets. can they not understand the word ATTACH | 08:32 |
zul | hehe | 08:34 |
BenC | kylem: I asked lp to maybe do something like "You are trying to create a 9000 line comment...create attachment instead?" | 08:42 |
kylem | haha. | 08:42 |
kylem | Fuckwit Detector 9000 | 08:42 |
BenC | the lack of monospace alone makes dmesg in comment crappy | 08:43 |
kylem | indeed. | 08:43 |
BenC | and don't get me started on lspci in comments :/ | 08:44 |
=== kylem needs to beg for a dual quad-core machine. these build take ages. | ||
kylem | BenC, this one was lspci -vvxxx and -vvvv | 08:44 |
BenC | ugly | 08:44 |
fabbione | BenC: i know you asked an email.. but can you pull from the gfs2 nmw tree please? pretty please? | 08:59 |
=== fabbione does a very sweet look at BenC | ||
BenC | hehe | 09:00 |
BenC | what's the gfs2 repo URL? | 09:00 |
BenC | fabbione: ^^ | 09:01 |
fabbione | http://hera.kernel.org/git/?p=linux/kernel/git/steve/gfs2-2.6-nmw.git;a=summary | 09:01 |
=== pkl_ [n=phillip@lougher.demon.co.uk] has left #ubuntu-kernel ["Leaving"] | ||
BenC | fabbione: Pulled | 09:04 |
fabbione | BenC: great.. thanks | 09:04 |
fabbione | BenC: i will give you GFS1 sometimes next week | 09:04 |
fabbione | so i can test both of them properly | 09:04 |
fabbione | be aware tho that GFS2 is getting tons of bug fixes because they are in a hurry to release with RHEL 5 | 09:05 |
fabbione | so we might have to pull from them again | 09:05 |
=== BenC__ [n=bcollins@collinsap1.phunnypharm.org] has joined #ubuntu-kernel | ||
lifeless | BenC: please let me know when cpufreq is back ... this machine is sooo sllooow pinned at 600Mhz | 09:42 |
BenC | ok | 09:43 |
=== FabioNET [i=500@217.201.0.74] has joined #ubuntu-kernel | ||
lifeless | OTOH my battery life on the flight was awesome ;) | 09:49 |
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel | ||
bubbasucks | BenC: can i bug you some more? just wondering what your ID search came up with | 10:13 |
=== TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-kernel | ||
=== jwest-- [n=jwest@unaffiliated/jwest/x-422957] has joined #ubuntu-kernel | ||
jwest-- | anything new | 10:36 |
jwest-- | :D | 10:36 |
jwest-- | so things are solid with 2.6.20-6.11? | 10:36 |
jwest-- | :P | 10:36 |
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel | ||
=== mjg59 [n=mjg59@cavan.codon.org.uk] has joined #ubuntu-kernel | ||
lamont | why does 2.6.17-10-server hate my AIC-7902 U320 so much? | 10:48 |
lamont | about once a month, scsi goes belly up, and disk I/O starts getting EIO | 10:49 |
lamont | recovery is to reboot | 10:49 |
jwest-- | linux I/O scalability issues again? | 10:49 |
lamont | dunno | 10:49 |
=== pkl_ [n=phillip@lougher.demon.co.uk] has joined #ubuntu-kernel | ||
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel | ||
=== kkubasik [n=kjk38@kjk38-laptop.STUDENT.CWRU.Edu] has joined #ubuntu-kernel | ||
=== rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel | ||
=== rikai__ [n=rikai@pool-72-65-96-35.ptldme.east.verizon.net] has joined #ubuntu-kernel | ||
=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-kernel | ||
=== rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!