[09:00:23] !log paws deploy pywikibot 10.2.0 update T394614 [09:00:26] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Paws/SAL [09:00:26] T394614: New upstream release for Pywikibot - https://phabricator.wikimedia.org/T394614 [15:32:09] !log tools draining and restarting tools-k8s-worker-nfs-58 and tools-k8s-worker-nfs-32 [15:32:12] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [15:56:21] !log tools draining and restarting tools-k8s-worker-nfs-74 [15:56:23] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [16:07:04] Krinkle, looks like KrinkleBot is having trouble staying logged in to Commons since 12:50 UTC today [16:09:32] AntiComposite: yeah, I changed the pwd and added 2FA [16:09:40] wasn't sure whether botpw would reset or not [16:09:42] I guess it does [16:22:51] !log lucaswerkmeister@tools-bastion-13 tools.bridgebot toolforge jobs restart bridgebot && toolforge jobs restart bnc # restarting bridgebot didn’t seem to help but the second restart made it rejoin IRC yay [16:22:52] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.bridgebot/SAL [16:23:02] oh, no, it died again [16:23:35] !log lucaswerkmeister@tools-bastion-13 tools.bridgebot toolforge jobs restart bridgebot # try one more restart [16:23:36] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.bridgebot/SAL [16:24:56] wm-bb and wikibugs are disconnecting every day at 16:19 UTC, see T400223 [16:24:57] T400223: Investigate daily disconnections of IRC bots hosted in Toolforge - https://phabricator.wikimedia.org/T400223 [16:25:03] yikes [17:52:42] on toolforge, for the web service, is there an easy way to enable directory listings for directories under public_html that do not have an index.php (currently using php8.2 as my web service) [17:53:31] bawolff: https://wikitech.wikimedia.org/wiki/Help:Toolforge/Web/Lighttpd#Directory_or_file_index [17:53:48] ty [17:56:22] another way to do that is by publishing to $HOME/www/static and accessing via tools-static like https://tools-static.wmflabs.org/jenkins-build-stats/ does. [20:19:32] !log paws removing Alex Monk from project in response to his email request [20:19:35] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Paws/SAL [21:09:43] AntiComposite: back online again :) [21:38:28] ty [22:32:20] i've been getting "Connection reset by peer. client_loop: send disconnect: Broken pipe" errors when scp'ing data to toolforge. this workflow used to work. did something change [23:09:54] derenrich: without a last known working date or a target host I guess the best we can say is "maybe". scp of files to the various Toolforge bastions should certainly be possible. [23:12:01] *The radio now — to look at the radio.* [23:14:44] bd808: it's worked going back years. i've just done it to login.toolforge.org:/tmp [23:15:28] and it worked or failed? [23:16:39] it's failing now. has worked historically. [23:17:21] ssh_dispatch_run_fatal: Connection from user derenrich [REDACTED IP] port 54430: message authentication code incorrect [23:17:40] MAC signing failing from your client? [23:18:39] i'm not sure i know what that means. it is able to transfer some data before dropping. and my SSH sessions work fine [23:22:15] oddly copying in the opposite direction works fine `scp login.toolforge.org:rnd /tmp/rand` run s fine [23:22:42] A message authentication code (MAC) is an integrity check in the message stream. The login.toolforge.org server is seeing packets from you that have a bad checksum bascially. [23:23:38] maybe my LAN is bad [23:24:11] yeah, that is one possibility [23:28:41] Hello, [23:28:41] I am trying to host a tool frontend built with nextjs (react) on toolforge but I am having difficulties. Has any one done this in before and could guide me on how to go about it. [23:29:07] derenrich: there are some web search hits for `scp "message authentication code incorrect"` that talk about folks figuring out that their wifi was messed up. Some other results suggest trying to throttle scp's upload rate with something like `-l 2000` to limit to 2Mb/sec [23:29:45] yeah i'm doing diagnostics. i think this is my end now. thanks [23:30:59] @Xvansic: which help pages have you read and what errors are you seeing in your process? [23:31:27] Xvansic: if you're building/deploying with npm it's straighforward. you can use buildpacks see https://wikitech.wikimedia.org/wiki/Help:Toolforge/Node.js [23:36:56] Thank you for this, I was rather going about it the wrong way and had not come across this documentation. (re @wmtelegram_bot: @Xvansic: which help pages have you read and what errors are you seeing in your process?)