/srv/irclogs.ubuntu.com/2011/04/07/#ubuntu-kernel.txt

=== yofel_ is now known as yofel
JFothanks kees, you're like the uncle who always give fruitcake as a present. :-P00:49
JFoogasawara, are you still around?00:51
JFomight want to have a look at that: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/73187800:51
JFolooks nasty to me00:51
keesJFo: haha :)00:58
jjohansenback on later02:31
fairuzmorning07:38
=== smb` is now known as smb
=== _LibertyZero is now known as LibertyZero
smbTeTeT, It would be good if we can get more info about the host system (what distro/release/kernel version) and possible special setup into the many interrupts/xen bug (if this has not mysteriously resolved itself...)08:33
smbOh and good morning by the way. :-P08:34
TeTeTsmb: it hasn't. I'll get you the info asap. Morning ;)08:34
smbTeTeT, To bad... :) Oh and usually (at least in the CenOS installs I use) there are example configurations (including hvm) in /etc/xen. Those may help to find out which values could be changed and what the defaults are supposed to be.08:36
smbcking, \o08:43
ckingsmb, o/08:43
TeTeTsmb: customer attached the sosreport from the RHEL host, hope that has all the needed info09:31
smbTeTeT, I will hope and see. Have you asked them about the mac addr and prossible acpi activation?09:32
TeTeTsmb: he saw your comment and said it should be all fine, but I will dig into that again09:33
smbTeTeT, Ok thanks. The mac address was just to be sure. But acpi is definitely not good. If there is a dmesg of the dom0 in the data added I'll see whether this is there the same or not.09:35
Davieysmb, Is someone looking at bug 731878 ?09:46
Davieyah, i see kees mentioned it to JFo last night.09:46
smbDaviey, my crystal orb looks a bit hazy at the moment.09:47
smbDaviey, I saw the mailing list thread but did not look myself. And as the bot seems to be MIA again it is not always clear from the scrollback what was discussed09:50
Davieysmb, sorry for being vague.. unity crashed and i missed your response10:58
Davieysmb, the scrollback looked like kees just raised it to JFo's attention10:58
DavieyAnother question.. Would someone on the kernel team mind commenting on the patch attached to bug 722185 please? :)10:59
DavieyAlso, bug 707003 (sorry for flooding you chaps)11:30
aakshaywhile running driver (module), the kernel messages are not passing to /var/log/messages. please help11:36
ogra_diwic, poke11:39
diwicogra_, peek11:40
ogra_diwic, do you have an opinion about bug 746023 ? i see you discussed it on the pulse ML11:40
ogra_hmm, no bugbot ?11:41
ogra_https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/74602311:41
ogra_indeed we would love to have that patchset in before release, but i dont know the code enough to judge the impact on other platforms than UCM based ones11:42
diwicogra_, in terms of stability and risk, I prefer not applying them...11:42
ogra_do you think they could impact anything beyond UCM ?11:42
ogra_(the only thing i see there is the udev changes)11:42
aakshayfairuz, where the kernel messages are stored? 11:46
diwicogra_, so if we decide to apply them - have we tested them? How can we ensure stability of these patches?11:47
ogra_diwic, do you think they would affect anything outside of UCM 11:47
ogra_they have been tested by TI as i understand and only omap4 makes use of UCM atm11:47
ogra_my worry is the impact on non UCM stuff that i cant really judge11:47
ogra_(tested by TI indeed means tested on omap4 only)11:48
diwicogra_, as I understand it udev-detect would load module-alsa-jack-detect as well11:48
ogra_right11:48
diwicogra_, so bring me up a little, what's the minimum we can apply this to if we have to?11:51
diwicogra_, I mean, can we ifdef the udev changes to the ARM image e g11:52
ogra_ah, yeah, thats would be an option ... 11:52
ogra_we could ifdef the world indeed ;)11:52
diwicogra_, w11:54
diwicogra_, how many images do we have and do we need this on all of them?11:55
ogra_we wouldnt do that image based but arch based 11:55
ogra_(since ifdef will only work at build time)11:55
ogra_we currently sopport two arm subarches (omap and omap4) but linaro uses our packages for their images too and they have a lot more subarches11:56
fairuzaakshay: dmesg | tail11:58
fairuzor tail /var/log/messages11:58
aakshayfairuz, thanks.. but can i take your minute please.. 11:59
fairuzaakshay: I have a meeting soon, but just ask12:00
aakshayfairuz, in the code i wrote yesterday, the module_init and exit are being called simultaneously.12:00
fairuzaakshay: module_init is called when you do insmod12:00
aakshayfairuz, the printk message is "<1>Inserting memory moduleRemoving the memory module12:01
aakshay"12:01
ogra_diwic, would you mind commenting on the bug ? i have to present it to the release team and possibly also ask TI for changes (before beta2)12:01
fairuzwhile module_exit is called when you do rmmod12:01
diwicogra_, hmm12:01
aakshayfairuz, yes but when i do insmod, this output is given "<1>Inserting memory moduleRemoving the memory module12:01
aakshay"12:01
diwicogra_, what would you like me to write? 12:01
fairuzaakshay: Check your code 12:01
ogra_heh, your opinion on the possible impact if we apply them12:01
aakshayfairuz, ok.. i am checking it. will back to you.. :p12:02
aakshaythanks12:02
aakshay:)12:02
ogra_diwic, luke just asks for adding the right FFe's, i would like some statements about the code and possible impact12:03
diwicogra_, I talked to him this morning and he too was concerned about the size (as in the broader meaning of size) of the patches 12:04
diwicogra_, and I told him to ping you about it :-)12:04
ogra_he didnt say that oj the bug nor in the ping he left for me on IRC12:04
ogra_*on12:04
diwicogra_, do you have hardware you can test on?12:05
ogra_"Could you please action bug 746023? A lot of these patches introduce new functionality, and IMO need an FFE. Thanks."12:05
ogra_trhats what i had 12:05
ogra_yes, the arm team as well as the linaro team have panda boatds12:05
ogra_*boards12:05
ogra_testing on the target platform isnt an issue (and i also tend to belive it works okayish if TI tells me they tested, my main concern is teh impact on non TI HW) 12:06
diwicogra_, so can you be specific about what we need to bring in? Comment #4 is contradictory to comment #5.12:06
ogra_well TI wants all of them indeed, i dont know if we can get away with less12:07
* diwic would love to have an Ubuntu that works a little better than okayish :-/12:07
ogra_okayish on the panda wrt sound would be much more than we released on maverick 12:07
ogra_(due to the same issue btw, the TI alsa patches came to late)12:08
ogra_in maverick there is no sound at all on omap4 in the release image and only partial fixes in maverick-updates12:08
ogra_so having it working "okayish" on omap4 while not breaking the rest of the world is acceptable for me atm12:09
ogra_the rest of the world bit is what i'm concerned about12:09
ogra_and what i cant judge as a non asla guy12:09
ogra_*alsa12:09
diwicogra_, the patches in the tarball are similar but not identical to those posted on the ML - that's why I ask which one is the one to apply12:11
ogra_ah12:11
diwicogra_, they are overlapping12:11
ogra_well, we would take the tarball ones 12:11
ogra_i thought they are the same given alejandros comment12:12
smbDaviey, Patch in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/722185 looks ok imo but seems to need to get upstreamed properly.13:00
smbDaviey, https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/707003 ppisati looks like being on that one13:00
Davieysmb, thanks!13:01
Davieysmb, would you mind commenting on the former please?13:01
smbDaviey, about to do13:01
DavieyI assumed you have pre-canned responses for situations like this :)13:02
Davieythanks13:02
smbDaviey, Nah, that would be far to effective13:02
Davieysmb, lol13:04
TeTeTif I want to package a binary module, how do I best get it into the kernel's dependency tree - simply call depmod -a from postinst, or is there a better way?13:23
smbTeTeT, The best way would be to have at least some parts that can be public, and then to make a dkms package. Well actually the best way would be not to have a binary only module to package...13:25
TeTeTsmb: problem is the vendor only distributes a binary module. Right now it is copied into /lib/modules. I at least want to package it, this motivates my question on how to best add it to the module dependencies. I completely agree with your assessment though13:35
smbTeTeT, For depmod you probably want to use one of its options to limit it to the running kernel (or the one into which /lib/module path you install). That from a postinst should be ok. Good luck with the rabbit (abi) chase, though. But I guess you are aware of that joy13:39
TeTeTsmb: yeah, the customer won't install every Lucid kernel for sure13:40
smbTeTeT, Its more a courtesy thing. depmod -a updates all the dependencies for all currently installed kernels. But your package would only add to one version, so one does not want to unnecessarily update stuff that has not changed.13:43
smbTeTeT, Actually reading the man page again, I am wrong13:44
smbTeTeT, So depmod -a is actually ok13:45
smbif you install for the current kernel, otherwise depmod -a <version>13:46
TeTeTsmb: so it would be depmod -a <version>, as during install time most likely the kernel is not correct13:47
smbTeTeT, Yes, sounds like the safer bet13:48
smbtgardner, ogasawara I am likely #99 but just as a note that this is going round as a Natty regression https://bugs.launchpad.net/ubuntu/+source/linux/+bug/731878. Following the latest thread reference it does not seem to be resolved yet upstream.13:52
tgardnersmb, what do you mean you are #99 ?13:57
smbtgardner, Assuming I am not the first one to tell you but #99 (iow people are already chasing you)13:57
smbITs just a random number that came to my mind13:58
tgardnersmb, oh, you are the 99'th person to hassle me about this. I get it.13:58
smbtgardner, Yeah, sorry I guess my humor does not translate that well atm. Guess I need apw back to give me more training. :)13:59
tgardnersmb, we all miss him :)13:59
smbAfter nearly two weeks in Scottland we'll have to find out whether *we* still understand him. :-P14:00
ogasawarasmb: yep thanks, it's top of my list to dig into this morning14:04
smbogasawara, Cool. :) As far as I understood the mail thread someone recently added to the bug upstreams answer seems to be a sort of: "WTF, what are you doing?"14:06
=== sconklin-gone is now known as sconklin
tgardnerogasawara, re: bug #731878. perhaps we should produce a test kernel with c191a836a908d1dd6b40c503741f91b914de3348 reverted to make sure that is the root of the issue. the upstream discussion seems to have ground to a halt.14:44
ogasawaratgardner: we must be on the same page, that's exactly what I'm doin right now14:45
tgardnerogasawara, cool14:45
tgardnerogasawara, you should assign someone the bug in order to let the world at large know we are paying attention.14:46
ogasawaratgardner: I'll assign myself to it14:46
=== doko_ is now known as doko
JFoogasawara, did you see my ping about bug 731878?15:33
ogasawaraJFo: yep, already posted a comment to the bug15:34
JFoor whomever can look for that matter15:34
JFook cool15:34
JFoshould have refreshed it :)15:34
JFoand now that I read back a bit I see smb was discussing it... le sigh15:35
smbJFo, So many things going on while one does not look.15:36
JFosmb, true15:36
JFoto many in some cases :)15:36
JForather too*15:37
JFowould someone mind taking a look at bug 712625?15:37
smbIndeed. Sometimes I am scared to log back into irc. Too much info crushing down15:37
JFoDustin assigned it to me, but I missed it somehow15:37
JFosmb, a description of my daily life15:38
* kirkland waves at JFo 15:38
JFothat is why there are times when I just don't look at it15:38
JFohi kirkland :) sorry about neglecting this bug15:38
ogasawarakirkland: do you by chance know between which two specific natty kernel versions the regression appeared?15:40
tseliotsmb: hi, do you know who I can ping about wifi driver issues?15:53
smbtseliot, I usually try tgardner ... ;-P15:53
tseliotsmb: thanks15:54
ogasawarakirkland: and I assume this still remains even with the latest 2.6.38-8.41 kernel?15:59
kirklandogasawara: let me check, i've been afraid to try for weeks and weeks16:01
kirklandogasawara: \o/  doesn't appear to still be valid16:03
kirklandogasawara: i'll mark fix-released16:03
ogasawarakirkland: sweet16:03
bjfogasawara, good job, looks like you deserve a beer :-)16:04
ogasawarawoot!16:04
=== robbiew1 is now known as robbiew
JFoogasawara, kirkland sorry I let that one sit for so long :-/ I should have seen it.16:22
=== herton is now known as herton_lunch
ogasawaratgardner: it's like you're reading my mind today17:14
tgardnerogasawara, hmm, thats a bit disturbing, isn't it :)17:16
ogasawarahehe17:16
tgardnerI assume you refer to reverting that socket patch?17:17
ogasawaratgardner: yep17:17
ogasawaratgardner: you wrote exactly what I was planning to do17:17
=== diwic is now known as diwic_afk
tgardnerogasawara, good. at least I'm not out in left field.17:18
ogasawaraI might was well revert it in master-next for now, just so we don't forget17:19
tgardneryep17:19
tgardnerbjf, what kind of BW do you get from zinc over your FIOS connection? I've tried 2 different providers, the best I'm getting on a clone is 200 KiB/s17:57
bjftgardner, how are you testing ?17:58
bjftgardner, i'll do the same here so you can compare17:58
tgardnerbjf, just doing a repo fetch17:58
bjftgardner 650728.93 bytes/sec   that was an rsync18:01
tgardnerbjf, that seems reasonable.18:01
tgardnerbjf, I'm using a GNet server with a 35 Mbps connection and am getting 100KB/s. Bresnan shows similar. Its starting to harsh my buzz.18:02
bjftgardner, heh, i can understand that18:03
=== herton_lunch is now known as herton
=== sforshee is now known as sforshee-lunch
JFo<-lunch18:10
Sarvatttgardner: 1.36M/s on a server in NY with a 100mbps connection18:20
tgardnerSarvatt, must be some common segment between Bresnan and 360Net thats causing the slowdown.18:22
=== diwic_afk is now known as diwic
=== sforshee-lunch is now known as sforshee
* tgardner --> lunch19:09
* jjohansen1 -> lunch19:21
ogasawaratgardner: bug 745947, are you planning to change CONFIG_FB_VESA back to =y for the server flavour? Or just release note it?  or wait and discuss with apw when he gets back?19:50
tgardnerogasawara, cjwatson argues that its a debian-installer bug, so I put the ball back in his court19:52
ogasawaratgardner: ok cool, then I'll leave it be19:52
tgardnerogasawara, https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/745947/comments/2919:52
ogasawarabah, foiled by not refreshing the bug19:53
=== timblechmann is now known as tim
tgardnerbjf, whats left before karmic  2.6.31-23.75 gets promoted to -updates ?20:07
bjftgardner, let me look20:07
bjftgardner, there is nothing from the cert./qa team about testing20:09
tgardnerbjf, are they gonna test either karmic or dapper?20:09
bjftgardner, yes, they have committed to testing all supported series20:09
bjftgardner, and they have done so the past couple of cycles20:10
tgardnerbjf, ok. I was just reviewing all the LP bugs I have open. many of them will close when these kernels get promoted.20:10
=== hggdh_ is now known as hggdh
JFoogasawara, it is good to know that I wasn't the only one affected by that today :)20:21
ogasawaraJFo: just prepping for the release meeting tomorrow, how are your bug handling work items coming?20:23
JFonot bad, but not as fast as I'd hoped20:23
ogasawaraJFo: still think you'll be able to close them out by release?20:24
JFoshould do, I don't see why not. The only thing that keeps hanging me is being distracted by crazy bugs, but that is my fault20:24
=== sconklin is now known as sconklin-gone

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