/srv/irclogs.ubuntu.com/2010/05/11/#ubuntu-kernel.txt

kaushalhi05:54
kaushalMy 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 server05:55
kaushalam i doing it wrong ?05:55
eagles0513875hey 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 hdd05:58
kaushalchecking in again for my query ?06:45
eagles0513875kaushal: might want to ask it again 06:56
eagles0513875nobody is in here at the moment 06:57
kaushalsure06:58
kaushalI 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 out07:00
kaushalthe 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:00
kaushalhttp://fpaste.org/F7tg/07:01
eagles0513875!paste | kaushal 07:04
ubot3kaushal: 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
eagles0513875just for future reference instead of using the fedora pastebin07:04
eagles0513875kaushal: googlign yielded this http://kerneltrap.org/node/499307:05
eagles0513875for first paste07:06
eagles0513875seems like same hexadecimal value in 2nd see if that site helps ya out at all07:06
kaushaleagles0513875: i did that already07:07
kaushalhttp://fpaste.org/9xoF/07:07
eagles0513875ok then im not sure you just have to hang out here and wait for kernel expert :( 07:08
kaushalyes07:08
kaushalI have already emailed it to kernel team mailing list too07:08
eagles0513875sry i could be of moer help07:11
eagles0513875more07:11
eagles0513875kaushal: i 2 am having kernel issues it seems like when i use my 2tb hdd it panics when i reboot 07:11
eagles0513875fails to mount the vfs07:11
kaushaleagles0513875: how do i use pastebinit from command line ?07:12
eagles0513875sudo apt-get install pastebinit07:12
eagles0513875the pastebinit COMMAND07:12
ikoniaeagles0513875: why are you asking in #ubuntu-kernel and not #ubuntu, which is the support channel07:29
eagles0513875ikonia: seeing as the kernel panic is related to the kernel its more appropriate in here i thought 07:30
eagles0513875i will take it else where 07:31
=== ogasawara_ is now known as ogasawara
lapionhello, is it possible to use a fbdev console, and kms for xorg only ?08:34
lapionbecause it is now impossible to reload the kernel module, because even if you kill gdm/xorg, the module is still in use08:35
lapionanyone in here ?08:47
* abogani is here but he don't have an answer for your question, sorry.08:50
bjfcnd_mini, you there?11:34
cnd_miniyeah11:35
cnd_minibjf, what's up?11:35
bjffound someone in a nother channel having trouble getting ubuntu installed on a mac book 5,111:36
cnd_minibjf, what's their issue?11:36
cnd_miniI don't have my mac with me, so I may be of limited use right now11:36
bjfcnd_mini, mathiew has his i think (not sure that helps)11:38
cnd_minibjf: he's got his macbook pro, but I'm not sure of the model11:38
cnd_miniand he doesn't have ubuntu on it yet11:38
bjfcnd_mini, fix that for him :-)11:39
cnd_minibjf: I pointed him to wiki.ubuntu.com which has all the isntructions you need, so he should be set up fairly soon :)11:40
crimsunmight need an audio quirk that's in l-a-d-m ;)11:46
=== oubiwann is now known as oubiwann_
=== oubiwann_ is now known as oubiwann
slytherinWhat is best way to make sure pmu_battery module is loaded by default on powerpc arch? Without that module, power management does not work.14:38
=== oubiwann is now known as oubiwann_
=== oubiwann_ is now known as oubiwann
=== vanhoof[nyc] is now known as vanhoof
cnd_minihughhalf: wanna meet for a few mins?15:48
hughhalfcnd_mini, in a session at the moment, after that ?15:48
cnd_minihughhalf: sure15:49
cnd_miniwhere are you at?15:49
hughhalfmeet down in the cafeteria area perhaps ?15:50
cnd_minihughhalf: on the other side of the hotel?15:53
hughhalfno the small one over where the sessions are I was thinking15:54
hughhalfsame building we're in now15:54
cnd_miniI don't know where the cafeteria is here...15:54
cnd_miniI've not seen it15:54
jk-cnd_mini: diagonally opposite from the entrance15:56
jk-0th floor15:56
cnd_minijk-: ok, thanks15:56
=== marcriera is now known as permalac
* hughhalf heads down to cafeteria16:00
=== oubiwann is now known as oubiwann_
=== oubiwann_ is now known as oubiwann
benoitchi 18:17
benoitcon 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
benoitccan't i use an opensource driver ?18:17
bigcx2benoitc: it says you'll "probably" want to use the proprietary driver under the desktop effects section18:20
bigcx2you can probably use the open source driver, unless you're doing something fancy18:21
bigcx2my guess is they're hinting at it being buggy for desktop effects18:21
benoitcmm ok thanks18:26
lapionhello, is it possible to use a fbdev console, and kms for xorg only ?22:50
lapionbecause it is now impossible to reload the kernel module, because even if you kill gdm/xorg, the module is still in use22:50
mjg59lapion: No22:52
mjg59lapion: echo 0 >/sys/class/vtconsole/vtcon1/bind22:52
mjg59rmmod intel/radeon/nouveau22:53
mjg59And then work out some way to get text mode back...22:53
lapionprobably thru ssh..22:53
lapionthe 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 driver22:57
lapionFirst 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 driver23:01
mjg59Starting a vesa X server when you're using KMS is basically asking the hardware to shoot you in the face23:04
mjg59Doing it via ssh should be fine23:05
lapionthat'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 xserver23:07
lapionI 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 hanged23:09

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