/srv/irclogs.ubuntu.com/2009/09/11/#ubuntu-kernel.txt

eltoozerohi guys, trying to file a bug, need to figure out which package is appropriate, a little help?00:35
jjohansen1eltoozero: what kind of bug00:36
eltoozerobug #42036300:36
ubot3Malone bug 420363 in gnome-bluetooth "[eee 901][karmic]system freeze when toggling wifi while bluetooth disabled" [Undecided,New] https://launchpad.net/bugs/42036300:36
eltoozeroas you can see I originally filed as bluetooth00:37
eltoozerobut it happens when wifi is toggled, but only after bt is toggled.00:37
eltoozerothere is a video of the freeze attached to the bug.00:37
eltoozerofull freeze, black screen, a console cursor and mouse cursor remain.  REISUB is ineffective, full shut down required.00:38
eltoozeroI was just now directed from #ubuntu-bugs to inquire here, michag suggested I check syslog to see if there is wisdom to be gained there00:39
jjohansen1eltoozero: kernel is the linux package00:39
eltoozeroyes, what can I do to establish if this is a kernel related issue?00:40
eltoozeroI suppose the alternative would be the rt2860, or bluetooth, that's what I need help with.00:41
jjohansen1eltoozero: if it is a full freeze it is at least partially kernel related, even if it is a driver00:42
eltoozerojjohansen1, ok cool, what can I do to help?00:44
jjohansen1eltoozero: hrmm can you trigger it using rfkill from a vt?00:45
eltoozerothat's something to try; for clarification, by vt you mean ctrl-alt f100:46
jjohansen1yes00:47
eltoozerocool, I'd like to see if anything shows up in syslog as well, I'll test that, thank you.00:47
jjohansen1doing it from the vt console if rfkill triggers the bug we might get a trace back00:47
eltoozerobrb, reproducing freezes is fun. :)00:48
eltoozerohang on now, when I do an rfkill list, I get two bluetooth adapter entries...00:50
eltoozeroeeepc-bluetooth: Bluetooth, and hci0: Bluetooth00:50
mjg59That's normal00:51
eltoozerothank you mjg59, on to the crashing.00:52
eltoozeroof course it works fine from vt...00:54
eltoozerothe problem is triggered from the fn-f2 hotkey, at least that's how I've been reproducing it00:55
eltoozeroif I can only get it to happen via that method, and not via rfkill, what does that indicate?00:56
jjohansen1that rfkill isn't the problem :)00:56
eltoozeroso, reproduce the way I know how and check syslog I suppose would be the next logical step?00:57
jjohansen1yes00:57
jjohansen1though if it is a full freeze I don't expect anything will make it to the log00:59
jjohansen1eltoozero: when you tried the console, did you try getting bluetooth into an unknown state via graphical interface and then switching to console and using rfkill01:03
eltoozero_jjohansen1, nothing in syslog before the reboot01:06
=== eltoozero_ is now known as eltoozero
jjohansen1eltoozero: when you tried the console, did you try getting bluetooth into an unknown state via graphical interface and then switching to console and using rfkill01:07
eltoozeroyes01:08
eltoozerounintentionally, it was in the unknown state to begin with01:08
eltoozerothe rfkill toggle does not affect the unknown status of the adapter as shown in the indicator applet01:08
jjohansen1okay, so the question becomes what is different between using rfkill on the console and the hotkey01:09
eltoozeroon top of that I can't always reproduce the unknown status on the adapter, it will freeze even if it is reporting on/off correctly, bluetooth just has to be toggled.01:09
jjohansen1eltoozero: yes but it does show something is broken in the driver01:11
jjohansen1eltoozero: can you include the command that is invoked by your hotkey01:14
eltoozero_jjohansen1: on a different box so I don't drop myself like a fool01:16
jjohansen1eltoozero: hrmm, this could also be a bias issue01:17
jjohansen1s/bias/bios01:17
eltoozero_k, hit me.01:17
jjohansen1fn+f2 will kick would be bios/acpi01:17
eltoozero_I'm running the most updated bios for my hw, I can disable bt in the bios and when I boot it's recognized as such01:17
eltoozero_initially I tried shutting wifi/bt off in the bios, enabling via gui, then shutting off to reproduce the bug01:18
eltoozero_everything works until that last wifi disable, but it does disable01:18
jjohansen1right, what I mean is it might not be playing nice with the driver01:18
eltoozero_access the bios right after the crash, it's disabled.01:18
eltoozero_I did find this previously, https://wiki.ubuntu.com/Hotkeys/Troubleshooting01:23
jjohansen1eltoozero_: hrmm I found a couple other references to fn-f2 freezing the machine01:23
eltoozero_it appears the key is generating the XF86WLAN event01:23
mjg59rfkill may freeze Eees if you're using one of the broken vendor wireless drivers01:24
mjg59They don't play nice with the PCI hotplug01:24
eltoozero_sounds good, what would be a suggested workaround? locate a more appropriate driver?01:25
mjg59Which driver are you using?01:25
eltoozero_rt286001:25
eltoozero_can I be more specific?01:25
=== eltoozero_ is now known as eltoozero
mjg59Yeah that's the vendor driver from staging01:27
eltoozeroI see in the dmesg is says rt2860sta and "you have been warned"01:27
eltoozero(love it)01:28
mjg59rt2800pci doesn't seem to have been merged to mainline yet01:28
mjg59Not sure what the situation is there01:28
eltoozeromjg59: https://lists.ubuntu.com/archives/kernel-team/2009-July/006564.html01:30
mjg59Yeah01:31
mjg59So right now you're stuck with the broken driver01:31
eltoozerohey, them's the breaks.01:31
mjg59But I suspect that's your problem01:32
mjg59And that if you unload rt2860 you won't be able to generate the hang01:32
jjohansen1that would be my bet as well01:32
eltoozerosounds reasonable, I'm sure it's really just a better idea to get a well supported wifi chip.01:33
mjg59It should be reasonably supported in the not-too-distant future01:34
eltoozeromjg59: where would I go to aid in that goal?01:34
mjg59Searching linux-wireless may be your best bet01:35
mjg59The mailng list01:35
eltoozerocool, so the drivers that are included are likely _not_ the manufacturers drivers, because of copyright/firmware, correct?01:36
eltoozerothe question being, is it worth it to try their reasonably up-to-date source for the chip01:36
mjg59The long-run plan is to have a rewritten driver that actually uses the Linux wifi stack01:37
mjg59Rather than the vendor drivers, which don't integrate cleanly01:37
mjg59rt2860 is a lightly cleaned up version of the manufacturer driver01:37
mjg59rt2800pci will be the rewritten Linux one01:37
eltoozerofrom the rt2800pci page it doesn't seem to indicate my chipset in their support list01:37
eltoozerobased on the following Ralink chipsets: rt2400, rt2500, rt2570, rt61 and rt73.01:38
eltoozerobut I totally follow you01:38
eltoozerovery helpful guys, thanks for all the info and guidance.01:39
eltoozeromjg59, jjohansen1, keep up the good work.01:39
JanCmjg59: do you mean that there is a tiny chance that there will be Ralink drivers that support multithreaded/multicore CPUs after all those years?  ;)02:22
mjg59One hopes02:23
JanCI've never had real problems to get them work on a P3, but IME anything like a P4, Core/Core2 Duo, etc. will magically work or not work depending on the system's mood today...  :-/02:26
JanC(sounds like timing-based concurrency problems...)02:26
cooloneyericm_, ikepanhc are you guys using grub2 in your karmic?05:03
cooloneyi did see any menu for me to select the right kernel for booting05:04
ericm_cooloney, y05:04
ericm_cooloney, did or didn't?05:04
cooloneydidnt05:04
ericm_is that a fresh installation?05:04
ikepanhccooloney: not yet, I am still using grub to boot karmic kernel/filesystem05:05
ikepanhccooloney: you mean you can not find menu.lst?05:05
ikepanhccooloney: grub2 has different format and name05:05
cooloneyericm_, yup fresh05:06
cooloneyikepanhc, indeed05:06
cooloneyikepanhc,  it should be the grub.cfg05:06
ericm_cooloney, that shouldn't be05:06
ericm_cooloney, my fresh installation here works perfect05:07
Q-FUNKTheMuso: I notice that a while back you removed keyboard map hooks from initramfs.conf, stating that console-setup takes care of that.  now, where is the console-setup hoow to copy that keyboard map to initrd?05:07
cooloneyikepanhc, but when i boot my machine, there is no such menu for me to pick up a right kernel05:07
ikepanhcIt is automatically generated by /usr/sbin/grub-mkconfig 05:07
cooloneyikepanhc, great, grub2 config is right, but i did not see the menu selection screen05:08
cooloneydid you?05:08
ericm_cooloney, then what did you see on your boot? And can you even boot into _one_ kernel?05:08
ikepanhccooloney: I am not using it, I still spend most of my time on Jaunty05:08
cooloneyericm_, just booting into our splash screen, progress bar then enter gdm05:08
cooloneyvery quick05:09
cooloneyikepanhc, got it. 05:09
cooloneyi just wanna try an old version kernel. but the grub2 don't let me choose05:09
ericm_cooloney, ESC doesn't help right?05:10
cooloneyericm_, just tried ESC, too quick for me, i missed 05:12
cooloneyericm_, booting too quick is a pain for developer, heh05:12
ericm_cooloney, hammer on your desktop to slow it down05:12
bjf-afkcooloney, if you hold the shift key you should get the grub2 menu (so I've been told)05:14
cooloneybjf-afk, thanks god, let me try. bjf-afk  is every where, cheers05:15
cooloneybjf-afk, i appreciate, shift works,05:20
bjf-afkcooloney, from what I can tell *lots* of people are running into the same issue :-)05:23
cooloneybjf-afk, i have to recode this shift trick into my Zim wiki notes, thanks, -:)05:27
=== ericm_ is now known as ericm-lunch
=== cooloney is now known as cooloney-afk
=== cjwatson_ is now known as cjwatson
hyperairis anyone familiar with an issue where plugging in an earphone after resuming from suspend/hibernate does not mute the speakers?09:19
Q-FUNKhowdy!  what should we do about bug #396286 ?  we've narrowed down the exact upstream git commit that broke it and filed a bug upstream in their bugzilla.09:48
ubot3Malone bug 396286 in linux "2.6.31-generic: kernel panic near the end of initramfs" [High,In progress] https://launchpad.net/bugs/39628609:48
Q-FUNKor actually, the first commit in a series of subsequent ones that made it difficult to simply revert one git commit.09:48
Q-FUNKogasawara helped me track down the exact commit but, at this point, we'd need people who actually know kernel internals to jump in and help LKML fix it.09:49
smbQ-FUNK, Let me have a look at it09:49
Q-FUNKsmb: thanks! :)09:50
smbQ-FUNK, Interesting. Seems atm only the nag-mails from Rafael come in. That patch that seems to break things looks nicely short... I try to sink into that a bit. But for completeness: what kinds of filesystems are involved? Only ext3, ext4, other?09:58
Q-FUNKext310:03
Q-FUNKwell, it's not just one commit.  it's the first commit in a long series to implement.. was it ACL... in various filesystems.10:04
Q-FUNKand indeed, no feedback except automated nag mails from Raphael.10:04
smbYeah posix acl... thingies10:04
Q-FUNKor well, Ingo Molnar replied on LKML that he'd rather get the crash dump as plain text rather than a picture and then he left it at that.10:04
Q-FUNKIIRC, AL Viro, who made those changes, was the one who said that he could not see how adding posix acl to /sys would make the kernel crash at bootup.10:06
smbThe interesting part is why does it only blow into your face... Which is always hard if that happens before you have something to write it to... A problem with the pictures often is that you miss the (more valuable) top part. Or parts as often there are more than one10:06
Q-FUNKAFAIK neither of them bothered actually chekcing what my most recent snapshot shows.10:07
Q-FUNKright10:07
Q-FUNKhere, to prevent that, I'm puposely booting with a huge framebuffer.  it fits more content on screen.10:07
Q-FUNK1280x1024, IIRC10:08
smbyeah, this does not look bad and has the top of it10:08
smbok, sort of when cleaning an inode up.10:09
Q-FUNKyup, right from the uname at the start of the crash until the cursor stopped flashing.10:09
Q-FUNKsomewhat tiny fonts, but I use a tripod to mount the camera, so the amoutn of fuzz is minimized.10:10
smbIts definitely one of the better ones. My eyes do not burn while looking at it. :)10:10
Q-FUNKand yes, it seems that it buggers on some inode.10:11
Q-FUNKhowever, it's unclear to me whether it's an inode on the / filesystem in ext3 or something else.10:12
Q-FUNKI cannot remember if it was Ingo or Al who suggested that this looks like a crash while mounting /sys10:13
smbLet me spend a bit of time to think about it. It could well be that it is one of the virtual fs'es and maybe some other code that forgets to do things right. Somehow it must be something that is usually not used, otherwise everybody would see it10:14
smbIt might be helpful to know what is special on a Geode (never saw one)10:15
Q-FUNKI could paste the cpuinfo10:15
Q-FUNKIt's basically a 586 with some extra more recent instructions, plus some amd-specific things10:15
smbIts maybe not the cpu only but the system as a whole. Meh, not very specific10:16
Q-FUNKshould I paste fstab also?10:17
smbWait a bit with that. For the moment I guess there is reasonable evidence. If I think we need more I would as in the report...10:18
smbLast sysfs file touched was sys/power/resume... thats also good to know10:19
Q-FUNKah.  acpi issue then?10:22
smbSorry, it might be somewhere in the report but have you tried with a busting version and acpi=off on the commdandline?10:24
Q-FUNKbusting version?10:25
smberr, I was trying to say a kernel version that usually does not boot10:26
Q-FUNKah, right10:26
Q-FUNKno, but I could try.  just a sec.10:26
Q-FUNKstill crashes10:29
Q-FUNKnoticed the line on top that says BUG: could not handle paging request at *****10:30
Q-FUNKdid something try to request tons of memory and barfed with a buffer overflow?10:30
smbMy suspicion would rather be (as it starts with that acl patch) that one of those pointers get set to something not -1 without being a real address and then are tried to get freed on destroy inode... But why needs a bit more meditation10:32
Q-FUNKok10:38
smbHm, actually you could do me a favour and get me the address of the first BUG that happens on the current karmic kernel -10.something. I just need the IP: ... (like __destroy_inode+...) Then I check this more exactly here10:41
smbIf you would add that info to the report I can check up later on10:41
ankuris this where i can ask kernel related question...?11:01
Keybukapw: when's a good time to send you a kernel patch?12:40
apwKeybuk, is there a bad time?  clearly if you want it in A6, its going to be tight12:41
Keybuksent to kernel-team12:41
Keybukit's a fairly critical bug fix12:41
Keybukand we need to test it first, to get the other half of the bug fix12:41
apwKeybuk, what do you need?12:42
apwa kernel with that bodged on, so you can test?12:42
Keybukyes please12:42
Keybukit's a fix for ext4 to not write the "last write time" field of the superblock when the filesystem is mounted read-only12:42
apwthat would be clearly against the spirit of read-only12:43
Keybukindeed12:43
Keybuk(it's replaying the journal from an unclean shutdown)12:43
Keybukthe problem is that it gets that time from the system clock12:44
apwyeah i got hit by that 'your last mount was in the future, full fsck engaged'12:44
Keybukwhen the filesystem is mounted read-only on boot (by either the kernel or the initramfs), the system clock contains whatever was in the hardware clock12:44
Keybukand that's not necessarily UTC12:44
Keybukright12:44
Keybukthis is the fix ;)12:44
apwwhy we never hit it before?12:44
Keybukbecause Ted has blamed Ubuntu for the apparent clock issues12:44
Keybuksaying we had "buggy init scripts"12:44
Keybukand he even included a hack in e2fsck that checked whether you were running on Ubuntu, and simply ignored the issue12:45
apwsounds like ted :)12:45
KeybukI removed the hack, because we *don't* have buggy init scripts, because we spent a long time making sure they were right12:45
Keybukand then these bugs started showing up again12:45
mjg59All problems exist in userspace12:45
Keybukit's refreshing to discover that they are actually kernel bugs in the ext3/4 filesystem code ;)12:45
apwgood on you for your being pig headed and stubourn :)12:45
Keybukthe only reason they seemed to affect Ubuntu is because12:46
Keybukerr12:46
Keybukwe have users12:46
apwhehe shhhh12:46
apweveryone will want them12:46
mjg59The real issue is how widespread having the clock in local time is12:46
mjg59I suspect that's far more widespread with Ubuntu than most distributions12:46
apwwindows defaults to that12:47
mjg59Quite12:47
Keybukanyone who dual-boots with windows will have it in local time12:47
apwso any dual boot setup will have it12:47
Keybukit's probably true that we have more "ordinary users" who do such a thing12:47
apwso we are more vunerable to it through that12:47
Keybukwhereas other distros have a higher proportion of Linux purists12:47
apwall true.  but a bug is a bug, and finding and squashing it is good12:47
apwKeybuk, a PPA needed, or some downloadable .deb's enough for you for this testing12:47
apwand if the latter, what arch is most useful so i can build that first12:48
Keybukdownloadable is fine12:48
Keybuk_i38612:48
apw    that point, for people who are east of GMT and who make their clock12:48
apw    tick in localtime for Windows bug-for-bug compatibility, and this will12:48
apwnice description12:48
apwKeybuk, that fix only fixes ext4 ... 12:49
Keybukyes, Ted would like to know whether this is the right fix12:49
Keybukif it is, he'll fix ext3 too12:49
Keybukapw: I know, I'm genuinely shocked12:50
KeybukI fully expected Ted to find *some* way to blame Ubuntu in the description ;)12:50
apwKeybuk, you got a bug for this in LP ?  so i can use the number?12:50
Keybukdo you know, we don't12:51
Keybuklet me file one12:51
* apw slaps self for not filing one midnight now - 24hours when he hit it12:51
* apw waits with baited breath12:53
Keybukbug #42782212:53
ubot3Malone bug 427822 in linux "fsck says last write time in future" [Undecided,New] https://launchpad.net/bugs/42782212:53
KeybukI've deliberately left an e2fsprogs task there since that's where people will look12:53
apwvery sensible12:53
apwand close it won't fix there not invalid so it stays searchable12:53
* apw fires up the hoover12:54
KeybukI'll leave it open for now12:55
apwyeah i meant in the long run12:59
apwKeybuk, we likely have to get this done by monday eve to get this in the alpha13:06
Keybukyes13:06
Keybukthis bug is pretty much hitting everyone13:06
Keybukso I think we should consider it critical for the alpha13:06
apwack ... i am sure you would have reason to get it by the freeze anyhow as its bad, but just stating the obvious13:07
apwit takes soooo damn long to get a kernel these days13:07
Keybuksure, we can hold up alphas easy enough though :p13:08
Q-FUNKsmb: come again?13:09
smbQ-FUNK, yep13:09
Q-FUNKsmb: what was it that you wanted me to add to the bug?13:09
Q-FUNKsmb: address of the first BUG?13:10
Q-FUNKsmb: ah, you mean the crash output? the first line that starts with BUG?13:10
smbJust the address of the unhandled pointer reference with the latest ubuntu kernel13:10
smbso I can have one compiled here with debugging info and check the exact location of the crash13:11
smbright13:11
smbbut the line is that which starts with IP: ...13:12
smbdirectly below of the BUG: line13:12
Q-FUNKBUG: unable to handle kernel paging request at ffffb4ff13:12
Q-FUNKthis?13:12
Q-FUNKah13:13
smbbelow that which was: IP: [<c01f716b>] __destroy_inode+0x4b/0x8013:13
smbMainly to check that it is still 0x4b and not moved to somewhere slightly off13:14
Q-FUNKsmb: added13:16
smbQ-FUNK, Ok, thanks. Now I only need to have the compile done. Thanks so far13:18
mjg59Keybuk: It'll hit far fewer after BST ends :p13:21
Keybukmjg59: :D13:23
* apw muses about online fsck, was it btrfs which did that?13:33
mjg59softupdate FFS does13:36
mjg59But softupdates are brain meltingly difficult13:36
apwKeybuk, could we not have left the ted bodge in, but made it produce an message or something ... so we don't get hurt by it all the time?13:43
apwyou only care to know if you have stopped it occuring after all13:43
apwand the pain level is very high from this thing13:43
apwas an example your test kernels are off the table while my machine is rebooting13:45
apwand its been fsck'ing for 20 mins already13:45
Keybukapw: karmic is not being released tomorrow14:02
KeybukI would rather fix this properly and *know* it's fixed14:03
Keybukrather than bodging out the error just for people running an unreleased version ;)14:03
apwbut the fact is just print a vile error when the bodge was applied would give you just the same information and not mean i lose an hour every tiem i915 breaks14:03
Keybukno it wouldn't14:04
Keybukbecause the vile error isn't printed14:04
Keybukthere's a splash screen in the way14:04
apwheh for you maybe ...14:04
Keybukif you want to bodge it for yourself, just stick that buggy_init_scripts thing back14:04
Keybukzelda scott% cat /etc/e2fsck.conf 14:04
Keybuk[options]14:04
Keybukbuggy_init_scripts = 114:04
apwoh it still in there excellent14:05
apwwill do that given the massive instability i seem to have today14:05
=== lamont` is now known as lamont
apwKeybuk, that patched kernel is now available at: http://people.canonical.com/~apw/lp427822-karmic/14:45
=== bjf-afk is now known as bjf
jjohansen1the EC2 kernel status meeting has been moved to #ubuntu-server and will start at 16:00 UTC (ie. 2 min)15:58
Q-FUNKsmb: thanks! what should I pay attention to when I boot your test kernel?17:08
smbQ-FUNK, As I don't hope much its a double free it likely just runs into the bug again with just a slightly different address.17:09
smbIf it boots, then you would see WARNINGs in dmesg...17:09
Q-FUNKok17:10
smbI try to make a v2 that juggles around with the structure elements. So if something blindly writes it should then hit the same private pointer as before... but that I have to build17:10
Q-FUNKlemme grab my camera and ake a snapshot of that one.17:11
smbQ-FUNK, No worries about a picture17:14
smbIf its still the same bug17:14
Q-FUNKsmb: result pasted17:28
* smb looks17:28
smbOk, I nearly expected that. I am building another one right now and will upload it as soon as it is done.17:29
Q-FUNKok17:33
Q-FUNKI'll wait for that and test it.17:33
erichammondpgraner: Did the weekly Karmic meeting displace the daily EC2 kernel meeting today?17:50
smbQ-FUNK, Ok, its uploaded. A little warning, as I cheated a bit with the abi number, external modules (including dkms) get confused. So if using nvidia or fglrx for example, those fail to load.17:50
rtgerichammond, jjohansen1 bodged the meeting time and is now at the dentist17:51
apwerichammond, i think the EC2 meeting is at the top of the next hour17:51
apwoh perhaps not17:51
rtgerichammond, the only significant kernel issues that I'm aware of is the 4gb i386 trap warning. smoser is supposed to try an image with libc6-xen17:52
rtgapw, were you able to test 'ext4: Don't update superblock write time when filesystem is read-only' ?17:56
apwrtg, i added the patch to a kernel for Keybuk ... 17:56
apwKeybuk, did you manage to test it yet?17:56
rtgapw, weren't you suffering from it?17:56
smoserwe can do it whenever (the meeting) and as far as i am aware the only issue is bug 427288 (4gb i386)17:57
ubot3Malone bug 427288 in linux "Karmic i386 EC2 kernel emulating unsupported memory accesses" [High,Triaged] https://launchpad.net/bugs/42728817:57
apwi was in the sense that i hit it on reboot yes17:57
apwbut when i do hit it it takes 40 mins to recover, and i was in the release meetings :/17:57
erichammondokeydoke.  I was asked to attend the meeting, so I set my alarm a couple hours early :-/17:57
erichammondSeems like things were covered in the Karmic release meeting which I accidentally stumbled into.17:58
rtgerichammond, good. I think we'll skip the ec2 meeting today pending results from smoser17:58
Q-FUNKsmb: Geode has built-in video.  no prolem with that :)18:03
ajishcan some one help me how to enable kdb in ubuntu 2.6.28-14-generic18:08
Q-FUNKsmb: victory!18:09
smbQ-FUNK, Unfortunately just partially.18:10
Q-FUNKsmb: whatever you did, it boots.  it however hangs up later at the apparmor loading step.18:10
Q-FUNKsmb: well, you've at least succeeded in isolating the issue18:11
smbThe corruption might still be in place, but instead of hitting the i_acl pointer and being visible on boot, it would affect the private pointer and might go unnoticed18:11
smbAt least it seems that the change seems quite isolated, seems to be only at this one location...18:12
smbQ-FUNK, I wonder whether apparmour failing later is a clue or just coincidence because of the silently modified structure... But I guess that needs a bit more thinking... :)18:15
Q-FUNKLinux geode 2.6.31-10-generic #32bug396286v2 SMP Fri Sep 11 16:26:56 UTC 2009 i58618:15
Q-FUNKsmb: that, I wouldn't know.18:15
Q-FUNKbrb18:15
apwcjwatson, did you say our grub2 was updated with the potential fix for the blammo?18:26
cjwatsonno18:35
cjwatsonRobert still seems to be working on it - the Debian bug's been updated18:35
cjwatsonI think I'm waiting for it to go upstream at this point18:35
apwsound indeed18:35
apwbah lost the link to the debian bug ... don't have it by any chance do you?18:35
amitkogra: lool: First cut of the freescale kernel rebased to 2.6.31 and all patches upto sdk1.6 applied -> http://people.canonical.com/~amitk/mx51/linux-image-2.6.31-100-imx51_2.6.31-101.8_armel.deb19:53
amitkI'll be reordering/cleaning up a little bit, but this is the meat of it.19:53
loologra: thanks19:57
loolerr amitk, thakns19:58
loolamitk: How did the kernel work for you?19:58
loolamitk: Could you comment on the latest patches?  Fixes or new features or...?19:58
cwillu_at_workI get the impression that the upstream kernel people aren't aware that a desktop becomes unusable under any io load?20:47
jjohansen1cwillu_at_work: it just depends on your definition of usable and load21:09
jjohansen1:)21:09
cwillu_at_workD:21:09
cwillu_at_workbut seriously :p21:10
cwillu_at_workI don't understand why my mouse cursor should ever stop moving in response to _disk_ load21:10
cwillu_at_workI thought this was supposed to have been taken care of years ago :p21:10
cwillu_at_workand then I thought that having 4gb of ram to fit my 2gb working set and still have 2gb left over for caching was supposed to make me forget about my troubles21:11
cwillu_at_workIt just feels like we've made no gains in interactivity, despite the improving metrics that are intended to reflect that21:19
cwillu_at_workbrb (groan if you must :p)21:31
erichammondWould it make sense to link from https://wiki.ubuntu.com/KernelTeam to https://www.google.com/calendar/hosted/canonical.com/embed?src=50d02kfdekgcjdcpc970hh83f0%40group.calendar.google.com&ctz=America/New_York ?21:41
=== bjf is now known as bjf-afk

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