[01:32] any help with the booting, I have more than a minute booting ! [01:36] I can't even boot, the update nuked something, there's nothing in boot folder so I can only imagine that's it, can anyone help? [01:40] Ravenkin: this with Karmic ? [01:40] Yes amason [01:42] you may be able to grab one of the mainline kernels. [01:42] boot from a live cd [01:42] then chroot into your partition with /boot on it [01:42] I tried booting from a live cd and sticking a kernel from this version of linux into and and it didn't work [01:42] and install the kernel [01:42] how do I install the kernel into it? [01:43] dpkg [01:43] How would I do that though? [01:43] i shoudl be more specific, you will need to mount your / and any other partitions needed for dpkg to function [01:44] ok once I get it mounted what would I have to do? [01:44] I know I can get it mounted I've done that once already, kind of a pain since it's encrypted, but once I get it mounted, then? [01:45] chroot into it [01:46] k? [01:47] sorry, i am not a native english speaker. Which part are you having trouble with , I will attempt to rephrase the answer. [01:47] I just don't know how to install a kernel once the drive is mounted, what is the command to do that? [01:48] chroot [01:48] you need to chroot into your mounted partition [01:48] then use the dpkg command to install your kernel [01:48] just type dpkg though? [01:50] well no. [01:51] dpkg -i [01:51] the commands themselves are well documented [01:51] i am just giving you the overall process of how you would go about getting a usable system [01:51] thanks, you gave me a point to go off of [01:52] amason: I have slow booting, I think it is still under development. how can I know when there is any progress so I can test mine and report any problem ? [01:52] aboSamoor i don't know sorry. I am not a kernel developer. [01:53] amason: ok, thanks :) [01:59] I'm actually in the channel for assistance too =) [02:39] Is it known that the kernels in http://kernel.ubuntu.com/~kernel-ppa/ have been failing to build since 2009-09-15? [02:57] andersk: yeh [03:52] quit === ogra_ is now known as ogra === bjf-afk is now known as bjf === Keybuk_ is now known as Keybuk [15:41] apw, are you still having fsck issues in your TZ? see comments on bug #427822 [15:41] Malone bug 427822 in linux "fsck says last write time in future" [Critical,Fix released] https://launchpad.net/bugs/427822 [15:44] rtg_ i haven't noticed them no [15:45] hrm its not at all obvious which version those guys have [15:46] apw, I was gonna ask 'em to blat version_signature [15:46] yeah me too :) [15:46] just checking the one who has a syslog [15:46] apw, go ahead. I'm working on a linux-firmware issue [15:46] ack [15:47] apw, oh, speaking of which, I plan to collapse the linux-firmware repos into one, and just have a topic branch for each release. [15:47] they are so similar i assume [15:48] apw, quite [15:48] and huge [16:26] Keybuk, I'm thinking about reverting desktop to CFQ with the latest kernel patch 'sched: Disable NEW_FAIR_SLEEPERS for now'. Could you do a quick boot test with 'elevator=cfq' to see if boot times regress? [16:27] you're sort of the rosetta stone for boot times [16:27] NOOOOOO!!!!!!! [16:27] seriously [16:27] leave it at deadline [16:27] lynx is the right time to experiment with this [16:27] Keybuk, well, how about switching to CFQ after boot? I think its much better for my workload. [16:28] no! [16:28] seriously [16:28] we're seeing reports of performance improvements *across the board* with the switch to deadline [16:28] cfq is just fucked [16:28] Keybuk, agreed, but with 'Disable NEW_FAIR_SLEEPERS' it works a hell of a lot better, [16:29] deadline works just fine for now [16:29] better then deadline, IMHO [16:29] let's revisit for the next release [16:35] hi [16:35] when i do sudo modprobe snd_hda_intel on jaunty desktop, I get FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.28-15-generic/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg) [16:35] any ideas ? === zul_ is now known as zul [16:36] smb_tp, ^^ [16:37] kaushal, whats the dmesg? [16:38] And which kernel version? [16:38] [ 292.500775] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_step [16:38] 2.6.28-15-generic [16:38] smb_tp: shall i pastebin the dmesg ? [16:38] kaushal, yes, please :) [16:39] http://paste.ubuntu.com/282250/ [16:42] kaushal, could you also paste your uname -r and modinfo snd-hda-intel? Its odd that the module would be out of sync with the kernel... [16:42] sure [16:44] http://paste.ubuntu.com/282254/ [16:49] smb_tp: http://packages.ubuntu.com/search?searchon=contents&keywords=snd-hda-intel.ko&mode=exactfilename&suite=jaunty&arch=any [16:49] doesnot exist for 2.6.28-15-generic [16:49] :/ [16:50] kaushal, Not sure what the search should do but it should be in the linux-image-* package... [16:52] Hm your modules magic number is like mine (which loads). Just realised uname -r is not what I wanted. :-P sorry. Just post here the output of /proc/version_signature [16:55] Oh, next thing to look at would be the filename and the srcversion line of modinfo snd [17:00] smb_tp: sure [17:01] Ubuntu 2.6.28-15.52-generic [17:01] srcversion: 2C925CEA7D312E7FA6C0F00 [17:01] kaushal, Ok, same here [17:02] but different version of snd [17:02] kaushal, Could your path be containing acore ? [17:02] /lib/modules/2.6.28-15-generic/kernel/sound/acore/snd.ko [17:03] As I guessed. Might you happen to have a self/externally compiled alsa ? [17:04] smb_tp: i did install ii alsa-driver-linuxant 1.0.20.3 ALSA driver enhanced for Conexant HDA modem support [17:04] to configure modem on my laptop [17:05] it used to work for -11 generic kernel [17:05] kaushal, That might be the source. If you can make it recompile, you might be fine. As I do not know the package, maybe just reinstall it [17:06] reinstall alsa-driver-linuxant ? [17:07] yes. I guess it creates a duplicate version of the alsa core drivers. There might be a reconfigure command... [17:07] ok [17:08] rtg_, around ? [17:08] kaushal, The same thing could happen each time you update the kernel. [17:09] smoser, yep [17:09] can you confirm or refute the following: linux-image-2.6.31-300-ec2 will only ever have version 2.6.31-300.3 . any subsequent packages for that image will have different package names. [17:09] (note, that current version is 2.6.31-300.3) [17:11] smoser, your statement is imprecise. Subsequent updates may or may not have a new package name, depending on if the ABI number changes. [17:11] ok. then i say 'false' to the above statement. [17:11] smoser, correct [17:12] the outcome of which is that I have to include the '.3' in a kernel name that i put on ec2 [17:12] thank you. [17:12] smoser, in as much as you want to reference the specific version, then yes. however, I do not recommend that. [17:15] rtg_, well, i have to. as i'm stuck in a namespace [17:16] ie, if there were ever a .4 version, then i want to upload it. and i can't replace the .3 version or it would break anyone using it. [17:17] smoser, you mean a version update to an existing package? why would that break anyone using it? [17:17] if i push a new kernel to ec2, i would upload it to somewhere like: [17:17] canonical-us/ubuntu-kernel-2.6.31-300.3-ec2-x86_64 [17:18] right now i have the '.3' in there. if i remove it, a subsequent upload would overwrite that. [17:18] smoser, pretty much like doing a 'apt-get -u dist-upgrade' [17:18] you can't replace a file because it has external information pointing to it (the "aki") [17:19] so, quick overview: [17:19] that path above is an s3 path (amazon storage) [17:19] s3 is used to store files that are used as kernel, ramdisk, or images for ec2 [17:20] a file is registered with ec2, and is given a globally unique image id (aki-80a84be9) [17:20] smoser, so, it sounds like you have to be name as well as version specific. [17:20] if i subsequently replace the file , then anyone using aki-80a84be9 will no longer be able to use it [17:21] because their tools will say "treason! someone is trying to swap your kernel!" [17:21] with obviously good reasons. [17:22] so, rtg_ you probalby have no care, but if i had to choose between: [17:22] linux-image-2.6.31-300-ec2 [17:22] and [17:22] oops [17:22] between [17:22] linux-image-2.6.31-300-ec2.3 [17:22] and [17:22] linux-image-2.6.31-300.3-ec2 [17:22] which would you pick? i think i lean towards the '.3' on the end rather than inserted into the middle. [17:23] smoser, mox nix. [17:23] the other option is being possibly overly verbose: [17:24] ok. thanks for your time. [17:24] smoser, np [18:07] ogasawara, you're a rock star!!! :-) [18:08] akgraner, surely you're not just coming to that realization :) we've all known it for awhile. [18:09] rtg_, oh I've known that :-) [18:10] akgraner, oh by the way, jjohansen muttered something about an AppArmor session during Open week [18:10] rtg_, sweet... [18:11] just add it to the wiki..:-) [18:11] akgraner, I'll annoy him to make sure he takes positive action. [18:11] rtg_, great.. that way I don't have to annoy people... I have that skill perfected already...:-) [18:11] rtg_, akgraner: I was just doing that [18:12] jjohansen, :-) thanks you rock... I don't care what rtg_ says ..:-) [18:14] catch you all laters!! Thanks a million!!! [18:30] apw, until staging caTCHES UP, i'D SAY JUST DISABLE IT UNTIL ABOUT -RC2 OR -RC3 [18:30] damn keyboard [18:30] heheh [18:30] rtg ok [18:30] CAN YOU HEAR ME NOW ? [18:30] nope, my eyes are shot :) === yofel_ is now known as yofel [20:13] apw, what grub2 parameter was recently updated that stopped my server from auto-booting? [20:17] rtg_: noboot [20:19] Keybuk, where? not in /boot/grub/grub.cfg or /etc/grub.d [20:19] sorry, that was me joking :) [20:20] dude, you had me going. [20:57] hey all [20:57] rtg_, is https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/409361 on your radar? [20:57] Malone bug 409361 in linux "Seeing drm:intel_dp_i2c_init errors on boot" [Low,Confirmed] === bjf is now known as bjf-afk