=== poningru [n=poningru@n128-227-34-184.xlate.ufl.edu] has joined #launchpad === hannosch [i=hannosch@e176103166.adsl.alicedsl.de] has joined #launchpad [12:45] hannosch: oi [12:45] jordi: hi [12:46] jordi: I still have a duplicate pot in here: https://launchpad.net/products/plonesoftwarecenter/+translations :( [12:47] bleh [12:47] I'll nag people again :/ [12:48] The import was f**ked up somehow, but carlos couldn't fix it, so I added all entries manually to the right pot [12:56] lifeless: will it be possible to run baz2bzr on bzr checkouts in importd? [12:57] possible as in "technically feasible" and "a new enough bzrlib will be there" [12:57] hannosch: yeah, I fsckd when I imported to the wrong product [12:57] doh [12:58] jordi: no problem as long as it is fixed sometime :) === suodla is now known as dous === jsgotangco [n=jsg@210.4.38.43] has joined #launchpad [01:05] hannosch: hopefully :) [01:07] jordi: Could you point me to the current documentation for Rosetta? I'll guess I have to write some myself to explain how-to use Rosetta for my existing translators. So I would like to point them to some existing docs, or write some new if there's lacking some. === stu1 [n=stub@gb.ja.98.105.revip.asianet.co.th] has joined #launchpad [01:09] lifeless: ping, want to talk about you about potential need for special handling of "not quite atomic" behaviour of bzr commit compared to baz commit. [01:09] hannosch: basically, what there is is the FAQ. When I have time (heh) I will write a manual under at least two points of view: upstream maintainer and translator [01:09] unping for the checkout thing, it's not going to help anyway [01:09] hannosch: mail me, and lets coordinate about writing sometihng [01:10] jordi: will do, there is a new alpha release of Plone up this weekend, so I'll probably mail you next week ;) [01:11] ok :) [01:14] ddaa: what not quite atomic behaviour ? [01:15] commit, push, etc. works roughly like that: 1. add texts in the store 2. add revision entry in store 3. add revision to inventory 4. update head [01:16] roughly. you have the order wrong but close. [01:16] please correct me, I wish to learn [01:16] add texts [01:16] add inventory [01:16] add revision [01:16] update branch head [01:16] update working tree last revision [01:17] unlock everything [01:17] maybe I'm confused, but what happens if the commit is killed after adding the inventory. You get an inventory that references a revision that's not here... right? [01:18] inventories do not reference revisions [01:18] mh? [01:18] inventories reference fileid:revisionid pairs [01:19] revisions reference inventories [01:19] in the near future that will change to revisions reference fileid:revisionid pairs too - for the root node, and that root node will be the inventory [01:20] okay, I'm completely confuddled now... some internals documentation would be great... [01:20] nevermind [01:21] also, ids "update branch head" and "update working tree last revision" the same thing for a self-contained tree? === ulinskie [n=yolynne@202.57.88.34] has joined #launchpad [01:21] (that's relevant to the issue at hand) [01:22] the reference order is Revision owns an inventory owns file texts [01:22] EPARSE on 'ids "update branch head" and "update working tree last revision" the same thing for a self-contained tree' [01:23] s/ids/is/ [01:23] no, its not the same thing for a standalone branch [01:23] it is the same thing for a format 6 bzrdir [01:24] meta-format 1, available for use from 0.8 makes it different [01:24] that opens a new sort of confusing race on commit... [01:24] theres no race. There is a power-fail consistency issue [01:25] but we can journal that if we care to [01:25] if the commit is killed after updating the branch head and before updating the tree revision, you get an out of date tree that you need to revert and pull to unbreak... revert is totally not what you want to try in such a situation... [01:25] no [01:26] 'bzr update' will correct it and should never have issues as 3 way merge will see one side unchanged [01:26] okay, I will ask SteveA for alloted time to keep up with the bzr mailing list. I cannot work at my best in this situation :( [01:26] right... update... [01:27] also note that to kill commit there you will need to be very very fast off the mark, as its literally 2 disk operations apart [01:27] shit happens, in importd especially [01:27] and finally as I say, we can journal this: we can say 'pending commit $revid' in a file [01:27] and write that after everything is locked, before the branch head is updated. [01:28] can do it, and actually doing it is something different :) [01:28] Thanks for the explanations. So the issue I wanted to talk about is: [01:28] and when we start up if there are stale tree locks we can look for that and if the revid is in the branch just do it [01:29] ATM there are no stale tree locks. That would probably make things easier in the short term for importd if there are. [01:29] thats also a 0.8 feature [01:30] The general idea, is that commit puts a bunch of stuff in the store, that's not actually used until the branch head is updated. Usually, that's not a problem, the following commit will create stuff with different ids. [01:30] It creates some junk data, but it's usually not a big deal. [01:30] The issue I have, is how that pans out with baz2bzr in importd. [01:31] I dont see an issue. run baz2bzr after the mirror step in the current process [01:31] the data is consistent then with what is committed - arch gives you the same data each time. [01:31] Yeah, then what if baz2bzr is interrupted? [01:31] then run it again [01:31] For one thing, we use fixed revision ids, so I'm concerned that maybe the subsequent commit is going to cry conflict. [01:32] its designed for this. I'm not sure what your concern is [01:32] I'm not sure anymore either. [01:32] are you saying 'will baz2bzr work' [01:32] I think I should stop working on this stuff for today. [01:32] or are you saying 'I have tested it and it breaks' [01:32] if the latter - tell me and aaron as its a bug [01:33] if the former, treat it like a black box mmkmary [01:33] I'm asking will it work with sufficient shit-proofness for importd. [01:33] it should [01:34] it does not have specific tests, but I can't think of any expected fallout except in a very narrow range of circumstances. baz2bzr actually does its work semi atomically anyway with a temporary directory. [01:35] and the worst case situation is redoing a single branch over, which while not ideal does not seem hugely problematic to me given the plan [01:35] Initially, I was concerned about putting junk data in importd branches. [01:36] but as you said, it's not going to happen, because of predictable ids and data. [01:36] okay, I'm satisfied that there's no problem there :) [01:37] just exercising stone-turning skills to look for potential trouble. [01:37] lifeless: thank you [01:37] np [01:43] lifeless: Still no buildbot love. [01:43] "No module named testresources", same as before I think. [01:45] spiv: damn damn damn === Alinux [n=Ubuntu@d83-176-16-100.cust.tele2.it] has joined #launchpad === sevrin [n=sevrin@202.75.186.154] has joined #launchpad [02:38] Wow, were you guys aware of that? http://developer.yahoo.net/yui/ === Alinux [n=Ubuntu@d83-176-16-100.cust.tele2.it] has left #launchpad ["Ex-Chat"] [02:50] ddaa: the calendar widget looks good for date entry [02:51] I'm looking at the patterns now [02:51] e.g. http://developer.yahoo.net/yui/calendar/examples/default_2up/index.html [02:52] lovely [02:55] The menu portlet probably benefit from a treeview too, to hide the more rarely used items. [02:57] wow, rgb color picker! http://developer.yahoo.net/yui/slider/examples/slider.html [02:57] not terribly useful, but soooooo sexy [02:59] that yui stuff seems to be doing the rounds today [02:59] is it a new launch? [02:59] dunno, a relative of mine sent me a pointer... [02:59] I guess he read about it on some blog. [02:59] pff, that calendar widget doesnt work in konqueror :) [02:59] ddaa: friend of mine did the same :) [03:00] Lathiat: then fix it! It's BSD licensed! [03:00] i wouldnt have the slightest about javascript :) [03:01] Love it when companies get free software thing so right. BSD is just the right kind of license. [03:02] personally, i hate licensing :) [03:02] its too much effort to think about [03:03] It's like breathing. [03:03] you don't have to like it, you have no choice [03:05] indeed [03:13] hey anybody can help me with this [03:13] ttps://launchpad.net/malone/bugs/3987 [03:13] ulinskie - Changed attachments: [03:13] ulinskie Added: Patch to remove password field from UserPreferences [03:13] ulinskie http://librarian.launchpad.net/1569015/mo [03:15] what's your problem? [03:15] I can't edit out my wiki page and change the theme.. [03:16] coz everytime I change something..it says password did not match even if I gave already the correct password [03:16] ulinskie: don't enter your password in the form. [03:16] That should work around the issue. [03:17] ok [03:17] will do [03:17] ulinskie: the patch needs to be applied on the server [03:17] I'll tyr again [03:22] spiv, thanks [03:22] spiv, it already worked [03:22] spiv, god bless u [03:23] ulinskie: you're welcome :) [03:23] bless me too! [03:25] jsgotangco, god bless u too... although I know God had been showering you a lot this past year hehehehe === ulinskie is away: I love being Pinoy ... ayoko kasing maging mabahong isda [04:10] WTF does py.test think it is special and makes be jump through svn installation hoops and PYTHONPATH munging to use it? === sebest_ [n=sebest@86.71.122.17] has joined #launchpad [04:19] stub: to install the python2.4-pylib package, I needed to delete the syntax_error.py file and rerun "apt-get install python2.4-pylib" [04:20] stub: and then edit /usr/bin/py.test2.4 and change "from _findpy import py" to "import py" [04:22] spiv: buildbot bombs away [04:30] lifeless: A new error, in your mail. === spiv -> lunch [04:47] Ta. py.test works. Now I discover it sucks. I just want a traceback, not a damn essay! === mpt [n=mpt@219-89-159-91.jetstart.xtra.co.nz] has joined #launchpad [04:53] stub: whats using py.text? sqlobject ? [04:53] Yup [04:53] how do you find it ? [04:54] is it as crufty as it looks ? [04:54] From the sqlobject.org web site [04:54] nono, I know where the code is [04:54] I meant whats your user experience [04:54] Although I gave up on the SVN installation (they don't release distutils) and used Universe [04:55] Installation is a major negative. You just have to use distutils until something better comes along - not make your developers jump through pointless (to the developer) hoops. [04:55] Ran 1355 tests in 144.843s [04:55] bzr test suite is slowly growing [04:55] Output is way too verbose to be useful. The exploded tracebacks are not helpful to me and I can't turn them off [04:56] (ie. my tracebacks are spread over several screens intertwined with the source code) [04:56] are tests objects? can you manipulate (report/decorate/inject dependencies) them ? [04:56] stub: there is a --verbose flag if you want more output [04:56] jamesh: he wants --without-verbose === stub pokes jamesh with a pointy stick [04:57] It does seem to find and run tests however [04:57] lifeless: tests are functions or methods with names beginning with test_*, containing assert statements [04:57] No idea if it supports doctests [04:57] it seems to do some interpreter tricks to provide useful error messages for "assert x == y" [04:58] jamesh: IIRC running py.test tests with -O disables all the tests [04:58] jamesh: which seems freakily whack to me [04:58] Options like '--nomagic' are not helpful and indicate deeper problems to me [04:58] Running with -O is freakily whack [04:59] stub: I have serious doubts about py.tests goals, to me they seem to want to make testing les useful rather than easier to use. They dont claim that, its just my observation [04:59] of the net outcome [05:00] Indeed. Here I am wondering if I can be arsed making sure my altered SQLObject tests pass. [05:00] (although part of that is that the tests were not passing to begin with) [05:04] lifeless: I suppose that running "py.test -O" is an optimisation then [05:06] jamesh: indeed [05:13] Yay for useless py.test output! https://chinstrap.ubuntu.com/~dsilvers/paste/fileBK6vBc.html [05:15] Module imports fine from the command line, yet the output says 'failed to load'. And the traceback is mainly from the test machinery and suddenly jumping to the line that raised the exception with no context! [05:18] go libpy [05:23] stub: maybe you'll get a different answer if you tell it to use less magic [05:24] Nup. [05:25] jamesh: whats the public url for your new gpgme wrapper ? [05:25] stub: --tb short [05:26] stub: But yeah, the defaults are annoying. [05:26] There is no --tb in my version === mpt [n=mpt@219-89-156-94.jetstart.xtra.co.nz] has joined #launchpad [05:27] stub: Ah, I'm looking at SVN. [05:27] Yay for 'just pull it from SVN' and a release mechanism for creating obsolete packages [05:27] (And the SVN version doesn't work properly with SQLObject anyway...) === Alinux [n=Ubuntu@d83-176-16-100.cust.tele2.it] has joined #launchpad === JanC [n=janc@lugwv/member/JanC] has joined #launchpad [06:18] someone in states ? [06:19] http://l10n-status.gnome.org/gnome-2.14/ka/index.html I would like to download all files from this place ? is it possible? === mpt_ [n=mpt@219-89-137-182.jetstart.xtra.co.nz] has joined #launchpad [06:19] or how can I donwload all po files from here? [06:26] lifeless: Want to do a quick review of a fix for standalone page tests? https://chinstrap.ubuntu.com/~dsilvers/paste/fileKYQh2d.html [06:26] lifeless: Your one-liner wasn't sufficient. [07:11] spiv: Ok for me to merge in my SQLObject branch? [07:12] stub: Yep. [07:12] (I thought my mail said so?) [07:12] stub: Btw, I was surprised you wrote tests, given what a PITA the SQLObject test suite is :) [07:13] I'm certainly not complaining, though... [07:20] Gah! Now my testing is showing the boolean indexes are being used for '=true' lookups but not 'is true' lookups, which is the opposite to what my tests with partial indexes showed :-| [07:31] spiv: oh right, *thats* the local fix I have for zope [07:31] spiv: I've forgotten what it was :) [07:31] lifeless: Heh. [07:31] lifeless: Well, I don't mind fixing zope if you prefer. [07:31] this is easier, given we still have z3.2 incoming [07:32] lifeless: Right now though I'm off to yoga :) === spiv nods [07:32] wont that break the tests I wrote ? [07:32] or do I fudge on checking the id ? [07:32] anyway looks good [07:32] r=lifeless [07:32] I didn't run your tests... I just checked that test.py did what I expected :) [07:32] Ok, thanks, I'll double-check and merge after dinner. [07:32] ./test.py lib test_test_pages === mpt [n=mpt@219-89-137-182.jetstart.xtra.co.nz] has joined #launchpad [07:55] hi [07:55] mpt: how's the network today? [07:56] SteveA: I'm using the pretend-to-be-the-Mac trick, and it's working so far [07:57] My current trouble is remembering how to rebuild sourcecode/ for my 2006-01-build-pages/ branch [07:57] or how to update it, rather [07:58] File "/home/mpt/hacking/lp/2006-01-build-pages/lib/canonical/lp/__init__.py", line 69, in registerTypes [07:58] psycopgda.adapter.registerTypes(psycopgda.adapter.PG_ENCODING) [07:58] TypeError: registerTypes() takes no arguments (1 given) [07:58] because of the psycopgda update [07:58] which I had to merge in because there was one other conflict in the branch. [07:59] kiko told me how to do it before but I don't seem to have the log [07:59] it was something to do with link-source-code.sh ... [08:01] mpt: Update your sourcecode/psycopgda as per mailing list instructions [08:02] cd sourcecode/psycopgda; bzr pull [08:02] jblack: around? [08:02] mpt: cm.py can be used to update trees too [08:04] thanks stub -- I had your message open in front of me but all it said was "Update your psycopgda" [08:05] You need to configure your email client to display the fine print [08:05] yes, or get a hackitude implant === mpt is jsut a UI desinger [08:11] stevea: What are you doing up? [08:14] Thats wierd. I merge r3139 from launchpad/devel into launchpad/production/1.49 and I end up with an added file database/schema/patch-40-18-0.sql.moved instead of database/schema/patch-40-18-0.sql [08:16] Yet in the trunk it is patch-40-18-0.sql and no subsequent patches have renamed it that I can find [08:16] lifeless: ^^^ might want a look [08:17] stub: .moved happens on conflicts of a certain sort [08:17] Ahh... looks like a conflict. The contents of the file on the trunk is not what I expected [08:18] if it was deleted and add that would cause that [08:19] Yer - celso landed it with a different patch number than I told him to :-/ [08:19] jblack: well... it is 9:20 am [08:19] Ahh. Whats on your mind? [08:21] i sent a merge request to pqm yesterday, and didn't receive a response. lifeless told me that it had caused a new kind of error, and so he got the error report, and will add handling of this kind of error. the error was to do with the ssh command failing. lifeless speculated that it was because pqm couldn't get to the place where the branch is. [08:22] i think i was following the RocketfuelSetup instructions for this. i'd like to try merging again, with you around, so that we can see if i can reproduce the problem. [08:23] jblack: does the submit-bzr-merge uses .bzr/x-push-data [08:24] looking [08:24] for this branch, .bzr/x-push-data contains stevea@chinstrap.ubuntu.com:/home/warthogs/archives/stevea/sqlos/devel/ [08:24] i wonder if submit-bzr-merge isn't cutting off the "stevea@" part? [08:24] Yes, it does. [08:24] Yes, it does use x-push-data [08:24] MYURL=$(cat .bzr/x-push-data | sed -e 's|^\(.*\):/|sftp://\1/|g') \ || (echo FAILED to get published location && exit 1) [08:25] This is the line that uses it. Thats a complicated regex, so its possible. [08:25] sftp://stevea@chinstrap.ubuntu.com/home/warthogs/archives/stevea/sqlos/devel/ [08:25] that is the result [08:25] so, i guess pqm would have problems with that [08:31] Ok. thats fixable. [08:31] I'll introduce a second regex to turn my url into a fqdn into something like $branchurl [08:35] stevea: is this blocking you? [08:38] jblack: change .* to [^:] * [08:38] jblack: it isn't blocking me [08:40] dooglus: You may be missing context. This is used for actual sftp pushing too [08:40] jblack: I'm missing everything :) sorry I didn't notice where I was. [08:40] I thought I was in #ubuntu, where people answer questions before reading them ;) [08:40] Heh. :) [08:41] try rebooting! [08:43] cat .bzr/x-push-data | sed -e 's|^\([^@] *@\)\(.*\):/|sftp://\2/|g' [08:44] morning [08:44] hey jblack , how you bee? [08:44] err, been even [08:44] jblack: do you think that would be okay? [08:44] it seems to work for me [08:44] but i'm don't really know sed [08:45] SteveA: are you wanting to throw away the part before the @ ? [08:45] if the script were written in python, then this replacement could have a simple doctest :-) [08:45] dooglus: yes [08:45] if there is a part before the @ [08:45] there may or may not be [08:45] SteveA: looks good then. is there always an '@'? 'cos if there isn't, your sed script won't change anything [08:46] there isn't [08:46] do that's a problem [08:46] SteveA: if it works for you, then I'll put that up [08:46] jblack: it works for me, but will fail for others, as dooglus pointed out [08:46] SteveA: test it on an input without either an "sftp://" prefix or an embedded '@' [08:46] cat .bzr/x-push-data | sed -e 's|^\([^@] *@\)\?\(.*\):/|sftp://\2/|g' [08:47] I think the easiest thing is to generate a second regex for the merge request. === carlos [n=carlos@84.76.255.40] has joined #launchpad [08:47] what i just posted works well for me [08:47] SteveA: what if there's no @ apart from in the filename to copy? [08:47] SteveA: I'm in a meeting with jblack [08:47] SteveA: can you pick this up in say 15 ? [08:47] sure [08:47] thanks [08:48] morning [08:48] hi carlos [08:51] spiv: ping? === mpt [n=mpt@219-89-152-47.jetstart.xtra.co.nz] has joined #launchpad [08:52] spiv is at yoga [08:52] he may be up for a call afterwards [08:53] failing that tomorrow [08:53] and I can fill you in myself later [09:02] okay, cool [09:06] stub: has anyone talked with you about getting the changes to +translate pages into production soon? [09:07] Merge to devel/launchpad/: [trivial] ShippingRequest index and fix build.pocket db patch (r3143: Stuart Bishop) [09:08] SteveA: Nope [09:08] stevea: Ok. Where were we? [09:08] I was highly lossy while we were talking. Can we just start over? [09:08] stub: carlos and daf made translate pages not try to re-render on a redirect [09:09] it ought to be an unintrusive browser-code-only patch, that may cut out a bunch of hard timeouts [09:09] jblack: cat .bzr/x-push-data | sed -e 's|^\([^@] *@\)\?\(.*\):/|sftp://\2/|g' [09:09] that appears to work for both cases with and without a name@ at the start [09:10] You've tested? [09:10] i've asked pqm to merge stuff [09:10] it isn't a real test [09:10] a real test would involve factoring out the conversion of text that is expected to be in x-push-data, and testing that conversion in a variety of cases [09:10] I don't mean a test of the whole process, but a test of that regex. [09:11] Ahh. I understand [09:11] jblack: the regex works for me. as the maintainer of the scripts, now you should check that it works for the cases you can think of [09:11] stub: that's rev 3141 [09:11] I think that there may be an easier way to do this. [09:11] also, a comment in the script describing what the transformation is, would help those maintaining the script [09:12] SteveA: I didn't know it should be cherrypicked [09:12] carlos: it is a simple change that may have a big effect in reducing timeouts [09:12] but, let's see what stub thinks about it [09:12] If we make sure the ssh config stuff docs are in both PQMsetup and rocketfuelsetup, then the user never needs to set the username [09:12] SteveA: ok [09:12] I'll run the tests and see what happens [09:13] (after my swim) [09:13] Stevea: what do you think about it? [09:13] jblack: okay. although i think it would still be good for the submit-bzr-merge script to deal elegantly with having username@ in x-push-data [09:13] beacuse otherwise, it has a failure mode that takes a long time to discover, and is quite obscure [09:14] the submit script could either: deal with having username@ in x-push-data, or, give a comprehensible error and fail early if there is username@ in the x-push-data [09:18] This is getting a little long for a bash script. :( [09:19] this coming from an arch hacker! [09:21] https://wiki.launchpad.canonical.com/PQMSetup?action=diff&rev2=22&rev1=20 [09:21] Heh. I fought my fair share with Tom about larch being in bash. He later admitted that the group was right. =) === mpt_ [n=mpt@219-89-137-140.jetstart.xtra.co.nz] has joined #launchpad [09:23] jblack: i think you can remove the work in progress, do not use marker now [09:24] As you wish. done [09:26] bzr is a python script, so there is nothing wrong with making submit-bzr-merge into a python script too. Its not like Python won't be installed or anything. [09:26] or a plugin might be better === stub goes for a swim [09:28] stub: Thats about what I'm thinking [09:28] They're in bash today because they were initially bash. === mpt [n=mpt@219-89-137-140.jetstart.xtra.co.nz] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === Alinux [n=Ubuntu@d83-176-16-100.cust.tele2.it] has joined #launchpad === mpt_ [n=mpt@219-89-137-140.jetstart.xtra.co.nz] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === Link9618 [i=Link@ppp-67-125-118-246.dialup.irvnca.pacbell.net] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [10:29] rock, a 1.5 MB failure message === mpt__ [n=mpt@219-89-150-174.jetstart.xtra.co.nz] has joined #launchpad === mpt__ is now known as mpt [10:34] I need to write a couple large documents. Is there anything I can do for anyone before I disapear for a few hours? [10:38] mpt hi, do you have some minutes to help me with javascript? === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [10:39] carlos, I don't really know JavaScript yet, you'd be better off asking kiko [10:39] (I'm trying to study it an hour each day, but haven't got that far yet :-) [10:40] ok [10:40] kiko-zzz: please, ping me when you are awake [10:40] mpt: thanks anyway [10:47] pqm is down for a bit while I run tests on balleny. Should be back in 30 mins if I remember ;) === dous is now known as suodla [10:59] good morning [11:00] hi daf [11:01] hi mpt [11:01] did you get your router sorted? [11:03] not really [11:03] I have Internet on my Ubuntu box now in "I'm pretending to be Matthew's iBook" mode [11:03] i.e. having the same MAC address and IP number [11:03] so they can't be connected simultaneously [11:05] very odd === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [11:11] mpt: bug #30002: confirm or reject? [11:11] malone bug 30002 in launchpad "Cannot add HTML (or other formatting) in descriptions" [Normal,Unconfirmed] http://launchpad.net/bugs/30002 === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [11:12] daf, reject I think [11:13] right, thought so [11:13] can you do that? [11:13] sure [11:13] I think you'd do better than I at explaining the rationale [11:15] jamesh: ping [11:18] stub, pqm back up yet? [11:19] mpt: yes [11:19] ta [11:22] SteveA, carlos, daf: r3141 has been cherrypicked [11:22] stub: thank you [11:23] stub: thanks! [11:23] jordi: btw, you should be able to remove entries from the translation import queue [11:23] jordi: I already removed the drupal ones to test it [11:24] stub: great, I'll update the status [11:28] lifeless: ping === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [11:31] AssertionError: 1 != 2 [11:31] morning hackers [11:31] dang this reality-based mathematics === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad [11:32] spiv: ping === daf decides to move Australia into the Atlantic [11:36] hi [11:36] is launchpad known to have issues today? [11:36] it returns some "500 Internal Server Error" when trying to change settings of a bug === mjg59 [n=mjg59@cavan.codon.org.uk] has joined #launchpad [11:37] Hi - I uploaded a package last night, but launchpad shows no sign of it and I don't seem to have got an acknowledgement mail? [11:38] OOPS-46D173 now [11:38] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/46D173 [11:38] The .upload file suggests that it all went up successfully [11:40] 7.0.0-0ubuntu1 was in NEW at the time when I uploaded 7.0.0-0ubuntu2, which may have something to do with it? [11:40] (Should I just file a bug?) [11:40] the .upload wouldn't know much more than it went to the ftpserver okay [11:40] Kinnison: Yeah [11:40] the drop on the floor will be that it couldn't find the orig in the distro (known bug) [11:41] Kinnison: Ah, right [11:42] The path of least resisitance is to get the first accepted into ubuntu and processed into the archive before trying to upload the second [11:43] mjg59: I can have a look for you,one sec [11:43] stub: is librarian gc running regularly? [11:43] Yeah, but I discovered the first was broken [11:44] (Missing build-depend that didn't show up because I had a stale copy of the library sitting around anyway) [11:44] upload the second having prepared it -sa ? [11:44] OOPS-46C178 [11:44] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/46C178 [11:44] grumpf, I'm trying to update that bug for like 10 times now ... somebody fancy to look on what those oops are? :) [11:45] mjg59: xserver-xgl_7.0.0-0ubuntu1_source.changes REJECTED -> UploadError made it out to the main loop: Unable to find distrorelease: unstable [11:45] cprov: Yeah. I fixed that and then uploaded. [11:45] mjg59: didn't you receive the email ? [11:45] cprov: No, I got that one [11:45] I then got a "is NEW" mail [11:45] And then I uploaded a new version [11:46] The one that went into NEW first got built (with resulting broken binaries that people are now bitching about), and the second one vanished :) [11:46] mjg59: uhm .. will see [11:47] stub: do you know about these "Retry" exceptions appearing in the OOPS summaries? [11:47] e.g. OOPS-45A331 [11:47] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/45A331 [11:47] cprov: I've just uploaded it again and it's been accepted [11:48] So it sounds like kinnison's suggestion [11:48] daf: In theory you will see that if the retry fails three times. I would have through that extremely unlikely though. [11:48] daf: OOPS-46C178 ... do you know about that? [11:48] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/46C178 [11:48] mjg59: good, anyway we need to be sure about what happened [11:49] stub: it happened 49 times yesterday :/ [11:49] stub: er, 39 === seb128 wonders if he's invisible today [11:49] seb128: it's still syncing [11:49] OOPS-46D173 maybe? [11:49] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/46D173 [11:49] daf: thanks for replying something :p [11:49] seb128: that timeout looks familiar [11:50] launchpad i unusable for me today [11:50] I've to retry 10 times to update a bug, and I've hundreds of bug to triage .... [11:51] stub: do you know what's happening about these 25-second queries on Person? [11:51] carlos: oh carlos, I love you [11:51] OOPS-46D184 now [11:51] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/46D184 [11:51] daf: nup [11:51] I'll ask Salgado when he turns up [11:52] stub: any news about that DB patch and mawson upgrade ? [11:52] jordi: ;-) [11:53] cprov: Znarl should be doing the PostgreSQL package install soon === stub pokes Znarl [11:53] stub: good, thx [11:53] stub: hmm, annoyingly, these Retry OOPSes don't seem to include information about what the query that failed was [11:54] daf: launchpad is sloooow too, like it takes 1 min to load a page [11:54] and I'm getting several 500 errors today [11:54] daf: Retry wraps the original exception. We can improve the repr() of it to include the details of the wrapped exception. [11:55] stub : Yep, in the next 10 minutes I'll be doing the upgrade. [11:55] stub: good idea: I'll file a bug on that [11:55] One of the four appservers had locked for some reason. I've restarted it. Launchpad seems snappy to me at the moment. [11:56] seb128: 46C178 looks the same [11:57] cprov: Your db patch is on production btw. [11:57] works fine again for me now [11:57] thank you [11:58] Evil. Multiple app servers should be improving reliability :-/ [11:59] that is weird [11:59] stub: that's nice, do you have a DB copy after applying it ? [11:59] stub: we should look at applying something to the new twisted front end that definitely refuses new connections when the connection queue is too high [11:59] cprov: No. I'll reapply it when building the database on mawson [12:00] stub: up to you, thx === mpt [n=mpt@219-89-150-174.jetstart.xtra.co.nz] has joined #launchpad [12:13] daf: just got OOPS-46C199 [12:13] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/46C199 [12:14] seb128: ok, waiting for it to sync... === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad [12:17] mm amarok is much more stable now, its been playing a stream for 24 hours and hasnt crashed :) [12:17] -ECHAN [12:17] good morning! [12:18] dom dia matsubara [12:18] *bom [12:19] OOPS-46B338 while trying to figure a contact for a bug that time [12:19] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/46B338 [12:19] Gift Day to you, daf :-) [12:20] :) [12:21] seb128: 46C199 is the same as the others [12:21] seb128: don't worry, I'll make sure this gets attention [12:21] thank you [12:22] I wonder if using email addresses instead of nicknames would be a workaround [12:22] I don't know emails adress like that [12:22] yeah :( [12:22] but I do know the IRC nickname of most of distro team :p [12:23] jblack: I just fixed up the markup on the london workshop page [12:23] like pitti, mvo, kamion, iwj, etc use the same nickname on launchpad [12:23] makes easy to reassign bugs for me [12:23] jblack: you may want to start again for adding your flights === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:23] salgado! [12:23] morning daf [12:24] kinnison: Did you just walk on top of my edit? [12:24] good morning [12:24] jblack: possibly, I only noticed your edit lock after I hit submit but before the page refreshed [12:24] salgado: queries on Person/ValidPersonOrTeamCache seem to be timing out a lot today [12:24] salgado: e.g. https://chinstrap.ubuntu.com/~jamesh/oops.cgi/2006-02-15/C199 === Kinnison owes jblack a beer to say sorry [12:25] Its cool. [12:25] You did what I did anyways [12:25] :) [12:25] daf, is it always reproducible? [12:26] salgado: it seems to be happening to seb128 more times than not [12:26] Kinnison, cprov: Any data in the PostgreSQL 7.4 databases that we want to keep? [12:26] stub: on mawson? not for me [12:26] stub: no, throw it away ;) [12:26] Cool. No need to migrate :) === cprov nods === hannosch [i=hannosch@e176100159.adsl.alicedsl.de] has joined #launchpad [12:28] stub, is there any script running on production now that could hold the lock on the person/emailaddress/ValidPersonOrTeamCache for too long? [12:29] 36 seconds -- that's a record! [12:29] salgado: another page that writes could hold the lock for a while [12:29] salgado: Not on gangotri. Perhaps the publishing stuff on drescher? [12:30] do locks slow down reads? [12:30] SteveA: self added. [12:30] SteveA: I presume we're staying at KK and meeting at the flat? [12:30] just the authserver, launchpad and importd bzr syncs [12:31] no [12:31] we're staying at the novotel excel and meeting there [12:31] ok [12:32] Its right there on the top of the page [12:32] jblack: can you arrive on the sunday, not the saturday? [12:33] I can ask him if he can change it. [12:33] please [12:34] The last time I came to London I asked if I could come a day early because of the time change. [12:36] please come on sunday this time [12:36] When I run "make check" locally I get no errors, but PQM reports 594 errors [12:37] mpt: have you pushed stuff? [12:37] yes [12:37] Most of the errors are of the form "ConfigurationConflictError: Conflicting configuration actions For: ('protectName', , u'count')" [12:37] hmm [12:37] maybe i messed something up here [12:38] mpt: this is probably from me merging a trivial change to sqlos. perhaps the test suite isn't run when sqlos is merged. === SteveA checks it out [12:39] thanks [12:40] A warning that may or may not be relevant: "/home/pqm/arch/queue/workdir/home/---devel/launchpad/lib/canonical/lp/__init__.py:107: UserWarning: A ZopelessTransactionManager with these settings is already installed. This is probably caused by calling initZopeless twice." [12:40] i think it was me [12:40] i'm just testing it locally [12:41] although, it is bad that the merge into sqlos didn't run tests to catch this [12:41] at least, that's what i assume happened [12:41] So merges to different modules run different sets of tests? [12:41] not sure [12:42] mpt: can you do the following: [12:42] in lib/canonical/configure.zcml, remove from the top: [12:42] [12:42] [12:42] permission="zope.Public" [12:42] attributes="count" [12:42] /> [12:42] [12:42] [12:42] commit, push, submit another merge [12:45] ok [12:46] and i expect andrew's forthcoming merge will fail too [12:46] for the same reason [12:46] spiv: ^^^^ [12:47] mpt: can you send me (put on chinstrap perhaps) some pictures of the "bad designs" for navigation sometime? [12:47] ok === mpt disconnects [12:50] salgado: do we have a bug open on the vocabulary timeout problem? [12:57] daf, according to the error report for yesterday, we had only 4 timeouts on that query, and I'm pretty sure it's used at least a few hundreds times a day [12:58] also, stub reported that running it on production is actually fast, so I think the problem is on something else that is holding the lock for too long [12:58] ok [12:58] so the problem is working what's causing the contention? [12:58] it could be any other long write query [12:58] 36 seconds is a long time to be holding a lock [12:58] for instance, we had 65 timeouts trying to insert a person row [12:58] (yesterday) [12:58] because all queries use the Person table [12:59] and given the isolation level we're using, that would be locked for other writes [12:59] a 36 second timeout could be two locks [12:59] literally all? [12:59] or more [12:59] all queries use the person table [12:59] um [12:59] all requests, i mean [12:59] all transactions [01:00] but not all queries write to it [01:00] but not all requests write to it [01:00] i think any transaction in which there is a write will end up having an effect on contention for the Person table [01:00] unless we run less isolated [01:01] hmm, nasty [01:01] or at least, on the TeamParticipation table [01:01] so, we must fix other timeouts [01:01] does this mean that fixing other slow pages will fix this? [01:01] ok [01:01] and these areas of contention will improve [01:01] also, postgresql 8.whatever may improve this [01:02] with better locking strategies at high levels of isolation [01:02] IIRC, we're using 8.0 and we're considering upgrading to 8.1 === SteveA --> lunch === mpt [n=mpt@219-89-150-174.jetstart.xtra.co.nz] has joined #launchpad === daf wonders where ddaa is today [01:03] dunno [01:07] salgado: https://chinstrap.ubuntu.com/~jamesh/oops.cgi/2006-02-15/B338 -- this seems to be executing the same query 4 times, except with three of them being SELECT COUNT(*) [01:07] carlos: ping === mjg59 [n=mjg59@cavan.codon.org.uk] has left #launchpad [] [01:07] cprov: pong [01:07] salgado: not the that the last three take very long, but it seems odd [01:08] carlos: are you interesting in test real translation life-cycle in mawson today ? [01:09] cprov: that would be good [01:09] carlos: if you provide me an real upload we can manage to reproduce the entire cycle in mawson before i do the rollout, this evening (my time) [01:09] cprov: do you control the content of the chroot? [01:09] carlos: right, work on this package [01:10] cprov: we need an update of pkgstriptranslations from Martin Pitt [01:10] carlos: uhm .. yes, I think we still having 2 i386 builds for mawson [01:11] carlos: uhm ... sort of annoying, but it'd be ok [01:11] cprov: that's the only way to get the tarball with the translations included [01:11] as part of the .changes file [01:12] carlos: as you described in that test ... I see [01:13] cprov: In fact, you will need that update too on production [01:13] or my code will not be executed === cprov nods [01:13] but I guess it's just a matter of doing a normal upload of that package update [01:13] just like any other Ubuntu upload [01:14] so Martin would do that [01:14] daf, that's odd, indeed. I'll find where are these count queries issued and see if I can fix it [01:15] carlos: if it's already in dapper it will get updated before build anything [01:16] jblack: right, but wasn't sure this issue could be a #lp matter :) [01:16] cprov: it's not yet in dapper, he's waiting for us [01:16] Oh, its just a bzr one? [01:16] cprov: when you move your branch into production, he will do the upload [01:17] carlos: uhm .. interesting, the update would have some colateral effect ? [01:17] cprov: your update? [01:17] carlos: no, the pitti tool update [01:17] yes [01:17] when that update is done [01:18] all packages with translations will start producing a new tarball with translations as part of the list of files inside the .changes file [01:18] eck, it's not backward compatible ... === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [01:19] cprov: ? [01:19] carlos: we need to coodenate this update too [01:19] cprov: [01:19] cprov: if you update your branch [01:20] the old packages will be valid [01:20] carlos: IMO, the best thing to do would be activate the new behaviour via some cmdline option or similar [01:20] and you will know what to do with translations === SteveA [n=steve@213.226.190.253] has joined #launchpad [01:20] carlos: if you say so, I'm happy [01:21] cprov: the .changes file format is not changing at all [01:21] it's just adding a new file [01:21] anyway, you should talk with pitti about your compatibility concerns, just in case I'm missing something [01:21] carlos: I'm just a little bit concerned by the fact of we have many many things depending on a branch which is very slow to review [01:22] cprov: hmmm, did you talk with kiko about that? === niemeyer [n=niemeyer@200.103.244.5] has joined #launchpad === purplehex [i=purple@ducttape.hamster.dk] has joined #launchpad [01:23] carlos: sure the .changes format will be the same, but the way rosetta work with it will change a lot, AFAICS [01:23] cprov: I had to leave yesterday so I don't know if you alreay talked about it [01:23] carlos: yes, he is aware === purplehex [i=purple@ducttape.hamster.dk] has left #launchpad [] [01:23] cprov: Rosetta is not using those files atm === Keybuk [n=scott@213-78-32-60.ppp.onetel.net.uk] has joined #launchpad === beyond [n=beyond@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:24] cprov: Rosetta is "stalled" until this is "fixed" === pitti [n=pitti@ubuntu/member/pitti] has joined #launchpad [01:24] I mean, Ubuntu imports into Rosetta are "stalled" [01:24] hi guys [01:24] pitti: hi [01:25] carlos: really ? rosetta is stalled ... shhhhh === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad [01:25] pitti: do you think that your update to pkgstriptranslations would produce any kind of incompability with old tools? [01:25] carlos: when is the maximum ETA ? [01:26] cprov: alreday passed? [01:26] that's ASAP [01:26] carlos: aff [01:26] carlos: which tools do you mean? [01:26] carlos: the only change is that it adds the translation tarball to the .changes file [01:27] carlos: i. e. it doesn't change the format of tarballs, etc. [01:27] pitti: I know, but the standard debian tools will be able to handle that change without problems? [01:27] pitti: or old versions of soyuz [01:27] pitti: hi, what will be the consequences of an imediatte upload of pkgstriptrans.. in dapper ? [01:27] I suppose they will ignore that new file from the .changes file, right? [01:28] carlos: no idea; they might choke on the auxiliary upload in the raw-translations section [01:28] older soyuz will fail the uploads most likely [01:28] carlos: but that's more of a Kinnison/elmo question [01:29] cprov: no idea, sorry; that entirely depends on LP upload processing, and how the tarballs are fed to Rosetta; nothing else cares about the change [01:29] cprov: is that a problem? is there any possibility that you need to roll back your changes? [01:29] Kinnison: not my current branch, I suppose. It will invoke rosetta code to properly import translation files, is that right ? [01:29] Merge to devel/launchpad/: [r=spiv] Clean up build listings, with icons for each state (bug 3839) (r3144: Matthew Paul Thomas) [01:30] carlos: with that switch, will the translation tarballs still be available in a public place? so that I can fall back to my old scripts in an emergency? [01:31] cprov: if you and carlos are satisfied then yes [01:31] Kinnison: yes, we have a good test and will test stuff end-to-end in mawson before rollout [01:31] pitti: I suppose they will be available just like any other file referenced by the .changes one === poningru [n=poningru@n128-227-34-184.xlate.ufl.edu] has joined #launchpad [01:32] Kinnison: ^^^ Could you confirm it? [01:32] cprov: I'd suggest that once the codeline is in place, pitti should find a way to do a single package upload using dpkg-distaddfile (perhaps manually) to see if it works end-to-end [01:32] cprov: then if end-to-end seems fine in production he can upload a new pkgstriptranslations [01:32] pitti: I'm concerned about how the things will work when I rollout soyuz and we didn't update pkgstriptranslations [01:33] cprov: that's not a problem [01:33] cprov: a non-updated pkgstriptranslations behaves as now, and isn't an issue [01:33] old .changes file will still work. We handle them as packages without translations [01:33] carlos: right, we continue to be able to grab the translations directly from the builder [01:33] cprov: I can upload a new pkgstriptranslations with the dpkg-distaddfile call within 2 minutes, just tell me when I should [01:34] Kinnison: sure, that's no problem [01:34] pitti: rollout will be tomorrow mornign I think, we need to setup the sandbox first [01:34] Kinnison: if you allow me to do a binary-only upload (since that's what the buildds will do) [01:35] okay okay, if I can rollout w/o break rosetta, I'm satisfied [01:35] pitti: That's a bit hard to do without you being a buildd :-) I was thinking you could modify a small source package appropriately, but perhaps that's not going to be needed once cprov/carlos have done their tests [01:35] cprov: I confirm it to you, you can rollout now your code without breaking Rosetta at all [01:36] Kinnison: well, source uploads will never have a translation tarball usually, but if you need that, I can certainly construct one [01:36] pitti: that was what I was thinking [01:36] pitti: but obviously not until cprov gives you the go-ahead [01:36] pitti: it won't be necessary, when I rollout new soyuz, I will let you know, then you can upload your pkg and we will handle the remaining translations [01:36] pitti: listen to cprov, he's the man :-) === cprov hides [01:37] ;-) [01:37] cprov: sounds good :) [01:37] carlos: what will happen with the tarballs that are generated until tomorrow? can you fetch them from lamont's home dir and manually import them? === Kinnison lunches over a workrave break [01:37] pitti: yes, expect some ping tomorrow morning tops [01:37] pitti: yes, I will need to write a script to do that [01:38] hmmm [01:38] carlos: alternatively, if it's easier for you, I can give you a tarball with all current translations [01:38] carlos: which has the same format as the rosetta output [01:38] pitti: no, I need it splitted by sourcepackage [01:38] carlos: but I guess just importing the original tarballs should work (that's what rosetta needs to do anyway :) ) === poningru [n=poningru@n128-227-34-184.xlate.ufl.edu] has joined #launchpad [01:38] carlos: ok, fine [01:39] so It's just a matter of upload it [01:39] great to see progress here [01:39] cprov: I will need an extra code change [01:39] we need to settle and stabilize that langpack building process [01:39] to block any translation tarball that isn't for 'main' section [01:39] carlos: no problem, grab my mine and send me yours [01:40] pitti: I suppose it's better to block the tarballs at the import point instead of being part of pkgstriptranslations... [01:40] pitti: what do you think? [01:40] pitti: we are going to import only packages in main [01:41] as universe will not have language packs neither have the resources to get translations updates from Rosetta [01:41] at least until we link Rosetta with bzr [01:42] daf: would you show pitti the scrape.py and oops pages you use for launchpad's own bug triage? [01:43] SteveA: sure [01:43] carlos: fine for me [01:43] hi daf :) [01:43] hi pitti! [01:43] I've developed a tool for querying bugs in ways Malone doesn't allow yet [01:43] https://chinstrap.ubuntu.com/~daf/bugs/scrape.py [01:44] it uses a simple API to fetch data from Launchpad [01:44] pitti: Well, I was asking more if you think is useful to generate the translation tarball always and filterout the imports vs. generate only it for packages in main. [01:44] daf: now that we have the rfc-822 bug pages, it needn't be called "scrape" anymore [01:44] SteveA: true -- do you have a better name in mind? [01:44] carlos: that already happens - we already have translation tarballs for all packages (also universe) [01:44] carlos: pkgstriptranslation just doesn't strip the translations out of universe .debs [01:45] daf: it's mostly a milestone report, but with some other things too [01:45] daf: it is to support the launchpad bug triage process [01:45] pitti: and what do you think it's the best solution? keep producing the tarballs or just ignore its creation if the package is not in main? [01:46] carlos: I would keep the tarballs somewhere and eventually import them into Rosetta [01:46] ok [01:46] carlos: since upstreams might want to use Rosetta, too, the MOTUs might want to pull new translations, etc [01:46] carlos: so I'd like to keep current pkgstriptranslation's semantics, if that's fine for you [01:47] it's ok [01:47] pitti: anyway, Daniel told me that they are not able to handle translations from Rosetta [01:47] they don't? [01:47] pitti: so even when upstream uses Rosetta, the sourcepackage translations will not be there [01:48] daf: there are a lot of confirmed bugs listed on scrape.py that are about infrastructure [01:48] SteveA: yes [01:48] launchpad.net down? (me cannot ping) [01:48] pitti: he said that until we get bzr integration, they don't have the resources to fetch manually the .po files and do a new upload with the translation updates just before the release [01:49] SteveA: I'll add code to filter by subscriber [01:49] siretart: works for me [01:49] hm. ok [01:49] same here [01:49] ah, works again [01:49] daf: nice; showing all of my bugs on just one page would already save me a lot of headaches [01:50] From 82.211.81.76 icmp_seq=4 Destination Host Unreachable [01:50] 64 bytes from gangotri.ubuntu.com (82.211.81.179): icmp_seq=5 ttl=53 time=75.3 ms [01:50] *shrug* [01:50] some dns foo [01:51] Ubugtu: bug #31487 [01:51] malone bug 31487 in synaptic "Synaptic opens behind other windows" [Normal,Unconfirmed] http://launchpad.net/bugs/31487 [01:51] hum, works here === stratus [n=stratus@cronopio.rits.org.br] has joined #launchpad [01:51] it just did a "-Ubugtu- Error: Could not parse data returned by Malone: Connection to Malone bugtracker failed: (113, 'No route to host')" before [01:52] I'm writing a library (in python) to provide some launchpad access methods for external applications... [01:53] I've some problems with authentication (cookielib + urllib2), i think it's because in the login page there are two forms. [01:53] Short network outage for gangotri was caused by network reconfiguration. It is now working fine. [01:53] stratus: launchpad understands basic auth headers [01:53] SteveA: oh! === stratus hides [01:53] it doesn't challenge ever, though [01:54] hmm [01:54] so, it is a bit hidden [01:54] it also isn't a "supported" feature [01:54] stratus: I have Python code for authenticating against Launchpad [01:54] so, please let me know what you're doing with it, so it makes it worth keeping around :-) [01:54] daf: my bzr repo is in http://people.debian.org/~stratus/bzr/launchme--main [01:54] SteveA: scrape.py uses Basic auth headers [01:54] SteveA: my first goals are products rdf and download the entire tarball from rosetta (due to upstream integration and review) [01:55] stratus: I'm afraid I don't have time to look at your code right now [01:55] stratus: I used to do cookie login using mechanize, so it can work [01:55] daf: no problem, really. it's in early stages (i think i started this weekend) [01:55] stratus: but using Basic auth is simpler [01:55] daf: sure it's, i missed the basic auth stuff, i didn't know that it was supported [01:56] SteveA: btw, thanks. [01:56] stratus: one other thing. daf too. [01:56] consider using a unique user-agent for each of your external tools [01:57] good idea -- I'll add one now [01:57] as this will help us see what you're doing with it, and help with a diagnosis if we change things that makes what you're doing break [01:57] SteveA: i was using the urllib2 user-agent, but i changed it for a browser, to test. I'll opt for 'launchme', because it's the library name anyway. [01:58] okay, cool === pitti [n=pitti@ubuntu/member/pitti] has left #launchpad ["Ex-Chat"] === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [02:03] Merge to devel/launchpad/: [trivial] Fix https://launchpad.net/products/launchpad/+bugs/31114 (Searching for unknown person causes an oops) (r3145: Guilherme Salgado) [02:04] weird, https://launchpad.net/products/launchpad/+bugs/31114 is a 404 [02:04] malone bug 31114 in launchpad "Searching for unknown person causes an oops (len() of unsigned object)" [Normal,Confirmed] [02:04] daf, s/bugs/bug/ [02:04] my bad, sorry [02:05] oh, right [02:05] there should probably be a redirect there [02:05] indeed. and I think I've seen a bug for that already [02:07] daf: it's not clear how to switch scrape.py to asking about a different product [02:08] different to what? [02:09] launchpad [02:09] it doesn't filter by product by default [02:09] use e.g. "product:launchpad-buildd" to filter [02:09] It'd be nice to see it against other things [02:09] Eg. product:libgfshare [02:09] ah [02:09] or package:ubuntu/gnome-power-manager [02:09] it doesn't have libgsfshare in its cache [02:10] I suppose I could make it update the cache on demand [02:10] :-) [02:10] I wanted to get rid of the cache entirely but that turned out to be too slow [02:26] stub: [02:26] TODO: Including the single quotes was a stupid decision. [02:26] -- StuartBishop 2004/11/24 [02:28] what's that from, daf? [02:28] quote_like() [02:28] it this implicated in an oops? [02:29] no [02:29] it is implicated in a code review [02:29] then probably not important for now [02:31] it would be a pain to fix because of all the code that uses it, I think [02:31] but we could do def quote_like(x): return "'%s'" % quote_like_without(quotes(x)) [02:34] it is not used much [02:34] 18 times perhaps [02:34] maybe 27 [02:34] but even so [02:34] not too much [02:35] right-o [02:36] well, as it turns out, the use case for having it without quotes just went away [02:37] how do I recover my password for lists.ubuntu.com? [02:37] you may have many passwords [02:37] but there is a mailman page for that === jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #launchpad [02:38] ah, found it [02:38] https://lists.ubuntu.com/mailman/options/launchpad === carlos -> lunch [02:44] daf: pong [02:44] SteveA: pong === daf tries to remember what he wanted spiv for [02:45] hello spiv [02:45] i originally pingged you for a phone call, but it's probably extremely late in sydney now [02:45] then i pinged you to tell you that i had broken RF temporarily, and one of your merges would most likely fail [02:46] i broke it by merging something into sqlos [02:46] Yeah, it is. Life keeps taking over my evenings... [02:46] so, it seems that sqlos merges don't run launchpad tests [02:46] but they should do [02:47] I know that buildbot merges do run bzr tests, because that's what keeps failing my buildbot merge :) [02:47] lifeless is busily fixing that, though. [02:47] I'll resubmit my lp merge, as it appears the sqlos issue has been fixed (or at least reverted)? [02:48] fixed [02:48] i gave mpt the zcml stanza to remove in launchpad [02:48] we were allowing ISelectResults.count in launchpad [02:48] (Or I will, once this one-line commit gets pushed -- the fix revealed a bug in a standalone page test, now that they are being isolated from each other) [02:48] we're now doing so in sqlos, because I added 'count' to ISelectResults [02:49] and removed a __len__ that had been left around in ISelectResults === doko [n=doko@dslb-084-059-076-040.pools.arcor-ip.net] has joined #launchpad [02:55] SteveA: mailman is taking a long time mailing me my password [02:58] try again perhaps [03:03] daf: I've found it really nice to be on the CAnonical imap server. [03:03] daf: It seems that sometimes things take a bit to mail externally that show up just about instantly on it. [03:06] hmm [03:06] SteveA: should we have a policy on using __used_for__ for view classes? [03:07] SteveA: it's ad-hoc at the moment [03:07] SteveA: I think all or nothing would be better [03:07] yes it is [03:07] we'll change it to using something else, that also eases up the zcml, when we have the new zope [03:07] which i expect will be sometime later this week... [03:08] I see [03:08] I gather that Zope 3.2 will bring many benefits [03:08] so, don't worry about it right now [03:08] yes [03:08] ok, I'll make a note of it for alter === sevrin [n=sevrin@202.75.186.154] has joined #launchpad [03:18] daf, carlos: is updateStatistics from lib/canonical/rosetta/__init.py:RosettaApplication even used? [03:19] I don't know [03:19] i can't find a place that it is used === carlos checks it [03:19] removing lib/canonical/rosetta is something I worked on in July [03:19] there's a bug assigned to me on it [03:19] i'm going to remove it now [03:19] ok [03:20] bug #28996 [03:20] malone bug 28996 in rosetta "canonical.rosetta's death sentence" [Normal,Confirmed] http://launchpad.net/bugs/28996 [03:20] SteveA: isn't it used to update the cached values for the main page? [03:20] not that i can see [03:22] remove it, submit a merge, see if tests fail [03:22] ddaa: what is lib/SCM ? [03:23] that's a Scheme implementation [03:23] daf, carlos: the front pages work [03:23] ddaa: it has mixed tabs and spaces for indentation [03:23] which is kinda worrying [03:23] why do we need a scheme implementation? [03:23] You know Arch guys are fond of putting interpreters in their tools. [03:23] I'm joking. [03:24] it's really a forth implementation.. [03:24] SteveA: it's a cron script that would fail, I think [03:24] It's an abstract SCM interface, that's providing the basis for common CVS and SVN and Arch support. [03:24] lifeless' crack [03:24] SteveA: (if anything) [03:24] (I do not mean that in a derogatory way) [03:24] SteveA: mpt: seems that r3144 is broken, see: [03:24] Module canonical.launchpad.browser.build, line 110, in setupBuildList [03:24] self.batch = Batch(builds, start) Module canonical.lp.z3batching, line 41, in __init__ [03:24] listlength = list.count() ForbiddenAttribute: ('count', ) [03:25] daf: so it is [03:25] cprov: update sqlos === SteveA mails the list about updating sqlos [03:25] SteveA: lifeless had some trouble with pep8 at first, and there was nobody to enforce it on him. [03:25] SteveA: right, it should not be done yet in the built lp tree [03:26] cprov: pardon [03:26] SteveA: thanks [03:26] daf: yes, it is used in a cron script [03:26] which is crack [03:26] why would a cron script use anything from an object that represents the rosetta homepage? [03:26] SteveA: I use the launchpad pre-built tree and it looks old yet, just a matter of time [03:27] cprov: ok [03:27] SteveA: the code is clearly in the wrong place [03:27] SteveA: I suppose that when Mark added it to the cached infrastructure he didn't move it outside the Rosetta object [03:27] crack [03:29] Merge to devel/launchpad/: [r=lifeless] Allow running single standalone page tests with e.g. "./test.py lib xx-bug-index" (r3146: Andrew Bennetts) === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === raketti [n=kikkeli@a84-230-254-77.elisa-laajakaista.fi] has joined #launchpad [03:43] cprov-lunch: do we have a buildd-mgmt ui yet?> [03:43] lamont: no, not yet [03:44] ok. just holler when, eh? [03:44] lamont: we have a cmdline tool scripts/buildd-monitor.py [03:44] cprov-lunch: What account do you need to connect to the database from on mawson? launchpad? cprov? [03:44] lamont: any hints/suggestions are welcome, file a bug on this [03:45] stub: since we don't have facist permission in mawson, launchpad & cprov would be fine [03:45] cprov-lunch: little things are needed like "clear this depwait (because the autodepwait stuff got it wrong)", etc. [03:46] lamont: this action is called "reset build" and can be done in the build page by LP admin [03:47] lamont: but we do need actions like: reset builder, abort current build, etc === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [03:47] SteveA: importd-bzr plan drafting is complete. Now waiting for resolution of open issues. [03:47] ok, great [03:49] lamont: currently we can only change builder mode (MANUAL/AUTO) and mark a builder as fail === cprov-lunch real lunch, starving === daf -> lunch [03:53] cprov-lunch: There is now a new launchpad_dogfood on mawson for you [03:53] stub: the update-stats.py script apparently has no tests [03:53] i ran it manually and i don't think i've broken it [03:55] It runs on production [03:55] what i mean is, i'm making a modification to it now [03:56] ./lib/canonical/launchpad/ftests/test_update_stats.py [03:56] ah, thanks [03:57] i didn't expect to find the test there [03:57] I think I threw that together - just minimal - last time I played with it. [03:57] Well, Mark wrote it so that is understandable :-) [03:57] Merge to devel/launchpad/: [trivial] fix karma for bug task modification, so that karma is credited on FIXRELEASED, instead of FIXCOMMITTED (r3147: Brad Bollenbach) [03:57] it passed [03:57] hurrah === jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #launchpad === raketti [n=kikkeli@a84-230-254-77.elisa-laajakaista.fi] has joined #launchpad [04:18] how do i kill gdm so, that it doesn't restart? [04:18] oops! :D [04:18] raketti: ECHAN, but /etc/init.d/gdm stop [04:19] thanks :) === raketti [n=kikkeli@a84-230-254-77.elisa-laajakaista.fi] has joined #launchpad [04:40] go salgado-lunch go === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === camilotelles [n=Camilo@20132192197.user.veloxzone.com.br] has joined #launchpad === camilotelles [n=Camilo@20132192197.user.veloxzone.com.br] has left #launchpad ["Leaving"] === bradb & # lunch === lfittl [n=lfittl@85-125-145-79.dynamic.xdsl-line.inode.at] has joined #launchpad [05:48] salgado, I just reassigned 3 bugs on shipit from mako to you [05:49] and check out the reporter's name in bug 29172 [05:49] malone bug 29172 in shipit "Page width changing" [Normal,Unconfirmed] http://launchpad.net/bugs/29172 [05:49] kiko, ahhh, that came from the bugzilla import? [05:49] yep. [05:49] I was wondering why I didn't get notified about these bugs [05:51] salgado, how's MM looking? [05:51] kiko, well, that's his launchpad displayname. he'd need to provide another one containing only ASCII characters on shipit. I have no idea how his name would look like in plain ASCII, though [05:52] me neither, but I'm curious [05:54] so, MM has gotten a lot more tests. now I'm going to clean it up, review it quickly and add to the review queue [05:54] DO IT [05:54] did you manage to try and run it on mawson? [05:54] carlos, how's PoMsgSetPage? [05:55] kiko: working on #5751 [05:55] well, finishing it [05:55] the ajax stuff [05:55] ? [05:55] yes [05:56] isn't it better to finish off PMSP first? [05:56] given it's been in-progress for months [05:56] I have it working after some problems with javascript [05:56] kiko: the ajax stuff should reduce the number of OPPs [05:56] kiko: I think it's more urgent [05:57] carlos, I think that may be underestimating the 2500 queries I listed in email the other day. [05:58] kiko: the suggestions are not being loaded by default [05:58] only if the translator selects it [05:59] kiko: anyway I will request a UI review by mpt when the branch is ready [05:59] carlos, of those 2500 queries, how many were actually related to suggestions? [05:59] carlos: i want to review any ajax-related or js-related UI changes [06:00] SteveA: sure, should I add it to your queue directly when it's ready? [06:00] I wouldn't change +translate to being ajax, either, at least not at first [06:00] I would offer it as a +translate-ajax or something [06:00] it's something that will very possibly have cross-browser impact [06:00] kiko is right. we must be very careful changing stuff like this [06:00] aaanyway [06:01] I want to see PMSP fixed [06:01] and bug 1681 too [06:01] malone bug 1681 in rosetta "Viewing a translation page fails in unix2newlines" [Major,In progress] http://launchpad.net/bugs/1681 [06:01] SteveA: I'm confused... didn't you suggest that change? [06:01] carlos: i suggested it as an idea for the future [06:01] not for doing right now [06:01] ok [06:01] carlos, if you do a careful query analysis of the OOPSes I posted [06:01] you might find out that suggestions are not the enemy [06:02] kiko, no, I haven't tested it on mawson yet [06:02] salgado, I'd like to see the results of that [06:02] carlos: btw, i'm working on CrowdControl code, and I think I'll be moving the permissions checks into the security code, as in bug 4814 [06:03] SteveA: cool [06:03] btw, Znarl, what's the status of rt#2939? [06:03] salgado, took the words out of my mouth [06:05] carlos, when can you get back to me on the OOPS analysis? [06:05] kiko: I'm looking at it atm [06:05] okay, thanks [06:05] it's a LOT of queries.. === Keybuk [n=scott@213-78-32-60.ppp.onetel.net.uk] has joined #launchpad [06:10] salgado, can you close out bug 31390, then? [06:10] malone bug 31390 in pylib python2.4-pylib "post installation script failing by attempting to compile stuff it shouldn't" [Normal,Unconfirmed] http://launchpad.net/bugs/31390 [06:14] salgado, we also have updated CoC text.. fun :) [06:14] kiko, but the problem still occurs in breezy. should I mark it fixed for dapper? [06:14] the bug is fix released [06:14] it is not a backport bug [06:14] so no need to concern yourself whether it still occurs in breezy [06:15] the only reason to use distrorelease tasks is for backports. [06:15] backpoets? [06:15] that too [06:15] kiko: your log with sampledata is not a good way to debug the sql queries [06:16] kiko: sampledata doesn't have too many examples for suggestions [06:16] carlos, perhaps we need better sampledata. [06:16] kiko: yes, we need better sampledata [06:16] or perhaps you want to run the profiler code on a tree against staging [06:17] kiko: well, perhaps the same test you did with the evolution's POTemplate would be more helpful [06:17] kiko: but staging is much better to test it [06:17] kiko: how did you do it [06:17] ? [06:17] I can re-run against evolution if you like [06:18] kiko: yes, please [06:18] I used the patch I sent to the launchpad list [06:18] but it is easy for me to re-run [06:18] there are more than one .pot file for evolution so we would get more queries [06:18] carlos, can you give me a path against localhost? [06:18] or paths [06:18] sure [06:18] kiko: http://localhost:8086/distros/ubuntu/hoary/+source/evolution/+pots/evolution-2.2/es/+translate [06:18] that should be enough [06:19] ddaa, did you notice the uncaught ConnectionError exception in update-branches.py yesterday? [06:19] at least it has a second template to look suggestions at [06:19] great [06:19] kiko: nope [06:20] ddaa, msged you on traceback [06:20] carlos, nice reduction of failures in rosetta-poimport [06:20] you should really get the getPORevisionDate bug fixed [06:20] kiko: generally, there are a few things I'd like to fix in that script, like improving logging, supporting database bounces, etc. But as long as it's working most of he time there are more urgent issues for me to work on. [06:20] okay [06:20] yeah, that's the next step [06:21] I was just suggesting a try/except, ddaa, not the eiffel tower IYKWIM :) [06:21] kiko: but thanks for telling me [06:21] sure === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad [06:22] kiko: I might actually get a few idle cycles this week. I'll try to look at it. [06:22] okay, cool [06:25] cprov: hi, how is going that mawson test? [06:26] carlos: bad, have no DB login yet, but current pgsql is already 8 [06:26] ok [06:26] cprov: please, ping me if you get it ready today [06:26] carlos: sure [06:27] cprov: thanks [06:28] carlos: unfortunatelly, stub left me with no information about the current state of the task, we may need to wait til tomorrow morning [06:28] ARGH [06:28] ok [06:28] I HATE HEARING THAT [06:29] salgado, read my reply to your question above, sorry for not saying your name [06:31] kiko, the one about fixing 31390? [06:31] or rather, marking it fixed [06:38] right [06:38] probably package-reassigning it too [06:44] matsubara, I'm confused by bug 31364. [06:44] malone bug 31364 in launchpad "BinaryPackageRelease is either unused or untested" [Normal,Needs info] http://launchpad.net/bugs/31364 [06:44] matsubara, did you explain to mpt what the exact problem we were having was? [06:45] or is the problem caused by null right portlets some other bug? [06:46] kiko: nope. I just pointed him to the page that uses binarypackagerelease.pt [06:47] matsubara, well, you didn't help him very much then. [06:47] can you please follow-up through email and explain the actual problem? [06:48] I've commented on the bug clarifying [06:49] kiko: I think you're confused === daf -> yoga [06:50] am I? [06:51] matsubara, are we not talking about the bug where the page layout blows up when you remove the right portlet? [06:51] kiko: the bug you explained to him is bug 31342 [06:51] malone bug 31342 in launchpad "Launchpad main_template is broken when there's no actions portlet" [Normal,Confirmed] http://launchpad.net/bugs/31342 [06:51] oh. doh. [06:51] I am confused. [06:51] indeed [06:52] NEVER MIND MEEEE [06:53] matsubara, daf: what is the bug used for +translate timeouts? [06:54] because bug 31406 and bug 31410 are dupes of it [06:54] malone bug 31406 in launchpad "OOPS-45C507 when trying to add source package openoffice.org2 to a bug report" [Normal,Unconfirmed] http://launchpad.net/bugs/31406 [06:54] malone bug 31410 in rosetta "OOPS-45A501 Timeout opening translation page" [Normal,Confirmed] http://launchpad.net/bugs/31410 [06:55] kiko: bug 31406 is a dupe of 4845 and it's already duped. [06:55] malone bug 31406 in launchpad "OOPS-45C507 when trying to add source package openoffice.org2 to a bug report" [Normal,Unconfirmed] http://launchpad.net/bugs/31406 === koke [n=koke@ubuntu/member/koke] has joined #launchpad [06:58] kiko: and I thought bug 31410 was a dupe of bug 31333, but daf was explaining to me the issue, but had to leave. we'll sort this out late when he comes back. [06:58] malone bug 31410 in rosetta "OOPS-45A501 Timeout opening translation page" [Normal,Confirmed] http://launchpad.net/bugs/31410 [06:58] malone bug 31333 in rosetta "Separate update in POST from rendering of form via redirect()" [Normal,Fix released] http://launchpad.net/bugs/31333 [06:58] s/late/later/ [06:59] hmmm [06:59] matsubara, I think both are dupes of the same bug, but... [06:59] bug 4845 [06:59] malone bug 4845 in malone "assigning of package bug targets needs input validation" [Normal,In progress] http://launchpad.net/bugs/4845 [06:59] matsubara, I don't think bug 4845 is what you meant. :) [06:59] malone bug 4845 in malone "assigning of package bug targets needs input validation" [Normal,In progress] http://launchpad.net/bugs/4845 [07:00] check out the oops for bug 31406 [07:00] malone bug 31406 in launchpad "OOPS-45C507 when trying to add source package openoffice.org2 to a bug report" [Normal,Unconfirmed] http://launchpad.net/bugs/31406 [07:00] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/2006-02-14/C507 [07:01] I typod === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [07:19] bradb, are you planning on fixing bug 31414? [07:19] malone bug 31414 in malone "Source and Binary Package Name on the +editstatus page are confusing" [Normal,Unconfirmed] http://launchpad.net/bugs/31414 [07:19] bradb, could it be fixed by dropping binary package name from the schema entirely? [07:21] kiko: Maybe though dropping binary package will (1) lose information and (2) make the UI a bit more confusing, i.e. the user might wonder why, after setting package name to "foo-doc" it got "changed" to "foo" [07:22] And there's no way to workaround it, if we're not storing foo-doc anywhere. [07:22] we can add it to the initial comment/description. [07:22] (strawman) [07:23] I can imagine that it could be useful to know the exact bp as well, in the case of weird apt-get install errors. [07:23] kiko: If we would store it in the comment/description, we might as well just store leave it in the schema. [07:24] s/store leave/leave/ [07:24] no [07:24] we could say "Initially reported against binary package name: XXX" [07:24] SteveA, kiko: I have the AJAX thing working now with some hardcoded values [07:24] and then you wouldn't need to take care of editing/changing/fixing it as we go [07:24] it lacks tests but if you want to take a look... [07:24] carlos, have a URL for testing? [07:25] to my local launchpad installation? [07:25] let me open the port [07:25] kiko: That wouldn't be useful information, IMHO. When a developer comes along and changes the bug to be on the correct source package, the "Initially reported on ..." just pollutes the comment. [07:26] Best to ask the Ubuntu devs though. [07:26] kiko: !!! [07:26] bradb, then drop the field completely -- mdz has said so already [07:26] ddaa, I'll be your huckleberry [07:26] how can that ConnectionError possibly happen in the first place??? [07:26] "No route to host" !?!?! [07:26] kiko: Why did he want to drop it? [07:26] ddaa, datacenter migration maybe? [07:26] bradb, because it's useless complexity? [07:26] that's what I recall at least [07:27] kiko: nothing was migrated on tuesday... [07:27] kiko: It is now, but it needn't be. [07:27] kiko: And it's definitely not useless. [07:27] bradb, make your case, but I'd be in favor of dropping it and doing what I suggest above. [07:28] e.g. jbailey sometimes knows the binary package that a bugtask should be reported on, and can't be arsed to look up the source package. if he sets the task on "foo-doc" and the page returns with simply "foo", that's confusing. === SteveA [n=steve@195.182.78.95] has joined #launchpad [07:28] (this use case comes from a chat yesterday with jbailey) [07:28] I'll talk to jbailey, but even risking repeating myself, I WANT TO DROP THAT FIELD :) === jbailey phases in. [07:29] (three nick highlights in a row is actually enough to get my attention...) [07:29] kiko: Yeah, I knew you weren't /really/ "asking" me if it should be dropped. :) [07:29] bradb: It's less a case of "can't be arsed" as to "you're a computer, you figure it out." [07:29] jbailey: Absolutely. [07:30] bradb, I asked if it "could be dropped". [07:30] 98% of my interactions with software fall into that category [07:30] jbailey, note that you would still retain that, with the advantage of not needing to maintain the field later. [07:30] kiko: It needn't be maintained if we fix the bug. [07:30] kiko: Sounds like the right solution. That way I can just type "libc6" in and have it automatically know the right thing/ [07:31] I shouldn't have to care that the source package might be different. [07:31] indeed [07:31] I believe having only one editable field on that form makes sense. [07:31] Right. [07:31] "package" [07:31] (i.e. one "package name" field) [07:31] yeah [07:31] source or binary, either way. [07:31] kiko: So, should I stop the AJAX task for the moment or finish it? [07:32] jbailey, exactly -- you'd be allowed to enter the binary package, the filed-a-bug message would say "Filing bug against glibc-devel (implied from binary package libc6)" [07:32] kiko: If you think there are other high priority tasks I don't have any problem to leave it for a while and finish it later [07:32] jbailey, I just don't want us to lug around the extra binary package name field [07:32] jbailey, and now have to add constraints to make it make sense [07:32] carlos, I think it's nice to put the branch up for review as-is [07:32] and then focus on other stuff [07:33] jbailey: Is it never useful to know about the specific bin pkg for a bug? e.g. with weird installation or config errors? [07:33] kiko: It lacks tests or old tests fixes [07:33] kiko: It's probably worth double checking with two heavy debbugs users to ask them if there's ever a case where the binary package is needed. [07:33] jbailey, bradb, OIthe information would be [07:33] errr [07:33] jbailey, bradb, Othe information would be [07:33] jbailey, bradb, I'm proposing the information would be stored in the initial description [07:33] kiko: is that ok? I suppose if I warn the reviewer it should not be a problem (I'm not going to merge the branch until it's finished) [07:33] Initially filed against binary package foo [07:34] so you would know the name [07:34] bradb: I haven't come across a need for it, but I'm not a heavy debugs user. The only thing I generally get from the binary package name is infered arch information. [07:34] kiko, bradb: Kamion and seb128 are the two I'd probably check with on that. === carlos needs to leave now. [07:34] right [07:35] see you tomorrow! [07:35] carlos, no problem at all [07:35] Both of them have experience with debbugs which keeps them separate and would probably be able to tell you their use cases for that information. [07:35] jbailey: If you guys never have a need to keep the binary package name around, then I agree it should be dropped. If there's any need for it though, storing it in the description would mean even more clicks and page loads to look at and maintain that information. [07:35] kiko: ok [07:35] cheers [07:35] but yeah, seb and Kamion [07:35] MMmm [07:35] bradb, again, the information is only marginally useful, probably in rare cases [07:36] The kernel folks, maybe, too, since their binary package information actually encodes the ABI information. [07:36] But possibly growing the ability to associate bugs with versions that Soyuz knows about would solve that, too. [07:36] that is infestations [07:36] but I never said that [07:37] Yeah, I keep forgetting what the name for it is. [07:38] Kamion: Do you have any reason to want to know specific binary packages that a bug affects? [07:39] Or lamont? [07:39] bradb, you will know the specific binary package, that's not the right question. [07:40] question is whether you want to filter, sort or group by it [07:40] kiko: If we store it in the description, sure, but I think I've already given reasons for why that's not a good idea. [07:41] I haven't agreed with them. [07:42] I was already getting complaints about maintaining that information on the +editstatus page, I can't imagine that having to force people to click over to +edit, change, and Save, is a way to make it easier to maintain that information. (And, as I say, I agree that only one "package name" field should be on the +editstatus page, just that we should also show bp there, if useful.) [07:42] bradb, what do you mean, change? [07:42] I think you're confused. [07:43] I am only suggesting allowing entering a binary package when /filing/ a bug [07:43] looking up the source package for it [07:43] and indicating the binary package in the inital description [07:43] period [07:45] kiko: If bp pkg name is sometimes important, than maintaining that information becomes a burden because, when important, it means going to +edit and changing it there, instead of just editing the "Package Name" field on +editstatus, and seeing info about the bp (if we know it) right up with the other task info. Also, desc is bug-wide. [07:45] s/than/then/ [07:46] bradb, I said INITIAL. [07:46] the binary package information is not important. they didn't even have it in bugzilla [07:47] kiko: bugzilla is not the pinnacle of bug tracking. [07:48] It's a feature that debbugs does have - that's why I think it's worth asking some of the heavy users of it to figure out how it gets used. === kiko waves hands [07:50] this has nothing to do with how good or bad bugzilla is [07:50] I'm just pointing out it was something the previous bug tracker lacked and that hasn't come up as a bug malone feature we're lacking [07:50] anyway, I GIVE UP [07:50] Right, I'm simply challenging your assertion that its inexistance in bugzilla proves its unimportance. [07:50] damned bilkeshedders [07:51] can't type today either for some reason [07:57] its presence in bugzilla is nothing but a pain in the ass for me [07:57] er, in debbugs === kiko looks at bradb [07:58] the binary package is only interesting as a convenience to the user [07:58] who may not know the source package name but only the binary package name === carl [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #launchpad [08:00] If the binary package is pretty much never useful then I agree that it should be removed. === niemeyer [n=niemeyer@200.103.241.35] has joined #launchpad [08:00] We'd have to accept the tradeoff that this will sometimes confuse users (e.g. when they edit the "package name" to "foo" and it changes to "bar", because "bar" is the package name.) [08:01] s/the package name/the source package name/ [08:13] bradb: Is it trivial to just list the binary packages next to the source name? [08:14] Or is that another 70,000 row query with SQLObject? =) [08:15] it's another join [08:15] jbailey: Do you mean that if I enter "foo", and the sp is "bar", that the "Package Name" (editable) field would say "bar", and "foo" would be shown somewhere beside that? [08:15] not sqlobject's fault [08:15] bradb: Right. Like Package: glibc (libc6, libc6.1, libc6-dev, libc6.1-dev, glibc-docs, nscd) === Nafallo_away is now known as Nafallo [08:16] jbailey: ah, showing all the bp's. I don't think we have room for that, tbh. [08:16] Then no worries. [08:16] Actually, glibc's probably among the nastier ones: [08:16] Binary: libc6-dev, libc1-udeb, libc6-amd64, libc6-dev-i386, nscd, libc0.3-dbg, libc6.1-dev, libc6-s390x, libc1-dbg, libc6.1-pic, libc0.3-dev, libc6-ppc64, libc0.3-prof, libnss-files-udeb, libc6.1, libc6-prof, libc6, libc0.3-pic, libc0.3-udeb, libc0.3, libc1-pic, libc6-dev-s390x, libc6-pic, libnss-dns-udeb, zoneinfo-udeb, libc6.1-udeb, libc6-dbg, libc6-i386, libc6-sparc64, libc1-dev, libc6-sparcv9b, libc6-dev-ppc64, libc1, li [08:16] bc6.1-prof, libc6-udeb, libc6-dev-amd64, libc6-i686, libc6-dev-sparc64, libc6.1-dbg, libc1-prof, glibc-doc [08:23] Merge to devel/launchpad/: Fix OOPS-45D553 and add test for it. r=kiko (r3148: Diogo Matsubara) [08:24] that's me and matsubara rocking the boat [08:24] "The motion of the ocean: [08:24] " [08:25] matsubara, next time, include a description of what you are fixing in your commit message [08:25] it makes it very hard to report the commit later [08:25] thanks [08:27] kiko: ok, I usually put the bug title, since that doesn't have one, I forgot. [08:27] I know [08:54] Merge to devel/launchpad/: [trivial] Fixes to link-external-sourcecode, the slacker's best friend: sanity check invocation and paths, force linking (r3149: kiko) [08:54] yes! [08:54] yes! [08:54] take THAT pqm [08:58] moin [08:58] SteveA: thats why I want to run the all the tests on every commit again [09:08] see you tomorrow, guys === johnl [n=johnl@cpc2-leds4-5-1-cust127.leed.cable.ntl.com] has joined #launchpad [09:15] matsubara, remind me -- isn't bug 31398 a dupe? [09:15] malone bug 31398 in rosetta "ERROR IN: https://launchpad.net/distros/ubuntu/dapper/+source/vlc/+pots/vlc/tl/+translate" [Normal,Unconfirmed] http://launchpad.net/bugs/31398 [09:19] hi, can anyone provide any more information on the launchpad source code situation? I know it's not open... [09:19] johnl, it's not, indeed. what other information can I provide you? [09:21] hi kiko [09:21] well I'm wondering what the plan is. what the motivations are etc. [09:21] i can't seem to find much info [09:21] other than the launchpad faq [09:21] the plan is to eventually open-source it. [09:22] kiko: duped it. it's a dupe of bug 30605 [09:22] malone bug 30605 in rosetta "Timeout at +translate page" [Normal,Unconfirmed] http://launchpad.net/bugs/30605 [09:22] right now it is still too much in heavy design work to be usefully open-sourced [09:22] matsubara, I think it's a dupe of a much earlier bug [09:24] matsubara, what about bug 30602? [09:24] malone bug 30602 in rosetta "ERROR IN: https://launchpad.net/distros/ubuntu/dapper/+source/vlc/+pots/vlc/tl/+translate" [Normal,Unconfirmed] http://launchpad.net/bugs/30602 [09:24] and 30604? [09:24] and 30605? [09:24] matsubara, I think those are all dupes of the same bug [09:24] kiko: cool. has it not been commented on officially anywhere? a mail from the spaceman perhaps? (no offence, I don't know who you are) [09:25] bug 30607 too [09:25] malone bug 30607 in rosetta "Timeout Error" [Normal,Unconfirmed] http://launchpad.net/bugs/30607 [09:25] kiko: the query expiring is different [09:25] johnl, no publically-archived mail from the spaceman, unfortunately, but he has made it clear that he wants to OSS it when the time is right. [09:25] matsubara, it is the same problem I suspect [09:25] too many queries in +translate [09:26] you can study the oops logs if you like [09:26] but then give us a report on what is a problem [09:26] kiko: ok thanks. I'd suggest putting that in the faq. put a few minds at rest :) [09:27] I'll do that this week, sure. [09:27] thanks for the feedback [09:33] matsubara, bug 30610 [09:33] malone bug 30610 in rosetta "ERROR IN: https://launchpad.net/distros/ubuntu/dapper/+source/vlc/+pots/vlc/tl/+translate" [Normal,Unconfirmed] http://launchpad.net/bugs/30610 [09:34] kiko: it's marked as a dupe of 30602 [09:34] I think they are all dupes [09:35] bug 30605 follows a different code path than bug 30602 [09:35] malone bug 30605 in rosetta "Timeout at +translate page" [Normal,Unconfirmed] http://launchpad.net/bugs/30605 [09:35] malone bug 30602 in rosetta "ERROR IN: https://launchpad.net/distros/ubuntu/dapper/+source/vlc/+pots/vlc/tl/+translate" [Normal,Unconfirmed] http://launchpad.net/bugs/30602 [09:35] does anyone have a lot of scrollback from this channel? [09:35] I needed a URL carlos posted to me a while back [09:36] how long? [09:36] I found it === Alinux [n=Ubuntu@d83-184-249-78.cust.tele2.it] has joined #launchpad === Alinux is now known as AlinuxOS === dholbach [n=daniel@ubuntu/member/dholbach] has joined #launchpad [09:43] hell [09:43] hello :) [09:43] Is the infrastructure for giving back source packages in place already? [09:57] matsubara, if all those pages are more than 2000 queries, they are all dupes [09:58] the bug summary is +translate issues MIND-BOGGLING number of queries [09:59] kiko: one is 148 queries and another is 275, is this unusual? [09:59] that's quite low actually [09:59] they are potentially not dupes then [09:59] have you seen any of these multi-million-query oops? [10:00] nope [10:00] look at the launchpad list for some email I sent on monday or tuesday [10:02] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/2006-02-09/A547 [10:04] right [10:04] matsubara, if you see one of those flag it [10:04] and try and improve the summary of bugs you are duping [10:04] to make sure the dupe targets are clearer [10:05] ok === poningru_ [n=poningru@n128-227-34-184.xlate.ufl.edu] has joined #launchpad === jinty [n=jinty@196-28-45-96.jhb.netdial.co.za] has joined #launchpad [10:13] bradb: the chief reason I've found for wanting binary packages is rough categorisation: for example, the bug reports against dpkg source that are on the dselect binary package can very productively be grouped separately, since they're basically an entirely separate set of bugs [10:13] bradb: there may be better ways to achieve that categorisation than grouping by binary packages; I'm not saying that's the only way or even the best way to do that [10:13] locales bugs against the glibc source are another example [10:13] (although no longer applicable in Ubuntu dapper, I guess) [10:14] comparing http://bugs.debian.org/src:dpkg with http://bugs.debian.org/dselect should provide a relatively good use case [10:17] Kamion: Do you have many packages where binary-package-related bug categorization would be helpful? [10:19] personally? === AlinuxSOS [n=Ubuntu@d83-176-93-144.cust.tele2.it] has joined #launchpad [10:21] Kamion: You, or others that you know would benefit from this. [10:22] a few - in the past I've found it useful in cdebconf, debian-installer-utils, groff, openssh [10:22] but it's not really crucial in any of those cases [10:22] it seems to be a matter of personal taste so I don't know that I'd want to speak for other maintainers [10:23] some kind of fairly arbitrary user-controllable categorisation where you can attach keywords of your choice to bugs and search by those would do just as well, for example [10:23] the usertags stuff added to debbugs recently seems popular, although it's not exactly easy to use [10:24] to set up, that is [10:24] ok, thanks for the info === Nafallo is now known as Nafallo_away [10:53] matsubara: I'm back if you still have stuff you want to talk about === johnl [n=john@cpc2-leds4-5-1-cust127.leed.cable.ntl.com] has joined #launchpad [11:18] kiko: [11:19] kiko: read the launchpad list. i've done some analysis on rosetta queries. [11:21] Hey SteveA (or kiko), who do you think should be assigned bug 31106 ? [11:21] malone bug 31106 in launchpad "Show URL of launchpad branch mirrors" [Normal,Confirmed] http://launchpad.net/bugs/31106 [11:22] I'd be happy to take ownership of it, but I'm notoriously bad at getting around to fixing bugs. [11:23] (also, it cannot be fixed right now because it would conflict with daf's patch) [11:26] jamesh: around? [11:26] ddaa: you could ask daf about it [11:26] daf: ^ === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has left #launchpad [] [11:26] it's a bit late at night, though [11:27] an email to the mailing list might be better [11:27] he was around less than 30 mins ago [11:29] hi [11:29] daf: go to sleep! :-) [11:29] which page(s) do the URLs need to be shown on? [11:29] SteveA: isn't it 00:30 for you? [11:30] yes it is [11:30] i've been doing some very exciting query analysis [11:30] we can trivially cut +translate page times in half [11:30] so exciting that it's keeping you awake, evidently [11:30] oh, that *is* exciting [11:31] how? [11:31] daf: the $branch/+index page [11:31] daf: I think you are familiar with that page :) [11:31] indeed :) [11:31] ddaa: assign the bug to me [11:31] it is conceivable that we can get a +translate page down from 12 seconds to just 2.5 seconds [11:31] that would make me very happy [11:32] although, that involves more work. [11:32] but we can see it is possible [11:32] +translate is one of the biggest sources of OOPSes [11:32] but, cutting it in half would be a big gain [11:32] absolutely [11:32] presumably this involves the big query on POSubmission [11:33] look at the spreadsheet i attached [11:33] it speaks for itself [11:34] ah, email; I'll read it in the morning [11:34] yes [11:34] me too === SteveA --> sleep [11:37] good night SteveA