[00:02] Alt-F2 probably runs things through a shell so that you can do pipes and suchlike [00:03] jdstrand: ack, though I'm sure there must be cases where that goes along with other ability to insert shell configuration; being able to set aliases is just as good [00:03] slangasek: wrt to your point about .profile, we could easily add a line to: eval PATH="$PATH" [00:03] *sigh*, can anyone get this kernel to boot up? Ubuntu keeps spiting it out. It swears profusely [00:04] jdstrand: all you need to do is write a program in ~/bin that, when called, writes some shell configuration to ~/.bashrc and then rewrites itself to erase its trail. This is standard, crackers have been doing that kind of trick since practically the dawn of Unix [00:04] Tyrone_man: i've been trying Intrepid's kernel's in KVM's, no success yet, seems it's a known issue (at least on KVM at the moment) [00:04] and then just wait for it to be called [00:04] intrepid's kernel works in qemu but not kvm [00:04] virtualbox here [00:04] eval PATH="$PATH"> urgh [00:05] :-) [00:05] cjwatson: i thought you'd say that :-) [00:05] I actualy got it going, but the system only installed part ways, not up to pkg select. So then I manualy rebuilt it from cd, and it seemed fine, killed it to reboot, and bam. can't handle it, not synching [00:05] I suspect this swamp might be why nobody has done this properly yet ;-) [00:05] yep! [00:05] cjwatson: yeah, you noticed the bit above where pam_env documentation says stuff like $HOME probably won't be set yet, huh? [00:06] cjwatson: that sort of knocked me off the horse (again) [00:07] kirkland: yeah [00:07] I alluded to that earlier, as a wild-ass guess ;-) [00:07] 22:55 kirkland: /etc/environment makes sense if $HOME expansion is possible there and if PAM clients actually handle that properly (i.e. have set $HOME when they run pam_env) [00:08] cjwatson: ah, so you did ... :-/ [00:08] I don't suppose you could draw a diagram of all the possible routes into the system? [00:09] annotated with the configuration files read at each step [00:09] then we might at least be able to look at it and figure out something better than we have now [00:10] cjwatson: by routes into the system, you mean, login/ssh/etc? [00:10] right, each thing that reads a configuration file and sets environment variables [00:11] so sshd -> pam_env -> bash, that kind of thing [00:11] if that makes sense [00:15] cjwatson: and the eval PATH="$PATH" is completely unacceptable? [00:15] * kirkland saw cjwatson redirect stdout to "urgh" :-) [00:15] which wasn't quite /dev/null :-p [00:16] augh, gvfsd-smb-browse is going to be the death of me [00:19] kirkland: I'd be worried that the potential behaviour change is rather worse. wanting a literal ${...} is pretty unlikely, but I can imagine somebody putting an environment variable containing (say) ` in /etc/environment ... [00:20] or indeed " [00:20] kirkland: also, doing that in .profile takes you right back to where you started; now the environment variables are only properly expanded for things that descend from .profile [00:20] -> might as well not have bothered [00:21] cjwatson: hmm, except that the desktop managers handle this properly somehow [00:21] like I say I bet Alt-F2 goes through the shell [00:21] stuff actually execlped by a program straight from the desktop not through a shell probably goes wrong [00:22] cjwatson: agree with the latter [00:22] shoving command lines through shells is so common that you may have to look reasonably carefully to find real counterexamples, but I'm confident they'll exist and they'll be basically unfixable [00:26] cjwatson: okay, well, i suppose I'm going to need to politely concede this bug outside of my present fu :-( [00:29] cjwatson: the change adding ~/bin to the end of PATH is present in Intrepid's PAM, 0.99.7.1-6ubuntu1 ... That change was sponsored on Friday. You may want to back that out, and bug 64064 needs to be reopened [00:29] Launchpad bug 64064 in pam "would be nice to add ~/bin to the default PATH" [Wishlist,Fix released] https://launchpad.net/bugs/64064 [00:35] cjwatson: certainly-- that is what I am talking about. ~/bin first in the path makes that easier [00:35] cjwatson: oh sorry, I only caught your 2nd comment [00:37] cjwatson: anyway, I am not advocating many users' scripts to protect the few with an open ~/bin [00:38] s/many/potentially breaking many/ [00:38] jdstrand: (I meant a typo-squatting script more than anything else, really) [00:38] sl is probably a good candidate ;) [00:38] heh [00:39] cjwatson: that would work too of course [00:41] cjwatson: so I guess, really, the best thing to do is nix ~/bin from the PATH completely :P [00:42] ah, now you're twisting my words ;-) [00:42] that wouldn't break anything [00:42] heh-- only teasing [01:04] cjwatson: i took a look at documenting entry points to the system, i jotted down some notes. it'll need to be a wiki document with contributions by others, in that my pam understanding is somewhat limited compared to a few others [01:04] aye [01:05] (er, confirmed; not meaning to slur your PAM understanding :-) ) [01:05] "jotted down" = pen and paper ... i'll have to move them to the wiki [01:05] * kirkland didn't take offense ;-) [01:05] and by "a few others" i mean "lots of others" :-) [01:06] hmm, now why is http://people.ubuntu.com/~ubuntu-archive/testing/intrepid_probs.html broken [01:06] cjwatson: how so? (I've never looked at it, but it popped right up here) [01:06] * TheMuso noticed that it was out of date yesterday but wasn't sure how regularly it was supposed to run. [01:07] ah Jun 19 [01:07] right, out of date, it's supposed to run hourly [01:07] gotcha [01:07] fails with no output :-( [01:07] cjwatson: probably a PATH problem :P [01:10] jdstrand: LoL [01:12] TheMuso: did you get as far as merging initramfs-tools? it's in the updated merges section, but only because I had to fix it up a bit for the new busybox and some others touched it in intrepid too [01:13] cjwatson: I hadn't looked at it, as I wasn't the last one who touched it in hardy, but I can have a look if you'd like. [01:13] just because IIRC you did some Debian bug forwarding for it [01:13] Yes thats right, some of which got into Debian. [01:14] if you could have a go, it would be very helpful [01:14] Ok I'll take a look today at some point. [01:17] ooh, a new parted upstream too [01:20] fwiw, I've gotten a private inquiry from a member of the Debian kernel team (maks) about initramfs-tools resyncing, he was interested in seeing that get done [01:21] TheMuso: so I'm happy to hook you two up on this if you do take it [01:24] slangasek: I've already had some contact with an initramfs-tools maintainer in the past when I filed bugs in Debian to get some of our changes back to Debian. [01:24] ok :) [01:24] probably the same one then [01:25] I don't think anyone besides maks is taking care of it in Debian right now [01:25] If you're fixing initramfs-tools stuff, could you poke at the NFS boot stuff in 8.04? :) [01:25] ipconfig or something is broken, so getting IP by DHCP for NFS boot is full of fail [01:26] slangasek: Right, he's the one. === cjwatson_ is now known as cjwatson [01:39] slangasek: I've also noticed that alsa-lib/plugins 1.0.16 is still in proposed... [01:39] yah, I'll pull it today yet [01:40] TheMuso: how are you coming with targeted fixes? Any progress with bisecting? [01:40] Np, was just wondering whether something else came up that I didn't know about. [01:41] slangasek: I have to work out a way that won't take too much time, yet allow users to test revisoins. Note that I don't experience any issues myself, so I need affected users to test revisions taken from the upstream git repo... [01:41] right [01:42] well, the nice thing about a binary search is that it reduces the number of iterations you have to go through to find the fix log2(n) [01:42] how many commits are there between 1.0.15 and 1.0.16 upstream? [01:42] Yeah I know. The fun bit is running a bisection test for several kinds of bugs, both of which will likely be fixed by different revisions [01:43] Just a sec I'll check. [01:47] slangasek: 74, so when I start the bisect, it starts off cutting that down to 36. [01:47] to deal with after the first bisection. [01:48] TheMuso: well, log2(74) < 6, so 7 is the maximum number of builds you'd have to get any one user to try in order to pinpoint their bug fix [01:48] uh, < 7 I mean [01:49] slangasek: Yeah I figured. What I am thinking is to publish one package, get several users to test, and keep two trees, so I can track bisection for different issues, so I can mark one as bad and the other vise versa if I have to... Unless a better idea is forthcoming. [01:50] that sounds like the right track to me [02:16] * cjwatson bets the problem with testing/intrepid_probs is that that timestamp was about when drescher was upgraded to hardy [02:19] TheMuso: which symptoms? The ones in 221673 or 191027? [02:19] I've rebuilt its Python extension and with any luck it'll work now [02:19] next run will probably be in 40 minutes or so [02:19] TheMuso: note that 1.0.16 is insufficient for at least one comment in the former. That's a dmix issue fixed in -lib hg. [02:22] crimsun_: We are not going 1.0.16 wholesale any more. [02:23] yes, I advised that doing so would be a bad idea some time ago. [02:25] which specific bugs will you attempt to address in alsa-lib? [02:26] crimsun_: Well bug 191027 is known to have a fix in 1.0.16 at least for some users. [02:26] Launchpad bug 191027 in totem ""Failed to connect stream: Invalid argument"" [High,Confirmed] https://launchpad.net/bugs/191027 [02:27] As for bug 221673 I actually prepared an SRU which is shown in that bug with diffs against plugins and lib. [02:27] Launchpad bug 221673 in alsa-plugins "ALSA failing with PulseAudio in Hardy" [Undecided,Fix committed] https://launchpad.net/bugs/221673 [02:30] TheMuso: wrt 191027, which comments? There are too many unrelated comments cluttering the report. [02:31] for instance, the maudio one(s) are not alsa-lib; they're pulseaudio not handling channel mapping. Difficult issue that can't really be addressed aside from altering /etc/pulse/default.pa [02:31] crimsun_: From https://bugs.edge.launchpad.net/ubuntu/+source/totem/+bug/191027/comments/75 downwards. [02:31] Launchpad bug 191027 in totem ""Failed to connect stream: Invalid argument"" [High,Confirmed] [02:31] crimsun_: Yeah I'm aware of the m-audio stuff. [02:33] sigh, again, nastiness with snd-hda-intel [02:33] that's not alsa-lib; that's l-u-m-2.6.24 [02:33] right [02:33] (referring to comment 88) [02:33] The more I work/look at this stuff, the more of a pile of dung I consider alsa to be... [02:34] oh ok [02:34] It's not audio, it's computed gotos! [02:39] Dont we have skype in repos? all i can find is skytools but im not sure if that is full skype type package [02:39] oops wrong channel [02:47] crimsun_: So, do you think 191027 is not worth pursuing in a manner I described above? [02:48] TheMuso: afraid I can't answer ATM, haven't finished reading all the comments and possibly related commits [02:48] crimsun_: ok [03:08] wow, this is sweet - a color blindness extension http://kaioa.com/node/75 [03:37] heh [03:38] bryce [03:38] we had a SoC that did that in compiz [03:39] I mean, its a display only affect (unlike inkscape?) but its' been there for ages =/ [03:41] https://bugs.edge.launchpad.net/ubuntu/+source/compiz-fusion-plugins-main/+bug/237848 [03:41] Launchpad bug 237848 in compiz-fusion-plugins-main "colorfilter colorblind simulations not accessible in CCSM" [Undecided,Confirmed] [03:41] pwnguin: well cool regardless :-) [03:42] its even cooler to try out games / webpages / presentations with [03:42] "does my graphic work for colorblind students?" [03:43] bryce: have you heard of an issue with Intrepid nvidia drivers not working after the update of the restricted kernal package? For me i had to re write my xorg.conf to get it to work and others have stated they had issues? [03:43] -? [03:44] gnomefreak: you mean besides xen stuff? [03:44] yep [03:44] atleast for me [03:44] i wasnt aware xen was fixed =/ [03:44] i dont use xen [03:44] me either [03:44] but its in -generic now? [03:45] oh it is? [03:45] gnomefreak: hmm, not with intrepid so far (a couple reports with hardy, but were probably just mixed installs) [03:45] gnomefreak: is it a kernel ABI mismatch perhaps? [03:45] i dont think you'll get many nvidia broken reports until alpha1 [03:45] bryce: i didnt have issue in Hardy [03:45] bryce: not sure bug i will look at logs tomorrow and see if anything in there helps [03:45] ok [03:46] bryce: (for hardy-*, I've heard of people missing l-r-m deps for linux-image-* dist-upgrades) [03:46] * bryce nods [03:46] TheMuso: ping [03:50] TheMuso: hey, I have another round of the yaboot-installer merge [03:51] kirkland: Ok I'm around. [03:52] TheMuso: okay, let me push [03:54] TheMuso: okay, pushed, waiting for LP to catch up ;-) [03:54] kirkland: ok [04:05] kirkland: kirkland I see it, I'll pull it down and have a look in a bit. [04:05] TheMuso: i'm not sure it's clean yet [04:06] TheMuso: i'm very bothered by an error 500 on: http://bazaar.launchpad.net/~kirkland/yaboot-installer/intrepid2/revision/259 [04:06] Aye. I get it also. [04:06] slangasek: I have an SRU regression I need to report. Are you around? [04:07] * ScottK guesses the tech board is sleeping. [04:08] kirkland: However, I have managed to branch it to my machine here. [04:08] TheMuso: interesting, okay... maybe there's a stray character in the changelog or something? [04:09] kirkland: Did you consider getting MoN's help to do this merge? [04:09] TheMuso: you mean MoM? [04:10] ScottK: which package? [04:11] TheMuso: I did it that way originally, but cjwatson asked me to use the bzr merge method. This is the first time I have used bzr for Ubuntu package merging. [04:11] * pwnguin isn't on the tech board or anything like that, but if it's about glchess / gnome-games, I think slasgsek knows about it [04:12] aptoncd. [04:13] kirkland: Right. [04:13] ScottK: i think you're supposed to highlight trigger everyone on the TB if its important [04:14] * ScottK is writing mail currently. [04:14] that too [04:17] TheMuso: i'm up for about another 45 minutes or so before I call it a night [04:17] TheMuso: if you review, and figure out what's wrong, I'm all ears :-) [04:17] kirkland: Whats the current problem with it? [04:17] TheMuso: oh, just the wierdness with the changelog not being visible [04:18] TheMuso: the error 500 problem, i meant [04:18] What do you mean not being visible? [04:18] oh right. [04:18] ScottK: mmm, moderately around [04:18] kirkland: Whats with the empty commit? [04:18] slangasek: bug 242554 [04:18] Launchpad bug 242554 in aptoncd "hardy-proposed packages built against python-central uninstallable in hardy-updates" [Critical,Confirmed] https://launchpad.net/bugs/242554 [04:19] TheMuso: thought that might solve the 500 error [04:19] TheMuso: I can uncommit that if necessary [04:19] Just sent mail to the tech board, devel-discuss, etc. [04:19] kirkland: Right. [04:19] TheMuso: not that I have extensive bzr experience, but i've never seen this sort of thing [04:19] kirkland: It may have something to do with that revision being a merge. [04:19] at a guess [04:19] pocket copies aren't so great when the pockets have different versions of the build-depends. [04:20] ScottK: ok; I'll see if I can't get python-central verified and copied over tonight === shadowxp is now known as shadow [04:20] slangasek: Thanks. [04:24] TheMuso: okay, i just uncommitted the empty message [04:25] kirkland: One thing that you should do is document the maintainer field change. [04:25] * ScottK ponders if he should add 'ping the archive admin who is most likely to be awake' to the SRU regression procedure. [04:25] kirkland: in the changelog. [04:26] TheMuso: right, okay [04:27] TheMuso: committed/pushed [04:28] kirkland: Ok. [04:28] kirkland: It looks ok to me, I'm just pulling your previous branch to see what Colin was getting at with his comments. [04:29] TheMuso: sorry, i usually use "update-maintainer", which fixes the maintainer and adds a changelog entry [04:29] TheMuso: the last one was a mess... i misunderstood his instructions, and did totally the wrong thing [04:29] kirkland: Thats fine, but in this case it would not work as the maintainer is already changed. [04:29] kirkland: Oh right. [04:29] TheMuso: right [04:29] So its just as easy to put the entry in by hand. [04:29] dch -a [04:29] Type text [04:29] save, exit. [04:31] TheMuso: I'll add that to my list of things to do differently between a deb/bzr merge [04:31] kirkland: Its not a matter of doing things differently. Even when doing a merge, the changing of the maintainer field should be documented in the changelog entry for the merge. [04:31] Regardless whether its a deb only, or involves a vcs branch of some sort. [04:35] TheMuso: understood. [04:36] kirkland: I see what you mean, that original branch is quite big. :) [04:36] kirkland: Anyway, it looks fine to me, bar that entry in the changelog. [04:36] TheMuso: pull revision 260 [04:37] TheMuso: I reverted the empty commit, and added the changelog entry you requested [04:37] kirkland: gotcha. [04:37] kirkland: bzr: ERROR: These branches have diverged. Use the merge command to reconcile them. [04:37] kirkland: I suggest you push --overwrite [04:37] since you reverted a commit that was pushed [04:38] TheMuso: "No new revisions to push." ... this was why I made an empty commit earlier [04:38] kirkland: hrm ok. [04:38] TheMuso: YOu'll have to recheck it out. [04:39] Or remove some revisions from your branch. [04:39] wgrant: Yeah thats my thought. [04:39] ok pulled the empty commit locally and now it pulls successfully. [04:41] kirkland: Ok that looks fine to me. [04:41] TheMuso: cool, what's next? you merge into main? [04:41] the main branch i mean? [04:42] kirkland: The next thing is for you to update the changelog from UNRELEASED to hardy, then I'll merge it into the core-dev branch and upload. [04:42] s/hardy/intrepid/ [04:42] TheMuso: hmm, okay... at what point do I do that? cjwatson asked me to set it to UNRELEASED... was that just long enough to get it vetted by you guys? [04:43] kirkland: Hrm ok. He told me to upload once I was done, so I guess me merging and doing that myself makes sense. [04:44] TheMuso: okay, so you pull my branch, fix the target release, and you'll push to the main branch? [04:44] kirkland: Yes. [04:44] TheMuso: awesome, thanks for the lesson [04:44] kirkland: You're welcome. [04:53] slangasek: superm1: laga: mythbuntu amd64 8.04.1 installed fine for me ;-) [04:54] great [04:54] thanks kirkland [04:55] just need to generate our live disks then and make sure those are still good too [04:55] superm1: no prob [04:55] kirkland, hows the ppc build working? [04:55] does your ppc have altivec? [04:56] superm1: the ppc frontend is working for the first time in months! [04:56] superm1: how do i tell? is it in /proc/cpuinfo? [04:57] should be i believe [04:57] what generation of PPC is it? [04:57] superm1: mac mini, g4, i believe [04:58] oh yeah that'll have altivec [04:58] superm1: i'm checking [04:58] its the earlier ones that didn't [04:58] w/o altivec, i believe video is practically unplayable on there [04:59] G3 == no altivec, G4-G5 == altivec. [04:59] there's the info i was looking for [04:59] kirkland: Note that the Minis, even the 1.42 model can't play HD video, since the CPU just can't hack it. [05:00] TheMuso: yeah, sadly i know [05:01] superm1: yeah, it does have altivec [05:02] kirkland, i was actually considering an apple tv for a frontend until i heard the obscene specs that are going to be necessary for HD-PVR support [05:02] oh well [05:03] superm1: Obscene? What do you mean exactly? [05:03] superm1: yeah, the form factor is just so attactive [05:04] TheMuso, well people are saying AMD64 5000+ minimum, and high end geforce 9xxx cards w/ hardware assistance [05:04] to be able to handle decoding [05:04] That seems to be substantially above what I've read. [05:05] depends on the quality [05:05] superm1: i have an amd64 3800 that renders HD just fine [05:05] HD-PVR files are x264 spit out [05:05] the super high res stuff i wouldnt doubt [05:05] that's reassuring to me to hear RAOF. i've not kept up the last week or two [05:05] I seem to recall benchmarks of the 8xxx/9xxx hardware assistance taking some 10% CPU on a not-too-super core2 with h.264 1080p [05:06] RAOF: i wonder how much that falls with say a 6xxx [05:06] Totally. [05:06] * TheMuso is thinking of using an intel mini for his frontend when he moves, as long as his server will have a tv port nearby. [05:06] There just isn't any hardware assist there. [05:06] i'll look for some more accurate benchmarks as the hardware becomes more prevalent [05:06] do the new mini's have digital sound out? [05:07] kirkland: Yes. [05:07] Shared with headphone/line out. [05:07] superm1: Also, these were Windows benchmarks; it's likely that you'll see close to no hardware assist on linux. [05:07] RAOF: my x2 4000+ with a 6600gt does okay, but drops frames / stutters [05:07] TheMuso: 5.1 coax or optical? [05:07] kirkland: Optical. [05:07] Amd 5.1 afaik yes. [05:07] TheMuso: nice! [05:08] RAOF: and that's just on 720 =( [05:08] kirkland: As I said, only if I don't need to have the tuner card in the frontend. [05:08] superm1: Unless you'd like to hack on the gallium video decoder state tracker :) [05:08] I don't trust USB for anything but keyboard/mouse. [05:08] RAOF, oh! yeah linux requirements are much higher unfortunately [05:09] pwnguin: Right. dual-core isn't very useful for decoding, so you're better off with really fast single threaded performance, which is expensive. [05:10] I would also get a mini only if they were updated with better GPU chips, even a higher/more recent intel chip. [05:13] kirkland: heh won't be uploading it just yet, need to set up a PowerPC build environment for intrepid, something I've been meaning to do for a while now. :p [05:13] So I can test build. [05:13] TheMuso: so that's another question i have for you... [05:14] TheMuso: if this was deb merge, i would have debuild'ed ... [05:14] TheMuso: what's the build process for this? [05:14] kirkland: IMO its better to always build in a chroot, unless you need to step through a package's build process step by step to find an FTBF. [05:15] kirkland: What I'm doing for this, is fixing the branch up appropriately, i.e UNRELEASED to intrepid, and committing. Then I use the bzr-buildpackage ocmmand to export to a source package format, i.e .dsc file and .tar.gz file. [05:15] The exact command I'm using is 'bzr-buildpackage -S --native' [05:16] TheMuso: ah, cool! that's the part I was missing.... [05:25] kirkland: Ok build environment set up, test building. [05:33] kirkland: Uploaded. [05:34] TheMuso: cool, thanks for working me through this one [05:35] kirkland: np [05:35] TheMuso: I'm calling it a night ;-) [05:35] kirkland: Good night then. === Zic_ is now known as Zic [06:20] why suddenly so many kernel updates ? [06:21] orbisvicis: Because 8.04.1 is nearly done? :) [06:22] oh. 8.0.4.1 ? [06:25] the "now its really stable" release ;) [06:27] ok, evolution just erased my calendar. [06:27] heh thanks [06:27] good job [06:30] so will 8.0.4.1 have a feature in it to prevent anything from STEALING FOCUS ever? [06:30] bluefoxicy: Evolution isn't capable of doing that to me; it's google-calendar support doesn't work well enough for me :) [06:31] RAOF: I tried to type a note and the keyboard stopped working, then pasted a date field. I hit ctrl+alt+arrows and couldn't switch desktops. I couldn't click other windows. I hammered around on alt/ctrl/shift/etc to see if a key was stuck, no such luck [06:31] is there a roadmap ? [06:31] evolution then closed, said it couldn't access my "memo" until it restarted, and then came up with a blank calendar. [06:31] blank as in tasks from 3 days ago were gone even. [06:32] bluefoxicy: That sucks a lot. [06:32] you're telling me? [06:32] I've had numerous incidents where some application locks up my mouse and keyboard and I can't do anything in X [06:37] win! [06:37] I added one new appointment and it ressurected all lost data by magic. [06:37] Huzzah! [06:37] I have no way to reproduce this or describe the original bug, or provide explanation for WHY it happened [06:40] You probably could have rescued it with a magic-sysreq combination; Whatever it is that switches the keyboard back to "raw" mode would probably have let you VT switch. Where you could have made a guess as to what was holding things hostage. [06:40] RAOF: I thought it switched it _out_ of raw mode [06:42] bluefoxicy: Do you use compiz? If so, did it happen during a focus change? [06:42] no compiz [06:44] Amaranth: It's a _magic_ sysrq key. Maybe it swiches me to raw, and you out of raw? :) I'm really not sure, though. [06:45] I can vt switch [06:45] and when I switch back to X i'm stuck again [06:45] eep, my sysrq is a prtsc [06:46] the problem is having 20-30 windows and effectively killing random ones and/or X, depending. If you kill a holding program it might not return control to X; Qemu for example does this (hence why I don't run it anymore) [06:47] for the misfortunate soul who kills qemu when it freezes, you have to run 'DISPLAY=0 qemu ' in a real terminal to start a new one to get your mouse back <_< [06:47] imagine losing it to something that doesn't normally grab, and thus won't be nice and reset control for you [06:50] X grabs are broken [06:51] Good morning [06:51] Amaranth: is there a program I can run to tell X to reclaim? [06:51] bluefoxicy: I don't think so [06:51] Otherwise they wouldn't be quite as broken :P [06:52] heh I was going to suggest watching the event device but whether it's /proc or /dev or actually works anymore i can't tell [06:53] you used to be able to read raw keyboard (console) events from some interface, and so pick up key combinations like alt+sysrq+x ;) [07:05] Hallo [07:05] Is there a public list of Canonical Paid Devs? [07:05] good morning [07:05] morning [07:06] Canonical employment records are not public information, no [07:06] ok [07:07] Is there a number? [07:07] We employ 28 People? === tkamppeter_ is now known as tkamppeter [07:08] Canonical employs more people than that, but I'm not aware of any public head count, either [07:08] It's not a public company is it? [07:08] nope [07:09] Would have been fun to own a bit of history ^_^ [07:11] there are some LP teams that might suggest some status of employment [07:12] but there's likely a few other groups that dont need LP etc. [07:12] pwnguin: Not really [07:13] webmasters? sysadmins? lawyers? [07:14] well, there's at least one LP team whose members consist entirely of Canonical employees (canonical-kernel-team), but that doesn't give you a very good overview of the on-staff developers :) [07:14] there's also canonical-qa [07:14] but i dont think it would be healthy for canonical to publish a list of "people to hire away to cripple our company" [07:16] pwnguin: Or how many people you would have to attempt at doing so [07:16] heh === thegodfather is now known as fabbione [07:17] slangasek: Can you please look at bug #206912 and convince Soyuz that vlc really should be in multiverse? [07:17] Launchpad bug 206912 in vlc "Demote vlc and rdepends to multiverse" [Medium,Fix released] https://launchpad.net/bugs/206912 [07:17] It didn't go anywhere. [07:17] Much like nagios2. [07:18] Ah. [07:18] It did get demoted. [07:18] But then bounced. [07:18] "bounced"? [07:19] Yes. [07:19] The next upload decided to go into universe. [07:19] (some 12 hours after it was demoted) [07:19] repos are considered demotions? :) [07:19] Huh. [07:19] DasKreecH: well, being relegated to the archive for non-free software is definitely considered a demotion... [07:19] Universe->Multiverse is considered a demotion, yes. [07:19] Only the source changed. [07:19] well multiverse is ;) [07:20] The binaries are still multiverse. [07:20] DasKreecH: There's a concept of mutiverse -> universe -> main being "promotion", and the reverse "demotion". [07:20] wgrant: yeah, source and hppa... nice :) [07:20] This is interesting: [07:20] 2008-04-15 01:02:03 INFO Override Component to: 'multiverse' [07:20] 2008-04-15 01:02:03 INFO 'vlc - 0.8.6.release.e+x264svn20071224+faad2.6.1-0ubuntu2/multiverse/graphics' source overridden [07:20] The source looks like it was multiverse initially. [07:20] So it got overriden to the same place, and then forgot about it 12 hours later. [07:21] 2008-06-24 06:21:02 WARNING 'vlc' has no binaries published in intrepid [07:21] [07:21] I did just upload a new one which depwaited. [07:21] is 0.8.6.release.e+zdebian-2.3ubuntu1 yours? [07:21] That's why I noticed that the source was in universe. [07:21] It is. [07:21] ok [07:22] well, I think the source override has been fixed now, which should unstick the dep-wait (?) [07:22] Thanks. [07:22] I'll throw it back now. [07:22] Hopefully it will work. [07:23] I suppose this deserves a Soyuz bug. [07:23] I wonder if the binaries will go into the right place now (particularly hppa). [07:23] they might have to be kicked again once they're up-to-date, given the above warning [07:23] I don't think the "source+binaries" override took effect on the binaries because soyuz couldn't see that they were related, I guess [07:24] Right. [07:24] Hmmm. [07:24] The hppa binaries that existed when you overrode it all last time are odd. [07:24] There are only two of them. [07:24] When they should be a dozen or so. [07:24] I see the full set here [07:25] Oh. [07:26] Right, those are only the arch: all ones (the names confused me), as hppa failed. [07:26] Shall I file a bug about the source promoting itself? [07:28] by all means; I don't have a clue how to track that bug down, but it certainly appears to be a bug [07:29] Right, will do. [07:40] slangasek: Thanks. It's building fine now, and I've filed the bug. [07:47] hi mvo [07:49] Urgh, of course it all failed to upload. Forgot about that bug. [07:58] hi dholbach [08:15] bryce: I wonder if you might be familiar with a bug which, when closing the lid on a laptop with a monitor hooked up to the VGA port of the 945GM, causes the machine to hard-lock... :) [08:16] slangasek: ah you mean the pipe-a quirk bug? [08:17] one sec [08:17] heh [08:17] so is that what that pipe-a quirk thing is about [08:17] yep [08:17] https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/138256 [08:17] Launchpad bug 138256 in xserver-xorg-video-intel "laptop hangs on lid close unless ForceEnablePipeA option enabled" [Undecided,Confirmed] [08:18] heh, i saw that on LP and wondered what on earth it meant :) [08:19] bryce: ok; so I should test out the option, and if it fixes the problem for me, file a new bug with all my details for quirking? [08:23] slangasek: yepamundo === stdin_ is now known as stdin [08:52] thekorn: woah! activity log reading in pylpbugs! :) [08:53] dholbach, worked for ages, but was not documented ;) [08:53] thekorn: I didn't know! :) [08:54] * wgrant notes that it might be more useful if the activity log itself was actually a proper log of the activity. [08:56] wgrant, I agree, it is unfortunate that not all events are listed there [08:58] thekorn: I suppose we'll see some happenings there post-2.0... for the moment one has to check archives on ubuntu-bugs@l.u.c if one wants to work out what happened to a bug. [09:06] how can i get SHARE tab in properties of folder (nautilus) i know it's in ubuntu.. i wan't to get have this on Gentoo.. [09:06] i know it's not support channel but can't find this package [09:06] szonek: By talking to the Gentoo people, I would presume. [09:07] wgrant: right, but i'm looking for a package/project(or something) name and that's universal i think.. [09:08] szonek: You might be looking for nautilus-share. [09:11] wgrant: okay, thanks === asac_ is now known as asac [11:06] seb128: are you uploading ipe or waiting? Because at least the colormap change was refused several times by the debian maintainer === Arby__ is now known as Arby === davmor2 is now known as davmor2_away [11:28] Hmm, I see that nagios2 was promoted to main and then removed fairly soon after - should nagios3 be promoted in its place? [11:35] sebner: I just commented on some of the bugs, I didn't mean to upload those [11:36] sebner: any reason why we need this change if debian refuses it? I'm just trying to reduce the useless deltas [11:57] cjwatson, kirkland: fyi, I reverted the patch for bug #64064 , and adjusted the bug accordingly. Please add additional comments as necessary. [11:57] Launchpad bug 64064 in pam "would be nice to add ~/bin to the default PATH" [Wishlist,Confirmed] https://launchpad.net/bugs/64064 [11:58] cjwatson: hi btw! :) === sebner_ is now known as sebner [12:01] seb128: ah ok, because you uploaded lasso (maintainer already responed =)). To behonest I have no idea why the maintainer refuses it. Some time ago we sent an ubuntu patch for icon,desktop file and this colormap and in the changelog he mentioned: " * debian/rules: Install desktop file and icon. Note that I'm not applying the stylesheet part of the patch. [12:16] lu [12:17] sebner: is there a corresponding bug about that in the debian bts? [12:18] siretart: debian ##451022 [12:19] siretart: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451022 [12:19] Debian bug 451022 in ipe "ipe: missing icon and desktop file, standard color palette quite limited" [Wishlist,Closed] [12:20] is someone looking at powernowd? [12:20] (the merge) [12:20] intersteing [12:20] if not, I will take it [12:21] siretart: yep ^^, you may want to upload my merge then or anything else todo? [12:34] seb128, asac: any opinion on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460691 [12:34] Debian bug 460691 in gnome-system-tools "network-admin incompatible with network-manager" [Important,Closed] [12:36] james_w, not sure we care in intrepid with NM7 [12:37] james_w: we have worked around that bug [12:38] james_w: err, cant really identify how the upload fixes it (at least from changelog) [12:39] well, he talks about the etch version of NM [12:39] thast years old [12:40] asac, you culd just ask lool who made that upload ;) [12:40] ogra_cmpc: the upload closing that bug happened in may [12:40] ogra_cmpc: i didnt ask about that bug ;) [12:46] heh, somebody must have an alarm set for sync requests ;) === ara is now known as ara_lunch [12:56] doko: just reloading the page after doing the last lot ;-) [13:02] soren: vgabios looks syncable? [13:05] cjwatson: Let me check.. [13:06] cjwatson: Yup, looks like it. [13:09] Oh.. [13:09] * soren just realises he never finished the iptables merge [13:09] How odd. [13:09] vgabios done [13:10] cjwatson: Thanks very much. [13:10] morning [13:14] james_w: the split should be no issue for ubuntu, we were speaking about deprecating network-admin if network-manager 0.7 does every required anyway === davmor2_away is now known as davmor2 [13:42] bryce, soren: Laney could confirm the "mouse-cursor-only-moving-in-the-top-left-corner" problem in intrepid [13:45] seb128: hi, so I should not take that change from Debian? [13:48] dholbach: Mkay. [13:49] * Laney nods [13:53] * ogra wonders if pitti and Q-Funk shouldnt better talk by IRC that geode bug explodes :) [13:54] ogra: we do, on jabber [13:54] but I think it's sorted out now [13:54] heh [13:54] yay [13:54] that'd be cool [13:54] we have so many unhappy ltsp users [13:54] just waiting for slangasek's sru freeze exception yay or nay now [13:54] james_w: either way, that doesn't make a big difference [13:55] james_w: the split doesn't create an issue, we just need to install the new package if we want it [13:55] james_w: I would take the change for ubuntu [13:55] seb128: ok, thanks. === ara_lunch is now known as ara [14:16] zul: hi [14:16] seb128: hi there [14:16] zul: you did this socks4-server upload right? [14:16] seb128: yep [14:16] zul: did you consider bug #241012 before uploading? [14:16] Launchpad bug 241012 in socks4-server "Please sync socks4-server 4.3.beta2-16 (universe) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/241012 [14:17] seb128: no I didnt [14:17] zul: the bug states it could have been synced because the shlibs already adds the depends [14:17] seb128: sorry about that [14:17] zul: would be a good idea to look at open bugs before uploading something ;-) [14:17] zul: no problem, could you comment on the bug and close it now? [14:17] sure.. [14:17] maybe verify if the package can really be synced next time [14:18] thanks! === sommer is now known as sommer_ === sommer_ is now known as sommer [14:53] bryce: just drop our patch on xserver-xorg-input-vmmouse (a similar fix was applied upstream already) [14:53] soren, Laney: ^ [15:03] dholbach: Oh, cool. [15:05] Laney: so building just the debian version of it and using that should make it work again [15:07] slangasek or pitti: wrt. SRU discussion at UDS, at the time it was pending approval by the TB or something, has that been resolved? [15:10] jcastro: hm, which discussion in particular? [15:10] pitti: the one we had with murray, the glom maintainer [15:10] basically, the new policy meets all his needs but it hadn't gone official yet [15:10] AFAIK, the current wiki page is fully TB-ack'ed [15:11] ok [15:11] admittedly we have been pretty liberal in the interpretation of "non-critical fixes which do not have the potential to ruin your system" for hardy so far [15:11] jcastro: since we had so many people to throw at hardy SRUs [15:11] * jcastro nods [15:16] dholbach: That seems to work well, nice one! [15:16] ROCK [15:18] pitti, are you playing the NEW queue jockey today ? i just split ldm into binary and theme package, the theme package will need NEWing (once built) and main promotion [15:19] ogra: not normally, only when being asked nicely :) (my archive day is Friday) [15:19] ah, k [15:19] sounds easy, though [15:19] is it already in NEW? [15:20] just uploaded i only wanted to check my opportunities ;) [15:20] its binary NEW ... source is still ldm [15:21] but ldm depends on it and i want to avoid uninstallability [15:31] hello, any idea how to contact ubuntu backports developer in IRC? [15:31] to asking questions about the issue [15:33] pitti: hi! [15:33] hey jdstrand [15:35] pitti: pam-pgsql needs to be sync'd from debian in intrepid. however, the base version is 0.6.3, but the orig.tar.gz is different in intrepid and debian. is the proper procedure to update the orig.tar.gz then use a build1? [15:36] pitti: well, just rebuild the source pacakge using build1, use -sa and upload [15:38] jdstrand: You want to grab the Debian source package, extract that, replace the Debian upstream tarball with the Ubuntu one, create a build1 fakesync changelog entry, and build the new source package. [15:39] Do not use -sa. [15:39] jdstrand: exactly [15:40] asac: ok cool [15:40] jdstrand: right, -sa won't help; you can't overwrite the one in the archive [15:40] jdstrand: I usually unpack the Ubuntu orig.tar.gz, apply the debian diff.gz (zcat ../diff.gz | patch -p1), debuild [15:40] jdstrand: but wgrant's approach works as well [15:40] jdstrand: huh? [15:41] jdstrand: oh, before debuild, of course dch with a build1 changelog [15:41] asac: sorry [15:41] k [15:41] s/asac/pitti and wgrant/ [15:41] Koon: ^ [15:41] yep [15:41] pitti: right [15:42] jdstrand: we'd do that even if the Ubuntu 0.6.3 orig.tar.gz is badly done ? [15:42] Koon: Launchpad (rightly) won't let you overwrite it with the same file name, no matter what [15:42] (includes a whole debian/ dir) [15:42] Koon: unfortunately we have some broken stuff like that, yeah [15:43] weird, I had that two or three times when doing merges [15:43] there are some edge cases where you might want to change the upstream version number (0.6.3fixed or something), but bear in mind that that will mean you won't get the benefit of merge-o-matic any more [15:43] so that should be reserved for when you have no other choice [15:43] jdstrand: in this case, wgrant's approach is definitively more robust [15:43] * wgrant had to do that this evening. [15:43] cjwatson/pitti: ok, thx [15:43] (rename the upstream tarball) === Zic is now known as Zic[NRV] === Zic[NRV] is now known as Zic [15:57] * ogra scratches head about LPs interpretation of long changeogs like https://launchpad.net/ubuntu/intrepid/+source/ldm/2:2.0.6-1ubuntu1 [15:57] seems it wipes all contributor names and just attaches my name at the bottom ? [15:58] that seems wrong [15:59] ogra: is that bug 55795? [15:59] Launchpad bug 55795 in soyuz "+changelog includes misleading information related to package versions and authors" [Medium,Confirmed] https://launchpad.net/bugs/55795 [16:00] yeah, looks like it, thanks [16:00] i was just about to file a duplicate :) [16:01] wow, thats old [16:08] bryce: can't update -intel due to conflict on -i810 (dep of -all) [16:09] sholdnt that be a recommends ? [16:16] nice, only 68 merges left [16:16] (main) [16:25] we're getting there .. [16:25] ArneGoet1e: are you already part-way through your fontconfig merge? [16:26] * ogra wonders if tedg will do rss-glx (its tagged with slangasek's name though) [16:28] cjwatson: let's say I have it on my plate right now [16:28] hmm [16:28] quite annoying [16:28] after an upgrade, my laptop panel no longer works [16:28] ArneGoet1e: ok, cool === ArneGoet1e is now known as ArneGoetje [16:32] How are seperate distributions created? In porting oVirt (http://ovirt.org) to Ubuntu we need a livecd-creator ish command for Ubuntu [16:33] the livecd-rootfs package in Ubuntu is what we use to build our live filesystems [16:33] though of course you need to wrap an ISO round it too [16:33] Sure [16:34] http://people.ubuntu.com/~cjwatson/bzr/cdimage/mainline/ (and the stuff in configs/devel having checked that out) is our CD creation software [16:35] cjwatson, Is that packaged? [16:35] Because I'm porting scripts over to create oVirt appliances so they can run on Ubuntu. Having them apt-get a package would be nice [16:38] SEJeff: no, I'm afraid it isn't [16:38] 'bzr get' it for the meanteim [16:38] meantime [16:39] it's not really in packageable form at the moment (hardcoded paths) and the obvious ways to fix that would make other things awkward, so it's not made it very high up the to-do list ... [16:39] one might want to give 'live-helper' a shot. I was told it at least used to produce working live cds. [16:40] ArneGoetje: (m17n-db is also on your list) [16:40] cjwatson: yep [16:40] siretart: I'd just like to completely disclaim any interest in supporting people building Ubuntu CDs with live-helper; they can sort themselves out [16:41] (simply because I haven't looked at it, I expect it's missing lots of little bits and pieces that will cause subtle issues simply because it's not actively used by Ubuntu) [16:42] seb128: how familiar are you with scrollkeeper? The unmodified package from hardy ftbfs in intrepid [16:42] cjwatson: right, ok [16:42] pitti: for a fake sync do you keep the combined changelog ? the Ubuntu Original-Maintainer ? [16:42] doko: not so much, what is the issue? [16:43] doko: let me try === MacSlow_ is now known as MacSlow [16:47] doko: weird, no idea about this one [16:48] dholbach, so from https://bugs.edge.launchpad.net/ubuntu/+source/planner/+bug/219109 I take that debian suggests to have gda/database-support enabled again?! [16:48] Launchpad bug 219109 in planner "please sync planner (main) from Debian (main)" [Wishlist,Incomplete] [16:48] seb128: yeah, will look at it tomorrow again [16:48] MacSlow: yes, the trouble is that it does not build right now in the pure debian form [16:49] dholbach, there's a fix in in place (in Ubuntu now) due to the merge that makes it compile [16:49] MacSlow: nice [16:49] dholbach, the cdbs-based patch for that is tiny [16:50] it belongs upstream so I'll send it right there instead of debian?! [16:50] best to both [16:50] so soon we should be able to just drop it and debian will add --enable-database=yes to their debian/rules again too [16:50] dholbach, ok then [16:50] ROCK [16:52] ON [16:53] * dholbach hugs Daviey [16:53] :) [16:54] got a quick Q on python : is it possible to encrypt the py files(modules) and load them dynamically(and hence decrypt at run time) [16:55] (am not sure about the relevance of the Q with the forum, but would be interested to know as there are many devs around) [16:55] The topic’s got a quick A. [16:57] Koon: I wouldn't bother keeping the combined changelog, and keeping Original-Maintainer isn't necessary (dpkg-source only enforces it if the changelog contains 'ubuntu') [16:58] cjwatson: yes, and pitti did it this way with an openvpm fakesync. [16:58] cjwatson: thx for the advice. [16:58] no problem === sommer is now known as sommer_ === dmb_ is now known as dmb === sommer_ is now known as sommer [17:27] pitti: ping === sommer is now known as sommer_ === sommer_ is now known as sommer [17:34] kirkland: pitti left a little while ago [17:34] jdstrand: ah, okay, thanks. i'll catch him later. [17:35] slangasek: heads-up, we need to get bug 219914 fixed before 8.04.1 goes out [17:35] Launchpad bug 219914 in apache2 "mod_disk_cache enabled globally by default" [Undecided,Confirmed] https://launchpad.net/bugs/219914 [17:35] gone dancing :) [17:35] pitti is a regular Patrick Swayze :-) [17:37] haha [17:42] Okay, so why doesn't apt know the number of files it's going to get on an update? Why can't it cache that value? [17:51] tedg: does it matter? [17:52] tedg: what do you call files? the packages content? or the number of updates to download? [17:53] I don't know, I'm guessing they're indexes. I know when I click update manager it starts with "1 to 55" and changes to "154 of 154" when complete. [17:54] ah, right, that's a well known issue [17:54] dunno why it's hard to get the correct count [17:54] but I've been bugging mvo about it almost every cycles ;-) [17:54] Heh, good. [17:54] :) [17:54] *cough* [17:55] seb128: that reminds me, have you seen anything like: bug #240806 yet? it seems to make gconf crash and that in turn makes update-manager crash :/ [17:55] Launchpad bug 240806 in gconf "Upgrading Dapper Server to Hardy Server crashes" [High,Triaged] https://launchpad.net/bugs/240806 [17:57] mvo: no, that seems to be local corruption or something [17:58] * mvo nods === thekorn_ is now known as thekorn === c1|freaky_ is now known as c1|freaky [18:51] kees: mm, tagging 219914 for .1; who's taking responsibility for the update? [18:51] slangasek: I'm volunteering zul or mathiaz for the moment, but I can do it later today if they don't have time. [18:52] slangasek: when is freeze again? [18:52] kees: in the past? [18:52] i.e., anything you ask me for is an exception here [18:52] slangasek: that's what I feared. :P [18:52] slangasek: we'll get something cranked out before EOD. [18:53] slangasek: the reason it's important to get in is that it's really only triggered by dapper->hardy upgrades, and there isn't a good way to automatically fix the problem afterwards. [18:53] anyway, I'm out for a few errands, back in a bit. [18:54] kees: right, understood, that's why I'm marking it for .1 without further quizzing ;) [18:56] Keybuk: I've got a change pending for xorg that I think will fix those -all settings. [19:03] siretart: can you confirm your ack on bug 242711? [19:03] Launchpad bug 242711 in ubuntu "Please sync pam-fprint (0.2-3) from Debian experimental" [Wishlist,Confirmed] https://launchpad.net/bugs/242711 [19:03] the activity log doesn't currently allow me to verify emgent's comment [19:04] kees: gar why is that bug marked as a security vuln [19:09] slangasek: is there any alpha1 iso required to do iso testing ? [19:09] zul: are you working on bug 219914 ? [19:09] mathiaz: I'm going to be sorting through the alpha1 ISO status today, so I don't know the answer to that yet [19:09] Launchpad bug 219914 in apache2 "mod_disk_cache enabled globally by default" [Undecided,Confirmed] https://launchpad.net/bugs/219914 [19:10] slangasek: ok - I'm writing up the server minutes, and I mentionned there that we're doing iso testing for alpha1 [19:10] mathiaz: last I saw there were some uninstallability problems in general yet, which may not affect -server but in any case need to be resolved before we go for widespread ISO testing for alpha1 [19:11] slangasek: ok - so there is no point in asking for alpha1 testing now ? [19:11] slangasek: better focus on 8.04.1 testing ? [19:11] there are no candidate ISOs posted currently... [19:11] aside from the alternate CDs, but I don't know who posted those or how usable they actually are [19:11] 8.04.1 testing is a good focus for today; tomorrow would be good for focusing on alpha1, if everything goes well :) [19:13] I've been working on alpha-1 installability; we're mostly there, but there are one or two open issues [19:13] I wouldn't object to testing so that we don't have to serialise it all [19:13] ok [19:14] xserver-xorg-video-all being uninstallable ain't gonna help [19:14] * slangasek nods [19:14] but I think that's a trivial archive issue and I'll fix it now [19:14] Mithrandir, do you plan to do the matchbox merge ? (seems easy and small, i could quickly do it) [19:14] oh yes, waiting on NEW [19:15] ogra: hmm, I looked at it briefly and it looked enormous, but maybe I misread [19:15] cjwatson, well, tollefs changes got cleanly carried over, all that changed in debian is the dep on xsettings ... the merge is actually only to clean up control and add a changelog entry [19:16] ah [19:16] right, accepted xserver-xorg-video-intel, so I think that should leave us with no uninstallables that cause ISO problems [19:16] i can cleanly unapply the 1.2-1ubuntu1 patch apart from these two files :) [19:17] but i dont want to just grab it in case tollef wanted to do it [19:17] desktop CDs are, I think, unlikely to be ready for alpha-1 [19:17] ogra: at this point, I suggest just doing it [19:17] oki [19:17] * ogra does [19:17] the mobile team can clean it up afterwards if they want/need to [19:18] I think Tollef was doing that in his capacity as mobile tech lead rather than out of personal interest [19:19] yeah, thought so [19:20] cjwatson: what are the problems with the desktop CDs right now (so we make sure we're on track to resolve those for alpha2)? [19:21] slangasek: ubiquity, ubiquity, and ubiquity [19:21] ok :) [19:21] slangasek: evand is working on updating it for the major state machine rework in localechooser, but isn't done yet [19:21] * slangasek nods [19:21] slangasek: that's the only major problem I'm aware of so far, though it's not impossible that there are others [19:22] kirkland: pong [19:23] pitti: hiya... you had a bit of feedback on mount.ecryptfs_private.c, asking me to use fputs() rather than fprintf() [19:23] pitti: i think you had suggested fputs() such that I would have to append '\n [19:23] pitti: which is somehow troublesome for i18n [19:24] pitti: but in my testing, fputs() doesn't not append a newline character, (though puts() does, strangely) [19:24] kirkland: right, I mixed that up, sorry [19:24] kirkland: but another reason is that fputs() runs much less code than fprintf(), thus it's faster and less prone to injection of % macros [19:24] pitti: okay, so i left the fputs(), but I did have to append the '\n', for readability [19:25] pitti: fair enough, i left the fputs() [19:28] kees: re bug 219914 - I agree with you - the best option is to not enable any caching by default [19:28] Launchpad bug 219914 in apache2 "mod_disk_cache enabled globally by default" [Undecided,Confirmed] https://launchpad.net/bugs/219914 [19:29] kees: I don't think we should fix the upgrade code - the mod_disk_cache module still has to be enabled (as mentionned in the debian bug) [19:30] kees: we should remove the CacheEnable directive in disk_cache.conf and mem_cache.conf [19:44] * slangasek solicits a second opinion on bug #99489 [19:44] Launchpad bug 99489 in avahi "avahi-autoipd gives me an useless default route" [Medium,Confirmed] https://launchpad.net/bugs/99489 [19:51] slangasek, Maybe a avahi-autoipd should have a special case? [19:51] To not add a route when no other ones exist? [19:51] slangasek: I don't suppose just nuking avahi is an option? [19:51] That doesn't help a mobile user, but would fix one case [19:51] SEJeff: the route in question is added *only* when there are no other routes on the interface [19:51] Personally I don't consider my computer hunting around for other computers to talk to a feature. [19:51] so I agree, it should not add a route when no other ones exist :) [19:52] slangasek: I agree. [19:52] "just nuking avahi" - that's not a very satisfying solution, given that it's a recommends of ubuntu-desktop [19:53] and I am in favor of the ad-hoc functionality in general, just not this particular feature [19:53] ScottK: agree enough that, as core-dev, you think we should deviate from upstream's (Trent's) opinion here? [19:55] I guess I don't see the point of adding an infinite route when there is no one to talk to. [19:55] If it's interfering with other packages, I think it should go. [19:55] the point is that it means you can magically reach any host on the local segment, regardless of its IP address [19:56] but not without its down-side [19:56] Right. [19:56] magic is bad [19:56] Since almost everything these days seems to have link-local, I think it's OK. [19:56] well, I have older Linux hosts that don't [19:56] How old? [19:57] The one Windows 2000 box we still have will do it. [19:57] 3- to 4-year-old installs; server installs without avahi [19:57] yes, Windows has actually been doing link-local for yonks === Kopfgeldjaeger3 is now known as Kopfgeldjaeger [20:02] I don't think it's unreasonable to assume that anyone not doing link-local doesn't really care to talk that way. [20:03] well, that doesn't help sorting out this bug [20:03] note that it's only the hosts that *do* have link-local turned on that are reachable by this method [20:03] since hosts without link-local addresses will return their packets via their default route, not to the host that sent them [20:04] hrm - except, the host that Patty was IRCing from doesn't have avahi, so now I'm confused :) === dwatson` is now known as dwatson [20:53] <[Relic]> Hello :) === fta_ is now known as fta [21:08] <[Relic]> Anyone know if they will add the coretemp.c from the 2.6.25 kernel to the 2.6.24 one ubuntu uses in the very near future (next kernel update) so we 45nm users can watch our coretemp and use very heavy load programs w/o worrying about burning out our cpus? [21:18] [Relic], have you checked for bug reports about it ? === Amaranth_ is now known as Amaranth [21:57] run avahi config defaults past lennart -- he's the one that originally specified them. [21:57] kees: what's the reason to not enable cache on / ? [21:58] mathiaz: because it saves all kind of things like cookies, etc without additional tweaks, AIUI. elmo might be able to speak more to this [21:58] mathiaz: wtf - seriously? [21:58] kees: one of the debian maintainer commented on bug 219914 and suggested another approach [21:58] Launchpad bug 219914 in apache2 "mod_disk_cache enabled globally by default" [Undecided,Confirmed] https://launchpad.net/bugs/219914 [21:58] kees: https://bugs.launchpad.net/debian/+source/apache2/+bug/219914/comments/8 [21:58] Launchpad bug 219914 in apache2 "mod_disk_cache enabled globally by default" [Undecided,Confirmed] [21:59] mathiaz: a2enmod cache should not start caching all my sites [21:59] mathiaz: the fact that it does so currently is insane [21:59] mathiaz: apache has a very powerful vhost-based config system for a reason [22:00] mathiaz: (have you got a single counter-example of 'a2enmod' that globally changes behaviour?) [22:02] (and FTR, Debian #407171 doesn't require CacheEnable /, it simply requires that the module be available [22:02] ) [22:02] Debian bug 407171 in apache2 "proxy stops working after upgrading from sarge" [Important,Closed] http://bugs.debian.org/407171 [22:02] elmo: right - I still think that we should *not* enable the cache by default [22:02] elmo: just trying to figure out why it's so bad [22:03] elmo: most of the modules enable things globally - such as negociation, etc... [22:03] elmo: but this highly depends on the type of modules [22:04] hmm, ok true [22:04] OTOH the proxy.conf disables proxy requests by default [22:05] right, for similar reasons [22:05] for security reasons IIUC [22:05] the reason it's so bad to enable caching is because it has security implications [22:05] Why is http://cdimage.ubuntu.com/daily/current/ empty with broken links but http://cdimage.ubuntu.com/daily/20080624/ has isos for download? [22:05] elmo: right - that would is the main point then - disk_cache should treated as mod_proxy because of the security implications [22:13] kees: what do you think about the debdiff: http://people.ubuntu.com/~mathiaz/apache2_2.2.9-2ubuntu1.debdiff ? [22:15] mathiaz: I like it. Good changelog. :) [22:15] kees: ok - I'll upload a new version of apache2 in intrepid [22:16] mathiaz: okay, great. From there, SRU for slangasek? [22:16] kees: yop [22:16] * kees hugs mathiaz [22:17] FWIW, in intreprid, it'd might be nice to do what sf suggested [22:17] simply because enabling (in the mods-enabled/ symlink sense) disk cache means htcacheclean gets run [22:18] which is surprising for folks who used proxy but not disk cache (the majority of folks coming from dapper where mod cache was essentially useless) [22:18] but maybe sf will do that in Debian and so it's moot [22:21] kees: do you know why debian bug 374568 has been marked as won't fix? [22:21] Debian bug 374568 in eggdrop "eggdrop: SSL support" [Wishlist,Open] http://bugs.debian.org/374568 [22:24] norsetto: openssl isn't compatible with GPL. code needs exceptions, and eggdrop author doesn't want it. [22:24] norsetto: if it could get ported to gnutls we'd be golden. [22:25] norsetto: I haven't had time to do that, so I just compile it myself every release. one of these days I'll get fed up with it. ;) [22:25] kees: yes, I was wondering about that :-) [22:27] kees: I guess having two flavours of eggdrop doesn't make any sense then (one with and one without ssl support) [22:27] kees: how do I reach lennart to run this by him? Another member of upstream is tracking that bug, but I don't see that Lennart subscribes to the ubuntu bugmail [22:28] slangasek: mezcalero in #avahi [22:28] ok === sbeattie is now known as sbeattie_fud [22:29] when's a good time to catch him? [22:29] slangasek: he just seems to do some commits, so I think he might still be awake [22:29] hmm, I'm on my way out the door in just a minute, though :) [22:29] I'll try tomorrow [22:44] cjwatson: i think that Reinhard confused bug to ACK, see Bug #242550 [22:44] Launchpad bug 242550 in ubuntu-flybook-support "Flybook V5 Fingerprint Drivers not avaiable (now) in Ubuntu." [Wishlist,Fix released] https://launchpad.net/bugs/242550 [22:46] emgent: look, I'm sorry, but some MOTU needs to put an ack in the actual sync bug itself or else we have to review it ourselves and personally I don't have time [22:46] siretart: would help if you used full sentences rather than "ack" :-) [22:46] sure np :) [22:47] emgent: I'm more than happy for us to process properly-formed bugs, but the thing is that dealing with ones that aren't properly-formed takes time away from the others and I don't think that's fair [22:49] kees: here is a debdiff for hardy-proposed - http://people.ubuntu.com/~mathiaz/apache2_2.2.8-1ubuntu0.3.debdiff [22:49] kees: this one includes sf suggestion to not enable disk_cache on upgrade if it's not used in the configuration [22:50] kees: as suggested by elmo, even if we disable / caching by default, htcacheclean would still be started every time [22:51] kees: I'm not sure if it's acceptable for an SRU [22:53] pitti: if you're still around, apparently chiark is having problems with piware.de's slave NS arrangements [22:54] pitti: I'm told piware hasn't responded correctly since 24 May [22:58] mathiaz: I'd like to slangasek's input on it, but if it's tested, I'm happy. [23:01] kees: ok - I'll attach the debdiff to the bug and ask for review by the SRU team [23:01] mathiaz: thanks :) [23:05] slangasek: pitti: could you have a look at bug 219914 and comment on whether the changes in the debdiff are acceptable for an SRU ? [23:05] Launchpad bug 219914 in apache2 "mod_disk_cache enabled globally by default" [Undecided,Confirmed] https://launchpad.net/bugs/219914 === sbeattie_fud is now known as sbeattie [23:36] kees: I'm about to leave for the day - do you plan to finish the apache2 sru today ? [23:36] kees: or this is work from tomorrow ? === effie is now known as effie_jayx [23:47] mathiaz: I can work with slangasek to finish it up -- thanks for getting it prep'd