[10:27] Hi, I'm trying to add a ppa to Kubuntu 16.04 with 'sudo add-apt-repository ppa:jonathonf/vim'. [10:28] Output is 'Cannot add PPA: 'ppa:~jonathonf/ubuntu/vim'. ERROR: '~jonathonf' user or team does not exist.' [10:29] Jonathon does not know what is wrong. Can anybody helb me? [10:29] Stefan____: What's the exact command you're running? [10:32] 'sudo add-apt-repository ppa:jonathonf/vim' recognises the ppa for me === Ribesgg is now known as Ribesg [12:09] perhaps it's a proxy related issue. I'm behind a proxy and have set $http_proxy and $https_proxy. [12:10] Additionally I have set 'Aqueri::http::Proxy "http://...";' in an apt config file [12:11] Does 'add-apt-repository' need anything else concerning proxy [12:11] "Aqueri" isn't the same as the correct spelling "Acquire". It would really be better if you copied and pasted things (including the exact command that you were asked for above). [12:11] 11:29 Stefan____: What's the exact command you're running? [12:12] Note also that sudo doesn't necessarily pass through proxy environment variables, depending on its configuration. [12:13] sudo add-apt-repository ppa:jonathonf/vim [12:13] apt-get update and upgrade are working [12:15] Try 'sudo -E add-apt-repository ppa:jonathonf/vim' [12:16] That worked, thanks. === JanC is now known as Guest12202 === JanC_ is now known as JanC === dpm_ is now known as dpm [15:13] anyone can help to understand why I can see my git branch via browser at https://api.launchpad.net/1.0/~morphis/snappy-hwe-snaps/+git/bluez [15:13] but don't get it via: [15:13] lp = Launchpad.login_anonymously('test', 'production') [15:14] test = lp.branches.getByUrl(url="lp:~morphis/snappy-hwe-snaps/+git/bluez/branches") [15:14] that just returns None for me [15:14] ah sorry, substract the /branches from the url [15:14] that was just a try but without it doesn't work as well [15:15] cjwatson: any idea? [15:16] morphis__: lp.branches is only for Bazaar [15:16] ah [15:17] I thought it must be something fundamental [15:17] morphis__: you need version='devel' on the login call, and then use lp.git_repositories.getByPath(path='~morphis/snappy-hwe-snaps/+git/bluez') [15:17] https://launchpad.net/+apidoc/devel.html#git_repositories-getByPath [15:17] cjwatson: thanks [18:07] any known issues? I cannot seem to make changes to a bug I was just editing [18:07] I don't get an OOPS [18:07] the bug in question is https://bugs.launchpad.net/snappy/+bug/1625291 [18:07] Ubuntu bug 1625291 in Snappy "ConnectedSlotSnippet not invoked when connecting two snaps" [Undecided,New] [18:07] I just get "please try again" pop-ups [18:20] zyga: in the ajax? [18:21] zyga: the ajax widget bits tend to wrap errors in a "show a red box" sort of thing, so OOPS probably happened, but you just can't see it [18:25] dobey: yes, in the ajax thing [18:25] dobey: it worked now [18:42] hey guys, https://bugs.launchpad.net/canonical-devices-system-image/+bug/1625704/+distrotask seems to be OOPSing 100% here [18:42] Ubuntu bug 1625704 in unity8 (Ubuntu) "Keyboard indicator is confusing when no external keyboards attached" [Undecided,Confirmed] [18:46] Saviq: i think there is some network hiccuping going on [18:47] Saviq: been hitting some issues trying to rebuild a silo, too [18:50] Saviq: what's the oops id? [18:51] Saviq: oh dear, I see. regression from http://blog.launchpad.net/beta/beta-test-new-package-picker [18:51] cjwatson, 9b2fc0b839537214b33e591586308413 [18:51] Saviq: please file a bug, I'm about to have dinner but will look at it later [18:52] zyga: yours is probably the usual mysterious-postgresql-maintenance-thing that occasionally blocks bug table triggers for about ten minutes, but it always goes away in a short time [18:52] dobey: whatever you're seeing is unrelated to whatever zyga and Saviq are seeing [18:54] (which are themselves unrelated to each other) [18:56] curious though, that looks basically the same as the situation that TestBugAlsoAffectsDistribution.test_bug_alsoaffects_spn_exists_dsp_picker_feature_flag exercises; must have missed some detail [18:56] cjwatson, bug #1625771 [18:56] bug 1625771 in Launchpad itself "OOPS when trying to pick a distrotask" [Undecided,New] https://launchpad.net/bugs/1625771 [18:57] ta [18:57] ok [19:00] Saviq: should be possible to work around it using the API, FWI [19:00] W [19:01] cjwatson, not pressing, no worries [19:02] (or temporarily leave ~launchpad-beta-testers) === acheronuk is now known as acheron === acheron is now known as acheronuk [19:03] cjwatson: I see, thanks [21:40] wow, this is super-confusing. oh bug, why you not show up in test suite [21:44] oh, hm, maybe it matters that that bug already has a package task [21:52] Right, yes. DistroBugTaskCreationStep.render does a weird thing. [21:55] That is a perplexing thing. [21:55] What's the point of defaulting to a source package name you can't add because it's already there? [21:55] I guess if you want to pick a different distribution it makes some sense. [22:25] i'm trying to upload a new package https://launchpad.net/~tarsnap/+archive/ubuntu/lts/+packages … and… it's not really happening [22:31] meena: Can you provide more details about what you're doing and what unexpectedly doesn't happen? [22:34] wgrant: i'm doing a dput, i'm expecting it to return with a success. instead it's just hanging there [22:35] for ~10 minutes now [22:35] meena: dput over which protocol? FTP or SFTP? [22:35] wgrant: sftp [22:35] meena: What happens if you "ssh USERNAME@ppa.launchpad.net?" [22:38] wgrant: it all just came rushing back to me [22:38] i've seen this before. [22:38] debug1: Offering ECDSA public key: /home/igalic/.ssh/id_ecdsa [22:39] Ah, so basically the same kind of thing as https://bugs.launchpad.net/turnip/+bug/1621238 [22:39] Ubuntu bug 1621238 in turnip "git.launchpad.net hangs forever when presented with an ed25519 key" [Undecided,New] [22:40] Twisted has been getting its act together here quite rapidly of late, so hopefully we can figure out a path to upgrading soon (modulo the buildout nonsense) [22:41] *nod [22:42] i'm confused that it ignores my .ssh/config settings.. [22:42] meena: ppa.launchpad.net rather than bazaar.launchpad.net or git.launchpad.net, maybe? [22:43] Or ordering, which lots of people get wrong (even me!) [22:43] wgrant: this is ppa, yes [22:43] meena: I mean in your sshconfig. [22:43] Maybe it's only set for one host but not the other? [22:45] wgrant: i don't have any other host in my .ssh/config [22:45] only ppa [22:45] Hmm [22:45] anyway, i have to sleep now… i hope y'all get this fixed till tmorrow ;) [22:48] Any fix on our side won't be within a day (or probably even a month). [22:48] It should be possible to bodge the client side eventually though ...