[11:11:12] !log paws deploying jupyterlab cd6ee196a66c8a7d48504166fd776973054535a4 [11:11:14] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Paws/SAL [11:41:17] cdx: just gave a pass through all the pending membership requests [11:52:58] dcaro: alright, thanks. [11:53:36] dcaro: oh, seems like my status changed to "Feedback needed" [11:53:42] I wasn't approved. [11:54:26] dcaro: I'm ProxygenXD [11:54:51] maybe, sometimes when the request is not specific enough we ask for clarification, the idea is that you have a project in mind when requesting the account [11:55:41] So, do I need a project proposal for my request to get approved? [11:56:05] or could you approve mine? :-) [11:56:39] both, you need a project proposal (an idea on what you want to do with it), and I can approve it ;) [11:57:37] I see a message from David Caro. So, I guess I need to send a fresh request right? Because I don't find a way to reply to that alert. [11:57:56] (it does not need to be very detailed or have a timeline or anything, just a specific thing you want to do, like "I would like to create a bot for the project y that automates this and that") [11:58:08] you should be able to reply on the UI [11:59:24] Seems like I can't find the reply button: https://ibb.co/SmTT61n [11:59:26] https://toolsadmin.wikimedia.org/tools/membership/status/1228 <- there [11:59:28] ? [11:59:32] are you logged in? [11:59:35] Yeah [11:59:51] Oh, I was at the wrong page. [12:01:18] xd, that happens yep [12:03:05] Ok, I replied. [12:04:09] 👍 [12:04:11] thanks [12:12:05] Hmm, I'll now figureout how to connect to enwiki_p database from my MySQL client. [12:20:04] this might help: https://wikitech.wikimedia.org/wiki/Help:Toolforge/Database [12:20:31] you can only connect to the replicas, for any edits or similar you have to use the APIs [15:24:44] !log toolhub Update demo server to 220471 [15:24:48] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Toolhub/SAL [16:31:23] I should really just set "tooflorge" as an alias in my ssh config [16:31:43] to florge or not to florge. that is the question [17:26:05] o/ where can I check the ssh host finger print of bastion.wmflabs.org or primary.bastion.wmcloud.org (checked https://wikitech.wikimedia.org/wiki/Help:SSH_Fingerprints/primary.bastion.wmcloud.org but they do not seem to match what I'm seeing) [17:30:31] !log quarry updating home page link to profile T85175 [17:30:34] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Quarry/SAL [17:30:34] T85175: Make "Home" navlink go to profile for logged-in users. - https://phabricator.wikimedia.org/T85175 [17:31:46] andrewbogott: did you switch over the bastion dns entries already or was wikitech already out of date? [17:32:08] taavi: I switched them 15 minutes ago [17:32:23] ok! updating wikitech then [17:32:24] dcausse: you should have an email in your inbox with the new fingerprints [17:32:27] thanks taavi [17:32:45] andrewbogott: oh sorry I should have checked, thanks for letting me know! [17:33:58] np, I should've updated wikitech :) [17:37:27] could check fingerprints with icinga or whatever we're using now and then if it stops matching you have a reminder to update wiki? [22:49:24] i have problems sshing to instances from the new bastions, it doesn't resolve [22:50:10] gifti: did you see the cloud-announce email about new SSH host keys? https://lists.wikimedia.org/hyperkitty/list/cloud-announce@lists.wikimedia.org/thread/3L2BOWRQP4VLADXMNFUL4B3WUOFKLCOY/ [22:50:48] yes, but i think that's not the issue here [22:51:31] which host name are you connecting to? [22:55:48] taxonbot.dwl [22:56:00] if you mean that [22:56:34] not really [22:56:53] I was thinking that the announcement mentions four possible host names, including primary.bastion.wmflabs.org [22:57:10] and maybe there were some older host names that were retired around the same time, and you’re trying to connect to one of them [22:57:30] though I’m not sure how recently any new bastion host names were announced… I think the announcement I was thinking of was for Toolforge instead [22:57:37] so I might be wrong [22:58:59] i can connect to the bastions just fine [22:59:27] but not hop then to an instance [23:00:51] oh, I see, sorry [23:09:34] if I’m not mistaken, the full host name to connect to should b`e taxonbot.dwl.eqiad1.wikimedia.clo`ud [23:09:59] if you’re just usin`g taxonbot.d`wl then that might have been a formerly-deprecated, now-unsupported way of connecting [23:12:05] gifti: do you have any error messages? Can you try with more debugging (like `ssh -vvv`) if not? [23:18:28] gifti: I added myself to the dwl project and was able to `ssh taxonbot.dwl.eqiad1.wikimedia.cloud` using bastion.wmcloud.org as my ProxyJump host with no issues as a normal user. You may want to double check your spelling of the hostname as Lucas suggested. [23:50:43] hi, i'm trying to switch by webservice tool from grindengine to kubernetes, because of the deprecation thing. i previously used lighttpd to mostly serve static HTML, but also run a ruby script via CGI. how do i achieve that now? as far as i can tell, the available backends either don't include lighttpd, or don't include ruby. [23:51:00] my tool is https://dtcheck.toolforge.org/ , source code: https://github.com/MatmaRex/dtcheck [23:55:24] MatmaRex: There should be a ruby27 container, but I think you are correct that it does not include lighttpd too. I think for right now my advice to you is to switch to the Buster grid. [23:57:03] MatmaRex: The tricky bit about offering a lighttpd container for anything other than PHP is going to be managing libraries for that runtime. There is ongoing work on a system that will allow folks to create custom container images, but it is not ready for user testing yet.