[01:56] Sarvatt, i don't know which webcam module you use...but things might be looking up for me, as i use the sonixj module....take a look here [01:56] http://patchwork.kernel.org/patch/35294/ [02:06] hmmm seems even after a git pull those modules aren't touched [02:06] -rw-r--r-- 1 billybigrigger billybigrigger 71386 2009-07-11 15:45 sonixj.c [02:06] :( === sn9 is now known as sn9_ === sn9_ is now known as sn9 [09:07] hello [09:08] i'm using karmic and have a problem booting the 2.6.31-* kernels, i get an error message like "ata1: illegal qc_active transition".. anybody who knows about this error? [09:34] Alocado, Not really much beyond the obvious (that it is from the disk subsystem) that it complains about some command ending in an unexpected way (probably should be active but is already inactive). I cannot say this helps, but it might be worth playing around with the libata options (e.g. libata.force=noncq). But if the problem persists, you should open a bug. [09:35] smb, ok, thank you [11:00] morning [11:00] just so you're aware, I don't think we've had any bug reports yet, but there's an inotify regression in 2.6.31 === akgraner_ is now known as akgraner === Keybuk_ is now known as Keybuk [15:39] Keybuk, since an upgrade to Karmic my firewire disk mounts with the volume ID instead of /media/disk which it used to use. Is this expected? [15:52] rtg_: /media/volume_id ? [15:54] Keybuk, /media/3fc0df0b-cf77-4f73-9b3f-fffd10f06147 (which looks like a volume ID) [15:55] rtg_, rather a uuid [15:56] ...if we say uuid to the numeric thingy and label to the textual one [15:56] rtg_: that's a pitti bug [15:56] where do the CoD live? [15:57] http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/ [15:57] i cant figure out where to click on kernel.u.c to navigate there [15:57] smb, thanks [15:58] maco, np [15:58] i386 fail to build today? [15:58] Hah, it even looks like the raw divide bug fix has made it upstream now. :) [16:00] maco, To me it looks like it has been build again [16:01] i only see amd64 builds [16:01] cjwatson, the bug that annoys me the most is when sshd hangs at the end of a transfer. Is that a known problem? [16:02] maco: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2009-07-13/ there? [16:02] oh, "current" one [16:02] sorry :) [16:03] Hm,though 13-07 should be current in my eyes... [16:03] rtg_: I've never seen anything like that [16:03] oh...hmm that is a problem, isn't it? [16:04] cjwatson, it appears to be related to Karmic sshd. How would I debug it? [16:04] rtg_, The only thing close to it is ssh need much more time to complete. You think it is done but it isn't [16:04] smb, it appears that it never completes [16:04] maco, I try to look at it. It is [16:05] rtg_: start sshd on a separate port with -ddd (will run it in the foreground, single instance, maximum verbosity); connect to it with ssh -vvv [16:05] -p on both sides, obviously [16:06] cjwatson, ok. gimme a bit [16:09] rtg_, Do you know what usually links current in the mainline builds to the latest daily build? At least for today it is broken as it links to 2009-06-17 (one month in the past) [16:09] smb, dunno, I've not looked at it recently [16:11] cjwatson, Karmic '/usr/sbin/sshd -ddd -p 1027', Jaunty 'ssh -p 1027 -vvv 10.0.2.5', bails with an error message on the server 'No supported key exchange algorithms'. [16:12] maco, Ok, current fixed (at least for today) [16:12] thanks [16:14] cjwatson, nm, needed to start sshd as root [16:14] I was just going to say that :-) [16:16] cjwatson, drat, it would work with debug enabled. I'll try starting the port 22 instance of sshd with -ddd enabled. [16:27] cjwatson, how annoying. I can't seem to get it to happen now. I'll continue to pursue it since it causes me a lot of problems with git updating and such. [16:28] rtg_: wouldn't that be the sshd on kernel.ubuntu.com? === bjf_afk is now known as bjf [16:29] or do you use git among local machines? [16:29] cjwatson, no, that works OK, I have an internal network of build machines that clone from a local repo [16:29] I don't suppose any controlmaster stuff is going on? [16:30] isn't there a wiki page for debugging sound problems? [16:30] nope, straightforward stuff. Used to work until I upgraded the git server to Karmic [16:30] https://wiki.ubuntu.com/DebuggingSoundProblems === maxb_ is now known as maxb [17:18] anyone up for helping me debug a sound problem (lack of all sound is the problem, same on two systems) === iulian is now known as Guest22306 === MobileMyles6o7 is now known as TwoToneSpirit [20:53] after a git pull does make-kpkg clean up whatever i just pulled? [20:53] or can i run git pull && CONCURRENCY_LEVEL=3 time fakeroot make-kpkg --initrd -append-to-version=-billybigrigger-07.12 kernel_image kernel_headers kernel_source > make.log 2>&1 [20:54] billybigrigger, you should be doing 'git fetch origin;git rebase origin' instead. 'git pull' does a merge and may do things you don't want [20:54] rtg_: ok thanks [20:55] billybigrigger@cabo:~/linux-2.6$ git fetch origin [20:55] billybigrigger@cabo:~/linux-2.6$ git rebase origin [20:55] drivers/char/vr41xx_giu.c: needs update [20:55] cannot rebase: you have unstaged changes [20:55] git checkout -f [20:56] git clean -f -d [20:56] fetch or rebase? [20:57] afterwards i mean [20:57] after checkout and clean, you can just rebase. you've already fetched. [20:57] Current branch master is up to date. [20:57] thats after rebase [20:57] so there's no changes? [20:57] billybigrigger, do a 'git log' and compare against the base repo. [20:58] or origin repo [21:01] are crack of the day built without kms support? and have any of you seen iwlagn go crazy on today's crack? [21:01] he has no local changes (outside of .config thats in .gitignore) and is just updating, why shouldnt he just pull? [21:02] maco, some of the wireless devs are complaining that iwl isn't working too well (across all models) [21:02] hm ok. ive got "cannot allocate SKB buffers" spamming in all my ttys from iwlagn [21:03] its also in top using quite a LOT of cpu [21:04] maco, dunno what the exact errors were. Perhaps you ought to drop a note to the wireless mailing list with a snippet from your log [21:04] wireless mailing list? link? [21:06] maco, linux-wireless@vger.kernel.org [21:06] thanks [21:06] maco, fyi, MAINTAINERS in the kernel tree generally has all that stuff [21:08] ok thank you [21:20] Hello. my problem is Kernel 2.6.31* and compiling ... an know this ist devel staging .. who can help me? [21:24] i can not compile nvidia latest driver and ralink rt2870sta from sources .. ah and xfi but xfi and ralink 'll support out of the box with blacklist 7 modules [21:24] but i need nvidia driver [21:26] google don't like me anymore [21:26] :P [21:36] thx i found solution === cjwatson_ is now known as cjwatson [23:09] anyone willing to help me out with bug #398059 [23:09] Malone bug 398059 in linux "system does not boot due to device-mapper error" [Undecided,Confirmed] https://launchpad.net/bugs/398059