=== RAOF_ is now known as RAOF [01:58] I'm experiencing a bug (no backlight, intel mobile graphics). It is present on 2.6.38 and I've tested up to 2.6.39rc4. The bug is not present in 2.6.35-28 which I'm running now. I'm new to linux, what should I do to report this? [01:59] run 'ubuntu-bug linux' [01:59] though I suspect that this is a known issue, I remember seeing discussion on it [02:01] If it's known, I won't worry about it. Don't want to flood the bug system [02:07] RAOF: it is known, right? === serge_ is now known as hallyn [02:35] I think it's known. [02:35] lifeless: It's not *fixed*, but it's known. [02:35] an unknown known? [02:35] :) [03:25] hello? [03:27] Hm. Suppressing join/part events makes commenting on people who pop in for a minute and then bail less fun. [03:30] heh [03:30] I think all documentation relating to IRC needs to talk about people idling in channels. === michaelh1 is now known as michaelh1|away === michaelh1|away is now known as michaelh1 === michaelh1 is now known as michaelh1|away === zz_eagles0513875 is now known as eagles0513875 === yofel_ is now known as yofel === michaelh1|away is now known as michaelh1 === michaelh1 is now known as michaelh1|away [09:42] hello all! [09:42] I just got a nice kernel panic on natty, anybody care to take a look? [09:43] also, is it safe to share the panic info or do i need to be careful? [09:44] feel free to share [09:45] Though in general it is better to open a bug report because otherwise additional info is too easily lost [09:46] maby there is already a bugreport of it :) [09:46] That is quite possible. :) [09:46] http://wstaw.org/m/2011/05/02/2011-05-02_10-47-11_791.jpg [09:47] I can do a bug report no issues, just wanted a bit of feedback first [09:47] phone quality picture ;) [09:48] * dupondje needs somebody that can change priority of bug :) [09:48] jussi: you get that @ random or ? [09:48] dupondje: only happened once. just random in the middle of nothing [09:49] That is one of the questions that usually arise. :) Does it happen consistently, when, is it bare metal or a vm, right at boot or later... [09:49] But it seems not consistently from the last answer [09:49] Was that right at boot? [09:50] smb: first time. I run kubuntu, was not at boot. just "happened" [09:50] the only thing that I can think of that might have been associated with it was that I installed "gobi-loader" from the repos about 5 mins before. [09:51] Cause it has some older trace above beginning with start_kernel before. Not that we can trust any of the lines with ? too much (which is unfortunately al of them) [09:51] !info gobi-loader [09:52] ubot2: you dead? [09:52] Factoid 'you dead?' not found [09:52] Noted [09:52] ok, you guys dont have !info in here. strange. [09:52] * jussi goes to find jpds [09:52] jussi, It is probably a special one. Not always cooperative [09:53] smb: Im the owner of ubottu, and on the IRCC, so when somethings missing, I wonder ;) [09:53] jussi, Good to know. :) [09:55] jussi: the kernel panic looks like a bug in the network driver ... [09:55] jussi, Yeah, at least the middle section. [09:56] dupondje: bah. couild it be something to do with the gobi-loader? (firmware loader for the 3g card... which incidentally still doesnt work) [09:56] But there is always the chance of some general corruption going on, up to some ram faults [09:57] Well indeed, if the panic is always the same ... then its network driver error [09:57] else it could be cpu / ram / other shit :) [09:57] hrm, right. So, a bug report is in order? [09:57] jussi, the gobi loader itself would initiate some firmware loading. Of course if somehow that goes wrong maybe stuff gets loaded somewhere bad [09:57] and do I report it against the network manager? gobi-loader? linux-kernel? [09:58] I would start with linux (kernel) [09:58] Even if the gobi loader is incorrect, it should not be able to crash the kernle [09:59] You should try to see whether it can gfet retriggered somehow [09:59] Is that 3g device a usb dongle or builtin? [09:59] ok, linux-image then? :) [09:59] built in. its a HP UN2420 [09:59] https://bugs.launchpad.net/ubuntu/+source/linux [09:59] jussi, just linux [10:00] smb: ahh, k. [10:01] jussi, So probably try to get the loading command to be able to trigger the firmware loading request at will. To see whether that correlates to crashes [10:02] smb: ahh, Ill see if I can what the postinstall scripts are for gobi-loader (see if it is that) [10:02] jussi, There should be something in /lib/udev/rules.d as well [10:03] Basically gobi_loader plus some devno or id or so. Don't remember the exact details [10:04] http://paste.ubuntu.com/602168/ [10:04] That would be called on each reboot too, so if it is ok now and you did not deinstall the package, it is probably something else [10:05] ok [10:08] bug 775432 [10:09] Launchpad bug 775432 in linux "Kernel panic. " [Undecided,New] https://launchpad.net/bugs/775432 [10:10] I would at least add the screenshot :) else its quite ... useless :) [10:12] oh bah [10:13] thanks [blushes] [10:13] done :D [10:14] You know, sometimes I just forget things... :( [10:17] Kernel dev's are in vacation btw ? :) [10:17] We never would say. :-P [10:18] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/774363 => needs to get on the radar :) so it surely gets fixed in next kernel release in natty :) [10:18] Launchpad bug 774363 in linux "cx88-blackbird driver hangs when used" [Undecided,New] [10:20] dupondje, The most failproof way to get those kind of things done is to make sure the upstream developer is made aware that the patch should somehow go to stable upstream as well. Then it flows back to everyone and into the ubuntu kernel automatically [10:21] Its reported to the kernel dev's :) [10:21] see https://bugzilla.kernel.org/show_bug.cgi?id=31962 [10:21] bugzilla.kernel.org bug 31962 in cx88 "cx88-blackbird broken (since 2.6.37 ?)" [High,New] [10:23] Right, the drawback is that even upstream maintainers do always know how to get into stable (without getting semi-nasty comments from Greg) [10:24] Though benh from debian does a lot [10:25] dunno when it gets into 2.6.38.x or when its just fixed in newer release. [10:25] Not all bugs get into 2.6.38.x I guess ? [10:26] No, the trick is to have a "Cc: stable@kernel.org" in the signed-off-by section when it get submitted for Linus tree [10:26] Then most happens automatically [10:27] It can be done later, after it hit Linus tree, but then needs manual sending with the upstream id and best from or with the maintainer on cc [10:28] oh ok :) [10:28] Then just somebody needs to push it in the Linux tree :) [10:35] dupondje, Just... :) It can get a bit tedious. In the kernel tree under scripts, there is a get_maintainer script which provided with the patch would spit out a lost of possible people, mailing lists to post to. [10:36] This would make it probably reach those with better knowledge quicker. And of course it always helps to have patches submitted from someone that has the hardware and can state that this is helping. [10:43] seems like somebody already confirmed it worked ... :) [10:43] http://thread.gmane.org/gmane.linux.kernel/1118815 [10:47] Yes, saw that. Just not sure any v4l maintainers were listening (yet). But essentially, first it has to go upstream, then it can get SRUed (best via upstream stable) === eagles0513875 is now known as zz_eagles0513875 === diwic is now known as diwic_afk === diwic_afk is now known as diwic [16:22] * ogasawara back in an hour (have to run the dog to the vet unexpectedly) [17:31] * ppisati -> gym === hallyn is now known as hallyn_afk [18:00] <-food === kamal1 is now known as kamal [19:12] can someone comment on if the battery information upower even uses is generally available from the kernel anymore? https://bugs.launchpad.net/ubuntu/+source/upower/+bug/629258 [19:12] Launchpad bug 629258 in devicekit-power "Battery life estimation never comes around" [Medium,In progress] [19:15] * tgardner --> lunch [19:17] there should be a lttng related e-mail in -kernel's moderation queue if someone with the power has a sec to accept it. Thanks === michaelh1|away is now known as michaelh1 [19:55] hi folks! Power and internet are back on at my house. We didn't have nearly the devastation as further south but here are some photos, a lot of which are from near where I live: [19:55] http://photos.al.com/4462/gallery/aerial_view_of_the_north_alabama_tornado_damage_from_april_27_2011/index.html [19:56] Carter's Gin, Toney, Anderson Hills, Harvest are all about 7 miles from my house [19:58] sconklin, good to see you back. thats some serious carnage. [19:59] sconklin: wow, nice to have you back [20:01] Physically, we were fine - we had plenty of camping gear and food, and the city water never went down. Although we had filtration available and lots of water available if that had happened. [20:02] I've been working at the Red Cross office for the last few days, so I could occasionally borrow generator power and an internet connection [20:03] I was also active during the storms. It was good to be busy [20:05] I think I'll be back at work tomorrow === michaelh1 is now known as michaelh1|away === Phoenix][_ is now known as Specialist [20:40] * jjohansen lunch === zyga is now known as zyga-afk [20:56] hi there. just a uestion regarding the ubuntu kernel maintenance / bug fixing procedures: now that natty has been released, how do fixes make it into natty's kernel? i am specifically talking about regressions that worked in maverick and for which upstream patches are already available. [20:59] Specialist, natty is now considered a "stable" kernel and the process is our SRU process [21:00] Specialist, if a commit you are interested in is one that has been submitted by upstream to upstream-stable, we will be getting those automatically [21:00] bjf: perfect, thanks! === Sarvatt_ is now known as Sarvatt === hallyn_afk is now known as hallyn [23:20] who [23:30] [23:30] quit [23:44] ogasawara: does the dmesg in bug 775754 indicated failure with a cd? a hard drive? or both? [23:44] Launchpad bug 775754 in linux "package linux-image-generic 2.6.38.8.22 failed to install/upgrade: проблемы зависимостей -- оставляем не настроенным" [Undecided,New] https://launchpad.net/bugs/775754