[02:01:24] Change on 12meta.wikimedia.org a page Tech was modified, changed by 65.74.67.167 link https://meta.wikimedia.org/w/index.php?diff=21632542 edit summary: [+2273] /* letting go */ new section [02:04:25] Change on 12meta.wikimedia.org a page Tech was modified, changed by कन्हाई प्रसाद चौरसिया link https://meta.wikimedia.org/w/index.php?diff=21632557 edit summary: [-2273] Reverted 1 edit by [[Special:Contributions/65.74.67.167|65.74.67.167]] ([[User talk:65.74.67.167|talk]]) to last revision by ArchiverBot (TwinkleGlobal) [02:11:06] Hey there! If it's not too much of a burden, I'd love if my alternate account "EpicPupper2" (SUL, on wiki) could have its password recovered if possible. I don't want to keep someone busy in reading a long post, so I'll try to keep my background concise. I used a password manager for a 99 digit random password for my alternate account password, and [02:11:07] I no longer have access to that password manager account. I have verified that EpicPupper2 is my alternate account here: https://en.wikipedia.org/w/index.php?title=User:EpicPupper/sandbox2&diff=prev&oldid=1024606800&diffmode=source . Thanks so much for considering my request! To summarize, I'd love if my account could be recovered through a [02:11:07] password reset, and there is no email associated with my alternate account. [02:46:56] Hi, i'm having troubles removing the index.php on our URL [02:46:59] $wgScriptPath = ""; [02:48:28] RewriteEngine On [02:48:28] RewriteBase / [02:48:29] #redirect index.php to non index.php [02:48:29] RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\ /(.*)index\.php [02:48:30] RewriteRule ^ %1? [R=301,L] [02:48:30] #internally rewrite request to index.php [02:48:31] RewriteCond %{REQUEST_FILENAME} !-f [02:48:31] RewriteCond %{REQUEST_FILENAME} !-d [02:48:32] RewriteRule ^(.*)$ index.php?/$1 [L] [13:57:01] wmopbot and cloaks: Hi, quick question as wmopbot did something weird. I've requested a cloak on 15th, and the status was "pending" over a few days, with correct request time (requested X days ago). Today it's still pending, but the pending for time changed to 6 hours. Is it expected? [14:03:19] hey holger! great to see you on this side of the irc divide :-) [14:43:54] apergos: I was told to ping you about this, I have a database dump which forgot to checksum before unzipping, Are the raw xml checksums available anywhere? [14:45:24] munkis: no, that would take quite a long time, as for the larger wikis those are extremely big [14:45:41] thank you. [14:45:55] if it's got page content in it, you could download the analogous stub dump [14:46:14] and count the number of '' tags in both to at least make sure you (probably) got all the entries [14:46:46] <munkis> guess I'll just hope the torrent wasn't compromised. [17:37:48] <holger> query apergos How do I test this one: admin in deployment-prep project [17:40:44] <majavah> holger: https://openstack-browser.toolforge.org/project/deployment-prep [17:42:29] <apergos> hey holger!! you should be able to ssh into an arbitrary instance there and become root. if you can do that, there's another checkbox gone! [17:42:42] <apergos> making sure you're in the list is the first step though. [17:43:52] <majavah> normal members can become root as well on deployment-prep, it doesn't require project admin [17:46:59] <holger> I tried https://openstack-browser.toolforge.org/server/deployment-ores01.deployment-prep.eqiad1.wikimedia.cloud [17:47:12] <holger> and wasn't able get in [17:48:34] <apergos> hmmmm [17:48:58] <apergos> you are listd as an admin so you definitely have the rights [17:49:12] <majavah> what error do you get? [17:49:26] <holger> I think my pub key is missing [17:49:59] <holger> I ran ssh in debug mode and it rejected my prod key [17:50:21] <apergos> try this one: deployment-deploy01.deployment-prep.eqiad1.wikimedia.cloud since I'm over there and can see what it says on the back end [17:50:50] <majavah> do NOT use your prod key on cloud [17:51:30] <apergos> ah yeah. [17:51:45] <apergos> cloud access is a different key from prod access, we strictly enforce that [17:51:53] <apergos> could you be using the wrong private key somehow? [17:52:25] <holger> I don't have a cloud key [17:52:33] <apergos> hrm [17:52:50] <holger> What do I need to do? [17:53:30] <apergos> https://wikitech.wikimedia.org/wiki/Special:Preferences#mw-prefsection-openstack [17:53:41] <apergos> lemme know what that looks like for you as a logged in user on wikitech [17:53:51] <apergos> your gerrit key and your cloud key should be one and the same [17:54:08] <majavah> holger: this https://phabricator.wikimedia.org/P16709 is what keys you can currently use to log in to cloud [17:54:11] <apergos> if you don't see a key there, you'll want to have a look at [17:54:24] <apergos> https://wikitech.wikimedia.org/wiki/Help:Accessing_Cloud_VPS_instances#Set_up_and_upload_SSH_keys and sort out what's missing [17:54:36] <majavah> if you have that, you can use it, otherwise you will need to add an existing key to wikitech or generate and add a new one [17:54:46] <holger> let me fix my config then [17:56:53] <holger> I mispoke *.wikimedia.cloud is using the gerrit key [17:57:46] <apergos> ah ok [17:59:05] <apergos> so wanna try with deploy01 and I'll see what's happening on the server side? [18:00:34] <holger> what's the full url? [18:01:01] <apergos> deployment-deploy01.deployment-prep.eqiad1.wikimedia.cloud that's the fqdn [18:01:12] <apergos> well you can do a couple forms of it but that should work fine [18:04:10] <holger> I think I know what the issue is. For some reason ssh uses the prod key. It's a config issue [18:06:13] <apergos> ah ok [18:06:18] <apergos> at least that's easy enough to fix, whew [18:09:30] <apergos> you can't su but you should be able to just sudo - s or something holger [18:09:39] <apergos> I see you got on though \o/ [18:18:08] <holger> Yes, I got in but I need to clean up the config now [18:20:59] <apergos> 👍