/srv/irclogs.ubuntu.com/2009/10/15/#ubuntu-kernel.txt

Notch-1hi, any news about the loop module? still =y?00:02
MTecknologyNotch-1: it is by default01:29
MTecknologyNotch-1: I'm running w/o it01:29
MTecknology1.5hr later..01:30
geoff918I recently tested my system, which works, and I can't add it to this page: xbRiAnNa o7x02:04
geoff918oops02:04
geoff918this page: https://wiki.ubuntu.com/KernelTeam#Contacts02:04
geoff918https://wiki.ubuntu.com/KernelTeam/Grub2Testing02:05
geoff918geeze...02:05
geoff918Anyway, I have an Acer Aspire 561002:05
Notch-1MTecknology: yeah, i'm recompiling, again :D02:07
MTecknologyNotch-1: I think I'm done tweaking for now - the kernel size is down to 2.2MB02:08
Notch-1this really sucks, i could use a clean default normally-upgradable kernel...02:08
Notch-1i don't want to tweak02:09
MTecknologyNotch-1: why aren't you using that?02:10
Notch-1i need to use loop-aes..02:11
Notch-1my life was seriously better when it was =m02:13
MTecknologydid you file a bug about it?02:13
Notch-1yeah, it's an old story...02:14
Notch-1in few words, some people care too much about some microseconds at boottime02:15
MTecknologyyou mean me?s02:16
Notch-1i don't think so, since you seem to don't know the problem yet, but i don't know so much... look here if you want to know... https://bugs.launchpad.net/ubuntu/+source/loop-aes-source/+bug/34290202:19
ubot3Malone bug 342902 in loop-aes-source "Build error: ‘struct bio’ has no member named ‘bi_hw_front_size’" [Medium,Triaged] 02:19
Notch-1beside, the original real compiling bug, indipendent of the the kernel configuration, was never fixed because this thread ended in nothing. so even if i recompile the kernel without loop, i still need to download the loop-aes source from sourceforge because the repositorys one is bugged... there are 2 unhandled problems with loop-aes since jaunty02:25
Notch-1i hope that you used the correct version for karmic, there were 2 or 3 bugged ones, i don't have the versions now... this will solve one problem, at least...02:28
MTecknologysorry - internet died02:30
MTecknologyI didn't even know if that sent02:30
MTecknologyNotch-1: I meant the millisecond thing - I now have a 10sec boot across the area I care about02:31
* MTecknology hoping that I didn't remove something I need02:31
Notch-1ah you did that for the boottime? :D02:34
MTecknologyhm?02:36
Notch-1you recompiled the kernel to speed up the boot? i will never do that :D anyway i was talking about the default configuration, the people that make decisions that should be best for everybody... sigh...02:41
MTecknologysorry :(02:42
MTecknologyhow is it that you're recompiling it?02:42
Notch-1i told you, this freakin loop module...02:43
MTecknologyhow is it that you're recompiling it? - not what are you trying to do02:43
MTecknologyI just pulled the git branch, grabbed the default .config (tossed it together from 3 .configs), make menuconfig, make all modules_install install && update-grub02:44
Notch-1ah02:44
Notch-1not exactly, it's very hard to find the original formula :D02:44
MTecknologythe ubuntu kernel is rolled out differently, but that's because it reaches a larger base02:45
Notch-1anyway yes with git, the exact current version02:45
Notch-1with AUTOBUILD=1 skipabi=true skipmodule=true fakeroot debian/rules binary-debs02:45
Notch-1after a menuconfig and a clean off course02:45
MTecknologysounds harder than what I did02:46
Notch-1what you mean?02:46
MTecknologydid you wind up making a .deb?02:46
Notch-1hard it's not good, i prefer soft :D02:47
Notch-1you mean just rebuild the kernel and replace it by hand?02:48
MTecknologyWhen you finished creating the kernel, did you have a .deb package you could install with dpkg?02:48
Notch-1yes02:48
MTecknologythen you went the hard route ;)02:49
MTecknologydo you have ccache installed?02:49
Notch-1i understand, but wich is the softer one?02:49
MTecknologysofter?02:49
MTecknologyI mean that you went through more effort than you needed to if you're making a kernel for your system only02:50
Notch-1ah ccache, i read about it...02:50
MTecknologyYou should install it - it makes a difference when you compile02:51
MTecknologyWhat proc do you have?02:51
MTecknologyhow many cores02:51
Notch-1softer=better02:51
Notch-1just one02:51
MTecknology1cpu with 1core ?02:51
Notch-1this is not the real problem, i recompile on an old notebook, i just don't want to02:52
MTecknologyAfter you finish doig make menuconfig, then run this command and you will have your new kernel built and installed  -->  export CONCURRENCY_LEVEL=3; export MAKEFLAGS="HOSTCC=/usr/bin/gcc CCACHE_PREFIX=distcc"; make all modules_install install && update-grub02:52
Notch-1i don't want to speed up the recompile, i just wish to not have to at all... it's not a matter of time02:52
MTecknologyYou can copy the .config from the existing kernel too..02:53
Notch-1noted, thanks02:53
MTecknologyI'm tryiing ot find the command I used02:53
Notch-1but i don't know if i will use it, i want the simplest way possible...02:54
MTecknologythat is the simplest02:54
MTecknologyYou can just use  "make all modules_install install && update-grub" if you want02:54
Notch-1anyway my grub can't be reached from my booted system, i'm inside a kexec :D02:55
MTecknologyHere's what I used to get the .config cat debian.master/config/config.common.ubuntu debian.master/config/amd64/config.common.amd64 debian.master/config/amd64/config.flavour.generic > .config02:55
MTecknologyI've been building the kernel from my home directory :P02:55
MTecknologythe git branch is at ~/Downloads/ubuntu-kermic02:56
MTecknologys/e/a/02:56
Notch-1:D02:56
Notch-1i'm not bash :D02:56
MTecknologyI learned how to compile a kernel on Gentoo02:56
MTecknologyYou can ommit && update-grub02:57
Notch-1commit && update-grub to recompile?02:57
MTecknologyThis part uses 3 compile processes which is good for 2 cores; it uses gcc to compile, and it sets the compile to use ccache which helps emilinate redundant processor calls -> export CONCURRENCY_LEVEL=3; export MAKEFLAGS="HOSTCC=/usr/bin/gcc CCACHE_PREFIX=distcc";02:59
MTecknologyThis part compiles the kernel, compiles the kernel modules, and installs them where they need to go -> make all modules_install install03:00
MTecknologythis part updates grub configs so the newly installed kernel will be used update-grub03:00
MTecknologythis part updates grub configs so the newly installed kernel will be used -> update-grub **03:00
MTecknologyhopefully that all made sense03:01
MTecknologyThis can help you too - https://wiki.ubuntu.com/KernelTeam/KernelGitGuide03:02
MTecknologyI'm going to go watch tv w/ my gf - bbl03:02
Notch-1yes yes, thanks, i understand but i already know that, i messed up my last question, sorry :P03:03
Notch-1i was thinking that you were saying that on gentoo is different03:04
Notch-1enjoy, see you03:06
Notch-1and thanks for the tips, next time i'll try to speed it up, maybe it will be less painful..03:08
=== Whoopie_ is now known as Whoopie
=== akgraner_ is now known as akgraner
MTecknologyNotch-1: gentoo actually lets you pull the kernel sources using the package manager - some things are different - but what I told you is universal across most any distro04:09
MTecknologynow... what is it in the kernel that I don't have that makes the system run cooler05:48
marcrierahello everybody. does anyone know why karmic koala release candidate is shipped with a vanilla kernel?10:52
marcrierapgraner: hello, i have a question about kernel versions on 9.10. I was wondering if when the final release comes it will come with the actual 2.6.31 or it will switch to another kernel release. Many thanks.11:32
marcrierato myself : http://en.wikipedia.org/wiki/Linux_kernel#Versions    . I understand that the even-odd stile is not working any more. so 31 is not vanilla. i guess ubuntu will remain on it for a while. 11:42
pgranermarcriera: I'm not sure what you mean. 9.10 has 2.6.31.4 plus some backported fixes.11:55
pgranermarcriera: it was announced back May that 9.10 will ship with 2.6.3111:56
marcrierapgraner: i'm sorry i bother you. I work with a group of researchers and the like the 2.6.31 improvements, and i was not sure ubuntu will stay with 2.6.31 when it passes from RC to final release. I was still thinking about the even-odd vanilla-stable stile releases. 11:57
marcrierapgraner: thanks for you clarification. We will migrate to 9.10 , starting tomorrow , and start using the 2.6.31 for developing pourposes. thanks again.11:59
=== apw` is now known as apw
=== csurbhi1 is now known as csurbhi
dtchenoh, oops15:57
dtchenbah, wrong channel15:57
RainCTHi16:39
RainCTTouchpad and WLAN don't work anymore on Karmic with the new kernel (-14), the previous one (-13) still works. Any idea?16:40
ogasawaraRainCT: can you tell me the specific kernel version where it's failing (cat /proc/version_signature)16:44
ogasawaraRainCT: some rfkill patches went in recently16:44
ogasawaraRainCT: and are you on a Dell?16:45
RainCTno, ASUS EeePC 1005HA16:45
ogasawaraRainCT: hrm, can you open me a bug using "ubuntu-bug linux"16:46
ogasawaraRainCT: that'll get me all your specific hw info etc16:46
RainCTno connection :)16:46
ogasawaraRainCT: no wired?16:46
RainCTawesome, USB mouse doesn't work either o_O16:47
RainCTogasawara: connecting it to the router with an Ethernet cable doesn't seem to do anything either16:50
RainCT(ethernet didn't work on Jaunty, but did with previous Karmic kernels)16:51
ogasawaraRainCT: hrm, what about saving to a USB and then attach to a launchpad bug16:51
ogasawaraRainCT: want to see dmesg, sudo lspci -vnvn, and the /proc/version_signature16:51
RainCTok I think that'll work (running ubuntu-bug just said "no such file or directory: /proc/asound/cards" btw)16:52
RainCT(and someone with another eeepc just confirmed he has the same problem with today's update)16:53
dtchenyou've got some serious resource contention, then16:53
ogasawaraRainCT: if you can, point any others with the same issue to your bug in lp16:55
apwRainCT, can you also attach a dmesg output from the -13 (clearly marked as from the working one)16:56
ogasawaraRainCT: and the USB mouse regression, is that also between -13 and -14?16:56
RainCTI believe so, haven't tried it with -1316:57
dtchenRainCT: err, wait. is this issue reproducible with linux-backports-modules-alsa-2.6.31-14-generic purged?16:57
apwRainCT, and is it directly connected or via a hub16:57
RainCTdirectly. USB sticks aren't showing up as /dev/{s,h}d* either16:58
RainCTdtchen: trying that now16:58
* apw wonders if udev is still running16:58
RainCTps shows 1 upstart-udev-bridge and 3 udevd16:59
apwon the usb sticks, does anything appear at the end of the dmesg when you shove them in?16:59
RainCTdtchen: postrm gives "Exec format error"17:00
=== solarion_ is now known as Solarion
RainCT(disregard someone else having the same problem, he asked for a bug number but hasn't tried updating yet.. doing so now)17:02
RainCTdtchen: actually the files in /var/lib/dpkg/info/linux-backports-mod../* are all empty17:03
RainCTfsck complained when I rebooted after the update so it may be because of file corruption17:04
dtchenRainCT: ext4 for /var ?17:05
RainCTyes17:06
dtchenRainCT: what version of upstart?17:06
RainCTdtchen: 0.6.3-917:07
dtchenRainCT: regardless, it sounds eerily like the sync() issue that Keybuk mentioned for ext4, although it should have been worked around in that version of upstart that you have installed17:07
dtchenRainCT: http://pastebin.com/d3d01c4bf has the contents of /var/lib/dpkg/info/linux-backports-modules-alsa-2.6.31-14-generic.postrm17:08
Keybukthat was only a guess17:12
KeybukI took the sync() out ages ago, and only noticed corruption recently17:12
Keybukso I put it back on the basis lots of things in the kernel source said THOU SHALT SYNC!17:12
Keybukit's entirely possible we have an O M G ext4 bug in there17:12
Keybukat some point, we should probably mention it to slangasek17:14
dtcheni know i've been able to trigger it in 2.6.32-rc1, but uh, that was 2.6.32-rc117:16
Keybukrtg: have you been naughtily backporting patches again? :p17:18
RainCTOK, reinstalling the kernel fixed everything17:18
ogasawaraRainCT: sweet, so no regressions now?17:18
RainCTogasawara: nope :)17:18
rtgKeybuk, I love being naughty, but I'd like to know what for?17:18
Keybukrtg: ext417:19
rtgnot recently.17:19
rtgperhaps in stable, lemme check17:19
Keybukcolin says he's getting reports of grubenv being zero sized too17:19
Keybukwhich would bit the "not written before reboot" pattern too17:19
Keybuk(and I've seen that!)17:19
RainCTWLAN is worse than using the latest drivers (even with backports-modules-wireless installed), but that isn't a regression from previous Ubuntu kernels (and it's certainly better than Jaunty, where it didn't work at all)17:20
rtgKeybuk, "xt4: Don't update superblock write time when filesystem is read-only" is the most recent in the changelog17:20
Keybukright, it won't be that one17:20
rtgthats also the last touch in git17:21
Keybukhmm, that's annoying17:21
rtggit log fs doesn't show anything either. I thought maybe jbd might have been messed with17:22
dtchenrtg: / apw: thanks very much for the wireless and alsa backports, BTW18:25
rtgdtchenno problem. did the ALSA stuff actually help?18:26
rtgdtchen: ^^18:26
dtchenrtg: some people so far18:27
dtchentrying to get everyone to test it18:28
dtchenat least jerone's problem with the dells is progressing18:28
dtchenalsa-side it's fixed, just need to twiddle the right PA bits now18:28
apwrtg i thought the alsa in there was alsa-stable, and so pretty close to .3118:37
rtgapw, its whateveris in alsa-drivers snapshot 1.0.2118:38
rtgwhich is what dtchen suggested I use18:38
apwfair enough18:39
dtchenapw: pretty far from .3118:39
dtchenit's much closer to .3218:40
dtchenso it's 2.6.32 + quirks and fixes from 2009101218:40
dtcheni.e., no core changes from .3218:41
apwdtchen, cool18:43
apwdtchen, is it me or did the last updates trigger some alsa control lossage agian... i had to go enable a bunch of capture things on dell18:44
dtchenapw: meaning alsa-utils upload?18:47
dtchenapw: it shouldn't have, but there're too many reports of further regressions18:48
apwlast couple of times i've updates things alsa things have gone haywire, no idea if kernel or userspace much18:48
apwi do seem to have a bunch more alsa controls than last time i looked18:48
dtchenapw: in your case, is it mixer settings being muted?18:49
apwi had a couple of those muted, and a couple of captures without the red CAPTURE L R at the bottom18:49
apwnever seen that CAPTURE thing before ...18:49
dtchenapw: hmm, is it just capture elements being muted or playback elements as well?18:51
apwstreaching my memory now, likely just capture elements18:51
apwi think the speaker mute was me18:52
dtchenif it's just capture elements, that's likely the symptom that jerone described18:53
dtchenparticularly if you've a model affected by the latest quirk changes (HP dv series)18:53
=== bjf is now known as bjf-afk
RainCTdtchen: (ah, installing the alsa backports thing worked here to get the microphone working on the eeepc 1005ha)19:37
dtchenRainCT: yes, as expected19:37
dtchenthat's part of the massive mic-switching infrastructure that was dumped into 2.6.3219:38
dtchenhence why lbm is a good idea for newer HDA19:38
rtgapw, we should go through our list of UBUNTU patches (once again) and figure out which ones should go upstream and/or stable.20:02
apwyep we should next week?20:03
rtgseems about right20:03
apwexcellent20:04
rtgI'll wait until you are bleary eyed Wed night, after a few beers. then we can do it.20:04
apwheheh20:04
=== bjf-afk is now known as bjf
h00kI'm having terrible kernel panics on my laptop, I was wondering where linux-crashdump actually dumps useful information to?21:31
ogasawarah00k: the following might help https://wiki.ubuntu.com/KernelTeam/CrashdumpRecipe21:37
h00kogasawara: ahha, thank you!21:38
h00kogasawara: it must not be able to figure out what is going on because I don't get anything with apport :(21:38
h00kstandby21:39
h00klemme play around and see what I can do21:41
h00kam I assuming that when it freezes and the numlock/capslock light flash that its a kernel panic?21:44
h00kyeah, forcing the kernel oops is not having my laptop reboot itself.21:45
h00kYeah, I'm not having any luck :( I really hope that other people aren't having this problem, I'd like to get as much info to the developers as I can21:57
=== Keybuk_ is now known as Keybuk
=== akgraner_ is now known as akgraner

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