=== smb` is now known as smb [07:08] * smb yawns [07:10] <_ruben> good idea [07:12] smb: morning [07:13] cooloney, morning [07:16] hi I came across a ext4 bug (returning too large d_off values) in the 3.4.4 kernel [07:16] where should i report this? [07:19] TomGLU, start a report by running "ubuntu-bug linux". From there it depends ... If you got something that can produce the error on demand, make sure to describe it as well as possible. [07:28] its something we cam across that trigger problems in glusterfs [07:28] one of there developers could replicate it on a KVM iameg using the same kernel [07:30] because we used linux-image-3.4.4-030404-generic not precise it saids "The problem cannot be reported:" [07:30] *not=on [07:31] "This is not an official Ubuntu package." but we got the image from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.4-quantal/ [07:31] <_ruben> those aren't official ;) [07:32] <_ruben> when it comes to support that is [07:32] Right, it should be reproducible with the official one [07:32] Though it can be that it might become a regression. Any reason to run mainline kernels? Those should only be used to narrow down issues... [07:34] TomGLU, Anyway you should try to reproduce it with a current quantal kernel [07:34] (which would also make sure it is still there) [07:35] used because we needed a libvirt kernel bug fix that wasn't included in the default precise kernel [07:37] and i don't need support I just want to let the ubuntu kernel team know so it might be fixed or can be checked in more recent versions [07:38] so were do I submit this so I can detail what the issue is and maybe others can reproduce in other versions [07:43] * apw yawns [07:44] Support here rather as in what kernel versions to considered as supported. There is already a lot of complexity trying to maintain the official kernels. Its just impossible to consider self-compiled ones. Thanks for telling us about it. It would be great if you (or whoever did reproduce it in a kvm) could do the same with a quantal install with the up-to date official kernel and report this. [07:45] As said before, that would allow to see whether this is possibly already fixed upstream (as the quantal kernel is really close to that) [07:45] apw, Morning [07:46] morning apw [07:46] I'll try if i can do it on a VM as we can't try it on the original machine, [07:47] * apw waves [07:47] and ubuntu-bug linux is the only way to report it or si there an bug system i can submit the issue manually? [07:47] https://bugs.launchpad.net/ubuntu/+source/linux/+filebug [07:48] TomGLU, Sure, that would be awesome. And also it would allow the ubuntu-bug submission. It is also possible, but ubuntu-bug also automatically gathers a lot of machine information and log files. [07:48] in an emergency you can file it that way, but the bots willhastle you for lots of information [07:48] But you can do manually as apw says [07:49] ok I'l investigate it in a VM first then and try to report it with ubuntu-bug [07:56] Thanks. I did a quick glance over the recent ext4 commits and (while certainly not in depth) it did not look as something similar was worked on. So I would believe that it would still exist. [07:58] apw and cking, morning [07:59] moin [08:01] ppisati: morning [08:01] cooloney, ppisati, moin [08:01] recursive hello death [08:04] smb, xen-blkfront breaks in -rc6 something to do with the compute node performance thing we are carrying for EC2, it looks easy to fix but it will need a test after i push it [08:05] apw, Hm yeah, that was something we wanted to look at anyway. But sure I can test it when you have a kernel (or I do one after the push) [08:07] it looks trivial to fix, so i suspect it'll be fine, but knowing we've tested and are alive is always good [08:11] Oh I agree. You never know what else broke... [08:17] apw: if an config option's policy is =m, but we found this config option is mostly useless, can we change the policy? like CONFIG_GPIO_EM [08:17] it is 'Say yes here to support GPIO on Renesas Emma Mobile SoCs' [08:18] cooloney, if it is patenty useless on everything i can annotate it so [08:18] sounds liek something which should be just 'n' across everywhere indeed [08:19] smb: morning [08:19] caribou, Hey Louis [08:19] yeah, for CONFIG_GPIO_EM is only for Renesas ARM Emma Mobile SoCs, so we are safe to set it as =n for everyone [08:19] did you get any further with your kdump issue ? [08:19] cooloney, yes for things which are useless building a module nothing can load is definatly dumb [08:19] smb: I'm downloading the Quatzal daily to test on the latest version [08:20] cooloney, want me to annotate that =n now ? [08:20] apw: yeah, thanks, i just found it is red in our review wiki page. [08:20] and it because the policy is =m, but we got everyone =n as we expect [08:20] caribou, Right, I just tried with crashkernel=128M and that seems to solve the problem [08:21] cooloney, CONFIG_GPIO_EM right ? [08:21] caribou, The current cmdline would only use 64M as I got only 2G [08:21] smb: cool. I will still need your help to explain to me how this crashkernel memory is populated [08:22] I have a case where, even with 384Mb reserved, the kernel still doesn't load & OOM kicks in [08:22] caribou, Knowing that to be the problem I can look at that more closely now [08:22] apw: yeah, that's it [08:23] smb: my guess is that, depending on which module gets loaded, the memory requirement inflate [08:23] caribou, it is populated in two parts, 1) by kexec in the normal running kernel which loads an executable kernel into the gap, and 2) it represents the whole memory space for that kernel once we have jumped into [08:23] caribou, I had the feeling I saw a slight textual corruption on boot on my machine. Maybe things load into places that may be used differently [08:23] apw: and for CONFIG_GPIO_SYSFS, our policy is =n because it is experimental. only highbank =n, others are all =y. looks like it is quite usefule [08:23] *useful [08:23] apw: yeah, I got that part figured out, what I'm missing is what gets loaded in as the kernel boots up [08:24] oh, powerpc also set it as =n. [08:24] caribou, it is a full kernel boot, in that limited space, so whatever normally loads during early boot [08:24] apw, So basically faking a full mem of xM [08:25] apw: then the more modules gets loaded, the more memory will be required. [08:25] hi [08:25] mostly we don't start much just get the disk mounted and then run the memory copier, then reboot [08:25] apw, The other question I see is: what region gets used for that xM actually and may it hit bios reserved memory? [08:26] smb, in theory its a chunk out of bootmem, and again in theory taken after the reserved regions are taken [08:26] apw: this goes back to the /etc/initramfs/initramfs.conf MODULES= setup that you once told me about [08:26] apw: any progress on ovl-v13 against 3.5-rcX as rc6 is released (in your overlayfs.git repo)? [08:26] caribou, right, a very small initrd is preferable as that is extracted into the memory space reserved [08:27] apw, Right, so that was where I thought I should look more closely. IT surely seems to be placed as high (as in the end of bootmem) [08:27] smb: afaik, it fits above the first 32M of RAM [08:28] smb, i suspect that is more about it being aligned than anything, its probabally maximally aligned ie aligned at its size [08:28] apw, Hm, so maybe the unpack could have some issue as well. [08:29] caribou, apw In my case its placed at 800M (or 7xx with crashkernel=128M) [08:29] smb, well in the past we had a massive initrd, so you need the kernel, the packed inird, and the unpacked initrd in the space for a short period and that can go pop [08:30] no idea if that got fixed or not, but we should be using an '=needed' type initrd for kexec [08:30] apw, Ok, that explanation makes a lot of sense [08:31] The compressed initrd is 14M... [08:32] uncompressed 38M [08:34] ... and the kernel code alone about 7M [08:34] just tested it in a KVM with Ubuntu 12.10 (Quantal Quetzal) Alpha 2 and still high d_off [08:38] which ubuntu image should i use though cause it still says: [08:38] *** Problem in linux-image-3.5.0-2-generic [08:38] This is not an official Ubuntu package [08:40] i am sure we got someone to test using =needed or whatever it is and that helped a lot, someone need to make kexec actually do that [08:46] TomGLU, Hm, weird though it could be because the latest 3.5 kernel was 3.5.0-3 or even -4 (there is a lot of change in the development release, so it is always a good idea to run update/dist-upgrade after installing) [08:46] ok i'll try the diet-upgrade [08:46] Saying its not official is a bit confusing, though [08:47] indeed [08:47] its distupgrading to 3.5.0-3 now [08:50] ok now it is sending the report [09:03] TomGLU, Great. If you can post the bug number here we can have a look === ailo_ is now known as ailo [09:15] smb: 1022500 [09:23] TomGLU, Thanks, hm you might add how to easily obtain those values. I would not immediately know. debugfs? [09:23] http://www.heise.de/open/news/foren/S-Castle-of-AArch64/forum-232679/msg-22087233/read/ [09:23] http://www.youtube.com/watch?v=GEcvSq4SDkc [09:23] I would tend to arm64 than aarch64 [09:25] Never to miss the opportunity to refer to the Pythons... [09:26] aah monty pythons [11:01] smb: got a small C script from the cluster developer that prints the d_off for a given directory [11:01] *cluster=Gluster [11:36] * ppisati -> lunch [11:48] ogasawara, pushed a v3.5-rc6 rebase for you, had to fix 'UBUNTU: SAUCE: Improve Amazon EBS performance for EC2' so we need to get smb to test that functionality. [12:02] apw, ack will have a look [12:12] diwic, yo, do you happen to be around ? === emma is now known as em [12:13] ogra_, let me check....yes, I actually am! [12:13] haha [12:13] diwic, so i built myself this new desktop machine ... shiny thing with hda soundcard onboard and two ati graphics cards ... [12:15] and apparently the cards both have hda intel codecs on board ... i know sound worked at some point during my fiddling (but i constantly used a BT headset ...) yesterday i though i should try to make analog sound work and set up my 2.1 system but somehow i'm not able to squeeze the smallest sound ou of the system [12:16] ogra_, okay, se let's start with an alsa-info: https://wiki.ubuntu.com/Audio/AlsaInfo so I know what kind of hardware you got [12:16] diwic, any idea what that could be ? pavucontrol shows all three devices with alsamixer -c1 i can see all hda controls for the analog audio [12:16] ok [12:17] diwic, http://paste.ubuntu.com/1082642/ [12:18] i wouldnt be unhappy if the HDMI devices didnt show up at all btw [12:19] ogra_, hmm, that ALC892 is unusual, I remember there was someone with that codec also who had some problems with it [12:20] well, i know i did a smoke test at some point during assembling that thing and sound worked just fine back then [12:20] (about a week ago or so) [12:20] ogra_, so if you run "speaker-test -c 2 -D plughw:PCH -t wav", do you get any sound out of either headphones or line out? [12:20] is teher any way to tell the driver to ignore the two hdmi cards ? [12:21] nope, from neither [12:21] ogra_, I guess the easiest way would be to blacklist snd-hda-codec-hdmi, but I'd be surprised if that solved the problem [12:21] that i did already for a test [12:21] didnt change a thing [12:22] (well, apart from pavucontrol not showing the graphics cards anymore) [12:23] I guess you can also work with the pci unbind stuff, which I hardly know how to do [12:23] if you want to ignore it even more [12:23] smb: FYI, I'm not able to get Quantal to trigger a kernel dump. kexec doesn't wanna kick in [12:23] oh, thats something i didnt think about yet [12:23] well, i'd like to keep the graphics output :) [12:23] ogra_, hmm but I think the audio has a separate PCI ID [12:24] yeah, it should [12:24] ah wait, the other one was a ALC898, not ALC892. Still unusual codecs though [12:25] well, its all pretty new HW [12:25] caribou, Ok, so that needs more investigation then. Thanks for the info. I guess this should go into some new bug then to keep track of it. Feel free to assign it to me [12:26] smb: ok, I want to check a few more things, then I'll create a bug [12:26] caribou, Ok, sure and thanks [12:26] ogra_, a quick grep through the reports for ALC892 show plenty of people having playback issues, but not all. [12:27] hmm, ok [12:28] ogra_, I did have a look at the alsa info but nothing popped out as being wrong in the setup. [12:28] right, i can even see the meters in pavucontrol work once i play back the test sound from the gnome sound applet [12:28] it just doesnt come out of the speaker [12:29] ogra_, hmm, it looks like automute is enabled so make sure headphones are not plugged in when you're testing the speakers [12:29] yep [12:30] ogra_, that said there should still be sound in the headphones... [12:30] i also tested with automute disabled before just for the record [12:30] ogra_, you said the last time it worked was during assembly. [12:31] i have some humming in the speakers (electric noise) and get a crackling sound on plug/unplug so there is definitely power [12:31] well, i'm still in assembly, since last weekend [12:31] it worked some time through the last week [12:31] ogra_, based on that, would there be any difference if you unplug the HDA front cable from the motherboard? [12:32] ogra_, or rather, do you know if it was connected when it last worked? [12:32] it was connected before i powered up for the first time [12:32] but i added the second graphics card only later [12:33] bug 982635 looks intresting [12:33] Launchpad bug 982635 in alsa-driver "Playback working randomly with Intel ALC892" [Undecided,New] https://launchpad.net/bugs/982635 [12:33] though with that i would assume to have at least once sound in 50 reboots or so [12:33] apw: ack, thanks [12:35] ogra_, out of curiousity, what is the mainboard's name? [12:35] asus P8 H67-M Pro [12:36] ogra_, there is bug 1002480 for P8P67 [12:36] Launchpad bug 1002480 in pulseaudio "[Asus P8P67, Realtek ALC892, playback] Underruns, dropouts or crackling sound" [Undecided,Confirmed] https://launchpad.net/bugs/1002480 [12:37] heh, that somewhat assumes you have some sound to hear it become crackly :) [12:37] ogra_, according to that report removing .pulse directory helped, but, a test with "speaker-test -D plughw:PCH" should have disabled anything pulse so... [12:38] yeah, i removed ~/.pulse like 100 times already [12:38] ogra_, seems like you've tried it all! :-) [12:38] i even deinstalled it to play plainly with alsa [12:39] i aslo think on the pluse side everything is fine [12:39] ogra_, hrm, did you update alsa drivers also? [12:39] must be some lower layer [12:39] from the PPA ? [12:39] not yet [12:39] ogra_, the dkms drivers could be worth a try, but I was also making sure that you haven't tried home-compiling them. That could be a source of error as well [12:40] ah, no [12:40] i tried an upstream fglrx package but even that one is reverted to the archive one now [12:41] ogra_, btw, you have uninstalled pulseaudio you say, but still you have ~/.asoundrc.asoundconf pointing to it. [12:42] well, i used -D plughw in aplay for testing [12:43] ogra_, btw, I saw somebody trying different jacks and were able to get sound that way - could you try, while running "speaker-test -D plughw:PCH -c 2 -t sine", the other rear jacks as well? [12:43] ogra_, maybe there is sound in the grey jack or something. [12:44] ogra_, and try the DKMS drivers in ubuntu-audio-dev ppa. [12:44] ogra_, that's my long shots at the moment. [12:44] all jacks tried, nothign [12:44] i'll try the dkms drivers ... [12:45] its not the end of the world if i have to go on using BT for a while, but it would be nice to get it working some day [12:46] ogra_, btw, you should turn off "Line Playback Volume", that's for line-in to line-out loopback [12:46] ah, k, i was wondering what that is :) [12:46] you probably don't want that, just leads to background noises in worst case [12:46] (doesnt make any difference if its off or on) [12:47] ok [12:47] what do you want me to try, just the PPA or the alsa-daily stuff ? [12:48] https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS [12:48] ah, daily :) [12:51] * ogra_ reboots [13:02] diwic, no change with the dkms modules ... if i have a lazy day i'll try to remove both grapics cards and see what changes then ... [13:02] for now i'll juts live with BT [13:03] *just [13:03] ogra_, yeah, I wonder what's with those cards really. It does look like an unusual amounts of ALC892 fail in one way or the other [13:03] ogra_, or if I'm just seeing patterns where there aren't any. [13:04] well, i'm pretty surprised to see the cards using the intel driver really [13:04] i thought there was a special radeon driver for that ... [13:05] ogra_, all hdmi audio use snd-hda-intel + snd-hda-codec-hdmi drivers these days. [13:06] ah, k [13:06] well, i found some bugs where people were told to boot with radeon.autio=0 or so [13:06] *audio [13:06] so i thought the radeon driver somehow manages audio too [13:07] radeon.audio=0 is the default for kernels >= 3.0 [13:07] right [13:07] (doesnt help with fglrx though) [13:07] i tested with a quantal livedcd too already ... same result [13:07] s/livecd/live udb key/ [13:08] *usb [13:08] they had too many problems with audio=1 (people getting visual problems) so they turned it off [13:08] *sigh* [13:08] * ogra_ wants to learn typing one day [13:21] apw, 'UBUNTU: [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all flavours' is going to cause build failures for the arches that have a module go missing, e.g. "git grep micrel debian.master/abi" [13:22] rtg, bah yeah will sort it n [13:22] apw, I did an update locally already. shall I just push it ? [13:22] sure [13:23] its going to be a rough week alreadyb [13:25] apw, done [13:26] rtg, thanks ... sigh [13:26] jsalisbury, bouncing gomeisa for kernel update [13:50] rtg, is it ok to use gomeisa now? [13:50] jsalisbury, yeah, its back [13:50] rtg, cool, thanks [14:00] apw, ogasawara Ok, on a quick (5 iterations) bonnie test on 32 and 64 bit PV guests I did not see any problems with the rc6 rebase + apw's blockfront fixups [14:01] smb: great, thanks [14:11] ogasawara, feel free to squash that fix sometime, perhaps after the next upload [14:12] apw: ack. I'm hoping to get in an upload today after wading through my inbox. [14:12] ogasawara, sounds good, let me know when you have a tag and i'll get ll together over it [14:18] jsalisbury: any progress on bug 1018020 by chance? it's apparently affecting most of the QA team. holler if you need help. [14:18] Launchpad bug 1018020 in linux "Logitech webcam not working" [High,Confirmed] https://launchpad.net/bugs/1018020 [14:19] ogasawara, just tested -rc6 and it still exists. I'm still bisecting. I ran into a few test kernels that would panic and a few commits that would not build, but still making progress. [14:20] pgraner: ^^ just fyi [14:20] ogasawara, it's my top priority for today, and I have hardware to reproduce. [14:21] ogasawara, pgraner, I confirmed this bug was introduced in v3.5-rc1, just working on finding the exact commit. [14:22] jsalisbury, cool let me know when you have a kernel I'll run it on my boxes that are failing [14:22] pgraner, will do [15:00] * ogasawara back in 20 [15:24] rtg: bah, stupid permission denied build error again on gomeisa. it seems to always trigger in the i386 chroot. [15:26] ogasawara, paste it ? [15:26] ccache: FATAL: Could not create /home/ogasawara/quantal-i386/ccache/8/2/1834a73ab5ad0e3ffbed95e7a26d38-1830488.o.tmp.stdout.gomeisa.3990 (permission denied?) [15:26] make[7]: *** [drivers/net/ethernet/intel/ixgb/ixgb_main.o] Error 1 [15:26] make[6]: *** [drivers/net/ethernet/intel/ixgb] Error 2 [15:26] make[6]: *** Waiting for unfinished jobs.... [15:28] ogasawara, but amd64 works OK ? [15:29] rtg: yep. amd64, armhf, and amel were all ok [15:29] ogasawara, have you tried without ccache ? [15:29] rtg: I haven't [15:31] ogasawara, this doesn't seem like a chroot issue [15:31] rtg: lemme clean things up and try again [15:32] ogasawara, I think you're better off without ccache. I found that it took longer to resolve the hash then it did to just recreate the file, especially when you have several thousand files. [16:09] * ppisati -> gym (see u later) [16:16] * herton -> lunch [16:28] * henrix -> brb === rtg is now known as rtg-lunch [18:24] * henrix -> EOD === rtg-lunch is now known as rtg [18:39] arges: issue #1 on why a hotfix should be used it true means that you are going to be the sole supprt for that kernel and all future versions of it ? seems like at that point you should engage with OEM. [18:40] arges, also you are re-inventing the build instructions. you should look at the stable team build instructions and all you need to do is hae a different version string === arges__ is now known as arges_ [20:13] * rtg -> EOD [20:25] ogasawara, pgraner, I'm pretty close on the bisect for bug 1018020 I should have a test kernel withing an hour or two. [20:25] Launchpad bug 1018020 in linux "Logitech webcam not working" [High,Confirmed] https://launchpad.net/bugs/1018020 [20:25] jsalisbury: awesome, thanks for digging into it [20:26] ogasawara, np. It was a good learning one. Plenty failed kernels during the bisect that needed fixing up :-) [20:26] The early release candidates can be a pain to bisect :-) [20:35] jsalisbury, coolio [20:35] pgraner, I'll update the bug and send email when the test kernel is ready