/srv/irclogs.ubuntu.com/2009/03/02/#ubuntu-kernel.txt

dtchen_JanC: yes, or any bootloader00:13
dtchen_heywood: aside from the echoing the value may not actually bring that core offline?00:14
=== Tim-away is now known as TimStarling
mib_ykaad3the ubuntu mainline kernel builds can be used on any release of ubuntu? even 8.04?03:07
mib_ykaad3i'm talking about these - https://wiki.ubuntu.com/KernelMainlineBuilds03:08
* Panarchy syas Hi08:20
* Panarchy says Hi08:20
PanarchyI have a modified Hardy Kernel (part of Debris Linux). I wish to replace this with the latest Intrepid Kernel. How would I go about doing this? RWW suggested "sudo apt-get install linux-generic", would that be the best way to do this, once I have installed Intrepid repostiories?08:22
loolFolks, I just saw https://wiki.ubuntu.com/KernelMainlineBuilds and the instructions are relatively complex due to the manipulation of *.debs; did you consider setting up an APT archive instead?  You can do so easily with apt-ftparchive08:41
heywoodhello all08:45
Panarchyhi08:45
heywooddumb question.08:47
heywoodanyone know the difference between passing "noht" to the kernel at boot time (via grub's menu.lst) and issuing something like "echo 0 >/sys/devices/system/node/node0/cpu1/online"?08:47
anubhavheywood:i heard that some kernel dont support the noht  param08:52
anubhavso in those cases you can use the sys interface08:52
heywoodany idea where i could look up which do and don't? i'm reading docs for sysfs right now.08:53
heywoodoh, i'm running 2.6.2708:53
anubhavjust check the kernel sources08:54
smb_tpIIRC noht is not present in recent kernels anymore, but max_cpus=1 would have the same effect08:55
anubhavor you can write a script that checks /proc/cmdline and accordingly uses sys interface08:56
heywood@anubhav: basically i'm trying to figure out how to reliably (but temporarily) disable hyperthreading09:17
heywoodi have a task that is sensitive to interrupts, and i want to see if disabling HT will help or hurt performance09:17
heywoodi have full control over the machine it's running on (so no need to make the script too smart or generic)09:18
heywoodso i know in advance what got passed at boot time -- since i get to pass it :)09:19
seaLnedoes anyone know if the lockd regression fixed in 2.6.29 affects jauntys 2.6.28 kernel?15:06
rtgKeybuk: does initramfs leave a log somewhere after remounting the real file system? I'15:09
Keybukrtg: no, what would you like to find out?15:09
rtgI'm trying to figure out 0_kdump which works when run by hand.15:09
rtg0_kdump is installed in scripts/init-bottom by kexec-tools15:10
rtg/usr/share/initramfs-tools/scripts/init-bottom, that is.15:10
=== TimStarling is now known as Tim-away
b10h4z4rdhi there ... i am trying to compile the latest (2.6.28-7) kernel via kernelcheck; the kerenel is built and the .deb file mdae .. but  it returns an error in installation: " Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.28.7-ultimate.postinst.d at line 1181.15:52
b10h4z4rdsomeone an idea?  or a tip how to compile it another way ?15:53
anubhavb10h4z4rd:https://help.ubuntu.com/community/Kernel/Compile16:00
amartin83 Hi, i've been trying to upgrade kernel on my debian, tried the normal way and debian way, but there's always some errors end eventually kernel's not upgraded. Today need to upgrade kernel to the new one 2.6.28 or newer. Can someone please go with me through all the steps??18:27
wmatamartin83: see here https://help.ubuntu.com/community/Kernel/Compile/18:32
wmatamartin83: also see https://help.ubuntu.com/community/CategoryKernel18:36
amartin83wmat, so maby better go through all steps again until errors occurs, but this will take some time couse as i remember it's a long process18:37
wmatamartin83: it would take far longer for someone to lead you through it.19:06
wmatamartin83: you should post errors as you encounter them19:07
wmatamartin83: one note though, this channel is specific to kernel development, so you may not get much help19:07
amartin83ok, i'll do that19:07
wmatamartin83: you'd likely get more help in #ubuntu19:08
amartin83oh, ok19:08
amartin83just wonder, why there's always so much difficulties with kernel? Seen on many forums that people always get trouble, even if they do exactly like in recipe19:10
vbgunzcan someone help me troubleshoot a suspend/resume problem with a sata disk? I tried so many things but can never complete a bug report *because* my main disk dies on resume. I suspend to ram and it sleeps in seconds. I power up, takes about a minute and I have nothing but I/O errors to my disk :(19:10
wmatamartin83: there's really too many variables out there to answer that question conclusively19:11
amartin83wmat, thanks anyway19:13
vbgunzwhen do I do the dmesg > ? ... after trying to resume right?19:16
BUGabundobefore and after according to apw19:16
apwif you do it before you have more chance of not needing dmesg to be loaded from the disk19:17
apwto run19:17
BUGabundohumm try:19:21
BUGabundo$dmesg ; sudo pm-suspend; dmesg19:21
BUGabundowho knows.. maybe it works19:22
vbgunzok. will try it then... hold up, should I say dmesg > disk ; sudo pm-suspend; dmesg > disk?19:22
BUGabundono19:22
BUGabundotath would replace the 1st log19:22
BUGabundodmesg > disk ; sudo pm-suspend; dmesg >> disk19:23
BUGabundoor19:23
BUGabundodmesg > disk ; sudo pm-suspend; dmesg > disk219:23
vbgunzok, will try it then19:23
BUGabundoapw: is there a flag or echo that can be done to increase the verbose of kernel output19:23
BUGabundowhile suspending/hibernate?19:23
vbgunzabout to do it. should I say sudo dmesg or no?19:24
BUGabundojust do it19:24
apwboot without quiet set19:25
BUGabundono need for that19:25
BUGabundodmesg doesn't need sudo19:25
apwi would change to VT-119:25
vbgunzapw, I always do. everything says fine... the only thing that fails is apparmor. talking about couldn't load it or something19:25
apwlogin there, run dmesg, then sudo pm-suspend19:25
vbgunzok, going for it, let me go to tty119:26
BUGabundovbgunz: ping ??19:30
vbgunzI can never resume from a suspend. I managed to get the dmesg after a fail suspend sent to a MS. here it is. can someone offer a clue as to whats wrong? http://dpaste.com/4775/19:48
vbgunzI mean, well, I can *but* my sata is dead19:48
apwvbgunz, yep looks like your disk and controller are out of sync, get that put into a bug on the kernel20:01
vbgunznot sure what to do exactly :(20:01
vbgunzam going to try pci=nomsi on the kernel parameter with IDE and then AHCI ... see if that works?20:02
apwok but get a new bug in launchpad filed20:02
apwand add the information you have to it20:02
apwso we can track it 20:02
vbgunzis there a way, without rebooting and modding the kernel paramter to enable the pci=nomsi now?20:02
apwifconot that i know of20:03
IntuitiveNippleapw: We've already got a bug report going since last week on this, which I am assigned to20:05
IntuitiveNipplebug #33464420:05
ubot3Malone bug 334644 in linux "[MSI MS-7374] suspend/resume failure [non-free: nvidia]" [Undecided,Incomplete] https://launchpad.net/bugs/33464420:05
apwIntuitiveNipple, ahh good, then i can go back to sleep20:06
vbgunzthats my bug20:06
IntuitiveNippleapw: :p20:07
apwvbgunz, how many didks do you have?  3?20:07
apwthe other two seem to have come back up, what is different about them?20:08
apwyou might want to try switching the two drives round20:09
apw(two of the drives)20:09
IntuitiveNippleapw: The lspci controller info says (non AHCI mode) but ahci reports it is managing the controller.20:11
IntuitiveNippleapw: Also, vbgunz said "... I saw 2 options for AHCI in bios but they both instead say IDE..."20:11
vbgunzok20:12
manjosmb_tp_, I fired off an email to mario, looking at the problem it looks like an installer issue 20:14
vbgunzchecking my mobo manual. sata port 5, 6 support AHCI and raid mode only... I am plugged into 1 and see nothing. I'll keep checking :)20:14
smb_tp_manjo, The BIOS one or the other one?20:14
manjothe other one 20:14
manjowe had a fix for the raid stuff go in for jaunty20:15
manjofixed by cjwatson20:15
manjonot sure of the bios one that I need to look at it on HW20:16
vbgunzI have a MSI mobo, MS-737420:16
manjosmb_tp_, you think mario can give us access to such a hw ? 20:17
smb_tp_manjo, He more likely than any other I would guess. But maybe I am the wrong to ask. ;-)20:18
manjo:)20:19
vbgunzwell, let me try then to see if the pci=nomsi would work... brb20:20
=== zul_ is now known as zul
dtchen_rtg: / apw: any thoughts on reenabling PREEMPT for -generic for jaunty?20:42
apwwhat is the driver?20:42
dtchen_apw: resolving audio aberrations when PulseAudio is used in glitch-free mode20:42
apwcompared to turning off glitch-free mode it sounds like high risk adventure20:43
apwwhy would we not turn off the glitch0free as it patently introduced glitches20:44
dtchen_apw: i'm fine going either way regarding PREEMPT, but i need to know if i need to hack PulseAudio further20:44
apwmy feeling is that turning on something like that at this stage is risky20:46
dtchen_apw: currently PulseAudio works around alsa-kernel and alsa-lib bugs regarding snd_pcm_avail*()  (being debugged in upstream alsa-devel)20:47
apwpa has been broken all along, can we not just turn off glitch-free, its intent is only for use where latency is good20:47
apwnad if latency is not good it is not appropriate20:47
apw(to my reading20:47
dtchen_the biggest problem is that the workarounds for snd_pcm_avail*() are only used if glitch-free is enabled20:48
* apw looks askance at the pile of doo doo that PA seems to be20:48
dtchen_so to prevent PA from segfaulting when bogus data is returned, i'd need to alter PA to ignore the glitch-free checks20:49
apwits a nightmare eitehr way20:50
dtchen_i guess i just need to be diplomatic about suggestion that the checks are changed20:50
apwis pa really readdy for primetime at all?20:50
dtchen_suggesting*20:50
dtchen_i think it's ready if all the stars are aligned, which requires kernel config changes20:50
dtchen_well, i'll go ahead and make the changes to PA so at least it won't segfualt20:53
dtchen_can't please everyone :)20:53
dtchen_apw: thanks for your input20:54
IntuitiveNippledtchen_: I don't relish your position! I'd be screaming :)20:57

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