/srv/irclogs.ubuntu.com/2011/05/03/#ubuntu-kernel.txt

hallynjjohansen: not sure where this fits into the kernel/dev wiki docs (i didn't see any dups), but it may be helpful to someone someday: https://wiki.ubuntu.com/SergeHallyn_ppakernels00:53
jjohansenhallyn: thanks, I'm sure we can work it in01:59
azelphur_Hi, Someone recommended I use the desktop kernel on my server, as I'm running game servers, and the server version prioritizes throughput rather than latency, is this true?02:45
azelphur_FPS game server so extra milliseconds are good :p02:45
zabylkernel bug http://bit.ly/jpStCy  line:292106:23
zabylkernel bug http://bit.ly/m2BtFD line:140106:27
zabylneed help with btrfs bugs in 11.04 server x6407:03
jjohansenzabyl: uh you do realize btrfs is still experimental?07:07
zabylyes it is fine in 10.10 /boot ext2 and / btrfs07:07
zabylI am trying to report kernel bug http://bit.ly/jpStCy  line:292107:08
zabyland kernel bug http://bit.ly/m2BtFD line:140107:08
jjohansenzabyl: okay, https://bugs.edge.launchpad.net/ubuntu/+source/linux/+filebug07:13
jjohansenwill let you file a bug against the linux package07:14
* jjohansen doesn't know why they make it so hard to find07:14
zabylI understand that this link is not for kernel bugs am I right?07:16
zabylthank you,  filed it bug #776141 can you see it?07:26
ubot2Launchpad bug 776141 in linux "kernel bug in 11.04 server x64 btrfs" [Undecided,New] https://launchpad.net/bugs/77614107:26
RAOFjjohansen: Because they'd prefer you use “ubuntu-bug linux”, which'll include all sorts of interesting information automatically :)07:33
RAOFzabyl: That's not a particularly good bug report.  Specifically, it doesn't actually say what went wrong, with what kernel version, or at what point.  Including some description (like “the kernel panics with <msg> on boot”) and the full error message/kernel panic is likely to make it better.07:35
zabyldo you know how to redirect / log kernel trace to some file in /boot07:37
zabyllinks provided in this bug report are from the console output and pointing to exact location in the source inode.c and extend-tree.c of the 11.04 build07:39
RAOFRight.  But don't contain the *actual error message*07:46
RAOFTaking a photograph of the screen seems to be a reasonably common method of capturing early-boot panics.  If the system mounts the drives - it's not at all clear from your bug report whether this is the case or not - then you'll find a full, unabridged log in /var/log.07:47
apwzabyl, i can only seconf RAOF's comment, the bit that is missing is the stack trace of how we got to that line07:53
zabylYes the system did not mount / and because CONFIG_BUG=y in /boot/config-2.6.38-8-server I was able to see the output of BUG_ON for these lines 07:57
=== yofel_ is now known as yofel
apwcking, morning08:18
ckinghiya08:20
apwcking, enjoy the long weekend ?08:20
jk-hey apw08:20
ckingapw, yeah, lots of decorating and now lots of emails ;-)08:21
ckingapw, how about you?08:21
apwjk-, hi ya08:21
apwcking, lots of getting ready for the deluge of presents we expect today08:21
ckingheh08:21
jk-presents?08:23
=== smb` is now known as smb
cooloneyapw and cking, morning guys, how's the wedding party of prince william?08:46
* smb did not know they were invited. :-P08:46
cooloneysmb: hey, man. how's going08:47
smbcooloney, Alive and complaining. So good. :) How is you?08:48
apwcooloney, very long, and still on repeat08:48
cooloneysmb: i'm good, my parents is visiting us in Shanghai, so i can eat very good food08:48
jk-slow-motion replay?08:49
jk-iiiiiiii dooooooooooooo08:49
smbcooloney, How about learning to cook. Then everyday is a good food day. ;)08:49
ckingheh08:49
smbapw, Wasn't the party the thing that was *not* on TV?08:49
cooloneysmb: yeah, i plan to start to learn something from my mom08:50
smbcooloney, Good plan indeed. :)08:50
cooloneyapw: it should be a very big event in UK, 08:54
apwjk-, exactly ... yawn09:01
apwsmb, heh yeah perhaps, we had a party of our own09:02
apwcooloney, it was indeed09:02
=== cking is now known as cking-afk
=== TeTeT_ is now known as TeTeT
=== zz_eagles0513875 is now known as eagles0513875
=== cking-afk is now known as cking
=== zyga-afk is now known as zyga
nags_I am looking for some info on support for dual-Xeon (each 4 core) server grade machine on ubuntu11:35
nags_can someone help me on this?11:35
_rubennags_: should just work11:43
nags__ruben, how do I confirm this?11:44
nags__ruben, working is one part....but I am more interested to know if this can make use of the full potential of the HW11:45
nags__ruben, because we are spending good amount of money on buying the server11:45
nags__ruben, and we are going to use it for our development (Linux and Android build server)11:45
_rubennags_: the latter would completely depend on the software you run on it11:45
_rubenif configured properly, a build server would use all those 8 cores just fine11:46
_rubenyou'll likely need to tell the build scripts/tools/etc to use 'em though11:46
_rubenlike make -j 811:46
nags__ruben, sorry, if this is a dumb question...but when you say configure, do you mean re-compilation of ubuntu?11:47
nags__ruben, ok...got it11:47
_rubenno, ubuntu itself handles it just fine, it's the applications you want to use all cores which need to be told to do so11:47
nags__ruben, we always use -j, but inherently is ubutntu using all the cores?11:47
nags__ruben, the main problem today is the time it takes to build our Kernel and Android file system11:48
nags__ruben, so I have asked for a good server....11:48
nags__ruben, at the same time want to make sure that the new server will solve my problem.11:48
_rubenkernel builds highly benefit from multiple cores and scales to dual quad-core just fine11:48
nags__ruben, ok...thanks11:52
nags__ruben, is there a official source from where I can get this info? I need to give this proof to the management to get the approval for a server. Hope you understand.11:52
_rubensmp support in the kernel has been there for ages, which is the most important part of it all11:59
fairuzindeed.. I tried once with -j4 and -j27..it's a big big big difference12:15
fairuzin term of compilation time12:15
nags_fairuz, it might be obvious...but can you elaborate on what you saw with j4 and j27? Sorry, if this is a dumb question.12:31
fairuznags_: I might say the output of compiled files is faster on j27.. which is normal because you have 27 files been compiled at once12:34
nags_fairuz, thanks. But, I believe it has only 8 cores (in the case of quad xeon) and I would expect only -j8 to make a difference and anything more than j8 behave the same?12:35
_rubeni'd say the disk subsystem plays a fairly important role as well here, so either shove a ton of ram in it to cache a lot, or use really fast disks (ssds or it you want blazing fast: fusion-io)12:42
fairuznags_: yea i think if you only has 8 cores, anything more than j8 will behave the same12:43
fairuz(afaik)12:44
=== michaelh1|away is now known as michaelh1
_rubenthat's assuming each job would max out a core, which doesn't have have to be the case, so -j x, with x > 8 could be even faster .. takes a bit of experimenting to find the optimal number12:57
_rubensome jobs might be disk intensive and hardly touch the cpu12:57
Kanohi, will todays daily kernel build for 32 bit or not13:06
_rubendunno, crystal ball is broken13:07
Kanofor oss driver testing it would be really usefull13:09
=== michaelh1 is now known as michaelh1|away
bjf##13:42
bjf## No Kernel team meeting today @ 17:00 UTC13:42
bjf##13:42
bjf:-)13:42
* smb is not getting ready13:44
bjfapw, at your convenience, can you kick the cve tracker in the nads13:51
bjfJFo, dude14:05
JFoyessir? 14:07
amitkJFo: can you give some love to bug 736490? I can test if you like.14:08
ubot2Launchpad bug 736490 in linux "[natty][p54usb] wifi cannot connect to the ap" [Undecided,Confirmed] https://launchpad.net/bugs/73649014:08
JFoamitk, looking14:08
apwbjf again?  wtf14:18
bjfapw, i think it likes it14:18
apwbjf have you tried the syntax checker?  i suspect its this:14:19
apwactive/CVE-2011-1182: karmic_linux has unknown state: 'ignore'14:19
apwmake: *** [pkgs] Error 114:19
apwmake: *** [tables] Error 114:19
ubot2apw: ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem.  When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1182)14:19
amitktgardner: do you package compat-wireless? (can't find it for natty) - Re: bug 73649014:20
ubot2Launchpad bug 736490 in linux "[natty][p54usb] wifi cannot connect to the ap" [Undecided,Confirmed] https://launchpad.net/bugs/73649014:20
tgardneramitk, there won't be a compat-wireless until 2.6.39 releases14:20
tgardnerfor natty that is14:21
bjfapw, what do I need to run ?14:21
bjfapw, what did you run that produced that error?14:25
bjfapw, i think i want to run "check-syntax" working on getting that to run14:34
JFoyay! mumble is now working again on my laptop.14:42
JFoand I have no idea what fixed it14:42
smbJFo, Did you say something?14:42
JFosmb, :)14:43
bjfogasawara, did you have a lp script for matching duplicates ?14:45
ogasawarabjf: I think I had a script to mark a set of bugs as a duplicate to another bug14:46
ogasawarabjf: but not for matching dups14:46
bjfogasawara, ok14:46
* JFo still hasn't found it, but I keep getting sidetracked14:47
bjfJFo, i don't think it exists14:48
JFoapparently not14:51
* ogasawara back in 20min15:01
apwbjf sorry was packing for buda15:34
JFospeaking of which...15:34
JFo\/me checks on his laundry15:34
bjfapw, forgot you are part of the special indoctrination session15:38
bjfmaybe is a "re-education camp"15:38
JFoheh15:39
JFotgardner, any thoughts on bug 776438 ?16:16
ubot2Launchpad bug 776438 in linux "Kernel error when connecting to WPA/WPA2 Enterprise" [Undecided,New] https://launchpad.net/bugs/77643816:16
JFobroadcom out of the box install16:16
tgardnerJFo, I think there is a patch in -proposed or -preproposed that addresses this: 'b43: allocate receive buffers big enough for max frame len + offset'16:21
JFocool, I'll ask him to test that16:21
JFothanks for looking tgardner 16:21
tgardnerJFo, nm, he's got problems with the wl driver16:21
tgardnerso, the b43 patch won't do him much good16:22
JFothink removing/reinstalling could help or could this be a hardware problem16:22
JFo?16:22
=== dimmortal1 is now known as dimmortal
JFolike maybe something was just mis-configured on install?16:23
tgardnerJFo, hard to say since wl is a binary blob. 16:23
JFotrue16:23
JFotgardner, I am not seeing any similar issues, so this looks isolated to this user16:25
JFowell, not any recent ones at least16:25
tgardnerJFo, possibly. I'm still trying to figure out who owns the package16:26
JFook16:26
tgardnerJFo, alright, this is the staging driver brcm80211 in 2.6.38, not the binary blob. I'm not seeing any stable updates, but it might not hurt to have him try -preproposed.16:29
JFook, will do16:29
JFohe will test that and get back to me. Thanks tgardner 16:33
tgardnerJFo, ack16:34
Sarvatthallyn: I just saw https://wiki.ubuntu.com/SergeHallyn_ppakernels -- great guide! one thing though, you can pass -i -I to debuild instead of moving .git out of the way to ignore it in the build package16:40
hallynSarvatt: that's awesome, thanks.  I'll add that to the page.16:46
hallynSarvatt: I ahven't done it yet, but I keep expecting to forget to move .git back :)16:46
tgardnerSarvatt, something like dpkg-buildpackage -S -rfakeroot -I.bzr -I.git -I.gitignore -i"\.git.*"16:46
Sarvatt-i -I removes all vcs files, no need to specify specific types anymore16:46
tgardnerSarvatt, its backwards compatible to Hardy environments16:47
Sarvattahh gotcha16:47
hallyntgardner: meaning '-i -I' will not work on hardy?16:49
tgardnerhallyn, I'd have to back and read the man page again to remember why. this has evolved a bit over 4 years16:49
JFotgardner, preproposed solved him it seems16:50
hallyntgardner: thanks16:51
tgardnerJFo, whoa, that was fast16:51
JFoyeah, he enabled, tested and got back to me16:51
bjfJFo, enabled how? that kind of implies "proposed" to me16:53
JFowell, enabled/grabbed the driver16:53
JFosorry for confusion16:53
JFoas he didn't 'enable' anything16:54
bjfJFo, ah, do we know what exactly he did? did he download and install the pre-proposed kernel?16:54
JFoone sec...16:54
bjfJFo, that would tell me that the fix is in the upstream stable commits which are on the master-next branch of natty and not what is currently in -proposed16:55
tgardnerbjf, which is why I suggested pre-proposed. there are a pile of stable updates in the queue16:56
JFook, I'll get clarification16:56
bjftgardner, ack, i'd just like to know which batch it was in, what's on master-next isn't going to hit -proposed for 3 weeks16:56
tgardnerbjf, might be this one: mac80211: initialize sta->last_rx in sta_info_alloc16:57
tgardnerthats what the bitching in his log was about16:57
bjftgardner, i wish we had our shit more together, such that we could quickly take that and turn it into a quick script that could look for the same issue in bugs and suggest the same action17:01
JFotgardner, looks like it did not solve him in-fact.17:01
bjftgardner, but we'll get there17:01
bjfdang17:01
JFobjf, it was the pre-proposed kernel17:01
JFohe says it is diminished but still happens17:01
bjfJFo, good to know, that was the right one for him to try17:01
JFoso he is looking at http://ubuntuforums.org/showpost.php?p=10729117&postcount=13517:02
JFodunno what the difference is between that and pre-proposed17:02
tgardnerJFo, see if Henry Ptasinski <henryp@broadcom.com> has an LP account and assign the bug to him :)17:02
JFoheh17:02
tgardnerJFo, oh, I forgot about the firmware update17:03
tgardnerJFo, it needs to be linux-firmware 1.52 at least17:04
JFook17:04
JFotgardner, think this is him? :-) https://edge.launchpad.net/~hptasins17:04
tgardnerJFo, yeah, I think so17:05
JFowant me to assign it to him?17:05
JFofor realz? :-)17:05
tgardnerJFo, 1.52 is the relased version in Natty, so thats OK17:05
JFook17:05
tgardnerJFo, yep, tell him I said so :)17:05
JFowill do :-)17:06
JFodone17:07
JFo:-)17:07
JFoit is bug 776438 in case you are interested :)17:08
ubot2Launchpad bug 776438 in linux "Kernel error when connecting to WPA/WPA2 Enterprise" [Medium,Triaged] https://launchpad.net/bugs/77643817:08
JFoor I may have told you that17:08
keesbjf: hi! I saw your email; I'm about to get on a flight, but I'll reply as soon as I can. :)17:51
bjfkees, ack17:51
bjfkees, it's not holding me up, apw is just tired of dealing with my stupidity17:52
apwbjf :)17:52
oveAfter an upgrading to Natty on my ASUS M4A87TD/USB3 based computer there is a 150 sec pause in the boot sequence. The computer ran Maverick without problem before the upgrade. I think I have isolated the problem to the ACPI support, since disabling ACPI in the BIOS removes the pause (upgrading to the lastest BIOS did not solve it). I have also seen other users (in forums) with similar motherboards from ASUS with the same problem. How do I 18:04
bjfove, we didn't get your entire question, try adding a new line here or there, also, the first place to start is with filing a bug18:13
oveAfter an upgrading to Natty on my ASUS M4A87TD/USB3 based computer there is a150 sec pause in the boot sequence. The computer ran Maverick without problem before the upgrade. I think I have isolated the problem to the ACPI support, since disabling ACPI in the BIOS removes the pause (upgrading to the lastest BIOS did not solve it). I have also seen other users (in forums) with similar motherboards from ASUS with the same problem. How do I r18:14
bjfove, that didn't help18:14
oveSorry for the repeated text ... pressed the wrong button.18:15
oveAfter an upgrading to Natty on my ASUS M4A87TD/USB3 based computer there is a150 sec pause in the boot sequence. 18:15
oveThe computer ran Maverick without problem before the upgrade.18:15
oveI think I have isolated the problem to the ACPI support, since disabling ACPI in the BIOS removes the pause (upgrading to the lastest BIOS did not solve it).18:15
oveI have also seen other users (in forums) with similar motherboards from ASUS with the same problem. How do I report this bug properly?18:15
ove(Hope that's better)18:15
bjfove, start here: https://bugs.launchpad.net/ubuntu/+source/linux/+filebug18:16
oveThanks! I'll try that! Should I say "kernel" as the package?18:17
bjfove, no, that link will get it filed against the correct package 'linux'18:18
oveOK! I realise that now. Thanks again!18:18
oveWould "ubuntu-bug linux", as mentioned on the web page, be a better choice ... since it collects a lot of information?18:23
bjfove, yes, that would be better18:24
oveOK, I'll do that. Thanks again!18:24
=== bjf is now known as bjf[afk]
JFowow, no wonder I am hungry...18:55
JFo-grabbing lunch18:55
* tgardner --> lunch19:06
=== herton_ is now known as herton
* jjohansen -> lunch19:57
* cking --> exit20:02
=== bjf[afk] is now known as bjf

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