[05:54] hi [05:55] My pastebin is here http://fpaste.org/z9XT/ i did /usr/sbin/mcelog --ascii b200000000070f0f it did not worked for me, I am running ubuntu 8.04 server [05:55] am i doing it wrong ? [05:58] hey guys im j/w is there something i need to compile into the kernel to get the kernel to stop panicing when kubuntu is installed on a 2tb hdd [06:45] checking in again for my query ? [06:56] kaushal: might want to ask it again [06:57] nobody is in here at the moment [06:58] sure [07:00] I have replaced all the RAM Chips with the new set and It worked fine for sometime and then when i start mysql server the system spew out [07:00] the Machine Check Exception again, I have tried to decode the MCE on a test machine using the below method.I am not sure what those error means. Please suggest the further steps. http://fpaste.org/9xoF/ [07:01] http://fpaste.org/F7tg/ [07:04] !paste | kaushal [07:04] kaushal: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [07:04] just for future reference instead of using the fedora pastebin [07:05] kaushal: googlign yielded this http://kerneltrap.org/node/4993 [07:06] for first paste [07:06] seems like same hexadecimal value in 2nd see if that site helps ya out at all [07:07] eagles0513875: i did that already [07:07] http://fpaste.org/9xoF/ [07:08] ok then im not sure you just have to hang out here and wait for kernel expert :( [07:08] yes [07:08] I have already emailed it to kernel team mailing list too [07:11] sry i could be of moer help [07:11] more [07:11] kaushal: i 2 am having kernel issues it seems like when i use my 2tb hdd it panics when i reboot [07:11] fails to mount the vfs [07:12] eagles0513875: how do i use pastebinit from command line ? [07:12] sudo apt-get install pastebinit [07:12] the pastebinit COMMAND [07:29] eagles0513875: why are you asking in #ubuntu-kernel and not #ubuntu, which is the support channel [07:30] ikonia: seeing as the kernel panic is related to the kernel its more appropriate in here i thought [07:31] i will take it else where === ogasawara_ is now known as ogasawara [08:34] hello, is it possible to use a fbdev console, and kms for xorg only ? [08:35] because it is now impossible to reload the kernel module, because even if you kill gdm/xorg, the module is still in use [08:47] anyone in here ? [08:50] * abogani is here but he don't have an answer for your question, sorry. [11:34] cnd_mini, you there? [11:35] yeah [11:35] bjf, what's up? [11:36] found someone in a nother channel having trouble getting ubuntu installed on a mac book 5,1 [11:36] bjf, what's their issue? [11:36] I don't have my mac with me, so I may be of limited use right now [11:38] cnd_mini, mathiew has his i think (not sure that helps) [11:38] bjf: he's got his macbook pro, but I'm not sure of the model [11:38] and he doesn't have ubuntu on it yet [11:39] cnd_mini, fix that for him :-) [11:40] bjf: I pointed him to wiki.ubuntu.com which has all the isntructions you need, so he should be set up fairly soon :) [11:46] might need an audio quirk that's in l-a-d-m ;) === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann [14:38] What is best way to make sure pmu_battery module is loaded by default on powerpc arch? Without that module, power management does not work. === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann === vanhoof[nyc] is now known as vanhoof [15:48] hughhalf: wanna meet for a few mins? [15:48] cnd_mini, in a session at the moment, after that ? [15:49] hughhalf: sure [15:49] where are you at? [15:50] meet down in the cafeteria area perhaps ? [15:53] hughhalf: on the other side of the hotel? [15:54] no the small one over where the sessions are I was thinking [15:54] same building we're in now [15:54] I don't know where the cafeteria is here... [15:54] I've not seen it [15:56] cnd_mini: diagonally opposite from the entrance [15:56] 0th floor [15:56] jk-: ok, thanks === marcriera is now known as permalac [16:00] * hughhalf heads down to cafeteria === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann [18:17] hi [18:17] on this page they say that I need to use the proprietary driver for macbook 5.1 (https://help.ubuntu.com/community/MacBook5-1/Lucid ) is this still the case ? [18:17] can't i use an opensource driver ? [18:20] benoitc: it says you'll "probably" want to use the proprietary driver under the desktop effects section [18:21] you can probably use the open source driver, unless you're doing something fancy [18:21] my guess is they're hinting at it being buggy for desktop effects [18:26] mm ok thanks [22:50] hello, is it possible to use a fbdev console, and kms for xorg only ? [22:50] because it is now impossible to reload the kernel module, because even if you kill gdm/xorg, the module is still in use [22:52] lapion: No [22:52] lapion: echo 0 >/sys/class/vtconsole/vtcon1/bind [22:53] rmmod intel/radeon/nouveau [22:53] And then work out some way to get text mode back... [22:53] probably thru ssh.. [22:57] the thing is that it seems like the only reason the system hangs when the i915 driver gets a hangcheck error, is because the xserver script starts the failsafe driver [23:01] First I want to check if the the driver or the hardware is hung, to do this I would either have to reload the driver. or unload the driver and load an fbdev or other driver [23:04] Starting a vesa X server when you're using KMS is basically asking the hardware to shoot you in the face [23:05] Doing it via ssh should be fine [23:07] that's exactly what freezes up the system, when the hangcheck error occurs, the system tries to restart the xserver several times, the final time, when the system hangs,it starts the failsafe xserver [23:09] I found this out when I set the hangcheck timer to 300 jiffies, and the servers created 10 log files , with the last one as the failsafe, at which moment the system hanged