/srv/irclogs.ubuntu.com/2015/05/26/#launchpad.txt

=== jamesh_ is now known as jamesh
=== jamesh_ is now known as jamesh
tlonimI am having issues with launchpad website auth, is there anyone managing that available here. I have emailed isd-support@canonical but I haven't received any reply yet.12:25
wgranttlonim: Launchpad admins can't help directly with Ubuntu One account problems, unfortunately. But what's the issue?12:44
tlonimwgrant: issue with 2fa.. It says I need to contact on #isd channel but doens't mention the network12:45
tlonimwhere can I contact for this12:45
=== Odd_Blok1 is now known as Odd_Bloke
wgranttlonim: Ah, that message is out of date, as #isd is on the internal Canonical network. Emailing that support address as you did is the correct thing to do.12:46
wgrantHave you tried your recovery codes?12:46
tlonimI am not sure I got any recovery codes... I setup the 2fa like 8 months ago, it ddn't ask me for code till now12:47
wgrantAh, that's going to be a problem, if you have no valid 2FA codes at all.12:49
wgrantIt's obviously quite awkward to recover accounts in that situation, as the account owner has clearly asked for more verification.12:49
wgrantYou'll need to wait for a reply to your email.'12:49
tlonimok12:50
tlonimalso the type of 2FA launchpad has is something different from others.. only few like google authenticator . work. Authy etc. dont12:51
wgranttlonim: Ubuntu One (which Launchpad uses for authentication) uses HOTP, which is supported by many 2FA devices (including physical ones, eg. YubiKeys). Authy only supports the time-based variant, TOTP.12:54
tlonimwgrant: right12:56
tlonimHOTP it is12:56
tlonimwgrant: isn't there any channel for ubuntu one website auth/login issues12:57
wgranttlonim: I think they do it all via email. I can see you submitted the ticket less than 24 hours ago, so I'd give it a bit longer.12:59
tlonimwgrant: ah,  thanks for checking12:59
tlonimthe problem with google authenticator is that it is not easy to keep it across devices. the device where I had HOTP of launchpad was wiped out due to hardware issues13:00
tlonimwith authy etc. I can maintain it across devices13:00
wgrantA cloud-based 2FA tool seems like a disaster waiting to happen, defeating the purpose of 2FA, TBH.13:00
tlonimwell..they don't store the secrets13:10
tlonimit is encrypted by a passphrase13:10
tlonimif you lose that,then you can't recover13:10
tlonim(client side encrypted)13:11
wgrantRight, but the first factor is already a static password.13:11
wgrantIf the second factor is also a static password...13:12
dobeytlonim, wgrant: i think there is #canonical-is or something on freenode for getting help with the u1 account issues13:33
mapreridobey: that's #canonical-sysadmin13:45
dobeyoh right, yeah, that13:45
tlonimI see #canonical-isd14:06
tlonimdoes #canonical-sysadmin manage these?14:06
* cjwatson retries all the dependency-wait builds potentially affected by a bug in launchpad-buildd 12714:16
cjwatson(and probably a few more, but it's relatively harmless to try these again)14:16
cjwatsontlonim: #canonical-isd only has one actual Canonical sysadmin type in it that I can see, and I don't believe he does anything related to this.  Try #canonical-sysadmin.14:18
brendandjust made a total hash of my projects trunk, can anyone help undo it?16:18
cjwatsonbrendand: In a bzr kind of way?16:20
brendandcjwatson, quelle bzr16:20
cjwatson(otherwise known as: please give more details)16:21
brendandcjwatson, actually maybe i'm just panicking. i accidentally pushed an unmerged branch over it and then in my panic trying to fix it, did bzr uncommit and bzr push --overwrite16:21
brendandcjwatson, and it's lp:ubuntu-system-tests16:22
cjwatsonWell, it's all still there in your local repository16:22
cjwatsonYou should be able to find the old tip revision ID with "bzr heads --all" or similar16:22
cjwatsonThen "bzr pull -rrevid:REVISION-ID ." once you find the correct revision ID, check all looks sensible, "bzr push --overwrite"16:24
brendandcjwatson, is bzr heads a plugin?16:24
cjwatsonIt's in bzrtools16:24
cjwatsonYou can use "bzr log -rrevid:REVISION-ID" to look at a given revision by ID16:26
cjwatsonOr even just leaving out the revid: will typically be fine16:27
brendandcjwatson, that doesn't undo the overwrite though?16:34
cjwatsonbrendand: The pull will undo it locally once you find the right revision ID, and then "bzr push --overwrite" will force the remote tip to be the same as your local tip.16:35
cjwatson17:23 <cjwatson> Then "bzr pull -rrevid:REVISION-ID ." once you find the correct revision ID, check all looks sensible, "bzr push --overwrite"16:35
brendandcjwatson, bzr heads --all only shows one revision, does that sound right?16:36
cjwatsonbrendand: Try "bzr heads --dead-only"16:38
brendandcjwatson, that actually shows nothing16:38
brendandcjwatson, although i think i already pulled the one revision that heads --all showed16:39
cjwatsonbrendand: Well, I'm pretty sure it's still in there somewhere.  Maybe there's still the odd bzr expert around in #bzr who could help you dig it out?16:41
LaneyUsing saved push location: bzr+ssh://bazaar.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu/17:31
Laneybzr: ERROR: Server sent an unexpected error: ('error', 'TypeError', "_makeBranchTransport() got an unexpected keyword argument 'private'")17:31
Laneywhat does this mean?17:31
Laneyoh how timely, I loaded the bug list and saw https://bugs.launchpad.net/launchpad/+bug/1458948 at the top17:31
ubot5Launchpad bug 1458948 in Launchpad itself "bzr smart server operations fail with TypeError" [Undecided,New]17:31
robruLaney: oh I'm getting the same thing on every branch I try17:34
LaneyOne Of Those Things17:35
LaneyI'm sure it'll get fixed soon17:35
lazyPowerAre there any known outages occurring with launchpad at the moment?17:39
lazyPoweri'm attempting to branch charm-helpers - a public project - and getting a typeerror on makebranchtransport thinking its private17:39
lazyPowerbzr: ERROR: Server sent an unexpected error: ('error', 'TypeError', "_makeBranchTransport() got an unexpected keyword argument 'private'")17:39
josesame error reported by Laney a while ago17:39
lazyPowerok, so long as its known :)17:40
Laneyexpect this to be reported every two minutes until it's fixed :)17:40
josecjwatson, wgrant: ^^17:41
Laneythey know17:41
Laneyhave been pinged 9999 times now17:41
Laneyworks now17:45
robruLaney: https://ci-train.ubuntu.com/job/prepare-silo/5010/console just saw it fail in the train17:49
robruLaney: nm, worked on retry17:51
cjwatsonvila: you should probably check for "ps x | grep ssh" etc.18:30
vilacjwatson: laptop solved, I have a weird issue lately around losing my DNS until I restart openvpn@sesame... On the desktop, juju has some ssh sessions in fly, can't touch them for now18:42
cjwatsonIt's hopefully just something auto-sharing with those18:43
bdmurraycjwatson: https://launchpad.net/+apidoc/devel.html#archives What is an Archive reference string?18:53
cjwatsonbdmurray: It should be properly documented and AFAIK isn't, but https://git.launchpad.net/launchpad/tree/lib/lp/soyuz/model/archive.py#n225318:55
cjwatson(Not that we're on git officially yet, but it's so much faster for this ...)18:55
bdmurraycjwatson: got it, thanks18:57
KDDAhi folks, does anyone know why LP keeps asking me to log in over and over when trying to add a PGP key?22:01
blrKDDA: hmm that sounds odd, wgrant is that something you've seen before?22:04
wgrantKDDA: It shouldn't ask you over and over, but it should ask you if you haven't logged in in the last five minutes.22:04
KDDAit asks me over and over22:05
wgrantWhat exactly are the steps you perform, how long do they take, and when does the unexpected behaviour occur?22:05
KDDAand my password is long, so if I use Lastpass it redirects me and accuses me of being a bot22:05
KDDABad Request - Bad bot, go away! Request aborted.22:06
wgrantSo it sounds like it's not asking over and over, but it's not letting you authenticate at all.22:09
wgrantIs that the case?22:09
wgrantRepeatedly asking != displaying an error22:09
blrincidentally, if you are a bot KDDA, you've passed the turing test!22:10
KDDAwhen I enter the information manually, it appears to log in22:11
KDDAbut when I click on add key, I go back into the same loop22:12
wgrantKDDA: Does it automatically redirect you to the form once you log in?22:13
KDDAno, goes back to my account22:14
wgrantHave you tried a fresh browser session?22:14
KDDAit asks me do I want to share my name and email with Launchpad22:14
KDDAI click yes22:14
KDDAyes, I have been trying this for over a week now22:14
KDDAdifferent session22:14
wgrantWhat happens when you click yes?22:15
KDDAI go to my account page22:15
wgrantWhat's the exact URL?22:15
KDDAfor which part of the loop?22:16
ali1234i used to have that problem when trying to log in to stack exchange with launchpad openid22:16
ali1234i cleared my browser cookies and that fixed it22:16
wgrantKDDA: The URL you land on after you click yes.22:17
KDDAah, you're a star ali123422:17
blrali1234: that's what I would have thought, weird that it persists in a new/incognito session.22:17
ali1234ah, i didn't see anything about any incognito session22:18
KDDAthats better, my key is pending validation22:18
KDDAthanks ali123422:18
ali1234firefox?22:19
KDDAyes22:19
ali1234same. and i had the same profile since like 200622:19
KDDAcleared all cookies, and relogged22:19
ali1234a lot of stuff started breaking. i couldn't comment on youtube (no, not because of G+ either)22:19
KDDAyeah, Ive have my ubuntu one account for a while22:19
KDDAonly setting up LP now22:19
ali1234i mean... firefox profile22:20
ali1234it's one of the few things i keep when reinstalling22:20
blrglad it is working for you now KDDA, thanks ali1234.22:21

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