/srv/irclogs.ubuntu.com/2012/11/25/#ubuntu-kernel.txt

infinityBenC: Yeah, zinc's having a hissy fit.00:29
infinityBenC: I wouldn't hold my breath on a resolution before Monday.00:30
=== kees_ is now known as kees
=== rsalveti_ is now known as rsalveti
DNSheya:) have a question about the kernel source. is all in ubuntu and include/uapi folder on a free license?06:08
yf-geekI have a question, when building pae kernel, what things should I watch out for?06:19
=== yofel is now known as Guest73835
yf-geekit seems like the normal i386 builds takes longer than the pae version06:22
yf-geeki mean the compilation time is much longer06:22
=== hyperair is now known as Guest11665
dontknowi cant enter http://kernel.ubuntu.com  could you verify09:46
dontknowwhere can i download ubuntu kernel patches09:50
ohsixon launchpad, where bzr trees are also available09:51
dontknowohsix: i don't know what to download, could you sent me the direct link for that, i would appreciate09:52
ohsixhow do you know you need kernel patches then?09:53
dontknowohsix: i dont09:54
lifelessheh10:10
tyfhi all, do I need any special configuration to build a pae kernel? using the latest edition in precise10:30
tyfit seems like the normal kernel needs a much longer time to build?10:30
tyfthe pae is faster to finish compilin10:31
tyfg10:31
infinitytyf: Why do you need to build a PAE kernel; we provide one...10:52
tyfi need to build a debug version of the kernel, which is not available as a binary version10:53
tyfit suffers complete lockup randomly 10:53
tyfeven the magic sysrq key cannot do anything10:53
infinityhttp://ddebs.ubuntu.com/pool/main/l/linux/linux-image-3.2.0-33-generic-pae-dbgsym_3.2.0-33.52_i386.ddeb <-- Debug symbols for the distro kernel.10:54
ohsixyea, ddebs has the debug symbols stripped from any built package10:57
ohsixyou can add it as a source and install them with apt-get, and there's a script to grab debug symbols automatically but i forget the name of it10:58
infinityHrm.  Looks like my routing across the Atlantic finally got fixed.10:59
infinity100%[==========================================================>] 668,691,426 11.2MB/s   in 91s    10:59
infinityI can live with 11.2MB/s from London to Calgary.10:59
infinityOh, or macquarie's just on a different link than archive.11:00
tyfhey, i do i use the debug symbols? i am quite new to kernel compiling11:01
tyf*how do i11:01
infinityIt's entirely possible that, in the kernel's case, the ddeb just contains the unstripped/debug version of the kernel, rather than detached symbols.11:05
infinityapw: ^?11:06
infinitytyf: Assuming that's the case, you'd just install the above package (or, the one matching your distro kernel) with "dpkg -i foo.ddeb", cp /boot/vmlinuz-$(uname -r) /boot/vmlinuz.backup; cp /usr/lib/debug/vmlinuz-$(uname -r) /boot11:08
infinitytyf: Potentially doing the same for the modules, if you want debug versions of those too.11:08
infinitytyf: After installing the ddeb, "dpkg -L package_name" to see what it installed and where.11:08
tyfwhat can the debug package above do more than increased verbosity of kernel log?11:18
tyfinfinity:^11:19
infinityWell, it can do a lot of useful things if you plan to attach a debugger...11:24
infinityI'm getting the impression this might not be what you meant by "debug your kernel" at all.11:24
ohsixperf and other tools can see what symbols are near what addresses and unwind stacks too11:29
tyfinfinity: actually i don't have the experience of attaching a debugger to the kernel. I am just trying to make the kernel  to generate more logs during the course of system freeze. Now i don't have a clue what might be happening in the system!11:55
tyfi checked the syslog and kern logs but couldn't find any log at the moment when freeze happened11:56
tyfno messages like "soft lockup detected" and "hard lockup detected" messages are found11:56
tyffyi, i am not developing the kernel...i am just trying to help out the developers as a end user12:07
=== Guest73835 is now known as yofel
=== tormod is now known as tormod_
=== tormod_ is now known as tormod
apwinfinity, indeed the .ddebs are unstripped complete kernel .ko's et al15:17
infinityapw: S'what it looked like from the file list, but I've never used one.15:21
tyfso, what is the best i could do as a user to help kernel developers?15:24
=== StFS__ is now known as StFS

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