[00:05] ebroder: aye? [00:06] ebroder: i gave up on jussi's server coming back [00:06] maco: Can you pull together a new debdiff for bug #415766? (I can if you're busy, but I don't want to steal the upload since you've already put work into it) [00:06] Launchpad bug 415766 in openafs "evince makes openafs to kernel oops" [Undecided,In progress] https://launchpad.net/bugs/415766 [00:07] sure === dendrobates is now known as dendro-afk [00:08] maco: Cool - jdong is in the same room as me so I can harass him to upload it when you're done O:-) [00:08] wait what?? [00:09] haha [00:09] ebroder: its just a version # change right? [00:09] maco: AFAIK [00:10] was the first one uploaded or not? ie, does this need a new changelog entry? [00:10] no [00:10] err [00:10] yes then no [00:10] unpack in that order [00:11] ok then === robbiew is now known as robbiew_ [00:41] slangasek, still around? [01:02] james_w: is the general push/practice for bzr usage in Ubuntu to maintain the entire source tree, not just the debian subdir, in bzr? [01:03] (or anyone else, really) [01:03] I think that's the long term plan, but it's very mixed at the moment. [01:04] dtchen_: Now that git vcs imports work, it may be worth considering moving over to the entire source tree. Same with alsa, as we can then get an svn import of the alsa pieces. [01:05] TheMuso: yeah, I'm just considering how to approach this in the next two days ;) [01:05] having everything in the same branch seems much easier to maintain [01:06] cody-somerville: in what senses? [01:06] the code and the packaging is all in one place [01:07] these 33.6/56kbps dialup connections are horrendous for pulling/pushing branches [01:07] thats certainly one drawback === yofel_ is now known as yofel [01:07] dtchen_: why are you on dialup? [01:07] it's only a one-time hit (I think), so I could live with it [01:07] Personally I like keeping a clear separation between what I've done and what's upstream [01:08] we have 10Mbps internet at home [01:08] maco: work sites don't generally give unfettered access anywhere [01:08] I used to have 25mbps but I recently moved and now have 4mbps [01:08] : ( [01:08] * StevenK suggests cody-somerville try Australia [01:09] ScottK: i think part of the point is that not everything's in debian/patches/ so this way you can merge the patches that are applied directly to the packages more easily [01:09] StevenK: You're cruel [01:09] from what i hear about internet access, australia is in wales [01:09] maco: For some version of easily, sure [01:09] * TheMuso had to convert a bzr branch to using the debian vcs-imports branch + Ubuntu yesterday, due to the debian package no longer using patches, and the bzr branch for Ubuntu only containing the debian dir. [01:09] ... We speak in Welsh? [01:09] lol [01:10] StevenK: even welsh people dont speak welsh [01:10] TheMuso: interesting - so they are using a branch for debian/ and apply patches directly to source? [01:10] maco: That's because it requires physically tying your tongue into 3 knots [01:10] StevenK: i can speak a >tiny< bit of welsh :P [01:10] kklimonda: They are using git, and import upstream git into their branch, and apply their changes as git commits, even to files that are part of the upstream code. [01:11] maco: Yes, that's the tiny bit that doesn't. :-P [01:11] StevenK: ive forgotten most of that tiny bit, but i can still make the sounds :P [01:11] kklimonda: So those changes then up in the .diff.gz. [01:11] TheMuso: nice - which package is that? [01:11] kklimonda: libcanberra [01:11] TheMuso: it does make sense to not duplicate a vcs as a patch system [01:11] That's increasingly common [01:11] is that the future? [01:11] * kklimonda hopes so [01:12] ajmitch: I agree. [01:12] ajmitch: Also makes maintenance work without access to the VCS pretty impossible. [01:12] though it's fairly common still to have the whole package in git/bzr/something else & still have debian/patches [01:12] Ugh - I hope we get v3 source packages if that's the future [01:12] ajmitch: As long as those changes are in individual commits, so one can pull/pick/revert as needed. [01:12] I doubt that'll happen for long [01:12] ajmitch: I have seen where a package has been moved into git, and changes done in .diff.gz to the upstrea msource are not in individual commits. [01:13] that makes it just painful [01:13] Personally I think this entire move a VCS thing is great for people who do this every day, but will significantly increase the learning curve for new people. [01:13] ajmitch: Yes, thats why I pointed that out. :) [01:13] * ebroder agrees with ScottK [01:13] ScottK: Yeah I would agree with that. [01:13] a VCS with frikkin laser beams would be nice. [01:13] usually the source package won't carry the .git or .bzr dirs though [01:13] Same thing with the push to Quilt as the one true patching system [01:13] * cody-somerville likes quilt. [01:14] See that is where a vcs is very useful. No *-edit-patch, or make change, duplicate source, unpack fresh source, etc. [01:14] ScottK: see i think "bzr push" is easier than making a debdiff [01:14] Just make the change, write a commit message, commit, done. [01:14] maco: Once you get through all the VCS stuff to that point, sure. [01:14] ScottK: bzr branch *wait* *do stuff* bzr commit [01:15] TheMuso: 0.9.20 ready to go in lp:~crimsun/pulseaudio/lucid [01:15] "Oh, you want to contribute to Ubuntu, first you have to learn this new VCS that is used almost nowhere else" [01:15] dtchen_: Ok thanks. [01:15] what is the workflow for keeping full source tree + debian/ in the same branch? we checkout tagged release from vcs, apply cherrypicked patches from master branch and then release? what about VCSes which you can't easily import from? [01:15] I prefer having discrete sets of changes instead of snapshots over time. [01:15] ScottK: And the fact that you mostly treat bzr like svn is just papered over? [01:16] Because that weakens your argument, so therefore it must not be important. [01:16] bzr and hg basic commands are exactly the same [01:16] git is mostly close too..clone v. branch is the difference [01:16] StevenK: For someone who has svn experience it's not so bad, but it's still an increase in the barrier to contribution. [01:16] contributing to ubuntu or debian requires plenty of esoteric knowledge as it is [01:17] (note: *only* for basic commands. git gets insane) [01:17] it's yet to be seen whether having everything in branches will simplify it or not [01:17] maco: clone is about the only git command I know [01:17] ajmitch: Doesn't mean we should make it worse [01:17] s/insane/usable for a select workflow or way of thinking/ [01:17] StevenK: commit and push are the same [01:17] StevenK: oh, pull too [01:17] dtchen_: s/$/If you're very lucky, or Linus/ [01:17] ebroder: I'm undecided whether it's making it worse or not [01:18] StevenK++ [01:18] I think it's better, just harder. [01:18] atleast we're not using git, then it would be worse and harder! [01:18] But faster! [01:18] yes [01:18] StevenK, for small values of fast only [01:18] Speaking of Australia, I now start the big gamble that is applying for ADSL on a newly activated/connected phone line in a apartment. :) [01:18] which is well, kinda useful when pulling down hundreds of megs. [01:19] I find git slower, in that it takes me 4 times longer to figure out how to do something in git that I can just do off the top of my head in bzr/svn. [01:19] +1 [01:19] StevenK: That's perception bias. I'm exactly the other way around [01:19] heh, i find git quite hard too. it's a shame that gnome uses it now [01:19] I'm sure if I knew how to use git I'd love how powerful and robust it is [01:19] ebroder: You didn't use svn much? [01:19] ScottK: perhaps if there solid guis for bzr, the barrier may be a bit lower than you're suggesting? [01:20] there are* [01:20] StevenK: I use git for almost everything, and git-svn where I can't [01:20] dtchen_: It's been a while since I looked. [01:20] chrisccoulson: I have to say that my interaction with git.gnome.org is entirely through bzr. [01:20] ebroder: Well, then of course you're biased towards git. [01:20] I admit I haven't actually tried editing sound/pci/* in, say, Eclipse [01:21] RAOF - you can't commit to git.gnome.org that way though can you? [01:21] http://doc.bazaar-vcs.org/migration/en/_images/welcome-new-project.png <-- I think bzr does have a nice gui now. [01:21] dtchen_: Would you want to? :) [01:21] RAOF: how well does it work? using bzr to interact with git repositories? [01:21] StevenK: I think the point is that it's entirely a matter of what you're used to [01:21] chrisccoulson, I think you can [01:21] chrisccoulson: You could. I don't have commit access to anything, but you certainly can. [01:22] ah, i didn't know that [01:22] StevenK: I know people who used RCS but not svn and found git more intuitive than svn [01:22] i'll have to try that next time i commit something [01:22] Yes, but RCS is .... awful [01:22] * StevenK had to try multiple times to not using a curse word for that sentence [01:22] hmmm... the help file for git log is 26 pages long. :/ [01:23] chrisccoulson: AFAIK there isn't any way to specify a git branch that isn't master, but that might have changed. That's, I think, the last big hole. [01:23] i wasn't aware of that - thanks! [01:23] RAOF: In what context are you referring to when you talk about specifying branches? [01:23] although, i don't commit to git.gnome.org all that often [01:24] cody-somerville: wow [01:24] TheMuso: The git context. As in: I'd like to bzr branch this particular branch of a git repository, do some hacking, and then push back to the git branch. [01:26] RAOF: Right, I think when you clone a repo, it clones all branches. You then have to set up a local branch to track a remote branch, make your changes, and then push back to the remote repo specifying the branch you want to push to. [01:26] Complicated to explain in a few words. [01:26] TheMuso: Oh, no. I know how to do it with git, but you can't do it with bzr-git. [01:26] Sorry, that was obviously less than well-explained. [01:26] RAOF: Oh right. [01:26] I think it's complicated because bzr & git have slightly different views of branches & repositories, from what I've seen [01:26] ajmitch: I think so, too [01:27] It is, yes. [01:29] It wouldn't be impossible to add a new branchspec that understood how to get a particular branch from a git repository, though. At least, in my limited understanding. [01:45] kirkland: just read your blog post on testdrive but I'm a little uncertain of what it actually does. Does it just download the .iso and fire it up in KVM/VirtualBox? [01:46] LaserJock: basically, yes [01:46] LaserJock: where "download" =~ tries to incrementally sync it [01:46] LaserJock: such that it'll be useful with daily iso's, once Lucid starts publishing dailies [01:47] hmm, but doesn't a simple zsync command do the same thing? [01:47] it sounds basic but useful [01:47] LaserJock: yes, it use rsync || zync || wget [01:47] did it come from the downloader that the QA team has? [01:48] LaserJock: no [01:50] LaserJock: what downloader is that? === chuck_ is now known as zul [01:51] dl-ubuntu-test-iso [01:51] it's in ubuntu-qa-tools [01:51] it uses zsync, rsync, or wget I think [01:51] you tell it what arch/flavor, etc. and it grabs the .iso [01:53] the man page is mostly rsync but I know they added zsync later in Karmic [02:17] LaserJock: dude thats awesome [02:17] maco: what is? [02:17] LaserJock: what you said about dl-ubuntu-test-iso [02:17] i had no idea that existed [02:23] has anyone noticed recently an increase in the number of users who just come and randomly change bug states without any comment? [02:24] chrisccoulson: Yes. It's thanks to the ajaxification of that in Launchpad. [02:24] It's now very easy to do. In fact it's encouraged by the design. [02:24] maco|LaserJock: fair warning, zsync has problems handling files > 2GB on 32bit platforms; there's an SRU for karmic that addresses it. [02:25] the isos arent that big... [02:25] DVD ones are [02:25] ah yeah [02:25] ScottK - you're probably right. i wasn't sure whether users were doing it accidentally, or doing it just to be disruptive === chuck_ is now known as zul [02:26] chrisccoulson: Not sure. I think it's mostly a combination of accidents and not realizing they should make a comment. [02:26] IIRC, Ubuntu people asked Launchpad people to have the change reverted and got told no. [02:27] it is quite annoying to have to revert changes nearly every day now :-/ [02:28] Well IMO Launchpad and quite annoying are frequent associates. [02:29] heh [02:29] i had to delete 600 mails from one bug from my inbox today [02:30] it's quite annoying when getting spammed each time the retracer finds another duplicate of a popular bug [02:31] how many extra mails do you get from people wanting to unsubscribe from that bug? [02:33] the seahorse-plugins bug? quite a few people asked for instructions to unsubscribe, and there were also a lot of people posting instructions, and some people clearly confused about why they were getting so many mails [02:34] it's a shame we can't view the bug in launchpad any more, because i've fixed it in karmic-proposed, and could do with getting feedback from users with the normal SRU process [02:34] that's difficult at the moment though [02:34] chrisccoulson: you have fixed it? my hero :) [02:34] kklimonda - yep, it's fixed, if you want to test it ;) [02:34] * kklimonda got tired of getting ~80 mails every day ;) [02:35] It's even better when you're getting the bug mail because a team is subscribed to the package or because you're subscribed teo the package bugs. Basically you can't unsubscribe. [02:35] that's a pain. fortunately, i'm not subscribed to many teams which get bug mail [02:35] i suspect you probably see significantly more bug mail than me ;) [02:36] * ScottK has seen bug mail where people were begging to make it stop. [02:36] chrisccoulson: you can easily fix that and subscribe to desktop-bugs ;) [02:36] ScottK: ya, I've seen that too with seahorse-plugins bug.. [02:36] Usually when a bug affected multiple packages and the one package they cared about was long fixed [02:38] ScottK: yeah, well I lost a whole team to that [02:38] in some cases, it would be useful to be automatically subscribed to bugs for a particular package for a couple of weeks after doing an upload [02:38] ScottK: I had collected a group of Debian developers and then they all left after the 3rd or 4th bugmail storm [02:39] Ha. Lightweights. [02:39] LaserJock: I believe it. [02:39] Were none of them subscribed to debian-devel? [02:39] I believe they might have been [02:39] Then they really are. [02:39] we got ~ 100 emails in about 1 hr [02:39] Or they need to filter e-mail better [02:40] The translation template mails are even less use and more annoying from my perspective. [02:40] Oh, agreed [02:40] what's frustrating is even if you mark your task Invalid you still get flooded [02:40] Why must I get a whole bunch of useless mail when I upload something? [02:41] StevenK: Because we use Launchpad. What more do you need to know. [02:41] this is why most of my bug mail goes into a large folder & I just use mutt searches to narrow down the flood [02:41] ScottK: it's free software now, go fix it that way --> [02:41] Haha! [02:41] * ebroder <3 Gmail's search [02:42] ajmitch 1, ScottK 0 [02:42] Last time I asked, the response was something like "but someome might want them", IIRC [02:42] ScottK: So? Submit a branch, that makes it slightly harder to say no. [02:42] ajmitch: I don't have commit rights. This isn't a bug, it's the design [02:43] ScottK: I'm curious why that's a problem. [02:43] StevenK: I don't think my blood pressure could take it. [02:43] Back in 5 ... [02:43] StevenK: Why what's a problem? [02:43] ScottK: Why is you not having commit access a problem? [02:44] because it has to be OK'd [02:44] noone has commit access, really, since all branches get reviewed [02:44] therefore get's checked against "we designed it that way" [02:46] LaserJock: Exactly [02:46] So? That's a feature [02:46] So "It's Free Software" only helps in the case of accidental problems, not the on purpose kind [02:47] The barrier of entry is higher than you percieve it [02:47] lol [02:47] like any free software program, you have to argue for design changes [02:47] This is sounding more and more like "Oh, that sounds like real work. Oh well, I'll just complain about it, and hopefully annoy someone else into fixing it." [02:48] No, it's I've talked to the developers about it and they think it's fine the way it is and don't intend to change it. [02:48] It's possible they changed their minds or I misremember. [02:49] I suggest subscribing a developer to a team that gets bug stormed and then see what happens. :-) [02:49] That strikes me as somewhat cruel. [02:49] Sometimes you must be cruel to be kind, right? [02:49] In the right measure, yes. [02:50] But surely you can fix the team so that bug mail gets sent to a list [02:51] If you don't want to get stormed, unsubscribe from the list [02:51] and you miss the bugmail [02:51] procmail usually helps as well [02:51] Well, sure, but there's no magical button in Launchpad to say "only mail me the bugs that look like they may interest me" [02:52] no [02:52] but you should at least be able to unsubscribe [02:52] which is all I asked for like 2 years ago [02:52] And you miss the bugmail [02:52] To use your own argument against you [02:52] but you made that choice [02:52] for the particular bug [02:53] The explicitly unsubscribe to a bug you've been implicitly subscribed to is an open bug [02:53] I thought you could do that? [02:53] The "it's that way one purpose" was about the translations email. [02:53] ScottK: Oh, that's easy to fix. Get one of the launchpad guys to sponsor an openoffice.org upload [02:53] StevenK: perhaps that's been fixed "recently" but my team is long gone [02:55] Just checked. No unsubscribe button for a bug that I'm subscribed to the package for [02:55] LaserJock: Not fixed AFAICT [02:57] ScottK, https://bugs.edge.launchpad.net/malone/+bug/412925 fwiw [02:57] Launchpad bug 412925 in malone "new ajax interface for changing bug statuses is too easy" [High,Triaged] [02:57] jml: That's the one. [02:57] maco: Looks like you ended up with a bunch of extra autoconf/manpages stuff in the latest debdiff for 415766 [02:57] ScottK, I haven't spoken with the malone team recently, but I think they agree that something needs to change. [02:58] ebroder: oh boo now whyd it do that [02:58] I'm confident that they'd be happy to help someone prepare a patch :) [02:58] ebroder: can i just manually mangle the old debdiff? would anyone care? [02:58] maco: I've caught the clean stage of the openafs package doing that before. Don't remember why off the top of my head [02:58] maco: Yeah, that's totally fair [02:59] jml: I last saw the bug after it was wontfixed. [02:59] just ignore the bug reports, that's what I do...now anything with the word 'BUG' gets sent straight to [GMail].Spam ;p [03:00] ebroder: sent [03:00] and then in a year, when I feel like fixing bugs, do a "Oh, I apologize for not responding sooner to this report, here is a piece of chocolate" [03:01] I've just been using the package report pages [03:01] and pretty much ignore bugmail [03:02] maco: I think the version should be 1.4.11+dfsg-1+ubuntu0.1 - that's what I've used for openafs SRUs in the past [03:03] ebroder: oh right cuz debian is -1....wah thats confusing [03:03] Yeah... [03:03] ebroder: this pkg has truly fubar versioning [03:03] ebroder: Without the "+" [03:03] 1ubuntu0.1 [03:03] ScottK: No, you need the +, otherwise it screws up modules built by module-assistant [03:03] Oh. [03:04] Nevermind [03:04] right this is why we're sitting here mucking with version strings [03:04] because 1ubuntu0.1 is what i uploaded before [03:04] * ScottK nods [03:06] One of these days when I'm feeling particularly masochistic, I may write up a proposal for Ubuntu to use N+ubuntuM instead of NubuntuM. Debian uses this for their stable release updates these days [03:06] c.f. libcups2 1.3.8-1+lenny7 [03:08] ebroder: ok NOW is it ok? [03:08] maco: I'll let you know when it makes it to LP [03:10] ebroder: Because our revision numbers aren't long enough already? [03:10] ScottK: Becuase if Ubuntu was consistent about it I wouldn't have to argue about the + every time I want to upload to openafs :) [03:10] maco: Looks perfect - thanks [03:12] wow...you mean we could have libcups2-1.3.8-1+lenny7+ubuntu1? [03:12] * StevenK twitces [03:12] *twitches [03:12] Well, we don't sync from post-release Lenny updates [03:12] That isn't a sync [03:12] And we can merge from wherever we want, if we so wish to [03:15] maco: *SLAP* [03:15] AARRRRRRGH [03:15] jdong: ebroder made me do it! [03:15] maco: didn't we have this discussion about hand-editing patches? [03:15] jdong: i didnt touch the patchy part or add new lines! [03:15] oh. [03:16] wait...this is that one that i hand-edited before [03:16] slightly more hand-edited but without new lines this time [03:16] :) [03:16] he said it was ok *points to ebroder* [03:16] maco: where's the +isreally+1.2.6 part that it needs? :) [03:17] I <3 that in version numbers [03:17] jdong: you're going to give me noogies if we ever meet, arent you? [03:18] lol [03:18] don't worry [03:18] I still love you ;-) [03:19] Be warned that jdong considers noogies a form of affection [03:21] great so StevenK's going to tickle me for making fun of his accent and jdong's gonna give me noogies... [03:22] Sounds like fun. [03:22] jdong and I should make sure to do it at the same time, too [03:22] * ajmitch would be worried about that [03:22] hahaha [03:22] sounds like i need a corset and a helmet [03:22] Oh, a corset won't stop tickling [03:23] you cant tickle through a corset [03:23] something like an electric cattle prod would help keep them off [03:23] It's Texas. Firearms are legal. [03:23] i know, the ubuntu women team is organizing a trip to the shooting range [03:23] for uds [03:24] maco: They aren't that thick, and they're skin-tight, so it should be possible ... [03:24] WHAT ON EARTH IS GOING ON? [03:24] jdong: madness [03:24] high levels of silly [03:27] It says something when jdong is the stable, level headed one in the room. [03:27] heh [03:27] very much so :) [03:30] maco: oh man, you're going to go shooting? I'm envious. I had to leave all my weaponry in MT when I moved to Boston [03:30] LaserJock: *i'm* not going shooting. akgraner is, and czajkowski's like "you have guns in your country? i wanna try!" [03:31] maco: Why aren't you going? [03:31] eek! guns! [03:31] now if they were going to the *archery* range.. [03:32] maco: well, they're similar, just one goes a little faster and has a bit more bang to it ;-) [03:33] * TheMuso reads backscroll and can't stop laughing. [03:34] LaserJock: similar in a vague sort of way... [03:35] ajmitch: well, I've killed things with both, the effect is similar [03:36] :-) [03:36] although I am always amazed when I have friends try a pistol/rifle for the first time [03:36] apparently it's not exactly how it looks on TV [03:37] now that's a surprise :) [03:40] Haha, yes [03:40] "Um, I just fired this rifle, and now I'm on the ground." [03:43] * TheMuso would be frightened of both the recoil and the bullet. [04:00] maco: poke poke [04:00] are you regenning the patch? [04:02] am now. but before it spewed weird autoconf stuff into it when i tried [04:03] Try...doing a debuild clean before you do the debuild -S or something? [04:04] jdong: ok ther [04:05] ebroder: it worked this time *shrug* [04:05] * ebroder shrugs. That doesn't surprise me too much [04:06] someone play refresh timer for me. [04:09] maco / ebroder : uploaded [04:09] Yay :) [04:10] yay === cody-somerville_ is now known as cody-somerville === asac_ is now known as asac [05:14] My love goes out to these people. I sync my datas, set up vpns, play with my MP5's. Truely sexxi!!! -> http://mange.dynalias.org/linux.html [05:17] Hmm, why are there always brown wimen on the music channels ? ... I dont dislike them, but we also pay so i think a few white wimen could also be nice to watch. [05:20] Yeesh! Looks ugly when brown wimen wants to look whiter using some lenses and video lenses etc. Now, i have some brown friends and i like those. [05:20] Hemidrone: i don't think you really want to continue... [05:20] Korean wimen are very sexxi. [05:21] Thanks. [05:35] is the speed of -server sessions being added to the UDS schedule affected by my use of the refresh icon? [06:24] does upstart set variables that are used in upstart scripts? for instance the gdm upstart script uses $CONFIG_FILE which isn't set anywhere in the script that i can see. [06:31] Ademan, no, I don't think so [06:32] Ademan, and looking at gdm-binary --help, it doesn't look like it accept a config file as an argument. [06:32] Good morning [06:32] lamont: yes, that was lucid [06:54] buon giorno! === geser_ is now known as geser [06:55] cody-somerville: so you think the upstart script is bogus? === tkamppeter__ is now known as tkamppeter [07:42] hi all; within the last two days I tried to use the edit@bugs.launchpad.net email interface to change bugs in Ubuntu as Debian developer for "my" package but nothing happens [07:43] bossekr: replace "edit" with the bug number [07:43] hmm, the edit@ interface for multiple bugs and this is what I've done [07:44] there are a bunch of bugs to change [07:44] ah ok [08:07] morning [08:08] pitti: just to be sure, we don't allow GPLv2 licensed applications to link against MPL licensed libraries in ubuntu. is this correct? [08:08] siretart`: hm, can't say offhand; was it handled like that so far? [08:09] I'm not sure if the current case I'm looking at is deliberate or a mistake. [08:09] in fact, its the only divergence we currently carry from debian. I suspect we imported the package from debian and then the package was changed === dholbach_ is now known as dholbach [08:16] filed as bug #481789 [08:16] Launchpad bug 481789 in kid3 "kid3 links against libmp4v2" [Undecided,New] https://launchpad.net/bugs/481789 [08:40] james_w: do you know if there's any way to suppress the millions of "branch linked" LP mails which hit my mailbox every day? [08:44] pitti: the openafs one that was in proposed was -1ubuntu0.1 this is -1+ubuntu0.1 because module-assistant gets stupid without the + [08:44] maco: oh, sorry; will reprocess then; so that was the only change, right? [08:44] yeah [08:44] just a bumped version number to make m-a happy [08:47] done [08:49] pitti: thanks [09:04] maco: ooh, congrats to your new MOTU badge! [09:04] another lost soul... [10:36] ls [11:00] umm [11:00] could anyone tell me how to develop for ubuntu [11:00] i do C java C++ [11:01] stuff like that [11:01] so any help? [11:02] #ubuntu-motu is for getting involved with Ubuntu development [11:02] as for development *on* Ubuntu, that is off-topic here [11:06] <\sh> moins === highvoltage is now known as highvoltage\n === highvoltage\n is now known as highvoltage === korn_ is now known as c_korn [12:18] mvo: that's how I want to do fsck forcing eventually yeah :) [12:19] Keybuk: cool, thanks [13:04] apw: Hello, Could you have a look at this please? bug #374459 . It has already a commit from upstream ready to apply. [13:04] Launchpad bug 374459 in linux "touchpad can be switched off, but not on again" [Unknown,Fix released] https://launchpad.net/bugs/374459 [13:04] pitti: 127.0.1.1 invalid <-- should fix it, yes? [13:05] hrm... ah. [13:05] lamont: 'invalid'? [13:05] lamont: oh, you mean "you should fix it", not "this should fix it" :) [13:05] yeah - that's the host name [13:06] but that's not how I fixed it before and so yeah... let me see about smacking it over the head harder... === korn_ is now known as c_korn [13:10] primes2h, that should be fixed in karmic right? [13:14] apw: it's not fixed yet. It's fixed upstream, here you find the info about the commit that fixes it http://bugzilla.kernel.org/show_bug.cgi?id=13363 [13:14] bugzilla.kernel.org bug 13363 in Input Devices "touchpad button won't work after switching off once" [Normal,Resolved: patch_already_available] [13:14] primes2h, which is false as the commit upstream is already in the release karmic kernel and not fixing you, correct? [13:17] i've added that info to the bug, and asked for testing and collection of some more information [13:19] apw: I'm not sure that the commit is already in karmic kernel, because the bug is present :) and because of this comment https://bugs.launchpad.net/ubuntu/+source/xfree86-driver-synaptics/+bug/374459/comments/44 [13:19] Launchpad bug 374459 in linux "touchpad can be switched off, but not on again" [Unknown,Fix released] [13:19] primes2h, i am cirtain that the fix is in the karmic kernel, i just checked. but the fix is model specific [13:19] so your model is not _exactly_ the same one then the fix will not trigger [13:20] apw: ah, ok. [13:20] hense the request for testing and on failure the attach of dmidecode output [13:20] apw: by the way, I can't use the workaround described because it applies to grub, not to grub2 [13:21] apw: I mean this kernel option i8042.nomux=1 [13:21] you can add kernel options in both? [13:21] apw: (I have to learn hot grub2 works) [13:21] :) [13:23] it may be GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub that sets it [13:23] then run update-grub [13:25] apw: Is it safe to add a line by hand in /etc/default/grub. It's advised against doing it. [13:25] ? [13:25] grub? [13:26] /boot/grub* is normally replaced and you lose your changes [13:26] i _though_ /etc/default/grub was the right place, but i can't say i know for sure [13:27] apw: BTW, I already did an apport-collect about linux package in the bug report. Is it enough? [13:28] the important thing is that the dev trying to fix it knows which dmi-decode and which model name and which 'does not work with latest karmic' go together [13:28] so i would put the dmi-decode output on an attachment to the update which says your model isn't working [13:28] apw: Does I need just to launch dmidecode in a terminal? [13:28] that makes out job simpler, as we cannot get things mixed up [13:29] probabally sudo dmidecode in a terminal yes [13:29] apw: Yes ;) [13:29] I meant that [13:29] pitti: if you would be so kind as to reupload cups with the test suite back on? should build now. Assuming so, could you migrate the bug to launchpad-buildd by whatever means makes the most sense - lp-buildd should be fixing the hostname in the chroot, rather than the hack we have to resolve invalid [13:29] lamont: \o/ thanks muchly, reuploading [13:32] lamont: the bug is already assigned to launchpad-buildd project -- that isn't right? [13:33] absolutely correct. [13:34] color me illiterate [14:16] Anyone know Where can I report a bug in Ubuntu One [14:16] ? [14:26] apw: Done. I added dmidecode output into the bug report. Thank you very much. [15:25] lamont: hm, failed again :-( [15:33] pitti: gar [15:33] what exactly is the hostname it looks up, I wonder? [15:34] lamont: Surely there is no hostname resolution on the buildds, though? [15:34] StevenK: well... they can resolve things like 'archive.ubuntu.com' :-) [15:34] random hostnames? no. [15:35] *cough* ftpmaster.internal :-P [15:35] congrats maco! [15:35] But yes, I was meaning random hostnames [15:35] lamont: I thought just the local host name, let me check the code [15:35] StevenK: we broke that semi-recently, it used to be able to resolve, but not to contact [15:36] chrisccoulson: thank ya [15:36] lamont: "vernadsky" [15:37] pitti: and WTF does it look up that host name? [15:37] lamont: I thought that is were Build-Depends downloaded from? :-) [15:37] lamont: it's what httpGetHostname() determined [15:37] pitti: Does it use gethostbyname() or a custom resolver? [15:38] StevenK: I meant resolving random hostnames [15:38] lamont: Oh, right [15:38] lamont: http://paste.ubuntu.com/317888/ [15:38] lamont: My context switching is broken [15:38] lamont: gethostname() [15:38] lamont: but "vernadsky" sounds correct for the buildd? [15:39] pitti: 'vernadsky' is a buildd, yes [15:39] and (intentionally) the search list in resolv.conf lacks 'buildd', and vernadsky.canonical.com is NXDOMAIN [15:39] lamont: hm, it worked until some weeks before karmic; any idea what changed at that time? [15:40] But vernadsky.buildd should surely be in /etc/hosts? [15:40] It's using gethostbyname(), so /etc/hosts should certainly be checked [15:40] hostname; hostname --fqdn [15:40] king [15:40] hostname: Unknown host [15:40] so it uses gethostname(), and if that isn't a FQDN, uses gethostbyname() (but if that returns NULL, it doesn't bother) [15:41] StevenK: that would surely be the point of the bug [15:41] so AFAICS, if it can resolve "vernadsky", it should suffice [15:41] StevenK: /etc/hosts used to contain an entry for whatever host built the image. [15:41] and the search list had buildd in it [15:44] pitti: what you're actually saying is "please add buildd back to the search list", or "please make /etc/hostname contain the fqdn for the host on all of the buildds" [15:45] though I suppose that testing network connectivity for cups might entail using a hostname [15:46] pitti: as for why it broke, the chroots were changed to not have buildd in the search list [15:47] ah, I see [15:47] and ultimately, the fix is to have a hosts file entry, written by lp-buildd as part of unpacking the chroot [15:48] how wonderful .. all those days it's nice in Dallas except for next Sunday, when we have our only day off :) [15:48] Ah yes, since you don't want to do that for the chroots themselves [15:49] not sure if this is the right channel but I am getting the following error: Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory [15:49] and I am trying to find out where it is coming from === dendro-afk is now known as dendrobates === robbiew_ is now known as robbiew [15:57] pitti: so the long and the short is that un-hacking cups is easiest described as "blocked by this here lp-buildd bug" [15:58] :-( [16:16] mvo: I made a bunch of fixes on software-properties-kde... are u the man to talk to about reviewing/merging? [16:18] amichair: actually glatzor might be more a candidate for that [16:18] amichair: and of course I can do it too, just a bit busy with preparing for UDS right now I'm afraid [16:19] Same here. [16:19] Riddell: I noticed u and apachelogger seem very busy... trying to find someone else to bug :-) [16:19] And gobby seems to be down [16:19] PLUS the topic script on the UDS site is also really broken [16:20] If you go to any given day on the schedule, you can clearly see the right things on the right days [16:20] if you try doing it by topic (server, mobile, etc) it all gets stuffed between 14:00 and 15:00 [16:44] good morning! [16:45] zul: btw, I've noticed in security updates that cyrus-sasl2 and cyrus-sasl2-heimdal have to be the same version. when you sync one, can you bring in the other too? [16:47] kees: sure [17:37] slangasek: hm, the samba karmic-proposed SRU has a lot of new files (source3/exports/libsmbclient.syms, source3/exports/libsmbsharemodes.syms, source3/lib/netapi/tests/Makefile, etc.); was that intentional? [17:42] amichair: hey! yeah, I'm the one for the merge, what is the branch name? [18:33] pitti: Do you think bug 455740 needs a karmic task? [18:33] Launchpad bug 455740 in imagemagick "convert crashed with SIGSEGV in CloneImage()" [Medium,Fix released] https://launchpad.net/bugs/455740 [18:38] * mpt_ wonders how the Ubuntu Software Center could tell that package Y is an add-on for package X [18:39] e.g. that adblock-plus is an add-on for firefox-3.5 [18:39] mpt_: Sounds like a use-case for Enhances [18:39] Does Enhances exist? [18:39] Certainly does [18:39] cool [18:39] oh, of course it does, it's in the window I'm staring at right now [18:39] nifty nifty nifty [18:39] Heh === robbiew is now known as robbiew_ [18:45] thanks StevenK, I thought I'd get a useful answer in here === ryu2 is now known as ryu [19:09] mvo: lp:~amichai2/software-properties/fixes [19:09] mvo: u can ignore the revision with gpg, it is later reverted [19:10] mvo: and being new to python/qt/kde, I'd be happy to get as much feedback as possible :-) [19:18] mneptok: ping [19:18] ttx: pong [19:19] mneptok: hey -- about the mariadb session for uds [19:19] mneptok: I assume you are willing and able to chair the session ? [19:20] ttx: sure. happy to do so. [19:20] ttx: are you working on scheduling by any chance? [19:20] mneptok: yes [19:20] ttx: if you can schedule it for Monday i can probably get Monty there, as well. [19:20] mneptok: let's see [19:21] mneptok: tricky [19:21] ttx: just be aware, i work for Monty Program. i'm not a completely disinterested party in this. we'll of course follow what the community wants to do, but in the interest of full disclosure .... [19:21] mneptok: I'll need to move a few slots around [19:21] mneptok: I'll let you know asap [19:22] ttx: don't jump through too many hoops. having Monty would be great, but i'd rather not do it if it means disruption to other blueprints. [19:22] mneptok: ok === dendrobates is now known as dendro-afk [19:50] pitti: samba karmic-proposed> that's because I always do a debuild -uc -us -b first, and apparently the clean target is insufficient === kenvandif is now known as kenvainde === kenvainde is now known as kenvandine === dendro-afk is now known as dendrobates === jussi01 is now known as jussi01_ === robbiew_ is now known as robbiew [21:10] slangasek, ping === jussio1 is now known as jussi01 === Amaranth_ is now known as Amaranth [21:43] gdm sticks a little Ubuntu logo at the top of the login box - where does that come from? It's not part of ubuntu-xsplash-artwork like the rest of the artwork [21:46] persia, can you add me to ubuntu-universe-sponsors? [21:47] Has there been any discussion as to reverting mountall for karmic and pushing it to lucid? Or releasing a separate alternate karmic installer that doesn't attempt tot use it? [21:48] Azverkan: Why? [21:49] On all the test upgrades I've done it works with varying degrees of success [21:49] Then file bugs, rather than advocating reverting it? [21:49] It seems like the package still has a few months of bugfixing before it could be declared stable [21:51] Long term getting the bugs reported and fixed is the best approach, I'm just wondering what to do in the short term as the package renders many configurations unusable [21:57] AFAIK, the mountall changes are very intertwined with the other boot changes, so you can't really just 'revert mountall'. It would be the whole boot process. [21:58] Yeah [22:01] On Dell Latitude E4200 / 9.10 it seems that the (touchpad) mouse is often lost on resume from suspend, though comes back after VC back-and-forth. Known? Should probably report properly? [22:03] the new boot process is all event based now, is there a page anywhere that details the best way to debug it? (I remember all the fun with kernel 2.6.31-rc8 breaking inotify and how nonobvious it was) === wolfe_ is now known as wolfe [22:45] smoser: might take fewer round-trips if you would say what you need :) === dendrobates is now known as dendro-afk [22:59] hey. google-earth zoomt bei einer suche auf die richtige stelle. aber der "placemark" der gesetzt wird, ist an einer anderen stelle. kennt das auch jemand? [23:00] SNLala, -> #ubuntu-de [23:00] sry. wrong channel [23:00] yeah thank you === Azverkan_ is now known as Azverkan