[07:22] '~$ sudo modinfo snd; ...; parm: slots:Module names assigned to the slots. (array of charp)'. What does »charp« stand for? '[array of] character parameters? [07:22] * smb guess char pointers [07:22] Ah! [07:51] moin [07:51] ppisati, moin, bad [07:51] head ? [07:52] no, i'm ok [07:54] ppisati, Surprising after having received so much beating... ;-P [07:55] i didn't receive any beating, they did... :) [07:55] Hehe, yeah, I know. Could not resist, though. :) [08:10] morning, apw, smb and ppisati, EU folks [08:10] Morning cooloney [08:11] cooloney, moin [08:47] brb [09:09] cking: morning [09:09] cooloney, hiya [09:10] cking: i'm just wandering are you still working on some benchmark for CFQ and deadline stuff? [09:10] cooloney, not recently [09:12] cking: ok, got it. [09:36] cking: i'm just think how to reproduce the issue like this https://lkml.org/lkml/2011/6/9/167 [09:38] cking: apologize for the delay response. [09:39] * cking looks [09:41] bah, need to kick my AP again [09:42] cking: thx [09:45] * ppisati starts the airco === yofel is now known as Guest57033 [10:43] henrix, you need a much bigger mic :) [10:44] apw: yeah, i'm using my internal mic atm :-/ [10:44] that'd be your problem, they suck [10:55] does anyone know why there might be a disparity between the amount of RAM you think you have installed, and the amount reported by /proc/meminfo (MemTotal). Let's assume it's a 64 bit install [10:55] brendand, by how much ? [10:56] brendand, i believe memtotal is how much memory was 'available' when the kernel freed unused ram into the pool. ie the kernel itself is not included and nothing reserved is included [10:56] apw - what kind of things reserve memory? [10:57] acpi tables, memory to hold information about the memory pages themselves, the kernel binary itself etc [10:57] those things which you need to already have to be able to "visualise" the memory you have [10:58] is there anywhere that tells me how much each of those things uses? [10:58] brendand, in a digestible form not that i know of, you get hints probabally in the dmesg output at boot about the sizes of various things [10:58] how much are we missing that you'd care [10:59] so, let's say the memory installed is 1GB and MemTotal is 758076 kB [10:59] that sounds unexpectedly low to me [11:00] with 4GB or RAM i am missing 186100 [11:01] i have another system which has 8Gb installed and is missing 2Gb [11:01] although that's i386 PAE [11:01] not sure if that explains it [11:01] if its as much as 2GB thats more likely a h/w limitation and the e820 dump can help figure that out [11:02] not all machines cna express all the RAM they will let you put in them [11:02] for that 1GB machine a dmesg may be instructive [11:02] you still need pci regions for devices that can't do DAC and bios' that won't let you tell it that you want that :] [11:04] yep all depends how much ability to non-linearise the BIOS/hardware has in placing various ram components [11:04] i suspect with 8GB you have two 4GB sticks, so it probabally cannot avoid dropping the ACPI and PCI spaces over the RAM and hiding some of it [11:05] http://paste.ubuntu.com/1071081/ [11:05] if it has 4 2GB sticks it might be able to do something more appropriate [11:05] for the 1GB system [11:05] oh i see the e820 stuff at the beginning [11:06] 759MB LOWMEM available. [11:07] right on the button. have no idea how it works that out though [11:08] [ 0.000000] BIOS-e820: 0000000000100000 - 000000002f780000 (usable) [11:08] and that is what the BIOS says it has [11:09] 2f780000 is 759M [11:11] brendand, and i can see nothing that even looks like the rest of any ram this machine is meant to have even marked as something else [11:12] brendand, are we sure this has 1GB in it? if i add this up its pretty much saying there is 768MB, which would be a 512MB+258MB [11:13] dmidecode to the rescue [11:13] brendand, or is it being reserved for video ram, a low-end video sharing main memory for its vram, though 256MB seem excessive [11:14] brendand, yeah as ohsix says can we have a full dmidecode output [11:14] apw - the video is onboard intel [11:15] [ 1.034945] agpgart-intel 0000:00:00.0: detected 131072K stolen memory [11:15] so 128M is likely used by video [11:16] i would also check in teh bios to see how much it thinks its allocating [11:16] apw - the figure is from dmidecode (i don't have physical access to these systems). so it's either 1GB stick or two 512MB [11:16] http://paste.ubuntu.com/1071094/ [11:17] one gigabyte stick [11:17] right, i had heard/read that video cards can take ram for vram [11:17] and we just need to look in dmesg or is there somewhere in sys/proc where that can be looked up? [11:18] brendand, yep so i would be suspicious to know if the bios has allocated 128 or 256 given the GART size is 256 [11:19] as for your 8gb machine again we'd need a dmesg [11:20] what was the problem anyways, suspect that a more than neccessary amount of ram is being shadowed? [11:20] symptom as reported was 1gb machine showing 759MB of ram [11:20] * ppisati -> lunch [11:20] and yes suspecting that the shadowing in the BIOS is wrong [11:22] hm, i forget if pci=nocrs is worth trying [11:22] the bios can be dumb about placing devices and theres a way to get linux to try again for you [11:23] i think in this case the machine has plenty of space to play with, as it only has 1G [11:23] 8GB DMI - http://paste.ubuntu.com/1071099/ [11:23] right, assuming the bios isn't super silly :p [11:24] 8GB dmesg - http://paste.ubuntu.com/1071103/ [11:24] it can't move all the devices anyways, so it could still leave the problem one in a bad place :\ [11:25] apw - ok, scratch the 8GB one [11:25] apw - i was reading a system rom as a ram stick === Guest57033 is now known as yofel [14:00] hi, i'm currently getting a kernel panic with the ATI fglrx driver, when i shut down what's the current doc for debugging kernel panics [14:00] https://wiki.ubuntu.com/Kernel/CrashdumpRecipe i had a look at that, not sure if those 9.04 instructions are relevant [14:00] or if there's a better way now [14:25] hmm wel not really any need to debug it further the screen error is exactly the same as comment #4 of bug 750437 [14:25] Launchpad bug 750437 in fglrx-installer "fglrx hard lockup on shutdown" [Undecided,Confirmed] https://launchpad.net/bugs/750437 [15:18] Are there any plans to build a precise-backport kernel for Lucid, like there is oneric backport & natty-backport? [15:47] apw, http://www.entropykey.co.uk/res/device.jpeg [15:49] alexbligh1, i believe not currently [15:49] thats what precise is for [15:50] I have a Lucid -virtual VM that is crashing every few days. It crashes hard and fast enough that no crash info escapes via syslog or local log files. Any recommendations on trying to capture some decent data to start tracking down the cause? [15:52] ogra_: http://people.canonical.com/~ppisati/linux-image-3.4.0-202-omap4_3.4.0-202.8_armhf.deb [15:52] ogra_: give it a test if you can [15:56] Insyte, what virtualisation are you using to run it [15:56] KVM [15:56] Under ganeti. [15:58] Insyte, a quick chat round here, noone seems to know of a way, but noone is willing to say there isn't one ... you might get a better answer on #ubuntu-server however [15:58] I'll check there. Thanks. [16:00] * ppisati -> gym [16:01] ppisati, will do, thanks [16:01] Insyte: I guess you already tried kdump? [16:02] Eimann: I've been reading up on it. Haven't tried it yet. Is that generally the best approach? [16:02] Insyte: if you can force it to hang without a reboot, you can also try virsh dump crashdump [16:03] I would try kdump first and see if this already give you a coredump you can analyze [16:03] OK, thanks. Unfortunately the second option isn't available to me as Ganeti doesn't use libvirt. [16:04] hmm yes indeed [16:05] If I'm not running a -debug kernel, am I going to get any useful information out of a kdump dump file? [16:11] Insyte, you should, as most crashes the basic information is what one needs to have any clue as to caus [16:11] apw, excellent. Thanks. [16:12] Hi [16:13] any clues why only 2 cores would be enabled on a quad core system? running latest 12.04, was fine on 10.04 [16:20] apw, indeed, but we have binaries that won't run under precise due to library issues (libdbi1/libdbi0, openssl1.0.0 vs 0.98.x etc.) - and I'm trying to avoid having 2 different software versions just to run on different hardware. The long term answer is 'move everything to precise' which is what we are doing for a next major release but it's a PITA for a minor release. [16:20] argu_halfabrain, pastebin the output of cat /proc/cpuinfo [16:20] from lshw -class cpu "cores=4 enabledcores=2 threads=4" [16:21] alexbligh1, i can see how yet another lts backport would be handy, but you'd be just asking for Q then R for it, and we have to stop somewhere [16:21] http://pastebin.com/EgzucL66 [16:25] argu_halfabrain, nothing obvious in there, it appears to have brought up the hyper threads on the first cpu if i am reading it right, pastebin a dmesg perhaps [16:25] apw, well, the place I'd suggest stopping is 'nothing beyond the next LTS'. Our launch date was within a week of Precise so was no chance of using that. If we don't move to the next LTS by the time LTS+1 is out, that's our issue. [16:26] apw, I can't believe other people who are "LTS only" for userspace would not have similar issues. [16:26] alexbligh1, and that has been argued, that there is utility in lts+1 to lts backports, but that was not planned for L [16:26] alexbligh1, the plan with the lts backports was to give you h/w enablement for the previous lts until the next lts came out, which it has [16:27] that goal doesn't need P on L, and so its not been in plan [16:27] also lshw -class cpu http://pastebin.com/1js0aCcu [16:28] rebooting that machine, will pastebin dmesg in a minute [16:32] apw, grumble grumble :-) [16:33] alexbligh1, i am not ruling it out as every happening, but right now its not the plan. we review the plans often however for impact. it might be appropriate to ask on the kernel-team list stating your use case [16:34] apw, thx - I might just do that :-) [16:35] dmesg output http://pastebin.com/1LLQC4gw [16:43] argu_halfabrain, whats in /sys/devices/cpu, how many cpuN directories [16:43] cat same directory online and offline [16:46] apw: cpu0, cpu1 [16:46] online 0-1, offline 2-31 [16:55] argu_halfabrain, ok nothing there is any help at all, i think the next step is file a bug and we'll want a dmesg and /proc/cpuinfo for the work and non-working cases [16:56] apw, ok thanks [16:56] gonna try a custom kernel [18:34] jsalisbury, bug #918769 looks ripe. Patch is now in 3.5-rc4. [18:34] Launchpad bug 918769 in xserver-xorg-video-intel "X blink with Vostro 360 and Ubuntu Oneiric and Precise" [Medium,Fix released] https://launchpad.net/bugs/918769 [18:43] bryceh, thanks! === philipballew_ is now known as philipballew [18:51] * ogasawara lunch [19:02] Anyone know which kernel patches are included in the ubuntu kernel related to copying to and from a usb device? [19:09] Yeah alright. Guess I'll just have to hack it apart until I can figure it out. Thanks anyways === mfisch` is now known as mfisch === mfisch is now known as Guest84007 [20:58] * bjf -> giving blood === bjf is now known as bjf[blood] [22:41] * bjf[blood] is back === bjf[blood] is now known as bjf