/srv/irclogs.ubuntu.com/2011/01/13/#ubuntu-kernel.txt

=== _LibertyZero is now known as LibertyZero
AnAntHello11:54
=== ghostcube_ is now known as ghostcube
pmatulishow can i more info on what's happening at the kernel level during the shutdown process?  i have a system that sometimes hangs at the very end of the shutdown14:42
ckingpmatulis, it could be that acpi S5 shutdown fails.15:24
pmatuliscking: any way to get extra kernel debug logs (to a file)?15:25
pmatuliscking: i see that if i use boot option '--debug', stuff does end up in /var/log/debug, but this seems more for services15:27
ckingwell, one could try and bypass this by using apm to shutdown (which is ugly workaround).  I generally shove debug into the kernel at this point to see why it's not working. 15:27
pmatuliscking: your debug different than mine?  ;)  (or special debug kernel?)15:28
ckingpmatulis, try kernel parameter "apm=power-off"   (I've never tried this) 15:28
ckingthis should shut the machine down using the old BIOS APM mechanism.15:29
pmatuliscking: also, this is wubi.  some special shutdown issues can arise?  (releasing the underlying file?)15:29
mjg59cking: Wurgh. I'm pretty sure we'll refuse to touch apm if the system's booted with ACPI15:30
ckingmjg59, ok 15:30
mjg59pmatulis: Does it work if it's booted raw (ie, non-wubi)?15:31
mjg59pmatulis: There's some potential for things to go wrong during shutdown if / relies on fuse stuff that's no longer there15:31
pmatulismjg59: not sure, customer system15:31
ckingyep, factor out the wubi complexity first15:32
pmatulisis there a special debug kernel somewhere?15:32
ckingpmatulis, no, we generally have to ask a kernel engineer to cruft one up.15:36
pmatuliscking: k15:38
ckingapw, ^ any chance of generating a debug kernel for pmatulis?15:39
=== smb` is now known as smb
JFohi skaet :-D15:56
skaethi JFo,  no bug list for you yet, ;)15:56
JFo:-) I thought not... I suspect you, much like me, got caught up in tons of other stuff15:57
JFono problem :-)15:57
skaetwill plan on hiding out somewhere this afternoon, and see what interesting things I can find...  :P15:58
JFook :)15:59
JFoskaet, you know... I'm ok if you don't find any too :-P15:59
skaetlol,  indeed.16:00
=== Quintasan_ is now known as Quintasan
=== yofel_ is now known as yofel
ekoorehi to all18:03
ekoorei have a question18:03
ekoorein what way i can disable a interrupt in the kernel?18:03
ekoorecan you help me?18:08
JFohi ekoore 18:22
JFomay be a while before someone responds18:22
JFowe are all at a series of meetings that last all week18:23
JFofrom what I am being told, there may be some sort of masking possible18:23
JFobut it is difficult to answer off the top of the head18:24
ekooreis possible disable  a interrupt of the kenrel, from grub?18:26
JFonot that I am aware of currently ekoore 18:28
JFoI can ask, but I am pretty sure the person who would possibly know is offline just now18:28
* JFo makes a note18:28
ekooreis a long story18:29
ekoorei have the file rc.local with a script that disable gpe1118:29
JFook18:29
ekoorerc.local is executte in the end of the boot process18:29
JanCthat's about ACPI interrupts?18:33
Kanohi, are the changes files for the kernels stored somewhere?18:37
JFowhat do you mean exactly Kano?18:40
Kanowell when i only want to fetch a kernel from u repo it would be nice to parse the files18:40
JFowhat changes were added between kernels?18:40
Kanono the changes file you get when you create a deb18:40
Kanothere you get checksum + names of the packages18:41
JFoso the generated changelogs from the deb builds?18:41
Kanobasically signed, but i dont need the signed ones18:41
Kanothe changelog is there too yes18:41
Kanoor is there an extra repo only with kernels?18:41
JFohmmm, they should be available in Launchpad18:42
Kanoas ppa?18:42
Kanoi want something that i could parse...18:42
JFoone sec...18:43
Kanosince the kernel does not disable hpa by default i would not need to recompile em18:43
Kanoi hated that default18:43
JFoit will be in the build directory as a link18:43
JFofrom launchpad.net/ubuntu/+source/linux18:44
Kanothe the build dir always the same?18:44
bjfKano, does http://bazaar.launchpad.net/~ubuntu-archive/ubuntu-archive-tools/trunk/annotate/head:/sru-report show you how to do what you want?18:44
JFowell, you would select the specific build you want from there18:44
Kanoi want to write a script that fetches the latest kernel only18:45
Kanothis time the ones for natty18:46
Kanobut no udebs18:46
Kanoand i only need the generic(-pae) ones18:47
kamalKano: you can get the .changes file this way:   https://launchpad.net/ubuntu/+source/linux  , then click the arrow next to the kernel version under "The Natty Narwhal",  then select one of the builds (amd64, armel, i386) ...18:47
kamalKano: that'll take you to a page e.g. https://launchpad.net/ubuntu/+source/linux/2.6.37-12.26/+build/2125796  which has a link to the .changes file itself.18:47
Kanoah there are the changes18:48
kamalKano: yeah, launchpad sure makes you work to find that :-)18:49
Kanowell not really optimal for scripts...18:49
Kanoclick there ;)18:49
kamalKano: agreed18:50
Kanoit would be too simple when the changes files would be uploaded18:51
Kanoin the repo18:51
Kanohmm i think i can parse it18:57
Kanowhen the website will be still the same...18:57
Kanowget -qO- https://launchpad.net/ubuntu/+source/linux|grep listing-archive-extra|head -1|sed 's/href=//;s/"//g'|wget -B https://launchpad.net -i- -qO-|grep \\.deb  19:01
Kanosomething like that a bit more optimized then19:01
Kanothx19:03

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