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 |
wgrant | Stefan____: What's the exact command you're running? | 10:29 |
acheronuk | 'sudo add-apt-repository ppa:jonathonf/vim' recognises the ppa for me | 10: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 file | 12:10 |
Stefan____ | Does 'add-apt-repository' need anything else concerning proxy | 12: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 |
cjwatson | 11:29 <wgrant> Stefan____: What's the exact command you're running? | 12:11 |
cjwatson | Note also that sudo doesn't necessarily pass through proxy environment variables, depending on its configuration. | 12:12 |
Stefan____ | sudo add-apt-repository ppa:jonathonf/vim | 12:13 |
Stefan____ | apt-get update and upgrade are working | 12:13 |
cjwatson | Try '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/bluez | 15: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 me | 15:14 |
morphis__ | ah sorry, substract the /branches from the url | 15:14 |
morphis__ | that was just a try but without it doesn't work as well | 15:14 |
morphis__ | cjwatson: any idea? | 15:15 |
cjwatson | morphis__: lp.branches is only for Bazaar | 15:16 |
morphis__ | ah | 15:16 |
morphis__ | I thought it must be something fundamental | 15:17 |
cjwatson | 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 |
cjwatson | https://launchpad.net/+apidoc/devel.html#git_repositories-getByPath | 15:17 |
morphis__ | cjwatson: thanks | 15:17 |
zyga | any known issues? I cannot seem to make changes to a bug I was just editing | 18:07 |
zyga | I don't get an OOPS | 18:07 |
zyga | the bug in question is https://bugs.launchpad.net/snappy/+bug/1625291 | 18:07 |
ubot5` | Ubuntu bug 1625291 in Snappy "ConnectedSlotSnippet not invoked when connecting two snaps" [Undecided,New] | 18:07 |
zyga | I just get "please try again" pop-ups | 18:07 |
dobey | zyga: in the ajax? | 18:20 |
dobey | 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:21 |
zyga | dobey: yes, in the ajax thing | 18:25 |
zyga | dobey: it worked now | 18:25 |
Saviq | hey guys, https://bugs.launchpad.net/canonical-devices-system-image/+bug/1625704/+distrotask seems to be OOPSing 100% here | 18:42 |
ubot5` | Ubuntu bug 1625704 in unity8 (Ubuntu) "Keyboard indicator is confusing when no external keyboards attached" [Undecided,Confirmed] | 18:42 |
dobey | Saviq: i think there is some network hiccuping going on | 18:46 |
dobey | Saviq: been hitting some issues trying to rebuild a silo, too | 18:47 |
cjwatson | Saviq: what's the oops id? | 18:50 |
cjwatson | Saviq: oh dear, I see. regression from http://blog.launchpad.net/beta/beta-test-new-package-picker | 18:51 |
Saviq | cjwatson, 9b2fc0b839537214b33e591586308413 | 18:51 |
cjwatson | Saviq: please file a bug, I'm about to have dinner but will look at it later | 18:51 |
cjwatson | 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 |
cjwatson | dobey: whatever you're seeing is unrelated to whatever zyga and Saviq are seeing | 18:52 |
cjwatson | (which are themselves unrelated to each other) | 18:54 |
cjwatson | 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 |
Saviq | cjwatson, bug #1625771 | 18:56 |
ubot5` | bug 1625771 in Launchpad itself "OOPS when trying to pick a distrotask" [Undecided,New] https://launchpad.net/bugs/1625771 | 18:56 |
cjwatson | ta | 18:57 |
dobey | ok | 18:57 |
cjwatson | Saviq: should be possible to work around it using the API, FWI | 19:00 |
cjwatson | W | 19:00 |
Saviq | cjwatson, not pressing, no worries | 19:01 |
cjwatson | (or temporarily leave ~launchpad-beta-testers) | 19:02 |
=== acheronuk is now known as acheron | ||
=== acheron is now known as acheronuk | ||
zyga | cjwatson: I see, thanks | 19:03 |
cjwatson | wow, this is super-confusing. oh bug, why you not show up in test suite | 21:40 |
cjwatson | oh, hm, maybe it matters that that bug already has a package task | 21:44 |
cjwatson | Right, yes. DistroBugTaskCreationStep.render does a weird thing. | 21:52 |
cjwatson | That is a perplexing thing. | 21:55 |
cjwatson | What's the point of defaulting to a source package name you can't add because it's already there? | 21:55 |
cjwatson | I guess if you want to pick a different distribution it makes some sense. | 21:55 |
meena | i'm trying to upload a new package https://launchpad.net/~tarsnap/+archive/ubuntu/lts/+packages … and… it's not really happening | 22:25 |
wgrant | meena: Can you provide more details about what you're doing and what unexpectedly doesn't happen? | 22:31 |
meena | wgrant: i'm doing a dput, i'm expecting it to return with a success. instead it's just hanging there | 22:34 |
meena | for ~10 minutes now | 22:35 |
wgrant | meena: dput over which protocol? FTP or SFTP? | 22:35 |
meena | wgrant: sftp | 22:35 |
wgrant | meena: What happens if you "ssh USERNAME@ppa.launchpad.net?" | 22:35 |
meena | wgrant: it all just came rushing back to me | 22:38 |
meena | i've seen this before. | 22:38 |
meena | debug1: Offering ECDSA public key: /home/igalic/.ssh/id_ecdsa | 22:38 |
cjwatson | Ah, so basically the same kind of thing as https://bugs.launchpad.net/turnip/+bug/1621238 | 22:39 |
ubot5` | Ubuntu bug 1621238 in turnip "git.launchpad.net hangs forever when presented with an ed25519 key" [Undecided,New] | 22:39 |
cjwatson | 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:40 |
meena | *nod | 22:41 |
meena | i'm confused that it ignores my .ssh/config settings.. | 22:42 |
wgrant | meena: ppa.launchpad.net rather than bazaar.launchpad.net or git.launchpad.net, maybe? | 22:42 |
cjwatson | Or ordering, which lots of people get wrong (even me!) | 22:43 |
meena | wgrant: this is ppa, yes | 22:43 |
wgrant | meena: I mean in your sshconfig. | 22:43 |
wgrant | Maybe it's only set for one host but not the other? | 22:43 |
meena | wgrant: i don't have any other host in my .ssh/config | 22:45 |
meena | only ppa | 22:45 |
wgrant | Hmm | 22:45 |
meena | anyway, i have to sleep now… i hope y'all get this fixed till tmorrow ;) | 22:45 |
cjwatson | Any fix on our side won't be within a day (or probably even a month). | 22:48 |
cjwatson | It 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!