[00:02] james_w, hello [00:02] * jml afk [00:02] I assume that it doesn't verify the key matches, essentially allowing spoofing of a consumer, but given that it allows any consumer anyway, that's not too much of an issue [00:02] hey jml [00:03] it just can't change the way it responds based on consumer, which given the consumer secret often won't be secret isn't something you would want to do anyway [00:04] james_w: Why isn't the consumer secret secret? [00:05] well, that depends on the consumer [00:05] for a desktop app you would have to distribute the "secret" to all users [00:05] LP and another hosted service could decide to agree on a specific consumer name an secret to check [00:06] if they wanted different behaviour [00:06] Why would you distribute the secret to all users? The users create the secret when they authorize the application to use their Launchpad account. [00:06] no, the consumer secret [00:06] wgrant: http://paste.ubuntu.com/223111/ - no apparent failure to see [00:06] Note that the Consumer Key and Consumer Secret are not the same thing. [00:07] the app could generate this on first use, but then you can't check the consumer key against the consumer secret anyway [00:07] The Key is the nameish thing which the example gives as 'just testing' [00:07] It isn't secret. [00:07] yeah [00:08] there's no change to the security properties of the protocol as far as I can see, you just can't identify particular consumers reliably [00:09] james_w: You mean you can't identify a particular piece of software? You can identify the user reliably. [00:09] yeah, consumer as distinct from user [00:09] OAuth has 3 parties, with the user and consumer distinct [00:10] It's a bit strange, because in the docs the consumer is generally a web service. [00:10] Whereas in LP's case it generally isn't. [00:10] if the consumer is able to keep it's secret secret then the service provide can reliably identify them and modify its behaviour [00:10] Ampelbein: Sure you didn't omit something there? There's no addMember request. [00:11] yeah, OAuth is designed for the web, and they state that it doesn't work very well here for the desktop case [00:11] james_w: Keep its *key* secret? [00:11] The key is not a secret. [00:11] no, secret [00:11] secret secret [00:11] Consumer Key: [00:11] A value used by the Consumer to identify itself to the Service Provider. [00:11] Consumer Secret: [00:11] A secret used by the Consumer to establish ownership of the Consumer Key. [00:11] The key is the name identifying the consumer. [00:11] Ah. [00:11] everyone can know "flickr" is called flickr [00:11] but we can't know their "secret" [00:11] Right. [00:11] wgrant: the addmember request comes directly before the "send: 'GET /beta/~ubuntu-my...." [00:12] it's conflicting with the usual definition of "key" as "secret part of the knowledge" [00:12] Ampelbein: Oh, you removed it? That's the one I needed to see - just drop the oauth_* parameters from the URL. [00:12] james_w: Right, it's rather confusing. [00:13] james_w: Why would LP want to change its behaviour based on the consumer key? [00:13] it might not, but the OAuth spec states that it is something that you can do if you trust the consumer === beuno_ is now known as beuno [00:14] I originally asked before thinking it all through, so I thought that having conflicting consumer secrets for a particular key would have implications beyond what I now think it does [00:15] wgrant: that is all: http://paste.ubuntu.com/223114/ [00:15] i just removed the oauth_ parts [00:15] interesting diversion though, thanks [00:16] Ampelbein: There was no line with ws.op=addMember? [00:17] no, none. for the record, myfenris has the issue, i've been msging with him for quite some time to get the job done. [00:18] thanks to Ampelbein [00:18] helping me up for hours.. [00:19] Ampelbein: Ah, now I see why I was confused. [00:20] Ampelbein: Now wadllib checks the parameters client-side. [00:20] As of a week ago. [00:20] But my wadllib checkout is from two weeks ago, so when I grepped for that error it only appeared in the server-side code. [00:21] http://paste.ubuntu.com/223119/ <-- all error [00:21] myfenris: i told you not to do that! there is private information there. [00:21] Ampelbein, my bad.. :( [00:22] It's not too dangerous - those signatures are only good for issuing those particular requests. [00:22] Which are all read-only. [00:22] But still not a good idea. [00:22] sorry for that .. [00:29] wgrant: the complete script I wanted myfenris to use is at http://paste.ubuntu.com/223124/ - it's a simple script and I don't really know why it's failing. [00:43] Ampelbein: Well, I can't get a recent version of launchpadlib to work at all. I'd suggest filing a bug against launchpadlib. [00:43] It's certainly not your fault. [00:44] And it might be some version incompatibility. [00:44] wgrant: ok, will do that. thanks for help. [01:15] beuno: Re. bug #394542: I see project group icons have returned, but not distribution ones. [01:15] Launchpad bug 394542 in launchpad-registry "Project group and distribution links lack custom icons" [High,Fix released] https://launchpad.net/bugs/394542 [01:15] Or is the revision missing from edge? [01:15] wgrant, hrm [01:15] * beuno looks [01:16] (https://edge.launchpad.net/ lacks the Ubuntu icon) [01:16] damn [01:16] you're right [01:18] wgrant, thanks [01:21] beuno: You can't slip this in with that other trivial sprite fix? [01:21] wgrant, I can try, yes [01:39] hey folks [01:39] I am trying to use LP OpenID stuff to login into one of my apps [01:39] and I get only my username from it [01:40] am I doing something wrong or can it indeed send only username? [01:40] pygi: Consumers have to be whitelisted to get other details. [01:40] wgrant, how does one do that? [01:40] is it a global LP stuff, or per-account? [01:40] pygi: Not sure. I'd try asking at https://answers.launchpad.net/launchpad/+addquestion [01:41] wgrant, will do. Thank your sir! :) [01:41] It's global. [01:42] ah [01:42] ok, so I don't have to ask now :P [01:43] Why not? [01:44] wgrant, well, you just said its global :) [01:44] and since the service is not ready yet... :) [01:44] Ah. [01:47] wgrant, thanks for the help :) [02:14] hi, any known issues with loggerhead at the moment? i'm getting "Internal Server Error" when trying to view files [02:14] for example: http://bazaar.launchpad.net/~washort/ecru/trunk/annotate/head%3A/pysrc/ecru/nodes.py [02:16] spm, ^^ [02:16] gah. looking. [02:17] * dash tries to not feel too smug about someone _else's_ server breaking [02:17] dash: cool. nothing wrong with the server. /me suspects something else. mwhudson? ^^ << [02:17] dash: heh [02:18] * jml tries a thing. [02:19] it doesn't appear to be a problem with the branch itself. [02:19] cool. so if you start here: http://bazaar.launchpad.net/~washort/ecru/trunk/files/head%3A/pysrc/ecru/ and select node.py - internal error. sweet. [02:19] nodes.py [02:19] yeah this was working earlier today [02:20] ~6hours ago [02:22] hrm. so codebrowse *was* restarted about 4 hours ago.... codebrowse update. hrm. mwhudson? [02:34] dash: it's a bzr bug [02:34] erm, maybe [02:34] Excitement [02:34] * mwhudson tries some tings [02:35] oh hm, maybe not [02:36] !! [02:37] dash: it's this bug http://bazaar.launchpad.net/~washort/ecru/trunk/annotate/head%3A/pysrc/ecru/nodes.py [02:37] no [02:37] obviously [02:37] https://bugs.edge.launchpad.net/loggerhead/+bug/382765 [02:37] Ubuntu bug 382765 in loggerhead "history.py uses deprecated (and deleted) ProgressBarStack" [Critical,Triaged] [02:37] ^ this one [02:38] but i've never been able to reproduce it before [02:38] well i get that when I run loggerhead _here_ [02:38] so I did vaguely wonder how you guys were getting loggerhead to work :) [02:38] so it's your fault! [02:39] sorry, didn't mean to collapse the waveform [02:39] once you've noticed the problem, quantum tunnelling means loggerhead breaks everywhere [02:39] :) [02:44] wow ./serve-branches http://bazaar.launchpad.net/~washort/ecru/trunk isn't very performant [02:44] (to no surprise at all( [02:45] i think i patched this once then made the mistake of installing a new loggerhead deb [02:49] well, now i can reproduce it, i'll fix the bug i guess [02:49] \o/ [02:49] i'm a little worried because the comment in the code about bzrlib's progress bar code not being thread safe looks to still be true [02:50] * mwhudson tries some things [02:53] grumf [03:13] do you have server issues on bazaar.launchpad.net? [03:14] compengi`: not that i know about, what are you seeing? [03:14] Internal Server Error [03:14] compengi`: at which url? [03:14] http://bazaar.launchpad.net/~compengi/%2Bjunk/Cirssi/annotate/head%3A/Cirssi.pl [03:15] compengi`: hmm [03:15] compengi`: yes, there is a problem here [03:15] compengi`: i'm fixing it now :) [03:15] okay :) === salgado is now known as salgado-afk [04:25] wgrant, still around? === fjlacoste is now known as flacoste === jml changed the topic of #launchpad to: https://launchpad.net/ | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com [05:20] \o/ [05:30] Oh hey, look at that. === flacoste is now known as flacoste_afk [06:16] hi [06:16] i was told that several parts of Launchpad will not be freed [06:16] i was told this is the automatic packager and some other part [06:16] meoblast001, it's all been opened [06:16] is this true? [06:16] yes [06:17] every last bit has been freed? [06:17] well, it's true that it's been opened [06:17] nothing has been left back [06:17] not even the history [06:17] history? [06:18] meoblast001: the source control repository (bzr, naturally) has been released, not just a tarball of the current code. [06:18] ok [06:18] what about that automatic packager [06:18] i heard it was "Canonical's secret sauce" and there was no plan to free it [06:18] If it's part of Launchpad, it's been released. [06:18] That includes soyuz. [06:19] Grab the code and see for yourself! :) [06:19] i want to make sure everything running on the official Canonical Launchpad server can be downloaded, modified, redistributed, etc [06:19] meoblast001, the decision to not open has been reverted [06:19] meoblast001: the only thing you can't download is the config files [06:19] so *everything* is open source now [06:19] :) [06:19] amazing [06:20] so i can remove the text at the bottom of this page then http://mysticgalaxies.com/amethyst/code.html [06:20] meoblast001: if not knowing the name of our database servers causes you a severe problem... [06:21] meoblast001, yes, you can remove the threatening text :) [06:21] it's not threatening :P [06:21] people were getting angry at me for using Launchpad [06:21] that specific program i write is written to make a free alternative to the flash format, ticked people off that they had to use nonfree software just to get to it [06:22] but i'll let them know [06:22] and put a note that Launchpad is being freed on that page (after i verify it myself online) [06:23] this is amazing news :D thank you everyone [06:23] feel free to blog/tweet/dent about it :) [06:23] :) i'm not angry at Canonical anymore [06:23] Shoot, I just yelled it. That's kinda like tweeting it, right? [06:24] rockstar, short-range tweet [06:25] who here works at Canonical? [06:25] * meoblast001 gets curious of these things [06:25] meoblast001, like half of us :) [06:25] beuno: you do? [06:25] meoblast001: me [06:26] i see [06:26] mwhudson, yes. And rockstar, and kfogel, and jml, and thumper, and sinzui, and.... [06:26] ok, i hope you guys don't hate me, i'm one of those guys who corrects people when they say "Linux" referring to a complete system [06:27] but thank you all on the decision [06:28] meoblast001: hey, we're glad too :-). You're welcome. [06:29] meoblast001: for the record: that was Mark Shuttleworth's call. [06:29] meoblast001: we're all pretty happy about it too :) [06:29] tell him i said thanks :) [06:30] took me a few minutes to remember what site i wanted to go to... brainstorm.ubuntu.com was it [07:02] yay on the LP release [07:02] but, I'm wondering why there's no deb package? [07:02] micahg, it's really not that type of application :) [07:04] * sharkbait imagines doing sudo apt-get install launchpad :) [07:04] why not? [07:04] it should be like any other? [07:04] If I want to install mantis or bugzilla I get pacakges [07:04] mediawiki [07:05] there's no pleasing some people! [07:05] * micahg is very happy :) [07:05] oh, there's a mediawiki package? [07:05] just asking why [07:05] I thought there was [07:05] that would have saved me lots of time :) [07:05] yep [07:06] micahg: anyway, i guess there's no real reason [07:06] lots easier than configuring apache :) [07:06] I'm backporting bzr so I can install for myself :) [07:06] but we don't deploy launchpad using a deb, so there's no packaging for it [07:06] should I file a bug? [07:06] ah [07:06] it would be a massive package [07:06] how big is it? [07:07] I just reread the blog post [07:07] I don't know, I'm not there yet [07:07] it seems like it's more for people to develop than to run... [07:07] but the dependencies are 281mb [07:07] micahg, ~100mb IIRC [07:07] micahg: yes, it is [07:07] that's not so bad [07:08] can I file a request for a deb package? [07:08] * micahg wants to install this at work :) [07:09] micahg: as mwhudson said, we don't deploy it as a deb, there's very little incentive for us to produce or maintain packages for it [07:09] micahg: OTOH, it's open source, so if you want to do that, you could always provide patches [07:10] well, wouldn't it be nice to offer it as a package on ubuntu-server [07:10] someone will eventually provide unofficial debs, just like with chromium :) [07:10] I guess I should file a needs packaging in ubuntu then :) [07:10] You really don't want to run 'your own Launchpad' except for development. You end up with an overly complicated system - you are better off using tools designed for single project or small groups of projects. [07:10] no, I do want my own launchpad [07:10] I need a private instance [07:11] stub: what tools compare to launchpad in functionality? [07:11] oh, what license is it under? [07:12] I personally want to install lp to contribute by fixing a bug I filed ~1 year ago :) [07:12] micahg: https://dev.launchpad.net/LaunchpadLicense [07:17] ok, bug 402073 [07:17] Launchpad bug 402073 in ubuntu "[needs-packaging] launchpad" [Wishlist,Triaged] https://launchpad.net/bugs/402073 [07:17] let ubuntu do it :) [07:18] no need for you guys to bother with it [07:18] micahg: you may not be aware, but launchpad can host private projects too - after all, it hosted launchpads development for a long time :) [07:18] yes, but for work, we can't stuff hosted [07:19] that's cool that it hosts its own development though === al-maisan_ is now known as al-maisan [07:46] jml, everyone, way to go! === jml changed the topic of #launchpad to: https://launchpad.net/ | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel [07:47] \o/ [07:47] poolie, thanks :) [07:47] i turn my back for a bit and... :) [07:48] whohoo [07:53] noodles775: :-) === henninge is now known as henninge-brb [07:55] is LP postgres only? [07:56] you want to run it on oracle? :) [07:56] mysql :) [07:56] it's pretty much postgres only yes [07:57] is there a reason why postgres was chosen over mysql? [07:58] stub: ^^^ [07:59] (you might know some of the background there?) === henninge-brb is now known as henninge [08:02] Congratulations to all involved on the open sourcing of LaunchPad! I noticed that all 3 links under Tools on the front page of the wiki https://dev.launchpad.net are not readable by mere mortals (non-Canonical employees?), even when I am logged in to the LaunchPad wiki... is that intentional? Perhaps a comment that these are "for Canonical staff only" (or whatever the restriction is) would be helpful to newcomers? [08:02] * jml looks [08:02] micahg: PostgreSQL supported most of the features we thought we would need and MySQL did not. The other contender was Oracle, and for a while we made sure we would be able to switch to Oracle if necessary but PG has worked great. [08:02] This was about 2004 [08:02] jmarsden, I'll fix those up. I think at least one is now obsolete. [08:03] jml: Thanks :) [08:05] stub: how integrated is the DB in the code? [08:07] hmmm. [08:07] jmarsden, I don't have permission to fix the front page, it seems! [08:08] Highly. We make use of PostgreSQL specific features, such as some of the SQL language extensions, PL/pgSQL and Python stored procedures, triggers, functional indexes, automatic load balancing over the replicas is Slony-I specific ... [08:08] ah, ok, so bascially to change DB engines is a total rewrite [08:08] jml: OK... thanks for trying :) [08:09] transactional DDL, tsearch2 full text search, database permissions... [08:09] * micahg is a web developer [08:09] kfogel, spm, can you give me permissions to edit the dev.lp.net front page? [08:09] jmarsden, I haven't finished trying yet :) [08:09] So I see... [08:10] jmarsden: you don't have them? [08:10] whups [08:10] jmarsden: sorry [08:10] jmarsden: bad completion of "jml" :-) [08:10] jml: you don't have perms? [08:10] let me see [08:10] No problem... [08:10] kfogel, apparently not! [08:12] jml: asking over in canonical irc, this is an admin question [08:15] jmarsden, fixed. [08:15] jml: Thanks [08:17] http://bazaar.launchpad.net/~launchpad-pqm/launchpad/db-devel/annotate/head%3A/lib/canonical/buildd/README gives me Internal Server Error. [08:19] pkern: me too [08:19] spm: if you've not gone to sleep yet... [08:20] Where's the Soyuz code in there? [08:20] pkern: soyuz is mostly in lib/lp/soyuz [08:21] pkern: and lib/lp/otherthings [08:21] grep is your friend ;) [08:21] find/grep even [08:21] I did just use loggerhead. [08:22] al-maisan: Oh hi (: [08:22] hello pkern :) [08:25] mwhudson, good morning again. it looks like it's a nasty issue with the server... ? [08:32] compengi`: it affects annotating certain files, it's not that bad, but it's a bit ugly [08:32] compengi`: the fix will get rolled out automatically in ~12 hours, it would be nice to find a sysadmin to blat it into place earlier [08:35] mwhudson, is it caused by my files? [09:05] hey [09:05] congratulations for the release! [09:10] hey carlos! [09:16] compengi`: no [09:18] The bzr branching takes ages... [09:21] pkern: just released, huge branch.... [09:23] woo. Thanks all, and congratulations. [09:24] did you split out lazr from launchpad so it can be used to develop other web applications or there is still something left to reach that point? (I know some lazr libraries where already released) [09:25] but I'm more interested on the whole framework [09:25] carlos: yeah it was split out a while ago [09:26] hi [09:26] bigjools: and is there any documentation about how to put all that together? or is just a matter of getting Zope and start adding such libraries on top of it? [09:26] we need review https://translations.edge.launchpad.net/wordpress/2.8/+imports anyone can her accept that? [09:27] imported file is downloaded from launchpad self, also don't send a strings error to me :) [09:27] carlos: I've no idea, sorry. [09:28] bigjools: ok, thanks [09:31] How big is the repo approx.? [09:31] 150M approx [09:32] The Getting page probably should mention that. I'll edit it now. [09:32] Well, it looks like bzr slowness also contributes to the download time a lot. [09:33] Or the servers can't do more than 40kB/s but I doubt that. [09:35] bzr itself is much faster than 40kB/s [09:35] Congratulations for the release Launchpad people! Happy open-sourcing day ;) ! [09:36] Hah, MemoryError and a crash. [09:37] LarstiQ: we'rehaving folk pull from http, which will add some overhead [09:37] bzr on my server did this, OpenVZ for the blame. But it ate 900M on my laptop already. [09:37] LarstiQ: and there is some chance we're getting dos:P [09:37] lifeless: yes, and everyone at it at the same time [09:37] pkern: which version of bzr? [09:37] It's HTTP of course that's being a reason for slowness. But seriously, fetching shouldn't load "everything" into memory. [09:38] Is it possible to continue pulls? [09:38] pkern: it doesn't load everything into memory [09:38] LarstiQ: 1.17 on my laptop, 1.16 on the server. [09:38] lifeless: That's why I quoted it. [09:38] pkern 18650 31.0 55.0 933572 837628 pts/4 S+ 10:10 8:43 /usr/bin/python /usr/bin/bzr branch lp:launchpad [09:38] 55% of my memory is currently in bzr... [09:38] [#########| ] 112129KB 103KB/s | Fetching revisions:Inserting stream [09:38] pkern: resuming is possible, might need some shuffling around depending on how you started [09:39] we're definitely seeing interest :) [09:40] pkern: thats certainly higher than I'd have expected [09:40] Well it's late and huge though. It's probably a pain to set up. [09:41] pkern: I'd let it finish [09:41] pkern: you've pulled ~2/3rds of it now [09:41] I life non-linear progress bars... not. [09:42] pkern: are you at Debconf? [09:42] lifeless: last time I pulled a branch that size, bzr got to 900M resident [09:42] with 1.17rc-something === proppy1 is now known as proppy [09:43] LarstiQ: I am. [09:43] k [09:46] Are there any launchpad .debs? I can't seem to see them on dev.launchpad.net [09:47] pkern: its a bug [09:47] it's not packaged [09:47] both the slowness, and probably the speed [09:47] I'm filing it now [09:47] lifeless: 900M resident is a bug for sure :) [09:49] thrashing... [09:50] X stopped responding for a while. [09:53] bigjools: a) always file bus when that happens, please. [09:53] bigjools: can't fix what we don't know about [09:54] bigjools: b) was that over http or bzr [09:55] lifeless: a) yes, I told kfogel and thought he was handling it, but my bad. b) http [09:55] it was part of the pull testing we did before going open [09:55] I mean you must have noticed such issues earlier? ;-) [09:56] pkern: first I heard of it; and am a bzr dev [09:56] bigjools: well future ref - make sure a bzr dev knows, please:) [09:56] is the only way to have LP is to use bzr? there isn't a packaged LP? (.deb or .tar.gz or else) [09:56] MaWaLe: bzr only [09:57] thx lifeless : the purpose is to hold a classroom for our LoCo on it. And this way, we have to give them a little intro to the use of bzr :) [09:58] lifeless : is it planned to add it like an available package with Ubuntu? [09:59] MaWaLe: LP is complex to get up and running, even if someone did they'd need to rebrand it (see the announcement and wiki pages for details) [09:59] there are no plans to package it [09:59] is there a FAQ this question could be added to? It's the third time in a couple of hours it gets asked now. [10:00] not even a PPA? [10:00] yes, I'll sort it [10:00] MaWaLe: certainly we don't have any plans to package it - we don't deploy it via packages [10:00] thx all for your answers [10:01] bigjools: kfogel's text was pretty good, I thought [10:02] bigjools: in one of the announcement thingies [10:02] lifeless: I missed that then, I'll look again [10:02] it wasn't precisely on packaging [10:03] bigjools: elmo gave I think a reasonable concise answer in here [10:03] but rather about the icons etc aspect, which is connected [10:04] ok, I'll see if I can copy & paste that bit [10:04] we should probably add stub's bit about postgres dependency too [10:05] I suspect that'll become a FAQ too [10:05] elmo: oh right [10:08] stub: can you give me a paste of what you said, I can slot it into the wiki. [10:10] bigjools: http://paste.ubuntu.com/223374/ [10:10] ta [10:11] Already pulling for an hour, oh well. === jtv is now known as jtv-afk [10:20] pkern: lots of folk are downloading it it seems ;) [10:20] I've filed bug 402114 about the performance [10:20] Launchpad bug 402114 in bzr "too many http requests with 2a fetches" [Critical,Triaged] https://launchpad.net/bugs/402114 [10:22] lifeless: does that cover the huge memory usage or should I file another? [10:23] bigjools: please file another; I suspect they are linked though, so perhaps mention 402114 [10:23] ok [10:24] branching tip *should* be 'read 14 packs, churn CPU while checking they are compressed well. Done.' === noodles775 is now known as noodles775-afk [10:24] but its doing lots of little reads; this could be data specific [10:24] or a bug [10:25] and if its data specific we may be creating that ourselves (bug in the writer), or working badly with whats on disk (bug in the reader) [10:30] Probably you should tar up a current checkout and offer that for download and later pulling. [10:31] Memory usage doesn't grow anymore but... [10:31] [#########- ] 198662KB 0KB/s | Fetching revisions:Inserting stream [10:31] After 1,5h [10:31] pkern: you'll note I marked the bug critical :) [10:32] lifeless: Right. I was also bothered by having to upgrade bzr on jaunty. I already had Ubuntu to be able to branch stuff... and now the latest release isn't sufficient. [10:33] pkern: launchpad is a very big project with lots of history [10:34] pkern: as you may know bzr has had some scaling problems, which the 2a format, that launchpad's branches are in, fixes. [10:34] pkern: in 1.9 format launchpads code base was about 500MB [10:34] lifeless: https://bugs.edge.launchpad.net/bzr/+bug/402139 [10:34] Ubuntu bug 402139 in bzr "Branching a large branch eats memory like crazy" [Undecided,New] [10:34] thanks [10:34] lifeless: Ok [10:39] bzr: ERROR: Invalid http response for http://bazaar.launchpad.net/~launchpad-pqm/launchpad/db-devel/.bzr/repository/packs/c0ae45a26df55c3bfbb79c0523c4de78.pack: Unable to handle http code 504: Gateway Time-out [10:40] Hiya all. Is it possible to change the assigned launchpad email address? [10:40] bzr: ERROR: Not a branch: "/home/pkern/launchpad/.bzr/branch/". [10:40] Crap. How do I continue? [10:40] pkern: :< [10:40] Organizers broke the net. [10:40] pkern: at your end? [10:40] and the story isn't even on slashdot yet :/ [10:40] pkern: to do an incremental pull, do this: [10:40] lifeless: Can you tell me if I can continue that or not? [10:40] Ok. [10:41] bzr branch http://bazaar.launchpad.net/~launchpad-pqm/launchpad/db-devel newbranch -r 1 [10:41] cd newbranch [10:41] bzr pull -r 1000 [or pick some number] [10:41] bzr pull -r 2000 [or pick some number] [10:41] etc [10:41] The point is, how do I continue what I already pulled? [10:41] Not at all? [10:41] you can't, bzr will have rolled the transaction back [10:42] pkern@asterix:~/launchpad$ du -hs . [10:42] 52K . [10:42] Oh yayes. I'll give up for today then. [10:42] (sorry). We'd like to make large pulls automatically incremental, but its not as simple as one might think. [10:42] lifeless: thanks anyway [10:42] I'll note that none of the major DVCS's (except _maybe_ darcs) do that [10:42] bah [10:52] hi, randomly browsing through code on bazaar.launchpad.net i get an Internal Server Error, [10:52] i.e. at http://bazaar.launchpad.net/~entertainer-releases/entertainer/trunk/annotate/head%3A/entertainerlib/decorators.py [10:54] j^: yes, will be fixed in the next automatic rollout :/ [10:54] (in about 10 hours now i guess) [10:55] wonderful [11:11] hello, is there a problem with bzr right now ? It is taking ages to do a small checkout [11:11] launchpad just got open sourced [11:13] and we're getting rather more traffic than normal :) [11:13] ah ok, tks :) === henninge_ is now known as henninge [11:37] bzr seems to be down :( [11:38] the download is frozen since 15 minutes now [11:40] lifeless: fwiw, against http: $HOME/bin/bzr branch lp:launchpad 933.91s user 7.68s system 35% cpu 44:13.54 total [11:41] LarstiQ: you're logged in right? [11:41] LarstiQ: if so, well its good that it worked - what 15 minutes? [11:42] but we're pointing folk at http to manage the load [11:42] MaWaLe: frozen? bzr should be updating the spinner and bytes downloaded [11:43] lifeless: I'm not logged in [11:43] lifeless : i'm speaking about the progress bar :) [11:44] MaWaLe: if its sitting in the middle, thats normal [11:44] okay : so it's okay === lifeless changed the topic of #launchpad to: bazaar.launchpad.net slow - being looked into | https://launchpad.net/ | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel [11:47] thx lifeless [11:47] MaWaLe: there may be something wrong, I'm alerting a sysadmin currently [11:49] lifeless : suddenly the process stopped and when i restart it again i have an error message [11:49] i'm doing that on a Karmic Laptop [11:50] do you think that i would try on a Jaunty one? [11:51] actually i'm asked to do a partial upgrade :( [11:51] bigjools: is the bzr required for 2a sufficiently pointed out, ppas and such? [11:51] MaWaLe: no, that should be ok [11:58] LarstiQ: it is mentioned, but the PPA location is not, I'll add it to the dev wiki, thanks. [12:03] MaWaLe: see if its better now [12:06] lifeless : i have to wait for the partial upgrade :( === lifeless changed the topic of #launchpad to: https://launchpad.net/ | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: - | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel === noodles775-afk is now known as noodles775 [12:14] lifeless : thx, it's a little bit better [12:15] i fixed the broken stopped-update and now i'm trying again [12:39] congrats on opening the source! === yofel_ is now known as yofel [12:51] someone can tell me the size of the LP branch !!!! [12:52] MaWaLe: it tells you on the page with the instructions on how to get it, but to save you a page load it's about 150M [12:54] sorry bigjools i didn't pay attention on it :( thx anyway ;) [12:54] MaWaLe: no prob :) [13:40] hi leonardr [13:48] loggerhead doesn't like viewing files at the moment. [13:49] I'm trying to get hold of someone who might be able to fix this and the slowness [13:50] If only this DVCS were not so C. [13:53] wgrant: it's working fine here [13:55] bigjools: I've tried several branches, and on not one of them can I annotate a file. [13:55] (some of these have almost no history, and the 500 is faster than a timeout) [13:57] right, yeah that bit doesn't work. I have a suspicion that it's a bug that was recently fixed [13:57] today's release might sort it [14:01] * gnomefreak can push sunbird branch just fine but for some reason firefox branch will not push using sftp or bzr+ssh, i was asked to try in here from #bzr they thinks its a hosting issue [14:02] oh maybe not just me? [14:02] bigjools, I thought the release would be tomorrow? [14:02] Ursinha: urgh, yes, brain fart === flacoste_lunch is now known as flacoste [14:12] Is there anything planned for bug 401723 ? [14:12] Launchpad bug 401723 in kubuntu-website "keyserver port number is non standard" [Undecided,New] https://launchpad.net/bugs/401723 [14:23] hi sorry if its already asked , I am always getting time out error when reporting bugs [14:24] its been like this the entire day [14:26] why hasnt PPA been upgraded to use GCC-4.4 its checking for 4.2 for karmic builds [14:26] gnomefreak: What are you talking about? PPA builds are not special like that. [14:27] checking whether the C compiler (gcc-4.2 -Wl,-Bsymbolic-functions) works... no [14:27] configure: error: installation or configuration problem: C compiler cannot create executables [14:27] That's your package. === thekorn_ is now known as thekorn [14:36] wgrant: i found this issue something i over looked thanks [14:59] so July 21st it was after all [14:59] sladen: Yes. And they did release the whole lot after all. With history. A nice surprise. [15:04] my poush to branch is stalling out at [###############\ ] Copying content texts:Copied record 1211/1295 no matter usin ssh+bzr or sftp any ideas? [15:04] s/poush/push [15:05] gnomefreak: Well, there is a bit of Slashdotting in progress. [15:05] ok just didnt understand why sunbird push was fine and ff push isnt [15:08] AskHL: as for tbird-2 patches they are all there and also all there in sunbird. ill work on tbird-2 fix for that bug in a bit. just need to see if ff will push [15:08] oops [15:08] ignore that [15:19] what's the simplist bzr pull command to fetch the source without the rocketfuel crap? [15:19] sladen: bzr get lp:launchpad. But that won't get you anywhere near running it. [15:19] And will take ages. [15:23] wgrant: am I right in thinking that /running/ LP has a hard dependency upon Jaunty (via Python2.4) and yet Jaunty only ships Bzr 1.13 (which is not sufficient to check it out) [15:24] sladen: It seems so. [15:24] sladen: please read https://dev.launchpad.net/FAQ [15:25] bigjools: I have, and unless I'm blind, it doesn't address it. [15:25] sladen, you need bzr 1.16.1 or newer [15:25] The dependency on the new bzr makes sense. [15:25] because Launchpad is in the 2a format [15:25] As it needs 2a. [15:25] beuno: ...which is not in Jaunty? [15:25] And 2a is awesome. [15:25] sladen, correct [15:25] why does it need to be in Jaunty? [15:26] Lots of Lp's deps aren't in any release. [15:26] beuno: so that you can download and then run lp on the same install... [15:26] PPAs solve that problem quite effectively. [15:26] ah you want to *run* it now then? [15:27] sladen: python and bzr development is happening quicker that Ubuntu development and LTS, so Launchpad gets uses Ubuntu + PPA + eggs to keep everything current. [15:27] I thought you wanted to gets the source without the "rocketfuel crap" [15:27] bigjools: but that question was 5 minutes earlier :) [15:29] sladen: I updated the FAQ [15:29] bigjools: bargin, ta! [15:32] Hello. Can anyone help me figureing out why my branch import failed? The error message doesn't tell me anything https://code.launchpad.net/~vcs-imports/mumble/master . THanks [15:33] rockstar: ^^^ [15:34] dD0T: for what it's worth, there seem to have been a number of import issues over the past 24 hrs (at least that I've seen), so it may be a more general issue. [15:34] noodles775: I guess then I'll have to wait for it to be resolved and just retry later? [15:35] dD0T: or hopefully we'll hear from one of the code guys (I'm keen to know too) [15:38] Also it is possible to delete existing branches? We switched from svn to git. [15:41] dD0T: yes, https://answers.edge.launchpad.net/launchpad-code/+faq/571 [15:42] dD0T: so if you get a chance, create a question to have the old one deleted. [15:44] wgrant: have you managed to get the full 150MB yet? [15:44] sladen: Just passed the 250MB mark... [15:45] noodles775: I see. Thanks [15:46] wgrant: crivvens. [15:47] bigjools: could you tweak the FAQ to note that it's a 250MB+ checkout 9or the full size if you know it off-hand) [15:47] I don't, depends on how crap bazaar is :/ [15:47] I'll give a number once I have it. [15:47] thanks [15:47] The overhead is much lower now. [15:49] "Internal Server Error [15:55] wgrant: I suspect the answer is to put up an lzma'd tarball [15:55] sladen: bz2'd one is up already. [15:55] http://people.canonical.com/~herb/ [15:56] herb: what's the difference between those two sets? [15:57] herb: the .tar.gz and .tar.bz2 both being 231MB is very strange... [15:57] sladen: both contain the bzr tree, and it doesn't compress very well. [15:58] sladen: so that accounts for the bulk of the size. [15:58] s/bulk/majority/ [15:59] Oooh. Almost done. [15:59] herb: okay. and what's the difference between launchpad.tar.* and bzr-1.17.tar.* [15:59] 280ish MB [16:00] sladen: One is bzr, one is LP? [16:00] sladen: bzr is the bzr source tree [16:00] wgrant: bingo [16:00] Building tree! [16:00] 280MB it is. [16:02] noodles775, if you look at the log you'll see this: [16:02] * beuno waits for wgrant to realize that it's actually a joke, and he's building Microsoft Visio instead [16:02] NotImplementedError: [16:02] I think it's lack of support for nested trees [16:02] in the git importer [16:02] jelmer, would you know? [16:02] beuno: Hey, can't complain if Visio goes open source... [16:02] yeah, it can't support them properly until bzr has nested tree support [16:03] :q [16:03] Damn. [16:04] james_w, gotcha [16:04] dD0T, so that's the issue. wonder if there's a bug reported about this [16:04] There is at least a bug reported about the error being unobvious. [16:07] kiko: git submodules aren't supported at the moment because we can't map them to anthing in Bazaar at the moment. [16:07] jelmer, yeah, I understand === noodles is now known as noodles775 [16:15] BjornT, gmb, any idea how you *dont* track something in the series bugtask? [16:15] https://bugs.edge.launchpad.net/quickly/trunk/+bug/402238 [16:15] Ubuntu bug 402238 in quickly/trunk "Project description is too Ubuntu specific" [Medium,Invalid] [16:15] Ubuntu bug 402238 in quickly/trunk "Project description is too Ubuntu specific" [Medium,Invalid] [16:16] intellectronica, ^ [16:17] * gmb looks [16:17] beuno: setting it to Won't Fix should do it [16:18] BjornT, thanks. Is there any rationale behind that? [16:20] beuno: i can't remember why invalid doesn't work the same... [16:20] * beuno ponders filing a bug [16:21] Invalid means not a bug, Won't Fix means not to be fixed in that series. What's strange about that? [16:21] (apart from the lack of docs) [16:21] lack of intruitiveness [16:21] "I didn't mean to target that, how do I get out of here" [16:22] beuno: well, that's because there is no way to reject an approved nomination. we have a bug for that already [16:22] BjornT, argh, less karma for me [16:53] hi there [16:54] i need some help related to my PPA [16:54] on how to enable PPC builds [16:56] falktx: AFAIK you can't, as PPC doesn't support virtualization (Xen) yet [16:56] that sucks [16:56] is there any workaround [16:57] i've seen PPC builds of some ubuntu software in launchpad [16:57] ? [16:57] The primary Ubuntu archives are trusted people, so they may build on unvirtualised architectures. [16:57] s/are trusted/are managed by trusted/ [16:58] i see [17:02] wgrant: now got my copy via bzr. Minus the .bzr dir, the source code zips down to 22MB === salgado is now known as salgado-lunch [17:09] Im adding a download file to launchpad, and there is an input field which says I can also upload a gpg signature, but how do I create one? [17:11] oh never mind, I think I figured it out [17:14] Hi, i'm trying to merge a feature branch into the main development branch and not lose author info and commit notes. Can't seem to figure out how to do this. === jon is now known as Guest18576 [17:15] i'm pulling down both branches and then doing a merge and then a commit back up to lp [17:15] and then I show up as the author === abentley is now known as abentley-lunch [17:27] jenred, where do you see that you show up as the author? [17:30] rockstar on launchpad [17:31] I'm experiencing a little bit of git to bzr confusion [17:31] jenred: Oh? [17:31] merges with bzr are confusing me a little -- I think I'm missing something [17:32] I have a main branch and just want to merge in a feature -- just acting as a release manager so I want all the author/comment info to be maintained [17:33] jenred, sure, just bzr merge the feature branch into the main branch, and commit [17:33] maybe there is some doc someone could point me to for lp? I've read the bzr handbook... [17:33] jenred: cd
; bzr merge ; bzr commit [17:34] kiko and bigjools I did this and lp isn't showing the right history [17:34] i'm probably doing something wrong [17:34] jenred: that's fine, it's just that the other branch's history is a level "down" [17:34] can you point me to the LP branch? [17:34] jenred, bzr log -v | less [17:35] bigjools https://code.launchpad.net/~systers/systers/development [17:35] jenred, so, you are, indeed, the author of the merge. [17:35] jenred: which revno has the merge in question? [17:36] 69 [17:36] The revisions that you merge will still keep the original author. Your revision says "I'm a merge revision, so I'm bringing in all these revisions from this other branch" [17:36] rockstar: can loggerhead show that? [17:36] Can I attach multiple files to a ticket at once? [17:37] jenred, so if you do `bzr log -r 69` you'll see your revision, and all the revisions that revision merged in. [17:37] exarkun, not through the web ui. [17:37] right rockstar see it [17:37] rockstar: Ah, ok. [17:37] rockstar: Thanks [17:38] jenred, so, since it was you who merged it, you're the "author" of that revision. [17:38] ok part of this is it's our GSoC students code I'm pulling in for testing and it would be nice if they were listed on lp as the "author" of the revision [17:38] bigjools, I don't believe loggerhead picks up on that just yet. [17:38] rockstar: right, thought I was going mad for a moment. [17:38] I don't necessary want them doing merges into the main branches yet [17:38] jenred, but it wasn't them who authored that specific revision. It was you who did the merge. [17:38] rockstar I understand [17:39] Loggerhead will show you the merged revisions. [17:39] The revisions they commit will show them as author. [17:39] It's just impossible to find. [17:39] wgrant, yea, and it doesn't show them conveniently like bzr log does. [17:39] If you go into the merge revision, there's a link to the newest subrevision, at the top. [17:39] That will let you into the deeper history. [17:40] ok it sounds like I'm trying to do something that can't be done ;> -- I'll just reflect the "author" in the commit comments for now [17:41] jenred, you can commit --author [17:41] jenred: here ya go: http://bazaar.launchpad.net/~systers/systers/development/revision/68.1.1 [17:42] beuno ahha! I think that is what I was looking for [17:42] * jenred gives it a go === salgado-lunch is now known as salgado [17:47] jelmer: But why does import fail then instead of ignoreing the submodules? [17:48] I'd much prefer that an import fail that be lossy. [17:48] s/that/than/ [17:52] beuno it worked! [17:52] thank you very much to everyone who helped [17:52] i'm a lot less confused about where to find merge info etc [17:52] on lp [17:55] :) === barry-away is now known as barry` === matsubara-afk is now known as matsubara === EdwinGrubbs changed the topic of #launchpad to: https://launchpad.net/ | Launchpad is now open sourced: https://dev.launchpad.net/ | Help contact: EdwinGrubbs | Join https://launchpad.net/~launchpad-users | Channel logs: http://irclogs.ubuntu.com | #launchpad-dev is the developer channel === barry` is now known as barry [18:10] matsubara: Ursinha: can either of test " Inline editing of the programming languages field for projects" with IE 8 on https://dev.launchpad.net/RegistryTeam/RegistryTestPlans/2.2.7? [18:10] sinzui, not right now. I'm helping with some U1 oops-tools setup [18:10] https://lp-oops.canonical.com/oops.py/?oopsid=tools [18:11] HAHAHAHA [18:11] sinzui, I can do that [18:11] thanks Ursinha [18:17] hi [18:17] launchpad have a git? [18:18] Azag, git imports, yes [18:19] I can host a project with git, and upload it with git beuno? [18:20] Azag, no, you can import a git branch, and use bzr [18:20] mmm [18:21] thnx beuno === micahg1 is now known as micahg === verterok_ is now known as verterok === Znova_ is now known as Snova_ === ronny_ is now known as ronny === greg_g is now known as greg-g === ursula_ is now known as Ursinha === matsubara is now known as matsubara-afk [20:06] wgrant: imports from git can't be lossy, we have to be able to reproduce the original git revision [20:07] wgrant: since the git smtart server will send deltas against the original git revision [20:21] I get a "Internal Server Error" at http://bazaar.launchpad.net/~richies/hypernucleus-server/trunk/annotate/head%3A/hypernucleusserver/config/environment.py [20:21] Whats gone wrong? :) [20:30] RichW, it's possible that loggerhead is having some problems. [20:30] Did they already know about it? [20:31] RichW, the errors are being logged, so we'll take a look at those errors. [20:33] RichW, it seems that there's a problem actually displaying the file, since I can walk into it through the files view. [20:33] Ahh, so it is loggerhead? [20:36] RichW, yeah, to some degree, although I'll need to look at the logs. === matsubara-afk is now known as matsubara [21:23] what's the maximum size of a file in the +downloads of a project? :) [21:26] just wondering if an iso of "extra" packages from the ubuntu repository could be available as iso images: https://launchpad.net/offline-extras [21:27] er.. rephrased: just wondering if I could provide an iso image with some "extra" packages from the ubuntu repository [21:28] savvas0, I don't think you can upload 650mb, no [21:28] I don't know what the hard limit is [21:28] but I suspect uploading anything over 20mb over POST is not going to wek very well [21:29] ok thanks :) [21:34] beuno: do you happen to know if there's a problem with loggerhead? http://bazaar.launchpad.net/~medigeek/offline-extras/trunk/annotate/head%3A/tools/compare.pl I get "Internal server error" [21:35] savvas0, the server is under a bit of load currently, due to Launchpad's open sourcing, so it's likely due to some timeouts [21:35] oh, right :P [21:36] I've been meaning to ask about affero license. What someone *can't* do when compared to GPL-3 ? [21:36] savvas0: pull a Google [21:40] ah it's a bit clearer in the wikipedia === _thumper_ is now known as thumper === salgado is now known as salgado-afk === barry is now known as barry-away [22:38] "0 Error retrieving series data." <-- I just received this alert(), clicking on my project's "Make Announcement" link [22:56] MattJ: file a bug :) [22:57] ok :) [22:58] alert() as an error reporting strategy? hmm [22:58] sounds suspect to me === vds1 is now known as vds [23:05] thumper: mwhudson: Seems it's this: https://bugs.launchpad.net/launchpad-registry/+bug/392449 [23:07] MattJ: yes it does [23:10] Ubuntu bug 392449 in launchpad-registry "Project timeline graph pops up a dialog when navigating away from the incompletely-loaded page" [Low,Fix committed] [23:16] It happened!! [23:16] :D :D === flacoste is now known as flacoste_afk [23:22] MT-, :) [23:23] Ursinha: Is it all of it that's open sourced or are the two pieces still private? [23:23] That bug is cause by the internals of firefox. It looks like a JS alert. I suppose it is, but it comes from deep inside firefox [23:23] MT-: all of it [23:23] MT-, all of it :) [23:23] haha [23:23] wow [23:23] pretty excited [23:24] what kinda of requirements does it have? [23:24] MT-, you should join us at #launchpad-dev :) [23:25] hi [23:25] is it possible to host a git repository on launchpad? [23:26] EruditeHermit, nope, but you can import a git branch on launchpad and use it with bazaar [23:27] ah [23:27] how much space does one get? [23:27] EruditeHermit, not sure what you meant :) [23:28] how much storage space do you get? [23:28] like 1GB? [23:28] for a project [23:28] for branches? [23:28] ah, I see [23:28] we don't enforce any quotas at the moment [23:28] ok [23:28] well I'll never reach that much anyhow [23:28] =p [23:28] 20mb [23:28] or so [23:29] only on ppa's and will happily increase if you need more [23:32] are we supposed to have all releases on https://edge.launchpad.net/firefox/+series ??