=== nick is now known as Guest38838 [06:23] moin === smb` is now known as smb [07:30] morning and ciao ppisati ;) [08:02] smb: ciao Stefan :) [08:02] brb [08:02] * ppisati goes to preparare some more ICED coffee... [08:02] it's already 29C here... [08:09] ppisati and smb morning [08:27] * henrix is having probs with isp... again [08:32] hi people [08:33] I bought Toshiba harddrive with usb 3.0. Connected to desktop (running quantal) and got this in dmesg: http://paste.ubuntu.com/1158604/ - disk is unusable as it connects/disconnects all the time [08:35] http://paste.ubuntu.com/1158610/ is lsusb -vvv output [08:36] ideas? === Ming is now known as Guest7541 [08:46] ppisati: nice trip for vacation. heh [08:47] hrw: I am all ears, since I am experiencing similar. But for me it might be lvm related. [08:48] * xnox is not kernel dev, just a lurker. [08:48] cooloney: thank you :) [08:48] xnox: http://www.digipedia.pl/usenet/thread/19505/33113/ is what I want to check [08:49] xnox: disk will be mostly used with usb2.0 laptop but for future use I prefer usb3.0 ;) [08:50] hmmm... for me it just spins down and gets "ejected" and then all of my LVs and VGs are borked =/ giving i/o errors. not sure it's the same. [08:52] ppisati: if you need me take care of some ARM stuff during your vacation, please let me know [08:59] cooloney: feel free to chime in, the ti-omap4 lp bugs page is always looking for some love :) [09:49] ogra_: hey, i'm looking at the bug https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/746137 [09:49] Ubuntu bug 746137 in jasper-initramfs "Page allocation failure on Pandaboard and Beagle XM" [Undecided,Fix released] [09:49] cooloney, ah, cool, note that this isnt arm specific [09:50] seems to be an issue with many USB based wlan cards [09:50] ogra_: you mentioned to use GFP_ATOMIC instead of GFP_KERNEL, is that any bug about that? [09:50] cooloney, not sure, marvin24 pointed me in #ubuntu-arm to it [09:50] ask him, i guess [09:51] ogra_: oh, can we reproduce on x86? actually i got this on my pandaES frequently [09:51] i think you can if you boot with a really low mem= value and have the same highmem split in the kernel [09:52] but ask marvin24, he was really into that bug for a while [09:52] ogra_: ok, cool [09:55] ogra_: also from infinity's comments, looks like if we change vm.min_free_kbytes = 32768, the issue is gone [09:55] right, its just that we dont want to set that var for everyone... [09:55] and setting a sysctl variable conditionally isnt easy [09:56] also its somnething that looks like the kernel should set it right [09:56] instead of userspace with hackish detection scripts [09:57] II: Checking modules for generic...previous or current modules file missing! [09:57] /home/hrw/HDD/devel/ubuntu/linux-3.5.0/debian.master/abi/3.5.0-10.10ubuntu1/amd64/generic.modules [09:57] /home/hrw/HDD/devel/ubuntu/linux-3.5.0/debian.master/abi/3.5.0-10.10/amd64/generic.modules [09:57] make: *** [module-check-generic] Błąd 1 [09:57] argh... [10:00] how to disable all abi checks etc? I want to test some usb3.0 patches and kernel compilation drives me mad [10:07] ogra_: looks like marvin24 is not online [10:08] patient :) its noon here, he is probably at lunch [10:08] ogra_: oh, got it, i assume he is in US [10:08] germany [10:09] about 80km south of me [10:09] ogra_: that's close. how's you imx6 board. [10:10] fine, idling on the shelf [10:10] i'm working on an automated qemu based testsuite atm ... so i havent looked much at real HW the last days [10:15] ok, time to reboot and check will usb3 drive work [10:16] ogra_: i think ppisati probably have already sloved this issue in Ubuntu-3.5.0-208.14 [10:16] dunno, i havent seen the issue on that kernel ... but then i didnt do many RAM hungry tasks yet [10:21] commit e3a095d141d53651dd9f406502cbdb87f456c002 [10:21] Author: Andy Green [10:21] Date: Wed Jun 27 15:10:23 2012 +0800 [10:21] HACK force min_free_kbytes set by proc to min 32K to workaround smsc problems [10:21] Signed-off-by: Andy Green Signed-off-by: Paolo Pisati [10:21] commit a8fe4ec3a2207dfc7b18a9875569864a68e6cb87 [10:21] Author: Andy Green [10:21] Date: Wed Jun 27 12:16:28 2012 +0800 [10:21] HACK force min_free_kbytes to 32K to workaround smsc problems [10:21] Signed-off-by: Andy Green Signed-off-by: Paolo Pisati [10:22] ogra_: i saw it set that min_free_kbytes to 32K as minium value [10:24] ugh, ugly [10:25] we cant do that for omap i suppose [10:25] might work for omap4 indeed [10:26] ogra_: yeah, only on ti-omap4 branch [10:27] actually there is no kernel config option for that default value. i think we can introduce one [10:27] in mainline ? [10:28] on the pandaboard that bug isnt hitting as hard as on the beagle ... so that fix would have to go into master too [10:28] if it is a right method to solve the issue, i think it is good for mainline [10:28] k [10:29] ogra_: right, but master also includes x86. [10:30] probably have an option named CONFIG_MIN_FREE_KBYTES, if the min_free_kbytes < CONFIG_MIN_FREE_KBYTES, then let min_free_kbytes = CONFIG_MIN_FREE_KBYTES [10:31] so we can set CONFIG_MIN_FREE_KBYTES as 32K in omap and omap4 [10:32] yeah [10:32] sounds good [10:32] ogra_: but maybe kernel maintainers will push that back as why not change that in userspace. heh [10:34] ogra_: cooloney IMO that issue was never really resolved [10:35] ppisati: ok, so even with the patches you applied from linaro, we still have this issue, right? [10:36] ppisati: i will try this kernel soon === Ming is now known as ming_lei [10:42] * cooloney out for dinner [11:08] hrw, i assume you figured out the abi disable [11:11] apw: yes and got my usb 3.0 device working [11:14] will open bug against quantal kernel [11:16] hrw, lets us know the bug number here [11:17] sure [11:29] bug 1039478 [11:29] Launchpad bug 1039478 in linux "WARN Successful completion on short TX: needs XHCI_TRUST_TX_LENGTH quirk?" [Undecided,New] https://launchpad.net/bugs/1039478 [11:29] patches attached [11:49] * henrix -> lunch [11:51] rsalveti: http://people.canonical.com/~ppisati/linux-image-3.5.0-208-omap4_3.5.0-208.14~plus1_armhf.deb [11:51] rsalveti: http://people.canonical.com/~ppisati/linux-headers-3.5.0-208-omap4_3.5.0-208.14~plus1_armhf.deb [11:52] rsalveti: i rebased all the missing tilt-3.4 patches on our Q/omap4 kernel [11:52] plus1 ! [11:52] rsalveti: check if it makes any diff wrt your pvr hangs [11:52] ogra_: plus4! :) [11:52] with such a name it *must* be better :) [11:54] * ppisati crosses fingers... [11:54] ppisati: sure, will test it [11:55] * ppisati goes to enable -DDEBUG and -Wall in arm/arm/mach-omap2 again... [11:55] so that the rigbuffer eats all our ram again ! [11:55] *ring [11:57] ogra_: just in my build, to catch as much crap as possible [11:58] yeah, i wasnt actually complaining, i just tried to sound like :) [14:13] hi [14:13] i'm currently debugging a gfs2 kernel oops with the 12.04 kernel [14:15] ogasawara, I uploaded the LTS meta package that you had in the can. [14:30] https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1020207 this bug is currently attached to gfs2-utils, but i think it's a kernel issue [14:30] Ubuntu bug 1020207 in gfs2-utils "gfs2 kernel oops when deleting file on other cluster node" [Undecided,Confirmed] [14:33] diwic: i've an atom board with nvidia chipset, and i'm running the nvidia driver [14:33] diwic: /proc/asound/cards shows both the intel and nvidia card [14:33] diwic: but aplay shows only the intel side [14:34] diwic: what could be wrong? [14:34] ppisati, hmm [14:34] ppisati, can you give alsa-info? [14:37] ppisati, or check in dmesg for strange errors [14:38] cking: bug 1039561 [14:38] Launchpad bug 1039561 in ecryptfs "The ecryptfs test file-concurrent.sh hangs on both natty and lucid" [Undecided,New] https://launchpad.net/bugs/1039561 [14:38] I hope here is the right place for questions like this: Maybe i'm missing something obvious, but i tried a minimal ubuntu install with debootstrap and with linux-image-3.5.0-11-generic, and i have all kinds of hardware support issues. Like no mouse device, harddisk devices missing, network card missing, ... Did i miss something? I admit i'm not familiar how kernel stuff is packaged in Ubuntu ... [14:39] bjf, can you add some more context? which kernel perhaps? ;-) [14:39] diwic: it's an old board i've it around [14:39] 3.5.0-11.11 for amd64 to be precise [14:40] diwic: and i was trying to getr video (and audio) playback via hdmi [14:40] diwic: it's not connected now [14:40] diwic: e.g. does aplay go through the sound server? or does it check the hw device? [14:41] Worf: did you make sure to also install the linux-image-extra package? [14:41] * ogasawara back in 20 [14:41] ppisati, aplay -l would list the hardware devices only [14:42] cking: kernel versions added [14:42] diwic: ok so if it's no there it's an hw/kernel problem [14:42] ogasawara: ok, it looks like that would be what i missed ... sorry for bothering ... [14:43] ppisati, yep. I would look in dmesg for errors [14:43] bjf, /me has a look [14:43] ppisati, (note that aplay -L lists something different) [14:43] diwic: it's disconnected as i said, i'll give it a second look tonight [14:43] ppisati, ok [14:44] rsalveti: any news on plus1 kernel? [15:51] * henrix will be out for a bit [15:53] jsalisbury: ping [15:54] jsalisbury: bug 1039478 is what I would like to talk about case today I will have to give disk back to the owner [15:54] Launchpad bug 1039478 in linux "WARN Successful completion on short TX: needs XHCI_TRUST_TX_LENGTH quirk?" [Medium,Triaged] https://launchpad.net/bugs/1039478 [16:09] * apw curses overlayfs ... [16:10] switch back to unionfs :) [16:10] overlayfs withers and dies... [16:12] the cool kids use btrfs with compression :p [16:12] * hrw curses xhci [16:12] cwillu_at_work: the cool kids also do not notice their data vanishing into the clouds [16:13] sure they do [16:13] the checksums would fail! [16:13] then what? [16:13] * cwillu_at_work had daily backups long before btrfs was a twinkle in cmason's eye [16:13] * xnox ext4 doesn't need checksums cause it doesn't loose dat [16:13] in other news: ext4 adds checksums [16:14] =))))) [16:18] drivers/video/backlight/progear_bl.ko should be disabled for all ubuntu kernels [16:19] the device which uses it has transmeta cpu so 586 and 128MB ram [16:19] hrw: the xhci patches should be trickling down through -stable to quantal fairly soon [16:19] jwi: yep [16:20] jwi: good part is that disk owner lacks usb3 so will not have a problem. and she is using winxp [16:22] hrw, ok. I'll take a look at those patches today. It sounds like v3.6-rc2 has issues, so you can't test it properly? [16:23] jsalisbury: looks like usb is not working at all [16:23] jsalisbury: I do not have ps/2 keyboards anymore [16:24] jsalisbury: rc1 did not even brought 'cpus' online (i7-2600K) - only #0 and #7 were up [16:25] hrw, ok. we'll have to take a look at the patches and see if they can be easily backported to v3.5 [16:28] jsalisbury: I applied them to 3.5.0-10.10 source without fuzz [16:29] hrw, cool, so it should be an easy cherrypick. I can build a test kernel this afternoon. We can submit the patches to the kernel-team mailing list for consideration in to Quantal [16:31] cool [16:34] ogasawara, linux-meta-lts-quantal is still waiting to build. [16:34] rtg: sheesh, 9hrs! [16:39] reboot... [16:39] bjf: quantal-on-quantal, VM, show failure on ecryptfs stress test, see https://jenkins.qa.ubuntu.com/view/SRU%20Kernel/job/sru_kernel-quantal-virtual_amd64-kvm-virtual/ [16:41] re [16:42] jsalisbury: mainline kernel rev '9160338de92c0305329be5163a76f849806e83de' with 3.5.0-10.10 config booted fine [16:42] hggdh: that's "stress" not ecryptfs and you can ignore it though i'll make a note of it [16:43] jsalisbury: and usb3.0 disk works after plugging [16:43] hrw, thanks for the info. Is that the only commit that would need to be cherry-picked? [16:44] jsalisbury: no, its today's HEAD of mainline ;D [16:44] jsalisbury: those 3 patches which I added to bug were extracted from mainline [16:44] bjf: sorry for the mixup :-) [16:44] hggdh: not a problem [16:44] hrw, ahh, ok. [16:44] HEAD + http://paste.ubuntu.com/1159318/ config == http://paste.ubuntu.com/1159319/ dmesg [16:44] and disk works [16:52] ** [16:52] ** Ubuntu Kernel Team Meeting - Today @ 17:00 UTC - #ubuntu-meeting [16:52] ** [16:56] hggdh: why don't you file that as a bug against the tests so i don't forget :-) [17:00] isn't it meeting time? [17:09] cking, apw I just did an upgrade of my quantal 64bit alternate kvm and I think there is still an issue with the default cirrus gfx and the X driver. Has one if you a similar vm to cross check? [17:09] smb, not one handy [17:10] * ppisati -> EOD [17:11] ok, maybe I just file a bug and let it be ignored like the other bugs ... [17:12] smb, lemme know the bug number and I can see if I can reproduce it tomorrow [17:12] cking, sure [17:14] smb, aren't you supposed to be packing for your travels soon? [17:14] cking, Did that already, but trying to pass on some other pointers to things I may forget [17:15] Gosh, cannot even get a graphical desktop now after the latest upgrade [17:15] Maybe its the great plan of dprecating unity2d before really having a replacement [17:17] smb, I guess that's it [17:18] * cking uses server images for his VMs [17:18] At least the part of now not getting a desktop, the clash between the cirrus drm module and the x driver was before === jsalisbury changed the topic of #ubuntu-kernel to: Home: https://wiki.ubuntu.com/Kernel/ || Ubuntu Kernel Team Meeting - Tues August 28th, 2012 - 17:00 UTC || If you have a question just ask, and do wait around for an answer! [17:27] cking, bug 1039648 [17:27] Launchpad bug 1039648 in ubuntu "kvm/cirrus: X driver will not load when kernel module is loaded" [Undecided,New] https://launchpad.net/bugs/1039648 [17:27] smb, I'm nealy finished in installing, will try to repro [17:28] cking, wow that was quick. I suppose you already had the iso [17:28] smb, no I have a fat pipe to download the images [17:29] * smb forgot cking 's big ass pipe [17:32] ..and speedy laptop too [17:33] cking, are you actually getting 50mbit ? [17:49] apw, what iwlwifi errors are you seeing? 'fail to flush all tx fifo queues' ? [17:50] rtg, http://paste.ubuntu.com/1159446/ [17:52] rtg, the end of the trace occurs after i rmmod and modprobe it again to get it working [17:53] rtg, yep, I'm getting 50mbit [17:53] apw, I'm only seeing 'fail to flush all tx fifo queues' once in awhile [17:53] rtg, i think i have seen that in the past, but not recently [17:54] apw, you're getting some pretty ugly warnings even after the firmware restart [17:54] smb, yep, I can reproduce that bug [17:54] cking, Ah good, I mean bad, but good that it is the code broken and not me [17:55] smb, alpha3 worked, updated it and it breaks [17:56] cking, Right it as working at some point. And before todays upgrade the desktop came up when I blacklisted the kernel module [17:59] smb, desktop is so heavyweight for my kind of testing, I normally just install server [17:59] ..so I would not normally encounter this bug :-/ [18:00] * rtg -> lunch [18:00] cking, Me too, but sometimes I want to do some desktop in box stuff. And some other people seem neither... [18:38] * henrix -> EOD [18:50] * smb -> away [19:12] hrw, re. bug 1039478 I have a test kernel building now with those three patches applied. I'll post a link to the bug shortly. [19:12] Launchpad bug 1039478 in linux "WARN Successful completion on short TX: needs XHCI_TRUST_TX_LENGTH quirk?" [Medium,In progress] https://launchpad.net/bugs/1039478 [19:55] * cking -> EOD === lifeless_ is now known as lifeless [20:18] jsalisbury: I do not have hardware now - gave it back to the owner [20:43] hi, i'm following up on a bugreport that handles a gfs2 kernel oops, very reproducible [20:43] if there is a kernel developer/maintainer here who could have a look? [20:45] https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1020207 for those interested [20:45] Ubuntu bug 1020207 in gfs2-utils "gfs2 kernel oops when deleting file on other cluster node" [Undecided,Confirmed] [20:46] makes redhat cluster suite on ubuntu unusable when using gfs2 [20:50] verwilst: assigned it to 'linux' package, cause this is a kernel bug :) [20:51] yeah, didnt really know who are what to assign :) [20:51] so i thought, let's ask here ;) [20:51] i've put my fair share of hours into this bug, so i hope i get some response :) [20:52] is the bug already reported upstream ? [20:53] it's fixed upstream [20:53] as seen in one of my many comments :P [20:54] it's fixed in 3.3-rc6 even [20:54] but not in the stable 3.2.x updates? [20:56] rah [20:56] i messed up the bugreport [20:56] can somebody set it back to confirmed? :) [20:56] no [20:56] not in 3.2 [20:56] you could spank upstream about that [20:56] Kernel OOPS'es should get backported imo [20:56] then they get automaticly in ubuntu also [20:57] that's what i'm doing :) [20:58] just applying pressure to both parties :) [20:58] :) [20:59] plz revert the fix released :) since i with my pleb powers cannot [20:59] * dupondje trying to contact mozilla developpers to fix a critical bug, now thats a no-go :( [21:00] me neither ... i'm sorry :) === rsalveti` is now known as rsalveti === jibel_ is now known as jibel === RAOF_ is now known as RAOF