[00:00] Q-FUNK: heh, those are unrelated to the network as well [00:01] slangasek: that's correct. :) [01:13] hi everyone [01:18] hey n0ti0nis [01:27] im new to ubuntu kernel team :) [01:27] im new to ubuntu kernel team :) === kentb is now known as kentb-out === tkamppeter_ is now known as tkamppeter [06:46] Can someone check whether the patch proposed on https://lkml.org/lkml/2011/9/25/57 is in our Oneiric kernel? The bug prevents many USB printers from being detected, see also http://www.cups.org/str.php?L3957. [07:47] tkamppeter: looks not to be applied to oneiric [07:49] jk, can this get applied as an SRU for Oneiric? [07:49] jk, I have even one of these printgers which do not get recognized. [07:50] tkamppeter: are you able to do the SRU proposal? [07:50] jk-, ^^ [07:50] jk-, I have never patched the kernel, so it would be better that one of you makes the updated kernel package. [07:51] jk-, I can only report a bug [07:53] tkamppeter: on the phone, just a minute [07:56] tkamppeter: you don't need to update the kernel package; just sending the patch to the kernel team list is sufficient [07:57] there's a doc on what you need to include, just a sec [07:57] tkamppeter: https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat [07:58] * jk- looks for a good example [07:58] https://lists.ubuntu.com/archives/kernel-team/2011-October/017218.html [07:59] then, if the patch is suitable, the kernel folks will include that change in a -proposed kernel [07:59] they will ask you to test that, and report whether the new build fixes the problem [08:01] jk-, I am preparing an SRU bug report currently. I will attach the patch to it and report the bug number here. [08:04] tkamppeter: the usb printer loading issue? [08:05] jk-, bug 872711 [08:05] Launchpad bug 872711 in linux "Kernel does not report some USB printers correctly, making them not being detected by CUPS" [High,Incomplete] https://launchpad.net/bugs/872711 [08:06] Q-FUNK, yes. [08:07] Q-FUNK, do you have some bug numbers of bugs reported on LP where USB printers did not get detected? [08:07] tkamppeter: great! [08:08] tkamppeter: I mostly remember repeated issues about this at Debian, sorry. We might have some on LP too, but I'm not monitoring those. [08:08] tkamppeter: I'd still suggest that you send the patch to the kernel-team list [08:08] tkamppeter: if you're able to. [08:08] if not, I'm happy to help you do that. [08:09] Q-FUNK, References to Debian bugs are also OK. You can post directly into bug 872711. [08:09] Launchpad bug 872711 in linux "Kernel does not report some USB printers correctly, making them not being detected by CUPS" [High,Incomplete] https://launchpad.net/bugs/872711 [08:09] tkamppeter: ok [08:15] ogasawara: according to http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-rc9-oneiric/0003-default-configs.patch disabling vesafb was a deliberate change by kernel team. I wonder why. [08:16] ogasawara: +# CONFIG_FB_BOOT_VESA_SUPPORT is not set [08:21] tgardner: http://paste.ubuntu.com/706557/ [08:21] jk-, mail sent. [08:22] tkamppeter: ^5 [08:22] tgardner: running that as root with arkose installed will give you a shell in a container that has a working network config using veth (point-to-point with the outside in the 169.254.x.x network) [08:23] stgraber, thanks === smb` is now known as smb [08:57] tgardner: would you know anything about why vesafb is disabled on recent mainline kernels? [08:59] Q-FUNK, not off hand. maybe its dependent on some config option thats not getting enabled by default. [09:01] tgardner: ok. it results in this: [ 44.192500] init: udev-fallback-graphics main process (668) terminated with status 1 [09:01] Q-FUNK, apw looks after this stuff. I expect he'll be back tomorrow. [09:02] tgardner: noted. thanks for the info. [09:19] Q-FUNK: i think it is for the a flicker-free boot [09:20] amitk: how so? [09:21] amitk: vesafb is the backup framebuffer, if no KMS-enabled framebuffer that mathces the hardware was found by udev. [09:23] Q-FUNK: right, I misread your comment. I remember reading about flicker-free here: http://web.dodds.net/~vorlon/wiki/blog/Free_as_in_flickers/ [09:25] upstart: udev-fallback-graphics inserts vesafb if no framebuffer claimed the video output yet by the time udev is run during rcS. [09:49] jk-, did my e-mail arrive? [10:30] I have posted on kernel-team@lists.ubuntu.com, and I do not see my mail in the archives of the list (I am not subscribed) and I also did not get any response like that the mail needs to get moderated. Can someone look whether the mail arrived or moderate it through if needed? [10:31] bjf, jk-, ^^ [10:31] bjf, jk-, it is about bug 872711. [10:31] Launchpad bug 872711 in linux "Kernel does not report some USB printers correctly, making them not being detected by CUPS" [High,Confirmed] https://launchpad.net/bugs/872711 [10:46] tkamppeter, I'm moderating... [10:51] tgardner, thanks. Can this get SRUed for Oneiric? Many people cannot print. And the patch seems to be upstream-approved, according to Andy Whitcroft in bug 872711. [10:51] Launchpad bug 872711 in linux "Kernel does not report some USB printers correctly, making them not being detected by CUPS" [High,Confirmed] https://launchpad.net/bugs/872711 [10:52] tkamppeter, working on it. [10:52] tgardner, thanks in advance. [11:58] hi everyone [11:59] 'im a newbie :) I need help, I don't know if I'm in the right place [12:34] apw, kteam-tools/misc/ubuntu-repo-mirror [12:39] * apw looks [12:47] tgardner, so why do you delete all the remotes and remake them, doesn't that just cause more downloading for no gain ? [12:48] apw, nope. by deleteing the remote it also drops all of the branches, which forces the next fetch to get 'em all. [12:48] plus the new HEADs [12:49] but thats what i mean, why do we need to do that, a git fetch would update any changed ones no? [12:49] and add any new ones [12:49] apw, well, oterwise I've got to have some complicated code to decide what branches are new, as well as pull the new HEAD for _every_ branch. this way I get 'em all in one fetch. besides, it doesn't take long. [12:50] but git fetch updates all branches on that remote anyhow including new ones? [12:50] and u just push all the ones you have after the fetch right? [12:51] so i don't see what you are gaining [12:51] apw, I think of a local branch already exists with a remote, then your must 'git fetch REMOTE BRANCH' in order to get the branch HEAD updated. [12:51] s/of/if/ [12:52] tgardner, you need to remake the local branches yes before you can push [12:52] its the removal and readding of teh remote i don't get === zz_bigbash is now known as bigbash [12:52] but those are separate phases in your script, and unrelated [12:53] apw, its just a simple way to get all of the branches. besides, its hardly worth optimizing since its already quite fast [12:54] if it was remote at my house, it'd not be fast thats for sure, as it would have to download the entire of each repo each time right? [12:54] apw, oh, heck no. [12:54] perhaps if I prunes it might have to. [12:54] pruned* [12:54] we just seem to go to extra effort to remove the remotes [12:55] and readd them, then just leaving them alone should do exactly the same thing [12:55] yes the local branches need to be zapped and remade but ... [12:55] apw, removing the remote is a shortcut that allows me to fetch all of the branch HEADS with one step [12:56] but git fetch does that anyhow? [12:56] not if the branch already exists locally. [12:56] you have to 'git fetch REMOTE BRANCH' [12:56] tgardner, no i do that all the time [12:57] hmm, perhaps its pn newer versions ? Lucid and Maverick don't seem to [12:57] the remote/xxx/foo branches are all updated together if you git fetch remote [12:57] tgardner, are you sure? that semantic seems to have been the same always in my memory [12:58] apw, I have this problem all the time where I don't get an update unless I specifically fetch the branch [12:59] apw, anyways, what I was really trying to point out is the combined git repository once you're done. [13:00] tgardner, how big is it? [13:00] apw, 1.7Gb [13:00] i wonder if a git gc in there would make any diffference [13:01] apw, I'll try it. [13:16] apw, after all that rust making I saved a whole 100M; [13:16] du -sh ../Ubuntu-kernel/ [13:16] 1.6G ../Ubuntu-kernel/ [13:21] hi all, I compiled a version of linux kernel (taken from git repo), I have no .changes file, how can i upload it to my PPA? [13:50] * ogasawara back in 20 [13:52] ppisati, you mentioned on one of your CVE submissions that there were two upstream commit ids mentioned but that one superceeded the other, can you remind me which cve it was so i can correct the tracker [13:53] i have problem with getting my HP EliteBook 8540w docking station to work on the sound output connected to the back of the docking station, anyone can help? [13:54] sgs2_usr, have you filed a bug? that gets all the info someone needing to look at it requires, i think its ubuntu-bug alsa-driver [13:54] apw: where do i file the bug? #ubuntu-bug? [13:55] in launchpad, but run "ubuntu-bug alsa-driver" in a terminal window [13:55] apw: launchpad? im using gnome classic [13:56] launchpad is the bug tracker [13:56] from a terminal run the command "ubuntu-bug alsa-driver" [13:56] apw: i issued the command and it says "alsa driver not installed" [13:56] apw: more specifically, it says Package alsa-driver does nto exist [13:57] it may be plural, alsa-drivers [13:58] apw: nope, didn't work [13:58] apw: http://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-2517.html [13:58] ppisati: ** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2517) [14:10] ogasawara, you gonna push til's patch ? [14:11] tgardner: yep i can do it [14:11] I can do it if you're busy [14:11] tgardner: nope should be easy since i already applied it. was just gonna wait for his test results [14:12] ogasawara, ack, then I'll go back to CVE patches [14:13] sgs2_usr, ok it seems to have changed to 'ubuntu-bug audio' go figure [14:13] apw: okay, let me try that :) [14:14] apw: yes, it's working ,but it prompt with many options, which one do i choose? [14:14] apw: okay,i think the closest is the first option: Black Headphone Out, Rear, Docking station (internal Audio - HDA Intel) [14:15] apw: okay, reported the problem... [14:15] apw: so what do i do next? wait for the bugfix? [14:16] that should get it to the people who understand audio routing [14:16] hopefully they will ask you more specific questions on the bug once the see it [14:17] apw: how do they contact me? [14:17] they'll update the bug which will email you [14:17] apw: cool!!! [15:22] cve 2479: does it really affect hardy|lucid|maverick? we don't even have the hugepage/vm flag VM_HUGEPAGE in those kernels [15:22] bug 869230 [15:22] Launchpad bug 869230 in linux-lts-backport-natty "CVE-2011-2479" [Medium,Fix committed] https://launchpad.net/bugs/869230 [15:22] tgardner: tangerine's oneiric-amd64 dchroot no lnoger has ncurses-dev, and doesn't let me sudo apt-get install? [15:48] hallyn_, shit, I think I forgot to add it to the chroot setup, and the chroot got recreated because of archive inconsistencies awhile ago. gimme a minute. [15:53] tgardner: thanks! [15:54] hallyn_, done [15:56] sconklin: is something out of sync ? [15:56] The following packages have been kept back: [15:56] linux-image-server-lts-backport-natty [15:57] tgardner: kept back where? [15:58] sconklin, I was just trying to update gomeisa. the error means one of the meta packages references a kernel package that does not yet exists [15:58] I thought all of these packages were copied lock-step from the non-virt PPA [15:58] I'll check, that's what I thought also [16:01] tgardner: which version? -proposed or updates? specific version is better :-) [16:02] sconklin, I pasted the error as it appears. likely from -proposed though. hang on a sec and I'll check. [16:02] sconklin, yep, -proposed is enabled [16:03] ack [16:19] tgardner: it looks like they all made it into the PPA ok, so perhaps it was a copy error [16:19] there have been a number of those recently [16:20] sconklin, archive admin scripting ? [16:21] tgardner: I have no idea, I have zero visibility to how they do their work [16:21] sconklin, but its definitely an archive admin issue, right ? [16:22] I am looking now to confirm that the package is not in the archive. I just always have to root around to figure it out [16:22] tgardner: which version is currently installed on that system ? [16:22] tgardner: i guess i could log on and look myself :-) [16:23] bjf, 2.6.38-11-server [16:35] jjohansen, do you have a smack down session scheduled for ecryptfs at UDS ? [16:35] tgardner: tyhicks does, I know [16:36] tgardner: there is a session [16:36] tgardner: not sure I like the smackdown hashtag though :-P [16:36] jjohansen, good. you guys _have_ to figure out the long file name design . [16:36] +1 [16:36] tgardner: yep [16:36] tgardner: https://blueprints.launchpad.net/ubuntu/+spec/security-p-ecryptfs [16:37] cool, subscribed [16:50] tgardner: I PM'd you === allison_ is now known as wendar [17:58] is bugzilla.kernel.org still down from the compromise? i got a comment on a bug punting me there, but it won't load :) [18:10] how come we do not enable kdump by default? [18:12] so...is oneiric's kernel actually 3.0.0 or has it been rebased to 3.0.6 or something? [18:12] ah, 3.0.4 says /proc/version_signature [18:12] ignore me [18:40] ogasawara: are we going to go to 2 digit kernel version for Precise ? [18:40] bjf: dunno, probably have to discuss at UDS [18:40] * jjohansen -> lunch [18:40] bjf: the 3 digit seems to be the less painful route [18:41] ogasawara: but it's sort of confusing because it's different from upstream [18:57] ogasawara: good evening. would you happen to have found any answer as to why mainline kernels currently don't offer vesafb? [19:07] Q-FUNK: sorry, haven't had a chance to look. I'll have to check with apw tomorrow when he's around. [19:16] ogasawara: noted. thanks! [19:37] uhm, i am trynig to install a mainline kernel as per https://wiki.ubuntu.com/Kernel/MainlineBuilds to debug bug 864750 [19:37] Launchpad bug 864750 in linux "Realtek R8111E not working in Oneiric" [Undecided,Confirmed] https://launchpad.net/bugs/864750 [19:37] it says I should look at the mapping table at http://kernel.ubuntu.com/~kernel-ppa/info/kernel-version-map.html [19:37] but this doesn't have oneiric in it, 3.0.0-12-generic is my kernel, which one should I get? [19:44] popey, it says "Most likely that you want to download and test against the most current version." and "current" is a link to: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/ [19:44] I'm not sure I do want current tbh [19:44] but I'll give that a punt, thanks === chrisccoulson_ is now known as chrisccoulson === yofel_ is now known as yofel