/srv/irclogs.ubuntu.com/2009/11/13/#ubuntu-devel.txt

macoebroder: aye?00:05
macoebroder: i gave up on jussi's server coming back00:06
ebrodermaco: 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
ubottuLaunchpad bug 415766 in openafs "evince makes openafs to kernel oops" [Undecided,In progress] https://launchpad.net/bugs/41576600:06
macosure00:07
=== dendrobates is now known as dendro-afk
ebrodermaco: Cool - jdong is in the same room as me so I can harass him to upload it when you're done O:-)00:08
jdongwait what??00:08
macohaha00:09
macoebroder: its just a version # change right?00:09
ebrodermaco: AFAIK00:09
macowas the first one uploaded or not? ie, does this need a new changelog entry?00:10
jdongno00:10
jdongerr00:10
jdongyes then no00:10
jdongunpack in that order00:10
macook then00:11
=== robbiew is now known as robbiew_
smoserslangasek, still around?00:41
dtchen_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:02
dtchen_(or anyone else, really)01:03
ScottKI think that's the long term plan, but it's very mixed at the moment.01:03
TheMusodtchen_: 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:04
dtchen_TheMuso: yeah, I'm just considering how to approach this in the next two days ;)01:05
cody-somervillehaving everything in the same branch seems much easier to maintain01:05
dtchen_cody-somerville: in what senses?01:06
cody-somervillethe code and the packaging is all in one place01:06
dtchen_these 33.6/56kbps dialup connections are horrendous for pulling/pushing branches01:07
cody-somervillethats certainly one drawback01:07
=== yofel_ is now known as yofel
macodtchen_: why are you on dialup?01:07
dtchen_it's only a one-time hit (I think), so I could live with it01:07
ScottKPersonally I like keeping a clear separation between what I've done and what's upstream01:07
macowe have 10Mbps internet at home01:08
dtchen_maco: work sites don't generally give unfettered access anywhere01:08
cody-somervilleI used to have 25mbps but I recently moved and now have 4mbps01:08
cody-somerville: (01:08
* StevenK suggests cody-somerville try Australia01:08
macoScottK: 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 easily01:09
ajmitchStevenK: You're cruel01:09
macofrom what i hear about internet access, australia is in wales01:09
ScottKmaco: For some version of easily, sure01: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
StevenK... We speak in Welsh?01:09
TheMusolol01:09
macoStevenK: even welsh people dont speak welsh01:10
kklimondaTheMuso: interesting - so they are using a branch for debian/ and apply patches directly to source?01:10
StevenKmaco: That's because it requires physically tying your tongue into 3 knots01:10
macoStevenK: i can speak a >tiny< bit of welsh :P01:10
TheMusokklimonda: 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:10
StevenKmaco: Yes, that's the tiny bit that doesn't. :-P01:11
macoStevenK: ive forgotten most of that tiny bit, but i can still make the sounds :P01:11
TheMusokklimonda: So those changes then up in the .diff.gz.01:11
kklimondaTheMuso: nice - which package is that?01:11
TheMusokklimonda: libcanberra01:11
ajmitchTheMuso: it does make sense to not duplicate a vcs as a patch system01:11
ScottKThat's increasingly common01:11
cody-somervilleis that the future?01:11
* kklimonda hopes so01:11
TheMusoajmitch: I agree.01:12
ScottKajmitch: Also makes maintenance work without access to the VCS pretty impossible.01:12
ajmitchthough it's fairly common still to have the whole package in git/bzr/something else & still have debian/patches01:12
ebroderUgh - I hope we get v3 source packages if that's the future01:12
TheMusoajmitch: As long as those changes are in individual commits, so one can pull/pick/revert as needed.01:12
cody-somervilleI doubt that'll happen for long01:12
TheMusoajmitch: 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:12
ajmitchthat makes it just painful01:13
ScottKPersonally 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
TheMusoajmitch: Yes, thats why I pointed that out. :)01:13
* ebroder agrees with ScottK01:13
TheMusoScottK: Yeah I would agree with that.01:13
dtchen_a VCS with frikkin laser beams would be nice.01:13
ajmitchusually the source package won't carry the .git or .bzr dirs though01:13
ScottKSame thing with the push to Quilt as the one true patching system01:13
* cody-somerville likes quilt.01:13
TheMusoSee that is where a vcs is very useful. No *-edit-patch, or make change, duplicate source, unpack fresh source, etc.01:14
macoScottK: see i think "bzr push" is easier than making a debdiff01:14
TheMusoJust make the change, write a commit message, commit, done.01:14
ScottKmaco: Once you get through all the VCS stuff to that point, sure.01:14
macoScottK: bzr branch *wait* *do stuff* bzr commit01:14
dtchen_TheMuso: 0.9.20 ready to go in lp:~crimsun/pulseaudio/lucid01:15
ScottK"Oh, you want to contribute to Ubuntu, first you have to learn this new VCS that is used almost nowhere else"01:15
TheMusodtchen_: Ok thanks.01:15
kklimondawhat 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
cody-somervilleI prefer having discrete sets of changes instead of snapshots over time.01:15
StevenKScottK: And the fact that you mostly treat bzr like svn is just papered over?01:15
StevenKBecause that weakens your argument, so therefore it must not be important.01:16
macobzr and hg basic commands are exactly the same01:16
macogit is mostly close too..clone v. branch is the difference01:16
ScottKStevenK: For someone who has svn experience it's not so bad, but it's still an increase in the barrier to contribution.01:16
ajmitchcontributing to ubuntu or debian requires plenty of esoteric knowledge as it is01:16
maco(note: *only* for basic commands. git gets insane)01:17
ajmitchit's yet to be seen whether having everything in branches will simplify it or not01:17
StevenKmaco: clone is about the only git command I know01:17
ebroderajmitch: Doesn't mean we should make it worse01:17
dtchen_s/insane/usable for a select workflow or way of thinking/01:17
macoStevenK: commit and push are the same01:17
macoStevenK: oh, pull too01:17
StevenKdtchen_: s/$/If you're very lucky, or Linus/01:17
ajmitchebroder: I'm undecided whether it's making it worse or not01:17
macoStevenK++01:18
ScottKI think it's better, just harder.01:18
cody-somervilleatleast we're not using git, then it would be worse and harder!01:18
StevenKBut faster!01:18
macoyes01:18
cody-somervilleStevenK, for small values of fast only01:18
TheMusoSpeaking 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
dtchen_which is well, kinda useful when pulling down hundreds of megs.01:18
StevenKI 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
cody-somerville+101:19
ebroderStevenK: That's perception bias. I'm exactly the other way around01:19
chrisccoulsonheh, i find git quite hard too. it's a shame that gnome uses it now01:19
cody-somervilleI'm sure if I knew how to use git I'd love how powerful and robust it is01:19
StevenKebroder: You didn't use svn much?01:19
dtchen_ScottK: perhaps if there solid guis for bzr, the barrier may be a bit lower than you're suggesting?01:19
dtchen_there are*01:20
ebroderStevenK: I use git for almost everything, and git-svn where I can't01:20
ScottKdtchen_: It's been a while since I looked.01:20
RAOFchrisccoulson: I have to say that my interaction with git.gnome.org is entirely through bzr.01:20
StevenKebroder: Well, then of course you're biased towards git.01:20
dtchen_I admit I haven't actually tried editing sound/pci/* in, say, Eclipse01:20
chrisccoulsonRAOF - you can't commit to git.gnome.org that way though can you?01:21
cody-somervillehttp://doc.bazaar-vcs.org/migration/en/_images/welcome-new-project.png <-- I think bzr does have a nice gui now.01:21
TheMusodtchen_: Would you want to? :)01:21
kklimondaRAOF: how well does it work? using bzr to interact with git repositories?01:21
ebroderStevenK: I think the point is that it's entirely a matter of what you're used to01:21
cody-somervillechrisccoulson, I think you can01:21
RAOFchrisccoulson: You could.  I don't have commit access to anything, but you certainly can.01:21
chrisccoulsonah, i didn't know that01:22
ebroderStevenK: I know people who used RCS but not svn and found git more intuitive than svn01:22
chrisccoulsoni'll have to try that next time i commit something01:22
StevenKYes, but RCS is .... awful01:22
* StevenK had to try multiple times to not using a curse word for that sentence01:22
cody-somervillehmmm... the help file for git log is 26 pages long. :/01:22
RAOFchrisccoulson: 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
chrisccoulsoni wasn't aware of that - thanks!01:23
TheMusoRAOF: In what context are you referring to when you talk about specifying branches?01:23
chrisccoulsonalthough, i don't commit to git.gnome.org all that often01:23
macocody-somerville: wow01:24
RAOFTheMuso: 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:24
TheMusoRAOF: 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
TheMusoComplicated to explain in a few words.01:26
RAOFTheMuso: Oh, no.  I know how to do it with git, but you can't do it with bzr-git.01:26
RAOFSorry, that was obviously less than well-explained.01:26
TheMusoRAOF: Oh right.01:26
ajmitchI think it's complicated because bzr & git have slightly different views of branches & repositories, from what I've seen01:26
dtchen_ajmitch: I think so, too01:26
RAOFIt is, yes.01:27
RAOFIt 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:29
LaserJockkirkland: 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:45
kirklandLaserJock: basically, yes01:46
kirklandLaserJock: where "download" =~ tries to incrementally sync it01:46
kirklandLaserJock: such that it'll be useful with daily iso's, once Lucid starts publishing dailies01:46
LaserJockhmm, but doesn't a simple zsync command do the same thing?01:47
ajmitchit sounds basic but useful01:47
kirklandLaserJock: yes, it use rsync || zync || wget01:47
LaserJockdid it come from the downloader that the QA team has?01:47
kirklandLaserJock: no01:48
kirklandLaserJock: what downloader is that?01:50
=== chuck_ is now known as zul
LaserJockdl-ubuntu-test-iso01:51
LaserJockit's in ubuntu-qa-tools01:51
LaserJockit uses zsync, rsync, or wget I think01:51
LaserJockyou tell it what arch/flavor, etc. and it grabs the .iso01:51
LaserJockthe man page is mostly rsync but I know they added zsync later in Karmic01:53
macoLaserJock: dude thats awesome02:17
LaserJockmaco: what is?02:17
macoLaserJock: what you said about dl-ubuntu-test-iso02:17
macoi had no idea that existed02:17
chrisccoulsonhas anyone noticed recently an increase in the number of users who just come and randomly change bug states without any comment?02:23
ScottKchrisccoulson: Yes.  It's thanks to the ajaxification of that in Launchpad.02:24
ScottKIt's now very easy to do.  In fact it's encouraged by the design.02:24
sbeattiemaco|LaserJock: fair warning, zsync has problems handling files > 2GB on 32bit platforms; there's an SRU for karmic that addresses it.02:24
macothe isos arent that big...02:25
ScottKDVD ones are02:25
macoah yeah02:25
chrisccoulsonScottK - you're probably right. i wasn't sure whether users were doing it accidentally, or doing it just to be disruptive02:25
=== chuck_ is now known as zul
ScottKchrisccoulson: Not sure.  I think it's mostly a combination of accidents and not realizing they should make a comment.02:26
ScottKIIRC, Ubuntu people asked Launchpad people to have the change reverted and got told no.02:26
chrisccoulsonit is quite annoying to have to revert changes nearly every day now :-/02:27
ScottKWell IMO Launchpad and quite annoying are frequent associates.02:28
chrisccoulsonheh02:29
chrisccoulsoni had to delete 600 mails from one bug from my inbox today02:29
chrisccoulsonit's quite annoying when getting spammed each time the retracer finds another duplicate of a popular bug02:30
ajmitchhow many extra mails do you get from people wanting to unsubscribe from that bug?02:31
chrisccoulsonthe 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 mails02:33
chrisccoulsonit'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 process02:34
chrisccoulsonthat's difficult at the moment though02:34
kklimondachrisccoulson: you have fixed it? my hero :)02:34
chrisccoulsonkklimonda - yep, it's fixed, if you want to test it ;)02:34
* kklimonda got tired of getting ~80 mails every day ;)02:34
ScottKIt'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
chrisccoulsonthat's a pain. fortunately, i'm not subscribed to many teams which get bug mail02:35
chrisccoulsoni suspect you probably see significantly more bug mail than me ;)02:35
* ScottK has seen bug mail where people were begging to make it stop.02:36
kklimondachrisccoulson: you can easily fix that and subscribe to desktop-bugs ;)02:36
kklimondaScottK: ya, I've seen that too with seahorse-plugins bug..02:36
ScottKUsually when a bug affected multiple packages and the one package they cared about was long fixed02:36
LaserJockScottK: yeah, well I lost a  whole team to that02:38
chrisccoulsonin some cases, it would be useful to be automatically subscribed to bugs for a particular package for a couple of weeks after doing an upload02:38
LaserJockScottK: I had collected a group of Debian developers and then they all left after the 3rd or 4th bugmail storm02:38
StevenKHa. Lightweights.02:39
ScottKLaserJock: I believe it.02:39
StevenKWere none of them subscribed to debian-devel?02:39
LaserJockI believe they might have been02:39
StevenKThen they really are.02:39
LaserJockwe got ~ 100 emails in about 1 hr02:39
StevenKOr they need to filter e-mail better02:39
ScottKThe translation template mails are even less use and more annoying from my perspective.02:40
StevenKOh, agreed02:40
LaserJockwhat's frustrating is even if you mark your task Invalid you still get flooded02:40
StevenKWhy must I get a whole bunch of useless mail when I upload something?02:40
ScottKStevenK: Because we use Launchpad.  What more do you need to know.02:41
ajmitchthis is why most of my bug mail goes into a large folder & I just use mutt searches to narrow down the flood02:41
ajmitchScottK: it's free software now, go fix it that way -->02:41
StevenKHaha!02:41
* ebroder <3 Gmail's search02:41
StevenKajmitch 1, ScottK 002:42
ScottKLast time I asked, the response was something like "but someome might want them", IIRC02:42
StevenKScottK: So? Submit a branch, that makes it slightly harder to say no.02:42
ScottKajmitch: I don't have commit rights.  This isn't a bug, it's the design02:42
StevenKScottK: I'm curious why that's a problem.02:43
ScottKStevenK: I don't think my blood pressure could take it.02:43
ScottKBack in 5 ...02:43
ScottKStevenK: Why what's a problem?02:43
StevenKScottK: Why is you not having commit access a problem?02:43
LaserJockbecause it has to be OK'd02:44
ajmitchnoone has commit access, really, since all branches get reviewed02:44
LaserJocktherefore get's checked against "we designed it that way"02:44
ScottKLaserJock: Exactly02:46
StevenKSo? That's a feature02:46
ScottKSo "It's Free Software" only helps in the case of accidental problems, not the on purpose kind02:46
StevenKThe barrier of entry is higher than you percieve it02:47
cody-somervillelol02:47
ajmitchlike any free software program, you have to argue for design changes02:47
StevenKThis 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:47
ScottKNo, 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
ScottKIt's possible they changed their minds or I misremember.02:48
StevenKI suggest subscribing a developer to a team that gets bug stormed and then see what happens. :-)02:49
StevenKThat strikes me as somewhat cruel.02:49
ajmitchSometimes you must be cruel to be kind, right?02:49
ScottKIn the right measure, yes.02:49
StevenKBut surely you can fix the team so that bug mail gets sent to a list02:50
StevenKIf you don't want to get stormed, unsubscribe from the list02:51
LaserJockand you miss the bugmail02:51
zulprocmail usually helps as well02:51
StevenKWell, sure, but there's no magical button in Launchpad to say "only mail me the bugs that look like they may interest me"02:51
LaserJockno02:52
LaserJockbut you should at least be able to unsubscribe02:52
LaserJockwhich is all I asked for like 2 years ago02:52
StevenKAnd you miss the bugmail02:52
StevenKTo use your own argument against you02:52
LaserJockbut you made that choice02:52
LaserJockfor the particular bug02:52
ScottKThe explicitly unsubscribe to a bug you've been implicitly subscribed to is an open bug02:53
StevenKI thought you could do that?02:53
ScottKThe "it's that way one purpose" was about the translations email.02:53
StevenKScottK: Oh, that's easy to fix. Get one of the launchpad guys to sponsor an openoffice.org upload02:53
LaserJockStevenK: perhaps that's been fixed "recently" but my team is long gone02:53
ScottKJust checked.  No unsubscribe button for a bug that I'm subscribed to the package for02:55
ScottKLaserJock: Not fixed AFAICT02:55
jmlScottK, https://bugs.edge.launchpad.net/malone/+bug/412925 fwiw02:57
ubottuLaunchpad bug 412925 in malone "new ajax interface for changing bug statuses is too easy" [High,Triaged]02:57
ScottKjml: That's the one.02:57
ebrodermaco: Looks like you ended up with a bunch of extra autoconf/manpages stuff in the latest debdiff for 41576602:57
jmlScottK, I haven't spoken with the malone team recently, but I think they agree that something needs to change.02:57
macoebroder: oh boo now whyd it do that02:58
jmlI'm confident that they'd be happy to help someone prepare a patch :)02:58
macoebroder: can i just manually mangle the old debdiff? would anyone care?02:58
ebrodermaco: I've caught the clean stage of the openafs package doing that before. Don't remember why off the top of my head02:58
ebrodermaco: Yeah, that's totally fair02:58
ScottKjml: I last saw the bug after it was wontfixed.02:59
nixternaljust ignore the bug reports, that's what I do...now anything with the word 'BUG' gets sent straight to [GMail].Spam ;p02:59
macoebroder: sent03:00
nixternaland 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:00
LaserJockI've just been using the package report pages03:01
LaserJockand pretty much ignore bugmail03:01
ebrodermaco: I think the version should be 1.4.11+dfsg-1+ubuntu0.1 - that's what I've used for openafs SRUs in the past03:02
macoebroder: oh right cuz debian is -1....wah thats confusing03:03
ebroderYeah...03:03
macoebroder: this pkg has truly fubar versioning03:03
ScottKebroder: Without the "+"03:03
ScottK1ubuntu0.103:03
ebroderScottK: No, you need the +, otherwise it screws up modules built by module-assistant03:03
ScottKOh.03:03
ScottKNevermind03:04
macoright this is why we're sitting here mucking with version strings03:04
macobecause 1ubuntu0.1 is what i uploaded before03:04
* ScottK nods03:04
ebroderOne 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 days03:06
ebroderc.f. libcups2 1.3.8-1+lenny703:06
macoebroder: ok NOW is it ok?03:08
ebrodermaco: I'll let you know when it makes it to LP03:08
ScottKebroder: Because our revision numbers aren't long enough already?03:10
ebroderScottK: 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
ebrodermaco: Looks perfect - thanks03:10
macowow...you mean we could have libcups2-1.3.8-1+lenny7+ubuntu1?03:12
* StevenK twitces03:12
StevenK*twitches03:12
ebroderWell, we don't sync from post-release Lenny updates03:12
StevenKThat isn't a sync03:12
StevenKAnd we can merge from wherever we want, if we so wish to03:12
jdongmaco: *SLAP*03:15
jdongAARRRRRRGH03:15
macojdong: ebroder made me do it!03:15
jdongmaco: didn't we have this discussion about hand-editing patches?03:15
macojdong: i didnt touch the patchy part or add new lines!03:15
macooh.03:15
macowait...this is that one that i hand-edited before03:16
macoslightly more hand-edited but without new lines this time03:16
jdong:)03:16
macohe said it was ok *points to ebroder*03:16
ajmitchmaco: where's the +isreally+1.2.6 part that it needs? :)03:16
ebroderI <3 that in version numbers03:17
macojdong: you're going to give me noogies if we ever meet, arent you?03:17
jdonglol03:18
jdongdon't worry03:18
jdongI still love you ;-)03:18
StevenKBe warned that jdong considers noogies a form of affection03:19
macogreat so StevenK's going to tickle me for making fun of his accent and jdong's gonna give me noogies...03:21
StevenKSounds like fun.03:22
StevenKjdong and I should make sure to do it at the same time, too03:22
* ajmitch would be worried about that03:22
macohahaha03:22
macosounds like i need a corset and a helmet03:22
StevenKOh, a corset won't stop tickling03:22
macoyou cant tickle through a corset03:23
ajmitchsomething like an electric cattle prod would help keep them off03:23
ScottKIt's Texas.  Firearms are legal.03:23
macoi know, the ubuntu women team is organizing a trip to the shooting range03:23
macofor uds03:23
StevenKmaco: They aren't that thick, and they're skin-tight, so it should be possible ...03:24
jdongWHAT ON EARTH IS GOING ON?03:24
ajmitchjdong: madness03:24
macohigh levels of silly03:24
ScottKIt says something when jdong is the stable, level headed one in the room.03:27
ajmitchheh03:27
ajmitchvery much so :)03:27
LaserJockmaco: oh man, you're going to go shooting? I'm envious. I had to leave all my weaponry in MT when I moved to Boston03:30
macoLaserJock: *i'm* not going shooting. akgraner is, and czajkowski's like "you have guns in your country? i wanna try!"03:30
ScottKmaco: Why aren't you going?03:31
macoeek! guns!03:31
maconow if they were going to the *archery* range..03:31
LaserJockmaco: well, they're similar, just one goes a little faster and has a bit more bang to it ;-)03:32
* TheMuso reads backscroll and can't stop laughing.03:33
ajmitchLaserJock: similar in a vague sort of way...03:34
LaserJockajmitch: well, I've killed things with both, the effect is similar03:35
ScottK:-)03:36
LaserJockalthough I am always amazed when I have friends try a pistol/rifle for the first time03:36
LaserJockapparently it's not exactly how it looks on TV03:36
ajmitchnow that's a surprise :)03:37
StevenKHaha, yes03:40
StevenK"Um, I just fired this rifle, and now I'm on the ground."03:40
* TheMuso would be frightened of both the recoil and the bullet.03:43
jdongmaco: poke poke04:00
jdongare you regenning the patch?04:00
macoam now. but before it spewed weird autoconf stuff into it when i tried04:02
ebroderTry...doing a debuild clean before you do the debuild -S or something?04:03
macojdong: ok ther04:04
macoebroder: it worked this time *shrug*04:05
* ebroder shrugs. That doesn't surprise me too much04:05
jdongsomeone play refresh timer for me.04:06
jdongmaco / ebroder : uploaded04:09
ebroderYay :)04:09
macoyay04:10
=== cody-somerville_ is now known as cody-somerville
=== asac_ is now known as asac
HemidroneMy 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.html05:14
HemidroneHmm, 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:17
HemidroneYeesh! 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
HobbseeHemidrone: i don't think you really want to continue...05:20
HemidroneKorean wimen are very sexxi.05:20
ScottKThanks.05:21
mneptokis the speed of -server sessions being added to the UDS schedule affected by my use of the refresh icon?05:35
Ademandoes 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:24
cody-somervilleAdeman, no, I don't think so06:31
cody-somervilleAdeman, and looking at gdm-binary --help, it doesn't look like it accept a config file as an argument.06:32
pittiGood morning06:32
pittilamont: yes, that was lucid06:32
dholbachbuon giorno!06:54
=== geser_ is now known as geser
Ademancody-somerville: so you think the upstart script is bogus?06:55
=== tkamppeter__ is now known as tkamppeter
bossekrhi 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 happens07:42
macobossekr: replace "edit" with the bug number07:43
bossekrhmm, the edit@ interface for multiple bugs and this is what I've done07:43
bossekrthere are a bunch of bugs to change07:44
macoah ok07:44
siretart`morning08:07
siretart`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
pittisiretart`: hm, can't say offhand; was it handled like that so far?08:08
siretart`I'm not sure if the current case I'm looking at is deliberate or a mistake.08:09
siretart`in fact, its the only divergence we currently carry from debian. I suspect we imported the package from debian and then the package was changed08:09
=== dholbach_ is now known as dholbach
siretart`filed as bug #48178908:16
ubottuLaunchpad bug 481789 in kid3 "kid3 links against libmp4v2" [Undecided,New] https://launchpad.net/bugs/48178908:16
pittijames_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:40
macopitti: the openafs one that was in proposed was -1ubuntu0.1 this is -1+ubuntu0.1 because module-assistant gets stupid without the +08:44
pittimaco: oh, sorry; will reprocess then; so that was the only change, right?08:44
macoyeah08:44
macojust a bumped version number to make m-a happy08:44
pittidone08:47
macopitti: thanks08:49
pittimaco: ooh, congrats to your new MOTU badge!09:04
Tm_Tanother lost soul...09:04
ashiswinls10:36
ashiswinumm11:00
ashiswincould anyone tell me how to develop for ubuntu11:00
ashiswini do C java C++11:00
ashiswinstuff like that11:01
ashiswinso any help?11:01
azeem#ubuntu-motu is for getting involved with Ubuntu development11:02
azeemas for development *on* Ubuntu, that is off-topic here11:02
\shmoins11:06
=== highvoltage is now known as highvoltage\n
=== highvoltage\n is now known as highvoltage
=== korn_ is now known as c_korn
Keybukmvo: that's how I want to do fsck forcing eventually yeah :)12:18
mvoKeybuk: cool, thanks12:19
primes2hapw: Hello, Could you have a look at this please? bug #374459 . It has already a commit from upstream ready to apply.13:04
ubottuLaunchpad bug 374459 in linux "touchpad can be switched off, but not on again" [Unknown,Fix released] https://launchpad.net/bugs/37445913:04
lamontpitti: 127.0.1.1       invalid <-- should fix it, yes?13:04
lamonthrm... ah.13:05
pittilamont: 'invalid'?13:05
pittilamont: oh, you mean "you should fix it", not "this should fix it" :)13:05
lamontyeah - that's the host name13:05
lamontbut that's not how I fixed it before and so yeah... let me see about smacking it over the head harder...13:06
=== korn_ is now known as c_korn
apwprimes2h, that should be fixed in karmic right?13:10
primes2hapw: 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=1336313:14
ubottubugzilla.kernel.org bug 13363 in Input Devices "touchpad button won't work after switching off once" [Normal,Resolved: patch_already_available]13:14
apwprimes2h, which is false as the commit upstream is already in the release karmic kernel and not fixing you, correct?13:14
apwi've added that info to the bug, and asked for testing and collection of some more information13:17
primes2hapw: 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/4413:19
ubottuLaunchpad bug 374459 in linux "touchpad can be switched off, but not on again" [Unknown,Fix released]13:19
apwprimes2h, i am cirtain that the fix is in the karmic kernel, i just checked.  but the fix is model specific13:19
apwso your model is not _exactly_ the same one then the fix will not trigger13:19
primes2hapw: ah, ok.13:20
apwhense the request for testing and on failure the attach of dmidecode output13:20
primes2hapw: by the way, I can't use the  workaround described because it applies to grub, not to grub213:20
primes2hapw: I mean this kernel option i8042.nomux=113:21
apwyou can add kernel options in both?13:21
primes2hapw: (I have to learn hot grub2 works)13:21
primes2h:)13:21
apwit may be GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub that sets it13:23
apwthen run update-grub13:23
primes2hapw: Is it safe to add a line by hand in /etc/default/grub. It's advised against doing it.13:25
primes2h?13:25
primes2hgrub?13:25
apw/boot/grub* is normally replaced and you lose your changes13:26
apwi _though_ /etc/default/grub was the right place, but i can't say i know for sure13:26
primes2hapw: BTW, I already did an apport-collect about linux package in the bug report. Is it enough?13:27
apwthe 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 together13:28
apwso i would put the dmi-decode output on an attachment to the update which says your model isn't working13:28
primes2hapw: Does I need just to launch dmidecode in a terminal?13:28
apwthat makes out job simpler, as we cannot get things mixed up13:28
apwprobabally sudo dmidecode in a terminal yes13:29
primes2hapw: Yes ;)13:29
primes2hI meant that13:29
lamontpitti: 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 invalid13:29
pittilamont: \o/ thanks muchly, reuploading13:29
pittilamont: the bug is already assigned to launchpad-buildd project -- that isn't right?13:32
lamontabsolutely correct.13:33
lamontcolor me illiterate13:34
helgerAnyone know Where can I report a bug in Ubuntu One14:16
helger?14:16
primes2hapw: Done. I added dmidecode output into the bug report. Thank you very much.14:26
pittilamont: hm, failed again :-(15:25
lamontpitti: gar15:33
lamontwhat exactly is the hostname it looks up, I wonder?15:33
StevenKlamont: Surely there is no hostname resolution on the buildds, though?15:34
lamontStevenK: well... they can resolve things like 'archive.ubuntu.com' :-)15:34
lamontrandom hostnames? no.15:34
StevenK*cough* ftpmaster.internal :-P15:35
chrisccoulsoncongrats maco!15:35
StevenKBut yes, I was meaning random hostnames15:35
pittilamont: I thought just the local host name, let me check the code15:35
lamontStevenK: we broke that semi-recently, it used to be able to resolve, but not to contact15:35
macochrisccoulson: thank ya15:36
pittilamont: "vernadsky"15:36
lamontpitti: and WTF does it look up that host name?15:37
StevenKlamont: I thought that is were Build-Depends downloaded from? :-)15:37
pittilamont: it's what httpGetHostname() determined15:37
StevenKpitti: Does it use gethostbyname() or a custom resolver?15:37
lamontStevenK: I meant resolving random hostnames15:38
StevenKlamont: Oh, right15:38
pittilamont: http://paste.ubuntu.com/317888/15:38
StevenKlamont: My context switching is broken15:38
pittilamont: gethostname()15:38
pittilamont: but "vernadsky" sounds correct for the buildd?15:38
lamontpitti: 'vernadsky' is a buildd, yes15:39
lamontand (intentionally) the search list in resolv.conf lacks 'buildd', and vernadsky.canonical.com is NXDOMAIN15:39
pittilamont: hm, it worked until some weeks before karmic; any idea what changed at that time?15:39
StevenKBut vernadsky.buildd should surely be in /etc/hosts?15:40
StevenKIt's using gethostbyname(), so /etc/hosts should certainly be checked15:40
lamonthostname; hostname --fqdn15:40
lamontking15:40
lamonthostname: Unknown host15:40
pittiso it uses gethostname(), and if that isn't a FQDN, uses gethostbyname() (but if that returns NULL, it doesn't bother)15:40
lamontStevenK: that would surely be the point of the bug15:41
pittiso AFAICS, if it can resolve "vernadsky", it should suffice15:41
lamontStevenK: /etc/hosts used to contain an entry for whatever host built the image.15:41
lamontand the search list had buildd in it15:41
lamontpitti: 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:44
lamontthough I suppose that testing network connectivity for cups might entail using a hostname15:45
lamontpitti: as for why it broke, the chroots were changed to not have buildd in the search list15:46
pittiah, I see15:47
lamontand ultimately, the fix is to have a hosts file entry, written by lp-buildd as part of unpacking the chroot15:47
pittihow wonderful .. all those days it's nice in Dallas except for next Sunday, when we have our only day off :)15:48
StevenKAh yes, since you don't want to do that for the chroots themselves15:48
serialordernot 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 directory15:49
serialorderand I am trying to find out where it is coming from15:49
=== dendro-afk is now known as dendrobates
=== robbiew_ is now known as robbiew
lamontpitti: so the long and the short is that un-hacking cups is easiest described as "blocked by this here lp-buildd bug"15:57
lamont:-(15:58
amichairmvo: I made a bunch of fixes on software-properties-kde... are u the man to talk to about reviewing/merging?16:16
Riddellamichair: actually glatzor might be more a candidate for that16:18
Riddellamichair: and of course I can do it too, just a bit busy with preparing for UDS right now I'm afraid16:18
MartynSame here.16:19
amichairRiddell: I noticed u and apachelogger seem very busy... trying to find someone else to bug :-)16:19
MartynAnd gobby seems to be down16:19
MartynPLUS the topic script on the UDS site is also really broken16:19
MartynIf you go to any given day on the schedule, you can clearly see the right things on the right days16:20
Martynif you try doing it by topic (server, mobile, etc) it all gets stuffed between 14:00 and 15:0016:20
keesgood morning!16:44
keeszul: 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:45
zulkees: sure16:47
pittislangasek: 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:37
mvoamichair: hey! yeah, I'm the one for the merge, what is the branch name?17:42
bdmurraypitti: Do you think bug 455740 needs a karmic task?18:33
ubottuLaunchpad bug 455740 in imagemagick "convert crashed with SIGSEGV in CloneImage()" [Medium,Fix released] https://launchpad.net/bugs/45574018:33
* mpt_ wonders how the Ubuntu Software Center could tell that package Y is an add-on for package X18:38
mpt_e.g. that adblock-plus is an add-on for firefox-3.518:39
StevenKmpt_: Sounds like a use-case for Enhances18:39
mpt_Does Enhances exist?18:39
StevenKCertainly does18:39
mpt_cool18:39
mpt_oh, of course it does, it's in the window I'm staring at right now18:39
mpt_nifty nifty nifty18:39
StevenKHeh18:39
=== robbiew is now known as robbiew_
mpt_thanks StevenK, I thought I'd get a useful answer in here18:45
=== ryu2 is now known as ryu
amichairmvo: lp:~amichai2/software-properties/fixes19:09
amichairmvo: u can ignore the revision with gpg, it is later reverted19:09
amichairmvo: and being new to python/qt/kde, I'd be happy to get as much feedback as possible :-)19:10
ttxmneptok: ping19:18
mneptokttx: pong19:18
ttxmneptok: hey -- about the mariadb session for uds19:19
ttxmneptok: I assume you are willing and able to chair the session ?19:19
mneptokttx: sure. happy to do so.19:20
mneptokttx: are you working on scheduling by any chance?19:20
ttxmneptok: yes19:20
mneptokttx: if you can schedule it for Monday i can probably get Monty there, as well.19:20
ttxmneptok: let's see19:20
ttxmneptok: tricky19:21
mneptokttx: 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
ttxmneptok: I'll need to move a few slots around19:21
ttxmneptok: I'll let you know asap19:21
mneptokttx: 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
ttxmneptok: ok19:22
=== dendrobates is now known as dendro-afk
slangasekpitti: samba karmic-proposed> that's because I always do a debuild -uc -us -b first, and apparently the clean target is insufficient19:50
=== 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
smoserslangasek, ping21:10
=== jussio1 is now known as jussi01
=== Amaranth_ is now known as Amaranth
ebrodergdm 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 artwork21:43
mterrypersia, can you add me to ubuntu-universe-sponsors?21:46
AzverkanHas 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:47
StevenKAzverkan: Why?21:48
AzverkanOn all the test upgrades I've done it works with varying degrees of success21:49
StevenKThen file bugs, rather than advocating reverting it?21:49
AzverkanIt seems like the package still has a few months of bugfixing before it could be declared stable21:49
AzverkanLong 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 unusable21:51
ScottKAFAIK, 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:57
StevenKYeah21:58
mjrOn 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:01
Azverkanthe 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)22:03
=== wolfe_ is now known as wolfe
slangaseksmoser: might take fewer round-trips if you would say what you need :)22:45
=== dendrobates is now known as dendro-afk
SNLalahey. 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?22:59
tormodSNLala, -> #ubuntu-de23:00
SNLalasry. wrong channel23:00
SNLalayeah thank you23:00
=== Azverkan_ is now known as Azverkan

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!