/srv/irclogs.ubuntu.com/2016/09/20/#launchpad.txt

Stefan____Hi, I'm trying to add a ppa to Kubuntu 16.04 with 'sudo add-apt-repository ppa:jonathonf/vim'.10:27
Stefan____Output is 'Cannot add PPA: 'ppa:~jonathonf/ubuntu/vim'. ERROR: '~jonathonf' user or team does not exist.'10:28
Stefan____Jonathon does not know what is wrong. Can anybody helb me?10:29
wgrantStefan____: What's the exact command you're running?10:29
acheronuk'sudo add-apt-repository ppa:jonathonf/vim' recognises the ppa for me10:32
=== Ribesgg is now known as Ribesg
Stefan____perhaps it's a proxy related issue. I'm behind a proxy and have set $http_proxy and $https_proxy.12:09
Stefan____Additionally I have set 'Aqueri::http::Proxy "http://...";' in an apt config file12:10
Stefan____Does 'add-apt-repository' need anything else concerning proxy12:11
cjwatson"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
cjwatson11:29 <wgrant> Stefan____: What's the exact command you're running?12:11
cjwatsonNote also that sudo doesn't necessarily pass through proxy environment variables, depending on its configuration.12:12
Stefan____sudo add-apt-repository ppa:jonathonf/vim12:13
Stefan____apt-get update and upgrade are working12:13
cjwatsonTry 'sudo -E add-apt-repository ppa:jonathonf/vim'12:15
Stefan____That worked, thanks.12:16
=== JanC is now known as Guest12202
=== JanC_ is now known as JanC
=== dpm_ is now known as dpm
morphis__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/bluez15:13
morphis__but don't get it via:15:13
morphis__lp = Launchpad.login_anonymously('test', 'production')15:13
morphis__test = lp.branches.getByUrl(url="lp:~morphis/snappy-hwe-snaps/+git/bluez/branches")15:14
morphis__that just returns None for me15:14
morphis__ah sorry, substract the /branches from the url15:14
morphis__that was just a try but without it doesn't work as well15:14
morphis__cjwatson: any idea?15:15
cjwatsonmorphis__: lp.branches is only for Bazaar15:16
morphis__ah15:16
morphis__I thought it must be something fundamental15:17
cjwatsonmorphis__: you need version='devel' on the login call, and then use lp.git_repositories.getByPath(path='~morphis/snappy-hwe-snaps/+git/bluez')15:17
cjwatsonhttps://launchpad.net/+apidoc/devel.html#git_repositories-getByPath15:17
morphis__cjwatson: thanks15:17
zygaany known issues? I cannot seem to make changes to a bug I was just editing18:07
zygaI don't get an OOPS18:07
zygathe bug in question is https://bugs.launchpad.net/snappy/+bug/162529118:07
ubot5`Ubuntu bug 1625291 in Snappy "ConnectedSlotSnippet not invoked when connecting two snaps" [Undecided,New]18:07
zygaI just get "please try again" pop-ups18:07
dobeyzyga: in the ajax?18:20
dobeyzyga: 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 it18:21
zygadobey: yes, in the ajax thing18:25
zygadobey: it worked now18:25
Saviqhey guys, https://bugs.launchpad.net/canonical-devices-system-image/+bug/1625704/+distrotask seems to be OOPSing 100% here18:42
ubot5`Ubuntu bug 1625704 in unity8 (Ubuntu) "Keyboard indicator is confusing when no external keyboards attached" [Undecided,Confirmed]18:42
dobeySaviq: i think there is some network hiccuping going on18:46
dobeySaviq: been hitting some issues trying to rebuild a silo, too18:47
cjwatsonSaviq: what's the oops id?18:50
cjwatsonSaviq: oh dear, I see.  regression from http://blog.launchpad.net/beta/beta-test-new-package-picker18:51
Saviqcjwatson, 9b2fc0b839537214b33e59158630841318:51
cjwatsonSaviq: please file a bug, I'm about to have dinner but will look at it later18:51
cjwatsonzyga: 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 time18:52
cjwatsondobey: whatever you're seeing is unrelated to whatever zyga and Saviq are seeing18:52
cjwatson(which are themselves unrelated to each other)18:54
cjwatsoncurious 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 detail18:56
Saviqcjwatson, bug #162577118:56
ubot5`bug 1625771 in Launchpad itself "OOPS when trying to pick a distrotask" [Undecided,New] https://launchpad.net/bugs/162577118:56
cjwatsonta18:57
dobeyok18:57
cjwatsonSaviq: should be possible to work around it using the API, FWI19:00
cjwatsonW19:00
Saviqcjwatson, not pressing, no worries19:01
cjwatson(or temporarily leave ~launchpad-beta-testers)19:02
=== acheronuk is now known as acheron
=== acheron is now known as acheronuk
zygacjwatson: I see, thanks19:03
cjwatsonwow, this is super-confusing.  oh bug, why you not show up in test suite21:40
cjwatsonoh, hm, maybe it matters that that bug already has a package task21:44
cjwatsonRight, yes.  DistroBugTaskCreationStep.render does a weird thing.21:52
cjwatsonThat is a perplexing thing.21:55
cjwatsonWhat's the point of defaulting to a source package name you can't add because it's already there?21:55
cjwatsonI guess if you want to pick a different distribution it makes some sense.21:55
meenai'm trying to upload a new package https://launchpad.net/~tarsnap/+archive/ubuntu/lts/+packages … and… it's not really happening22:25
wgrantmeena: Can you provide more details about what you're doing and what unexpectedly doesn't happen?22:31
meenawgrant: i'm doing a dput, i'm expecting it to return with a success. instead it's just hanging there22:34
meenafor ~10 minutes now22:35
wgrantmeena: dput over which protocol? FTP or SFTP?22:35
meenawgrant: sftp22:35
wgrantmeena: What happens if you "ssh USERNAME@ppa.launchpad.net?"22:35
meenawgrant: it all just came rushing back to me22:38
meenai've seen this before.22:38
meenadebug1: Offering ECDSA public key: /home/igalic/.ssh/id_ecdsa22:38
cjwatsonAh, so basically the same kind of thing as https://bugs.launchpad.net/turnip/+bug/162123822:39
ubot5`Ubuntu bug 1621238 in turnip "git.launchpad.net hangs forever when presented with an ed25519 key" [Undecided,New]22:39
cjwatsonTwisted 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:40
meena*nod22:41
meenai'm confused that it ignores my .ssh/config settings..22:42
wgrantmeena: ppa.launchpad.net rather than bazaar.launchpad.net or git.launchpad.net, maybe?22:42
cjwatsonOr ordering, which lots of people get wrong (even me!)22:43
meenawgrant: this is ppa, yes22:43
wgrantmeena: I mean in your sshconfig.22:43
wgrantMaybe it's only set for one host but not the other?22:43
meenawgrant: i don't have any other host in my .ssh/config22:45
meenaonly ppa22:45
wgrantHmm22:45
meenaanyway, i have to sleep now… i hope y'all get this fixed till tmorrow ;)22:45
cjwatsonAny fix on our side won't be within a day (or probably even a month).22:48
cjwatsonIt should be possible to bodge the client side eventually though ...22:48

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!