=== G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad === poningru [n=poningru@n128-227-55-122.xlate.ufl.edu] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === erdalronahi [n=erdal@p50876842.dip.t-dialin.net] has joined #launchpad [02:30] Gooooooooooooooooooooood afternoon Launchpadders! [02:35] hello mpt [02:35] I'm the zzz man [02:39] zzz [02:39] dude [02:39] I'm going to be zzz tomorrow === hannosch [i=hannosch@e176100164.adsl.alicedsl.de] has joined #launchpad [02:42] I'm sending pqm patches [02:44] kiko-zzz, this bug importance work is sending me dangerously close to learning about SQL*Join [02:47] really? I wonder why [02:52] because now that I've fixed the DB classes to default to sorting by importance rather than by severity then priority, the list of bugs reported by X is returning bugs reported by other people too [02:53] it's probably just a silly mistake of mine somewhere [02:53] meanwhile, "Failed to load application: No module named conch.ssh" [02:53] mpt: you need a sourcecode/twisted directory [02:54] ah, thanks [02:54] how recent is that? [02:54] Since about half-way through the sprint :) [02:57] hmm, I've merged rocketfuel since then [02:57] Odd it didn't get copied in [03:00] Well, merging rocketfuel would have merged in the need for it, but like other sourcecode/* things, it's a seperate branch. [03:00] ah [03:00] hence the occasional need to cd sourcecode/whatever; bzr pull; cd ../.. [03:00] Yep. [03:01] wow, some tests are passing now [03:01] Heh :) === radix [n=radix@c-67-171-105-233.hsd1.pa.comcast.net] has joined #launchpad [03:09] Merge to devel/launchpad/: [r=fabbione,radix (what a man has to do to land a patch on a saturday)] Fix for bug #3910: Sorting +specs table doesn't work. Allows specifying sortkey/revsortkey inside a and handle that in the JS sorting code; cleans up templates that provide sortkeys. Some gratuitous cleaning up and detabifying as I go. (r3381: kiko) [03:10] woot, I'm famous === ajmitch [n=ajmitch@port171-235.ubs.maxnet.net.nz] has joined #launchpad === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad [03:19] It's not Saturday! [03:19] it could be [03:25] Hmm, the runmirror cron script seems to be badly broken. [03:26] thats the baz 1 one [03:26] yes ? [03:27] lifeless: I have no idea, I just see it's sending an error report every time it runs :) [03:28] hmm, maybe my lperrors subscription dies [03:28] last I have is nov 11 [03:28] got an archive url for me? or forward me one ? [03:29] lifeless: https://lists.ubuntu.com/mailman/private/launchpad-error-reports/Week-of-Mon-20060403/024989.html [03:29] lifeless: It's alternating with rosetta-poimport.py at the moment, just take a peek at the archives... [03:30] (I'm glad I subscribe to error reports digests!) [03:30] thats the bzr on [03:30] *one* [03:31] do you have time to peek at this ? [03:31] its almost certainly crap data coming out of the branches-to-pull.txt page [03:31] such as a URL with spaces in it [03:32] I'll do a cherry pick for a fix. === radix [n=radix@c-67-171-105-233.hsd1.pa.comcast.net] has joined #launchpad === stub [n=stub@ppp-58.8.4.136.revip2.asianet.co.th] has joined #launchpad [03:41] spiv: ping [03:42] lifeless: Ok, I'll look. [03:42] lifeless: Although... [03:42] spiv: thanks. You know the url ? [03:43] lifeless: https://chinstrap.ubuntu.com/~jamesh/oops.cgi/2006-04-01/A1 [03:43] lifeless: There's a heap of those in the last lp error summary [03:43] hah [03:43] well thats the fault then [03:43] lifeless: So maybe runmirror is choking on the error page :) [03:44] indeed [03:44] lifeless: Ah, presumably my change to the config values somehow broke the config being used. [03:45] looking [03:46] its missing the supermirrorsftp section in launchpad.conf in configs/production1/launchpad.conf [03:46] can you add that ? rs=lifeless [03:49] ok that should be sorted [03:51] Ok, I think the cron job is on a 10 minute interval, so we should find out if it worked pretty quickly. [03:53] lifeless: Just to production1? [03:53] yep [03:53] Ok. [03:53] only production1 offers the internal pages for this [03:53] Ah. === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [04:12] lifeless: Well, there are no new error reports from runmirror, so I guess it worked. [04:12] lifeless: Thanks [04:12] np [04:12] thank you for spotting it [04:18] thanks guys :-) [04:34] Merge to devel/launchpad/: [rs=lifeless] Add missing supermirrorsftp section to configs/production1/launchpad.conf, fixing http://gangotri.ubuntu.com:9000/supermirror-pull-list.txt. (r3382: Andrew Bennetts) === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad === mpt wonders why his make check_merge "+actual" output contains random space characters [04:50] actually, make check_merge output in general === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #launchpad [05:16] Probably me forgetting that 'print foo,' inserts a space and I should have used 'sys.stdout.write(foo)' [05:19] stub, it's in random places like the middle of a "==================== ==========================" line [05:20] mpt: Yup. Probably every 1024 characters if you can be bothered counting ;) [05:20] I'll commit a fix. [05:23] stub: what did you do ? [05:23] print foo, [05:24] stub: I meant where :). [05:24] lifeless: test_on_merge.py [05:24] chunk = os.read(proc.stdout.fileno(), 1024) [05:24] print chunk, [05:25] spiv: ah the incremental output foo [05:25] lifeless: Right. [05:25] could just pass stdout and stderr to the child as is;) [05:26] The incremental output rocks, btw [05:26] Want to collate stdout and stderr [05:27] on pqm ? [05:29] lifeless: Also, test_on_merge wants to watch stdout/err for timeout reasons. [05:29] should really be in pqm core ;0 [05:29] Yeah, probably. [05:30] lifeless: what do you make of bug 37823? [05:31] I think it renders whack [05:31] https://launchpad.net/products/bzr/+bug/37823 [05:31] Ubugtu, wakey wakey [05:31] mpt: It msged me to say "This bug is private". === spiv -> lunch === stub [n=stub@ppp-58.8.4.136.revip2.asianet.co.th] has joined #launchpad [05:52] Merge to devel/launchpad/: [trivial] Don't insert random spaces in test_on_merge.py output (r3383: Stuart Bishop) [06:21] spiv: interesting glitch in the rules [06:21] spiv: we should fix that [06:24] lifeless: I can't see how it would happen, if you're referring to 37823. [06:26] I am === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [06:32] ok, I'm gonna take a break, its been 8 hours straight [06:33] back in a bit [06:33] BjornT: look at the rendering here - is it meant to look like that ? [06:33] https://launchpad.net/products/bzr/+bug/37823 [06:33] spiv: ddaa has fixed is branch apparently === mpt [n=mpt@219-89-158-32.jetstart.xtra.co.nz] has joined #launchpad [06:36] lifeless: hmm, yeah, pending-reviews agrees. Cool, I'll do that review finally :) [06:38] Merge to devel/launchpad/: [trivial] Fixes bug 2250 (Rosetta shows 'appoint additional translators' even when you don't have permission to use it) and bug 6666 (visited links on bug page have insufficient contrast) . (r3384: Matthew Paul Thomas) === BjornT_ [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad === ajmitch__ [n=ajmitch@port169-135.ubs.maxnet.net.nz] has joined #launchpad === ajmitch__ is now known as ajmitch [06:48] mpt: Should we be dropping BugTask.priority at the same time as your other work, or leave it for the future? [06:48] (or someone else to deal with) === Arafangion [n=arafangi@220-245-219-42-act-pppoe.tpgi.com.au] has joined #launchpad [07:05] stub, sabdfl said to leave it [07:05] in case we use it later [07:06] ok [07:06] though dropping it would have been easier, because then I'd know *all* uses of it in the code should be removed, not just some of them :-) [07:07] mpt: You can rename the column ;) [07:08] If you want to confirm that all uses are removed, 'ALTER TABLE BugTask RENAME priority TO obsolete_priority' should do the trick === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad === Arafangion [n=arafangi@220-245-219-42-act-pppoe.tpgi.com.au] has joined #launchpad [08:00] hi [08:01] are rosetta imports processed ? [08:15] zorglub: There's an problem with them at the moment it seems, when carlos is awake it should be resolved. [08:17] spiv: w.r.t. my TacTestHandler fixes, I had a few questions [08:17] TacTestSetup, even [08:17] jamesh: Oh? [08:18] spiv: (1) some uses create separate instances of the class for setup and teardown and some keep the instance around for teardown. Is it worth supporting both uses? [08:19] and (2) before my changes, the existing implementation handles teardown of daemons if the pidfile is still there from last run. I wonder if it would be better to add an atexit handler to remove daemons? [08:20] s/remove/kill/ [08:20] jamesh: (1) No, just support one. I'd prefer that the instance should be kept around, because it potentially makes things simpler for the implementation, but maybe that's a YAGNI. But there should be only one way, either way (I know both are in use atm). [08:21] atexit isn't sufficient -- what if the test suite died ungracefully? [08:21] Or even more likely, a previous tearDown didn't get to the tac teardown, because something else failed first. [08:22] (Or a setUp failed after starting a tac, but before completing, therefore tearDown never runs) [08:22] spiv: I think the support for not keeping the instance around probably hides some cases of tests not correctly cleaning up too [08:22] spiv: ok thanks [08:22] zorglub: Feel free to nag carlos and/or file a bug if it's not fixed soon, though :)' [08:22] potentially introducing order dependence in tests [08:23] so perhaps setUp() should check for the pidfile and kill the old daemon + emit a warning if it finds the daemon [08:24] jamesh: Sounds good. [08:24] jamesh: I wonder if pidfiles are even necessary if we aren't fully daemonising... [08:25] spiv: well, it helps us detect a previously running daemon [08:25] spiv: which is a good thing from a robustness perspective [08:26] I guess I'm wondering if the way we're spawning these processes now means by default they'll die when the parent does... if that's not the case, we still want the pidfiles. [08:26] they don't seem to ... [08:26] Fair enough. [08:27] I suppose we could do that if there was a pipe between the two processes -- write end in the parent, read end in the child [08:27] have the child exit on HUP [08:28] not sure how best to do that in the twisted framework though [08:28] jamesh: Well, Twisted doesn't touch the SIGHUP handler. === carlos [n=carlos@88.Red-81-34-76.dynamicIP.rima-tde.net] has joined #launchpad [08:29] spiv: I don't mean UNIX signals -- I mean the HUP condition from poll() [08:29] morning [08:29] or exception from select() [08:29] Oh, I see [08:30] it might be easier to just continue with the pidfile code ... [08:31] jamesh: something like twisted.internet.stdio to hook up an object to an already open pipe, and then the attached protocol would see the connectionLost event. [08:31] But yeah, it's a bit messy, I'd stick with the pidfile stuff atm. [08:32] if we got the pipe trick working, it should be very reliable -- the write end of the pipe gets closed by the OS when the test suite exits causing the hangup [08:34] jamesh: Assign a bug to me, I'll look at it sometime soon. It's a nice solution. === dewd_ [n=dewd@201.29.107.23] has joined #launchpad === dewd_ [n=dewd@201.29.107.23] has left #launchpad ["Fui] [08:44] spiv: https://launchpad.net/products/launchpad/+bug/37837 [08:44] Malone bug 37837 in launchpad "Make daemons spawned by test suite exit more reliably" [Normal,Confirmed] [08:45] jamesh: Thanks. === mpt_ [n=mpt@219-89-139-205.jetstart.xtra.co.nz] has joined #launchpad [08:51] thank you god === mpool [n=mbp@ppp112-44.static.internode.on.net] has joined #launchpad [09:13] carlos: around? [09:13] spiv: yes [09:13] hi [09:14] carlos: see my mail about rosetta-poimport.py? [09:14] spiv: yes, I already answered it [09:14] hmm [09:14] but my laptop didn't send the answer... [09:14] grrr [09:14] carlos: cool, zorglub was asking about imports earlier, you might want to let him know when it's fixed :) [09:14] spiv: it was fixed on Friday [09:15] carlos: Really? That's odd. [09:15] spiv: but it was not cherrypicked... [09:15] Ah. [09:15] I didn't think it was necessary... until now... [09:15] I should say, "fixed and released" :) [09:16] carlos: This and runmirror have been spamming the error reports list all weekend, we've fixed the runmirror issue, it'd be nice to fix this one too. [09:16] It's sending an error mail every 10 minutes. [09:17] spiv: I know [09:17] spiv: with my email answer I asked stuart to cherry pick the patch [09:17] carlos: Ok. Just nagging you before kiko does ;) [09:17] it's a one line change [09:17] spiv: kiko pointed me to that bug... :-P [09:18] :) [09:18] stub: hi [09:18] carlos: hi [09:18] stub: could you cherry pick r3373 ? [09:19] stub: or apply the change manually? it's just a matter of rename a variable name === einheit_2 [n=steve@195.182.78.95] has joined #launchpad [09:19] spiv: thanks for bugging me ;-) [09:20] ok [09:20] carlos: Anytime :) [09:20] stub: thanks [09:21] interesting statistic I'd like to know stub [09:21] stub: meantime from cherrypick request to rollout [09:22] stub: I think there is a incorrect perception that it takes days to get cherrypicks out there. [09:22] We don't do enough to give a meaningful statistic - sample size is way too small [09:22] lifeless: "meantime"... that's how long stub is in a grumpy mood after doing a cherrypick? ;) [09:23] stub: https://wiki.launchpad.canonical.com/FasterCodeUpdates [09:23] stub: I have the feeling that everything in that spec can be addressed by 'request cherrypicks for template only changes' [09:24] stub: but I have some concerns about trying to automate commits to production by anyone, particularly as *you still need to do a rollout* to get the changes in [09:25] Yup. If cherry picks take time to rollout, it is generally because they are being batched. === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [09:27] Having changes land too fast into production is often counter productive too - there have been a number of cases of simple fixes that have had to be rolled out not working, causing frustration and further quick fixes. Rather than investing time investigating and fixing the problem properly. [09:27] stub: please jump into the discussion on that spec [09:28] There is no discussion on that spec [09:28] refresh it [09:28] Nope [09:29] lifeless, "I" needs a @NAME@ [09:29] oic [09:29] mpt_: ? [09:30] i.e. it's non-trivial to work out who wrote who "I" refers to [09:30] s/who wrote// [09:31] mpt_: context my small compatriot, context! === mpt_ squeaks [09:32] or in other terms, WTF are you talking about ? [09:32] spiv: does the rewrite rule I gave in https://launchpad.net/products/launchpad/+bug/37818 sound like it would fix the problem? [09:32] Malone bug 37818 in launchpad "http://bazaar.launchpad.net/~user/product/branch is a 404" [Minor,Confirmed] === einheit_2 is now known as SteveA [09:34] lifeless: context! You were talking about "the discussion on that spec". The discussion you have added is not obviously by you. But the amount of time I have now spent trying to explain this has now exceeded the amount of time required for me to add your wikiname to the page myself, so I'll stop talking [09:34] mpt_: oh, the spec. Sure, know I know what you are talking about. === lifeless adds [09:34] jamesh: It sounds likely to me. [09:35] spiv: I suppose it needs admin intervention to fix though? [09:35] jamesh: I guess file an rt request... yeah. [09:35] erm [09:35] spiv, jamesh - whats this for ? [09:35] if its vostok? we had some serious trouble with those rules. [09:35] lifeless: go to e.g. http://bazaar.launchpad.net/~radix/subol/main.dev and get a 404 [09:35] AFAIK, the admins are the only people with access to that apache conf. === doko_ [n=doko@dslb-088-073-099-248.pools.arcor-ip.net] has joined #launchpad [09:36] I'd like to verify it offline before *any* attempt to change it in production [09:36] lifeless: a rewrite rule to redirect to the same thing with a slash on the end [09:36] jamesh: lifeless is right about the trouble we had with them, though :) [09:36] jamesh: theres a much easier fix [09:36] oh? [09:36] stub: i've wondered if it is possible to have launchpad running on some domain use new presentation code, but run against the production database, as a useful kind of staging. [09:36] we have a rule that just needs a / turned into (/|$) [09:37] that should fix it in one hit without generating double lookups [09:37] lifeless: you need a redirect in either case [09:38] or at least want a redirect [09:38] jamesh: why ? [09:38] SteveA: What does that give us that staging doesn't? Except for the ability for untested UI changes to create broken data in the production database? [09:38] lifeless: programs trying to resolve relative URIs [09:39] jamesh: please go on [09:39] oh, I see where you are coming from [09:40] yes, we could do that too. we have a separate problem. [09:40] https://launchpad.net/products/bzr/+bug/37823 [09:40] garh [09:40] ubugtu SFTU I know its private [09:41] stub: what does that give us that staging doesn't? users. [09:42] Of course, fixing the 404 alone doesn't solve the whole issue -- it'll probably lead to "the URL for my branch is empty", because our apache config doesn't show the .bzr directory in listings. [09:42] SteveA: Why would users be using bleedingedge.launchpad.net? If users *are* using it, why would be also want to bother with the 'standard' site? [09:42] because we expect things to break more often on the bleeding edge [09:42] spiv: that'd involve updating IndexIgnore to not exclude dot files [09:43] I don't see how that improves the end user experience [09:43] they can choose when to bleed [09:44] I see the preferred launchpad ui giving more exceptions, and the production environment ending up more complex creating larger maintenance burdens with the necessary larger downtime periods. [09:44] jamesh, spiv please test a tweaked config offline, then I'm extremely happy for an rt request to be filed [09:45] I think its worth solving both bugs at once [09:45] lifeless: I'm not sure what bug 37823 says because it is private, btw :) [09:45] jamesh: you should be able to access it [09:45] btw stub and I can do apache config on vostok [09:45] lifeless: why? [09:45] lifeless: launchpad-dev doesn't seem to be subscribed. [09:45] so you dont need an rt request [09:46] jamesh: try now [09:46] subscribed [09:47] lifeless: heh, look at the activity log, we both subscribed launchpad developers :) [09:47] ;) [09:47] I'm mildly impressed that malone didn't blow up ;) [09:48] it doesn't do any of the "midflight collision" stuff that bugzilla does [09:50] well that was obviously a three-way merge with the same result on both sides [09:50] lifeless: ...obviously. ;) [09:51] stub: so, upon reflection, you feel that this is not a good idea. [09:54] stub: hi, we got some 'garbage' from openoffice (it was not a problem with Rosetta) and we need to cleanup Rosetta from those broken imports [09:54] stub: I prepared this https://chinstrap.ubuntu.com/~dsilvers/paste/filedmfMPY.html to do the cleanup and then import the fixed .po files again [09:55] stub: I'm going to test it on staging when the mirror ends [09:55] SteveA: No. Landings that meet the criteria that the new environment would allow (template changes only and no dependancies on python or db schema changes that have not yet been rolled out) are very rare, and thus the new environment would rarely be any different from the real production environment. It would only serve to complicate things. [09:55] after testing it on staging, could you execute it on production? [09:56] stub: i think you meant "yes" as in "yes, on reflection i feel that this is not a good idea" [09:57] although, i should clarify that i'm talking about changes in presentation code, python and template, not just templates, for bleedingedge.whatever [09:57] SteveA: i guess [09:58] I need a nap ;) [09:58] which increases the scope of what could be rolled out there early [09:59] If you increase the scope, then we start having an issue with broken code irreparably corrupting the production database. === mpt [n=mpt@222-154-112-75.jetstream.xtra.co.nz] has joined #launchpad [09:59] Or reparably - it is still a pita when it happens with fully reviewed and tested code. [10:00] have you seen any times when presentation code has done this? [10:00] SteveA: so when you say presentation you are excluding anything that changes canonical.launchpad.database [10:00] ? [10:00] not quite that [10:01] I've seen plenty of code that should be database fall through into the presentation layer. And if this is a mechanism for bypassing beurocracy, then more code will fall through like that. [10:01] i'm saying anything in launchpad/templates or launchpad/browser === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [10:01] the rationale for this is to get some kind of staging system actually used somewhat [10:10] lifeless: tested the rewrite URL I proposed at https://launchpad.net/products/bzr/+bug/37823 locally [10:11] seems to work correctly (does redirects where it should, gives 404s where it should) [10:11] ok. [10:11] thanks [10:24] lifeless: Cherry picking https://lists.ubuntu.com/mailman/private/arch-commits/2006-March/005638.html , I get WARNING: Conflict adding file lib/canonical/launchpad/webapp/z3batching/__init__.py. Moved existing file to lib/canonical/launchpad/webapp/z3batching/__init__.py.moved. [10:24] lifeless: Yet that patch doesn't touch that file [10:25] stub: did that file already exist locally ? [10:25] or something ? [10:27] lifeless: https://chinstrap.ubuntu.com/~dsilvers/paste/file4RdtLb.html [10:30] I get the same thing trying to cherry pick r3382, so I guess it would be any patch after the one that moved that file === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [10:33] yow, +tickets isn't batched === mpt changes his mind about linking to it [10:34] BjornT, ping === BjornT_ [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [10:56] stub - do a revert [10:56] stub: then do bzr st [10:56] is there any output from bzr st ? === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === ploum [n=ploum@ubuntu/member/ploum] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [11:03] mpt: your branch 35086 has conflicts === mbp_ [n=mbp@ppp112-44.static.internode.on.net] has joined #launchpad === mpt [n=mpt@219-89-136-79.jetstart.xtra.co.nz] has joined #launchpad === WaterSevenUb [n=WaterSev@195-23-238-142.nr.ip.pt] has joined #launchpad === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #launchpad === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [11:17] mpt: pong (i'm having problems with my internet connection) === Seveaz [n=seveas@ubuntu/member/seveas] has joined #launchpad === Mithrandir [n=tfheen@c5100BC63.inet.catch.no] has joined #launchpad [11:21] hmm, can anybody tell me why htts://launchpad.net/people/tfheen shows the ubuntu-drivers logo in the list of logos? [11:22] Mithrandir: because you are a member of that team? [11:23] oh, indirectly I am, it seems. [11:24] for some reason core-dev was added as a member [11:25] see #u-d for the description [11:25] or reason, or whatever. :-) === Mithrandir [n=tfheen@c5100BC63.inet.catch.no] has left #launchpad [] [11:30] BjornT, you wrote: "+ * On +filebug ... Also provide a link to file a bug on any related packages." There's a bug report saying that should be on the product's +bugs page, rather than its +filebug page. Thoughts? [11:31] For example, /products/a/+bugs should link to /distros/b/+source/a/+bugs === Panda^ [n=giampaol@217.201.198.108] has joined #launchpad === xil [n=felipe@neuromante.det.uvigo.es] has joined #launchpad [11:46] stub: is staging being updated? [11:46] it's taking too much time, isn't it? [11:49] carlos: there's a zwiki and plone pots that I'm leaving on hold [11:49] the rest is imported [11:49] jordi: cool, thanks [11:49] carlos: how hard would it be to further filter between distro and series stuff? [11:50] ie, "show needs_review for any kind of file belonging to product series" [11:50] jordi: not too much... I already thought that and I guess I will add it after KDE support lands [11:50] so I can find series po files easily [11:50] ok, thanks === Ubugtu_1 [n=bugbot@81.171.100.21] has joined #launchpad === frodon_ido [n=patrick@ip-213-49-210-29.dsl.scarlet.be] has joined #launchpad [12:07] carlos: The staging server did not update properly. I'm sorting it now. === patrick__ [n=patrick@ip-213-49-210-29.dsl.scarlet.be] has joined #launchpad [12:08] stub: ok [12:08] anyway, I'm going to move my scripts to use at noon [12:08] stub: thanks [12:09] carlos: Updates are probably starting an hour later now too with London kicking over to summer time [12:09] stub: well... my cronscript is also at London time zone [12:15] is there any way to tell cron that a particular crontab should be interpreted as UTC? === erdalronahi [n=erdal@p50877A59.dip.t-dialin.net] has joined #launchpad === carlos [n=carlos@56.Red-88-4-2.staticIP.rima-tde.net] has joined #launchpad [12:22] carlos: back up [12:24] stub: cool, thanks === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #launchpad [12:38] Merge to devel/launchpad/: [trivial] Remove comments for removed table (r3385: Stuart Bishop) [12:47] carlos: Hi, just answered your mail on the mailinglist [12:47] thanks for helping === patrick__ [n=patrick@ip-213-49-233-214.dsl.scarlet.be] has joined #launchpad [12:50] erdalronahi: I already answered too ;-) [12:50] erdalronahi: you are welcome [12:50] ;-) [12:50] the re-import will be finished tomorrow? [12:51] not sure [12:52] I'm still finishing testing the deletion [12:52] and we need to reimport breezy and dapper... [12:52] count with Wednesday [12:53] dapper's openoffice is really huge [12:53] now that we include the documentation... [12:54] reimport breezy and dapper? [12:54] WTF? [12:56] jordi: OpenOffice [12:56] so is rosetta ready for dapper now for packages other than openoffice? [12:56] mdke: and KDE [12:57] but due the massive imports that we are going to do this week... I'm not going to announce it yet [12:57] oh cool. all the upstream translations are in for everything except kde and ooo? [12:57] mdke: most of them, yes [12:57] I'm still reviewing what's missing [12:58] but mainly KDE [12:58] is missing [12:58] very cool [12:58] and OO is broken... [12:59] but the translations from Breezy are not yet imported, right? [12:59] stub: I guess is ok if I use my staging rights to check some deletions before I ask you to do it on production, right? [12:59] The bulk of our translations is there, not upstream [12:59] erdalronahi: yeah, not yet imported [01:00] that's another point to deferer the announcement [01:00] carlos: Sure. Staging is there to be abused ;) [01:00] ok [01:00] ;-) [01:07] stub: btw... how's going the cherrypick? [01:07] carlos: I'm getting spurious conflicts [01:08] with mine? === frodon_ido [n=patrick@ip-213-49-233-214.dsl.scarlet.be] has joined #launchpad [01:08] it's one line change + a big test change [01:16] carlos: So. Conflicts in files that your patch (and others I need to cherry pick) don't touch. [01:16] c/So/No/ [01:16] oh [01:16] ok === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad === erdalronahi [n=erdal@p508769D4.dip.t-dialin.net] has joined #launchpad [01:23] lifeless: I put together this simple script to convert a tree of bzr branches into a repository: http://people.ubuntu.com/~jamesh/make-bzr-repo.sh <- does it look sane? === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad === koke [n=koke@ubuntu/member/koke] has joined #launchpad [01:30] jamesh: other than being in sh ? [01:33] jordi, ping === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #launchpad [01:35] lifeless: I've done the cherry picks using diff & patch. Running tests now. [01:37] mpt: hi === bradb [n=bradb@modemcable092.66-130-66.mc.videotron.ca] has joined #launchpad [01:40] jordi, do you have a more definite idea yet of whether you'll be able to attend Extramadura in September? [01:44] carlos: around? our l10n-es memberships have expired :) [01:44] koke: hi [01:44] koke: really? :-P [01:44] Jorge Bernal 2005-04-01 Expired on 2006-04-02 [01:45] X-) [01:46] koke: fixed [01:46] wow, the list of pending people is huge... [01:47] koke: why aren't you rejecting people? there are many people waiting since 2005 [01:47] well, rejecting or accepting them... [01:49] I usually wait to see if they subscribe to the list [01:49] mpt: http://blog.drinsama.de/erich/en/linux/2006040302-msie-on-linux [01:50] "You can run MSIE 6 on Linux quite well by now. Not that there is any reason to do so. (Okay, maybe if you are a webdesign professional you'll want to make sure your layout works fine with MIES, too.) [01:50] " [01:50] awesome [01:51] it is two days too late for an april fool [01:51] i wonder if ubuntu will put MSIE in multiverse ;-) [01:52] There's a wiki page you can propose it for inclusion, iirc [01:53] SteveA: installing that isn't that hard either. we already ship wine [01:54] SteveA: there are scripts around that setup ie 5, 5.5 & 6 in a few minutes [01:54] it even works :) [01:55] awesome [01:55] useful for checking layout [01:56] carlos: sorry, I didn't get your answer due to a connection error [01:57] When can we hope to see the translations from Breezy imported into Dapper? [01:57] The bulk of our translations is there, not upstream [01:57] erdalronahi: yeah, not yet imported [01:57] that's another point to deferer the announcement [01:57] erdalronahi: as soon as I finish fixing KDE and OpenOffice, I will work on it [01:58] That means? [01:59] erdalronahi: that I will try to get it ready to be executed next week [01:59] ok, thanks [01:59] stub: Is there any way to use JOINS with an UPDATE sentence? [01:59] carlos: Yes. [01:59] Check the 8.1 docs - I think it was a recent introduction [02:00] ok [02:00] thanks [02:00] without joins... the update is taking ages [02:00] carlos: fixing kde and openoffice media:/? you're my hero :) [02:00] file:///usr/share/doc/postgresql-doc-8.1/html/sql-update.html [02:01] LeeJunFan: media:/ ? [02:01] stub: thanks === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:06] carlos: openoffice doesn't like kde's media:/ url's when you save/load. [02:06] LeeJunFan: sorry dude... I'm talking about translations with Rosetta... [02:07] I don't know KDE programming and thus... I cannot fix that [02:09] carlos: Cherry picks done [02:09] stub: cool, thanks [02:12] erdalronahi: I'm not sure I will have OO fixed today, the tests I'm executing atm are taking much more time than I expected [02:13] and will not be ready to be executed today by our DBA [02:14] so it will be dalayed until tomorrow (I will finish the tests today and request its execution today) === mbp_ [n=mbp@ppp112-44.static.internode.on.net] has joined #launchpad === frodon_ido [n=patrick@ip-213-49-233-214.dsl.scarlet.be] has joined #launchpad [02:20] carlos: ok, I will have a look now and then :) [02:20] erdalronahi: I will announce it anyway [02:20] when it's ready === carlos -> lunch === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [03:03] hey salgado! [03:03] yo kiko [03:03] how's it going old man? [03:04] not too bad. rsyncing stuff back from the laptop === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad [03:04] we upgraded to 8.1 on anthem and on the workstations fwiw [03:04] seems to be working well [03:04] ah, good [03:04] anthem is breezy [03:04] any problems noticed so far? [03:05] no, nothing [03:05] great [03:20] ping *** [03:20] is anyone radically opposed to having the launchpad meeting this wednesday? [03:20] I'll need to be out this thursday morning and steve isn't going to be around === petraltt [i=petraltt@221.134.178.54] has joined #launchpad === niemeyer [n=niemeyer@200.138.42.249] has joined #launchpad [03:23] is it a known problem that the binarypackagename widget is prefilled with the wrong value when you try to edit the status of a bug? (https://launchpad.net/distros/ubuntu/+source/codespeak-lib/+bug/6128 shows the problem) [03:23] Malone bug 6128 in codespeak-lib ""py.test2.4" fails" [Normal,Confirmed] [03:25] what value is it prefilled with? [03:25] bradb? === kiko wonder where bjorn is [03:25] "Re: "py.test2.4" fails" [03:26] salgado, there is nothing in the box AFAICS === bradb doesn't see the problem either [03:28] indeed, I reloaded the page and can't see it anymore [03:28] I'm sure I didn't paste it there, though. specially because I didn't copied that string from anywhere [03:29] salgado: Have you ever seen that problem before? [03:29] no. first time [03:30] ok === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #launchpad === SteveA [n=steve@195.182.78.95] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [03:34] salgado? [03:35] yep? [03:35] oh, didn't see your comment above [03:35] why did you drop off? [03:37] spiv, ping? [03:37] kicked the power cord [03:37] doh [03:37] the whole room's power cord? [03:37] do the UPSs not hold water? [03:37] perhaps I should give you guys the new one I bought [03:38] PERHAPS [03:38] matsubara has the UPS, and no, it doesn't work [03:39] these UPSs are not worth shit, we shouldn't by anything but APC any longer [03:39] we should replace them gradually [03:41] that would be great [03:42] yeah, but will take a few months as they are expensive. [03:50] who have permission to edit support request for the launchpad product? [03:52] mmmm [03:53] nm kiko, bug 3157 [03:53] Malone bug 3157 in launchpad "Anyone should be able to edit a support ticket" [Normal,Confirmed] http://launchpad.net/bugs/3157 === carlos [n=carlos@56.Red-88-4-2.staticIP.rima-tde.net] has joined #launchpad === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad === LeeJunFan_ [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad === koke [n=koke@ubuntu/member/koke] has joined #launchpad [04:21] carlos: I'm a member again but not an admin [04:21] kiko: fixed [04:22] stub: I cannot resume a screen session I have on asuka [04:22] kiko: bug 6429 would benefit of some attention. Lots of support requests on it. [04:22] Malone bug 6429 in grub-splashimages "Links to consumed tokens generate 404 errors" [Unknown,Unknown] http://launchpad.net/bugs/6429 [04:22] stub: is that normal? [04:22] stub: of course, I created it ;-) [04:22] matsubara, that's a salgado bug, you know -- perhaps you should talk to him? [04:23] carlos: you are not connected as the user who created the session, or if you ran it as launchpad, you have sudo'd to the launchpad user rather than connect directly via ssh. [04:23] ok, fixed... My fault [04:23] stub, can you remind me what revision we are currently running? [04:23] stub: the problem is that it was already attached [04:23] by a previous session that died [04:23] screen -r -d [04:23] kiko: I'll assign to him then. [04:23] stub: yeah, I did it already [04:23] thanks anyway [04:23] matsubara, wait [04:23] matsubara, grub-splashimages? [04:24] matsubara, and also.. there's a launchpad bug on this, isn't there? [04:24] kiko: yes, I assigned the launchpad one to him. [04:24] ok [04:24] We are now running r3354 with the following revisions cherry picked in: r3358, r3362, r3373, r3382 [04:24] invalidate that one then? [04:24] thanks stub === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [04:25] kiko: the task or whatever it's called now. I can't invalidate the grub-splashimage one. It's not editable [04:26] horrible [04:29] salgado, did you see your MM account is active? [04:30] kiko, MM = mawson? [04:30] mirror management and yes, mawson [04:33] yes, I've seen it's active [04:33] should I just make a new checkout from rocketfuel and run it against staging's db? [04:34] why not? [04:34] carlos: ping [04:35] just wanted to make sure this is the right thing to do [04:35] stub: hmm, could you take a look at https://chinstrap.ubuntu.com/~dsilvers/paste/file9i98Sb.html and tell me if there is any obvious way to improve those queries? the first update is taking ages to be executed on staging (more than 30 minutes)... and we need to execute that on production tomorrow after i'm sure all things are "migrated" as I expected... [04:35] matsubara: pong [04:36] carlos: is there any open bug on OOPS-78D530? [04:36] https://chinstrap.ubuntu.com/~jamesh/oops.cgi/78D530 [04:36] bradb: hey there [04:36] SteveA: hi [04:37] matsubara: that's already fixed [04:37] matsubara: I fixed it in London [04:37] matsubara: did it appear again? [04:38] carlos: It might run faster if you replace the Foo JOIN Bar JOIN Baz syntax with FROM Foo, Bar, Baz, and move the ON clauses into the WHERE clause. [04:38] carlos: could you point me to the bug number? I'm just triaging open support requests. [04:39] bradb: up for some coffeehousing over skype? [04:39] carlos: i'll link to the bug number and close the support request. [04:39] stub: is that faster??? [04:40] stub: I had that way and as it's also slow, I changed it to use joins [04:40] SteveA: sure, heh [04:40] matsubara: I don't think I filed a bug as I introduced that bug the same week [04:40] matsubara: but let me check, just in case... [04:40] carlos: actually, it will generate the identical plan so it won't help [04:42] SteveA: calling... [04:42] i restarted skype [04:43] try now [04:43] matsubara: no, I didn't file a bug as it was a side effect of fixing another bug [04:43] and I did the fix using the old branch [04:44] hm, not working. i'll try restarting skype here too, for good measure. [04:44] carlos: ok, thanks [04:44] matsubara: you are welcome [04:45] carlos: Can't really improve that. Selecting the results on jubany only takes about 20 seconds. But updating the 3.67 million rows will take a while. === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [04:46] there are 3.67 million rows??? [04:46] wow [04:47] stub: If you explain me the way to do it, most of those updates could became a DELETE from two tables [04:47] i'm doing the update to remove the reference to that row [04:47] so I can execute the DELETE [04:50] stub: I'm not removing the POSelection rows because I will recreate them again with next import and it's ok to leave them with those fields set to NULL, but If is faster... I can just do a DELETE ON CASCADE of all matching POSelection rows [04:50] You can't do a delete on cascade unless I recreate the foreign key constraints as ON DELETE CASCADE [04:51] aieee [04:54] stub: so your script to delete POTemplate deletes all dependencies first [04:54] carlos: yes [04:55] (but on delete cascade has to do that too - just does it automatically) === erdalronahi [n=erdal@p508769D4.dip.t-dialin.net] has joined #launchpad [04:56] stub: well, but the delete on cascade doesn't need to do the UPDATE... [04:56] stub: what's faster? a DELETE or an UPDATE? [04:56] I think we should redo these constraints, some on delete cacade, some on delete nullify, but I won't have that ready for tomorrow. [04:56] carlos: I can't answer that without benchmarking it ;) [04:58] stub: ok, then... Do you think is doable that we have a command on execution that will block those tables (and Rosetta) for an hour or even more? [04:59] I guess is better if I split the SQL commands to do it in smaller steps, right? [04:59] carlos: We can schedule launchpad downtime === oohlaf [n=olaf@deschacht.student.utwente.nl] has left #launchpad [] [04:59] carlos: Or redo it as a Python script to do a few at a time. [04:59] stub: I can do a few at a time with SQL [05:00] I'm handling 13-14 POTemplates at the same time [05:00] I can do one, commit, another one, commit, etc... === erdalronahi [n=erdal@p508769D4.dip.t-dialin.net] has joined #launchpad === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad [05:13] carlos: It might help, but there will still be significant lengths of time with the tables locked. [05:13] ok, I will go then with the python script [05:14] stub: I guess that the way to go is execute that query, get a slice of 1000-2000 entries, update them, commit, get a new slice of entries, commit ... until It's done [05:15] stub: do you think I should get more/less entries per transaction? [05:15] carlos: yes. I'd go with a chunk size of 5000 [05:15] ok [05:16] stub: Which user should I use to connect to the database? launchpad? [05:16] If it has the relevant rights, sure. [05:16] Otherwise, whatever. postgres if necessary. [05:16] stub: I need to delete rows so I guess that's the user that will have all rights as I don't have such action available for other scripts [05:17] ok [05:18] I will prepare it, ask for review and leave it as a tool to fix this kind of breakages... something tells me that we will need it again in the future... === stub goes to bed === beyond [n=beyond@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [05:28] stub: night [05:31] bzr: WARNING: Unable to update the working tree of: [05:32] wassat mean? [05:32] dunno. try #bzr [05:33] elmo: that means bzr coders do not know the distinction between a warning and an informative message. === koke [n=koke@ubuntu/member/koke] has joined #launchpad [05:34] elmo: when pushing via sftp, the working tree cannot be updated (for various reasons) [05:34] if the branch you are pushing to (via sftp) has a working tree, bzr will print this warning. [05:34] I _think_ that is always true for v6 branches (created with bzr-0.7) [05:35] ddaa: ah, I see, thanks [05:35] actually, there was a lot of discussion about fixing that message, I think it might have improved in 0.8 === iwj [n=ian@xenophobe.extern.relativity.greenend.org.uk] has joined #launchpad [05:36] How can I tell who the current bug contact(s) are for a package ? I'm looking at https://launchpad.net/distros/ubuntu/+source/psutils and I don't see it. [05:36] elmo: the result of such a push (with v6 branches) is working tree with "uncommitted changes" [05:36] which is quite confusing. [05:36] ddaa: hmm, well that affect my ability to submit to pqm? [05:36] elmo: absolutely not [05:37] iwj, if you click on Bugmail settings they are included in a portlet in the lower left. [05:37] would you like me to include that portlet in the main page? [05:38] Oh, so they are. I clicked on `bugmail settings' but I didn't realise that the existing state I would be modifying would be hidden in the corner. [05:38] Including that info in the `"psutils" source package in ubuntu:' info would be sensible. [05:39] I'll do that now, thanks. [05:39] Really, the whole contents of that portlet should be in the main body of the distros/ubuntu/+source/psutils page ... [05:41] yep [05:49] Thanks. === bradb & # lunch [06:03] iwj, in PQM now. === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [06:09] is PQM hung? === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #launchpad [06:11] nothing's running [06:12] odd. [06:29] OH MY GOD bzr push is so slow [06:29] elmo, rsync or sftp? [06:29] err... [06:30] look, over there, something really shiny and interesting! [06:30] rsync is usually much faster [06:31] yup [06:31] sftp push will alledgedly get much better with knits [06:31] ok, so I'm an idiot. but how do I use rsync? [06:31] rsync://chinstrap.ubuntu.com/home/warthogs/archives/james.troup@canonical.com/launchpad/cleanup doesn't seem to work [06:31] elmo: man! this is going to the quotes page! [06:32] elmo, first, you need bzrutils installed, and second, you just use "chinstrap.ubuntu.com:/..." [06:32] you mean bzrtools, I guess, but ok, trying [06:33] sorry, yes, doing 4 things at once [06:33] but now going to have lunch [06:33] the best strategy ATM for launchpad-sized branches is to have shared repo and rsync it wholesale (by hand) to chinstrap. [06:34] ddaa: isn't that pretty much what bzr push with rsync does? [06:34] elmo: bzr branches should not be uploaded to the Baz archive anyway. [06:35] rather something like "rsync -a --delete mybranch chinstrap:/home/warthogs/archives/elmo/launchpad" [06:35] or "rsync -a --delete mybranch/ chinstrap:/home/warthogs/archives/elmo/launchpad/cleanup" if the names differ [06:35] hmm, ok, I'll do that instea [06:35] thanks [06:36] elmo: that's pretty much what bzr push with rsync does, but I just have too much trouble to make that one to work properly [06:37] also, bzr push does (AFAIK) know about shared repos, and using that with rsync saves you 300MB of upload for every new branch. [06:37] ... does _not_ know... [06:38] then you can have single script to upload the whole repo whenever you want. === xil [n=felipe@neuromante.det.uvigo.es] has left #launchpad ["Leaving"] === jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #launchpad === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad === iwj [n=ian@xenophobe.extern.relativity.greenend.org.uk] has left #launchpad [] === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad === SteveA [n=steve@213.226.190.253] has joined #launchpad [07:35] kiko-fud: I just added to pending review KDE support, at the end, it was not so difficult and includes a test ;-) === carlos -> out [07:36] see you! === einheit_ [n=steve@195.182.78.95] has joined #launchpad === BjornT [n=bjorn@213.226.190.253] has joined #launchpad === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #launchpad [] [08:00] Ok guys. I'm out. I'll be leaving the mailing lists presently, so it'll be best to get ahold of me via phone, #bzr or email. [08:01] You're a great team and you do good things. Keep honest and do good work. [08:01] jblack, good luck, dude. we'll miss you here [08:02] best of luck jblack [08:02] salgado: I'm sure our paths will cross again. We don't live in _that_ big of a world. [08:03] dunno the cause, but dapper feels snappier than brezzy [08:03] maybe it's the kernel, or maybe it's the working video accell... === bradb almost got video card support for Dapper [08:03] Anyways, take care guys and do well. Viva la bzr! =D === jblack [n=jblack@static-209-158-45-74.scr.east.verizon.net] has left #launchpad [] [08:04] i'm happy that my built-in wireless works, even n-m seems not to notice [08:04] bradb: took a bit of poking around, since AGPFastWrites now cause xorg to lock, but now I actually have 3D accell. Need to waste some money and time on things like tuxrace, Q3 and SOL, now :) [08:04] s/even/even though/ [08:05] heh === bradb is jealous === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [08:16] mpt: I sent you a patch to fix your Malone Simplifications test failures. === thierry [n=thierry@modemcable178.142-201-24.mc.videotron.ca] has joined #launchpad [08:50] lifeless, elmo: pqm seems to be disabled. === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #launchpad [08:52] and staging is still dead [08:53] wtf is wrong with these people === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === BjornT [n=bjorn@213.226.190.253] has joined #launchpad === G0SUB [n=ghoseb@ubuntu/member/g0sub] has joined #launchpad [09:15] kiko: salgado: the branch puller (runmirror on supermirror@vostok) appears to be broken [09:15] oh? [09:15] kiko: don't you read your error reports? [09:15] ddaa, your script also seems to be broken, needing a database update/rollout [09:15] update-branches [09:15] I do [09:15] kiko: just done rollout [09:15] cool [09:16] well [09:16] the runmirror script stopped sending me output at 2:40 this morning [09:16] does that mean it was fixed? [09:16] or did it just die? [09:16] uh... right :) [09:16] it's no longer whining... === ddaa guenuinely do not know === AlinuxOS [n=Ubuntu@d83-176-65-160.cust.tele2.it] has joined #launchpad [09:24] salgado: can you fix the branch puller? [09:25] it's really dead [09:25] not running at all? [09:26] the bzr.dev branch published by launchpad is out of date [09:26] well, that or it's running slogging its way slowly through some backlog... [09:27] I guess I can [09:27] mh [09:27] ddaa, is https://lists.ubuntu.com/mailman/private/launchpad-error-reports/Week-of-Mon-20060403/024961.html the problem you're refering to? [09:27] it looks like it's running actually (looking at vostok top) [09:28] though, with no measurable CPU activity... [09:28] strace it! === ddaa looks for his passwd [09:29] man, I understand why people prevented women from working... mine is blathering on the phone next door [09:31] ddaa, I think it was the http://gangotri.ubuntu.com:9000/supermirror-pull-list.txt page that was broken [09:32] kiko: I do not have enough privs to strace [09:32] blimey [09:32] who is the script running as? [09:32] user is supermirror [09:33] and you can't su to him? [09:33] no [09:33] currently, have to ask elmo/Znarl, and frankly they have better things to do [09:34] there was discussion in London about transferring that stuff to the DBAs [09:35] DBAs? [09:35] nooooo [09:36] salgado: yes, that's the problem I'm referring to [09:37] is it possible that the breakage was on that page? [09:37] the script will not produce any output if it runs successfully [09:37] which is intentional, since it runs every 5 minutes [09:38] that script was broken, we know it, right? [09:39] no [09:39] that error message was because the content it got from http://gangotri.ubuntu.com:9000/supermirror-pull-list.txt was not what it expects it to be [09:40] although it might be desirable to fail graciously if the content of that page is not what it expects, the problem wasn't actually in the script, AFAICT [09:40] mmmm [09:41] did you see the error message that was happening until today 2:40am? [09:41] ah, there's another one? [09:42] well [09:42] File "/srv/sm-ng/lib/jobmanager.py", line 59, in branchStreamToBranchList [09:42] (branchnum, branchsrc) = line.split(" ") [09:42] ValueError: need more than 1 value to unpack [09:42] the only one I've seen is the "ValueError: need more than 1 value to unpack" === ddaa tries to look at the page [09:42] yes, this one happened lots of times [09:42] that page is working fine now [09:42] ddaa, ^^ [09:42] we could at least fix that codepath though [09:45] salgado: I take it you somehow fixed the error reporting, so it would give a listing of failure in a reasonable format [09:45] kiko, you mean, to skip the branches for which we can't get an id and src url? [09:45] if that's the case, it would make much sense just to log a warning if some line fails to parse (including the faulty line). [09:45] yeah. [09:46] anyway, launchpad should not ever generate such a line... [09:46] exactly === bradb heads off, later all === bradb [n=bradb@modemcable092.66-130-66.mc.videotron.ca] has left #launchpad [] [09:47] but it makes sense to log an error (better than warning) and proceed rather than blowing up. [09:47] I'm pretty sure this will only happen if that page is completely busted [09:47] in which case, we'll end up skipping all lines [09:48] bustificated [09:48] bustified [09:48] abustated [09:48] you know how it feels [09:48] the lowercase failure [09:50] I'm pretty pretty sure the runmirror script is hung. [09:50] Need to figure out how and when will the new code be rolled out. [09:51] debiggin [09:51] debugging this thing is like trying to hit a grue with a pea shooter === carlos__ [n=carlos@56.Red-88-4-2.staticIP.rima-tde.net] has joined #launchpad [10:20] BjornT, ping === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [10:21] hey mpt [10:21] hi kiko [10:22] how's it going down under? [10:23] hi mpt [10:23] kiko, I'll answer that question when I'm fully awake [10:23] :-) [10:24] mpt: just don't look out the window then [10:24] BjornT, https://launchpad.net/distros/debian/+source/grub-splashimages/+bug/6429 [10:24] Malone bug 6429 in grub-splashimages "Links to consumed tokens generate 404 errors" [Unknown,Unknown] [10:24] not raining again, is it? [10:24] no, just cloudy, I'll do some laundry today [10:25] BjornT, how does/should someone reject/remove the grub-splashimages line for being irrelevant? [10:26] isn't that waiting on the debbugs syncing code? [10:26] not really in that case [10:26] since debian tasks were made uneditable a week or two ago [10:27] that one's not linked to any watch [10:27] it's just that grub-splashimages doesn't use malone, right? [10:27] no, it's on the Ubuntu package kiko [10:27] sorry, the Debian package [10:27] mpt: it's not possible today. i think it should be possible to remove them though, any suggestions how to do it? [10:29] BjornT, perhaps the "Status" area should be two radiobuttons, (*) Automatic ( ) Not a bug here [10:29] That's a bit lame, but it's early in the morning [10:31] or maybe even a is probably better for similarity to normal bugtasks (and it makes the implementation simpler :)). do you know if there's a bug open for this? [10:35] no, but I'll report one if there isn't, just wanted to pick your brain first [10:35] thanks [10:36] cool [10:36] ah, there's bug 3140 [10:36] Malone bug 3140 in malone "Bug watches can't be removed" [Normal,Confirmed] http://launchpad.net/bugs/3140 [10:36] which meant something slightly different at the time it was reported, but is just as valid in the "no watch without a cockfosters" world === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === hannosch [i=hannosch@e176120103.adsl.alicedsl.de] has joined #launchpad === mdke_ [n=matt@ubuntu/member/mdke] has joined #launchpad [11:06] ddaa, push branches are published to bazaar.launchpad.net? [11:06] yes [11:07] and pushed to that box as well? [11:07] to vostok, yes [11:07] hu [11:07] yes, publishing box is the same as the same as sftp server box (and same as branch puller) [11:12] salgado, how many lines was cprov's soyuz branch when it landed? === LeeJunFan_ [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [11:15] 20k? [11:16] no way? [11:16] seriously? [11:16] cf. my headings branch was 7k (though much easier, of course) [11:17] the diff with context was around that, yes [11:17] soyuz had drug-inspired code inside it mpt [11:17] the most drugs your code has is some diet dr. pepper [11:17] and drugs make everything easier? [11:17] you haven't spent much time around drug addicts, have you? [11:17] I tried Dr. Pepper at Elika's eating club, and didn't like it [11:18] it tastes like marzipan [11:18] it is indeed foul [11:18] I'm an L&P person [11:24] drugs do not make everything easier, but they make everything else matter less [11:25] which indeed makes it easier to cope with everything else falling apart === BjornT [n=bjorn@213.226.190.253] has joined #launchpad [11:51] man, PQM sucks this week [11:51] 100% of downtime so far