[03:39] who runs ubot5 ? === dpb__ is now known as Guest73293 [06:34] hi folks, you aware that launchpad does not seem to be responding? [06:34] http://bazaar.launchpad.net/~mysql/mysql-server/5.1/revision/3560.10.17 and http://bazaar.launchpad.net/~maria-captains/maria/5.1/revision/3144 are not loading for e [06:34] me [07:18] Habbie: the mysqlserver repository was in an old format last I looked, that can take some time to process; try again a couple of minutes later [07:18] Habbie: did you get an OOPS code? [07:18] no code, just a message telling me to go here [07:18] it's working now === czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: czajkowski | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging === Guest95641 is now known as Adri2000 [08:28] hello all, I have a small problema with a django app that is using launchpad lib to get user info, it gives an HTTPError code 401, saying the the token has expired, does anyone have an idea on how to this could be fixed? bug is #1010455 [08:29] Gwaihir: morning [08:29] hello czajkowski :) === zyga is now known as zyga-afk === jamestunnicliff_ is now known as jamestunnicliffe === zyga-afk is now known as zyga [09:58] ivorykr8: aloha! === matsubara is now known as matsubara-lunch === matsubara-lunch is now known as matsubara [12:39] mgz: vila jelmer jam1 would one of you mind looking at https://answers.launchpad.net/launchpad/+question/200047 please. [12:40] * mgz looks [12:41] mgz: thanks [12:42] doesn't say if he tried multiple times or not [12:42] perhaps it's just the normal you-need-to-bump-the-version-if-you-changed-something issue [12:47] czajkowski: actually, he probably just needs to read the ppa docs, seems to have missed some steps. [12:47] will reply. === jam1 is now known as jam [13:15] Hello [13:16] I pushed a personal branch under a launchpad project. [13:16] Now, I want it to be moved to another 'parent'' launchpad project [13:16] How can I do so? [13:21] AmberJ: hi [13:21] AmberJ: the easiest thing to do is simply to push it to the new location from your location machine [13:21] (and optionally remove the old branch) [13:25] ok thanks jelmer :) [13:26] http://paste.ubuntu.com/1035450/ <- launchpad doesnt like me. any hints? [13:27] hm, solved questions still appear on subscribed questions page [13:28] Sweetshark: you might want to try "ssh -v bazaar.launchpad.net" [13:28] mgz: aye as it's set to needs info. [13:28] Sweetshark: if it succeeds you will just get "No shells on this server." or something along those lines. [13:28] mgz: it's gone now anyways [13:28] Sweetshark: does "bzr config launchpad_username" return the expected username? That will be passed to ssh [13:29] czajkowski: was looking at my personal one at and expected the question from today [13:29] ...we really need to write up a comprehensive faq for ssh debugging [13:30] mgz: have you seen all the https://answers.launchpad.net/launchpad/+faqs [13:30] if you update a new one can you let me know so I can circulate it please. [13:30] I've certainly not read them all :) [13:31] * mgz sees how many apply to ssh [13:33] hm, no faq, 26 questions: [13:35] "bzr config launchpad_username" looks good. [13:36] ssh -v goes to the right key and dies then ... [13:36] debug1: Trying private key: /media/Key/.ssh/id_launchpad [13:36] debug1: No more authentication methods to try. [13:39] Sweetshark: I don't see a launchpad user with the name from your paste: === fjlacoste is now known as flacoste [13:40] what does `bzr config launchpad_username` print exactly? [13:41] and how long ago did you create your launchpad account? [13:41] Sweetshark: don't you want bjoern-michaelsen rather than bjoern.michaelsen? [13:42] jelmer, mgz: ugg, yes. but bjoern-michaelsen yields the same. [13:43] gmb: ping [13:43] Sweetshark: you've run "bzr lp-login bjoern-michaelsen" ? [13:43] cjohnston: Howdy. [13:43] hey there.. [13:44] jelmer, mgz: also note that the 'ssh -v' already fails (which should be before the other stuff) [13:44] gmb: what's the status of the blueprint MP that we discussed where the unique ID is exposed? [13:44] jelmer: "bzr lp-login bjoern-michaelsen" does nothing [13:44] cjohnston: That should be done and landed, actually... Lemme check. [13:44] Sweetshark: can you try "ssh -v bjoern-michaelsen@bazaar.launchpad.net" ? [13:44] Sweetshark: it should update the launchpad_username setting in your bazaar config [13:45] cjohnston: Yep, all meetings in https://launchpad.net/sprints/uds-q/+temp-meeting-export now have an id="" property. [13:45] also on the list of possible issues: [13:45] thanks gmb [13:45] cjohnston: Sorry I didn't tell you sooner; I thought I'd subscribed you to the bug that I filed to track it, but clearly I didn't. [13:45] jelmer: "ssh -v bjoern-michaelsen@bazaar.launchpad.net" finds the right key but ends with permission denied ... [13:45] * check .ssh/id_launchpad.pub contents matches [13:46] jelmer: doh [13:46] all good gmb.. now just waiting for you to give us an api ;-) [13:46] * Sweetshark fetches a brownbag (fullbody edition) and hides in a corner ... [13:47] Ahahaha [13:47] Sweetshark: go on, what was the issue in the end :) [13:47] * Sweetshark whistles innocently [13:47] cjohnston: I thought the deal was that I write the tests and talk you through the code? ;). Actually, that's not such an insane place to start... [13:47] cjohnston: Anyway, I'll poke at it when I've got some slack time. [13:47] need to add to the long tally of ways ssh setup breaks for people [13:48] :-P [13:48] gmb: I figured I'd try [13:48] Fair enough :) [13:48] hehe [13:48] thanks for your help [13:48] No worries [13:48] mgz: config had "/media/Key/.ssh/id_launchpad", while the key was at "/media/Key/id_launchpad" [13:49] aha, that's a nice variation. [13:50] mgz: ssh -vvvv was a bit more explicit. "ssh -v" missed the critcal "no identity at ...." line ... [13:50] Sweetshark, mgz: Yup, I always use '-vv' myself === vibhav_ is now known as vibhav [14:19] * mpt wishes "In Progress" and "Fix Committed" were different colors like they used to be [15:34] mgz: your question is back in the queue. [15:36] seen it. [15:37] was going to ask him to stick the package up somewhere, but maybe there's a box I can poke arond on to find it anyway? [15:39] seems like I don't have useful access, and not worth bothering a l-osa, back to plan A [16:09] okay, so this is basically a debian packaging question, apart from I don't know why he didn't get mail [16:09] Hi, try to copy a package from a repo X to repo Y..... getting: binaries conflicting with the existing ones [16:09] trying to delete the old package before, no luck [16:10] how can I force the binaries copy? [16:12] aboudreault: I don't understand the question [16:12] I want to copy my binaries [16:12] and can't [16:12] qgis 1.7.4-2~precise2 in precise (binaries conflicting with the existing ones) [16:13] pastebin the exact command you are running and the exact output that is given? [16:13] the qgis package has been deleted from the dest ppa [16:13] why can't I copy it then? [16:21] mgz, I am in the web interface [16:22] no idea then. [16:23] bump the version and reupload? [16:24] well, yeah, would have liked to use the copy package feature, since it's there for that [16:24] but I will. [16:24] czajkowski: hi, can you check for me when team deletion requests in LP get processed please? I've had one in there for 4 weeks [16:25] joey: not seen any in my queue on lp answers [16:25] where did you submit it ? [16:25] joey: I delete teams every day that way [16:25] czajkowski: via the UI when you select "delete team" [16:26] czajkowski: I wonder if that's a special entry I get [16:26] it no workie [16:26] joey: which team do you want deleted and I'll do it now for you [16:27] czajkowski: https://launchpad.net/~private-newcore [16:50] joey: mew has put that in the queue for you now [16:51] czajkowski: rock on thanks to you and mew [16:51] czajkowski: curious minds would like to know why it didn't work and track the bug [16:53] joey: I don't know either but mew has it queued he said you should as team owner be able to delete it though === czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging === zyga is now known as zyga-afk === yofel_ is now known as yofel === jcsackett_ is now known as jcsackett === matsubara is now known as matsubara-afk [18:22] hi how do i make a ppa private? [18:26] could anyone remove a .orig.tar.gz file in my ppa? [18:27] aboudreault: no [18:28] well, you can delete the file, but you can't reupload the same one [18:28] the .orig.tar.gz is not the right one [18:28] I deleted the package itself... but the source are still there though [18:29] aboudreault: if you use the delete package button, it deletes the source as well (eventually), but you still can't upload the same one, you'll have to mangle the upstream version [18:29] o_O [18:29] or use a different PPA [18:30] how to mangle the upstream version [18:31] well, depends on how upstream versions things, you don't want to version it ahead (if you never had binaries, you could version it lower as well) [18:31] I just need to make it work, now I can't upload. the package name is grass_6.4.2.orig.tar.gz [18:36] or, how can I download that .orig.tar.gz to build my package against it? [18:37] AmberJ: just repush the thing? [18:40] aboudreault: you could use grass_6.4.2~oops.orig.tar.gz or something like that if you didn't have binaries (the package version would be 6.4.2~oops-0ubuntu1~ppa or something like that [18:40] https://lp-oops.canonical.com/oops.py/?oopsid=0ubuntu1 [18:40] silly ubot5 [18:41] ok [18:55] zul: IIRC have it owned by a private team, [18:56] zul: possibly there is an admin bit for it too, I'm not sure [18:56] lifeless: thanks [18:58] zul: was it just a general q, or is there some specific... [18:58] ? [18:58] no just general [20:07] Hello everyone [20:08] How are we supposed to ask for new features for a project? Do we file a request for a new feature as a bug report? [20:09] yes, usually [20:10] Zoohouse: I don't think people managing the projects would be happy about seeing a bug report filed on a 'not supported yet feature'. [20:11] (from personal experience, at least. :D ) [20:11] haha I know... I could have sworn that there was a cat in a bug report to set it as a feature request but I guess not... [20:11] Is there a way to request features on Launchpad.net? [20:13] From my 6 months experience, no. [20:13] darn.. [20:13] well, just email/contact the project manger directly? [20:17] evillyEvil: Zoohouse: that's what wishlist importance is for :) [20:18] micahg: Aah, yes. There's a 'wishlist' option. [20:19] (sorry I was just talking from my experience, which is I'd get a bit frustrated when someone claims something's a bug which would turn out to be a unsupported feature :) ) [20:19] micahg: wishlist importance? [20:20] Ah! Found it! micahg thanks :( [20:20] :)* [20:21] * micahg wonders why there's no help page on importance like there is for status [20:24] Also the way Status: and Importance: are displayed is very pretty but it isn't obvious to a new user that those settings can be changed... [20:24] Zoohouse: well, for users, they can't ;) [20:24] or at least importance can't [20:24] I believe the only those who's in charged of the project can change the status [20:25] oo [20:25] well, the bug supervisor can (and that's set on a per project basis) [20:25] at least, for certain status, at least. (ie., 'Invalid' can only be set by bug supervisor) [20:27] evillyEvil: nope, https://help.launchpad.net/Bugs/Statuses#Only_available_to_the_bug_supervisor [20:28] micahg: (oops! ) [20:33] Thanks for the help! [20:37] why do I get the error 'version older than that in archive. x.y.z <= a.b.c' ? [20:37] ahh sorry, dyslexia, it was 5.1.2 vs 5.2.1 === till_ is now known as Guest82506