[05:18:46] Cyberpower678, Betacommand, I'm noticing that wikiviewstats is using HUGE amounts of database space (specifically the 'daystats2' table) [05:18:59] Is that normal, or a temporary file, or something running out of control? [05:19:10] That one table is 710Gb. [05:30:50] andrewbogott: its been like that for a long time [05:31:11] bd808: ah, ok. I just sent them a grumpy email. *shrug* [05:31:46] it will all be gone in a week and a half :) [05:31:58] Whatever was most recently gobbling disk space must've exited and cleaned up because usage just dropped by 13% [05:32:10] But no doubt it'll spike again tomorrow at the same time [05:32:18] probably something making a horrible tmp table [05:32:39] It got as high as 98%, so if they do it again tomorrow they could easily kill things :( [05:33:14] ugh [05:33:41] as far as I know, wikiviewstats data is all junk [05:34:39] ok, maybe my email will get a response to that effect and I can wipe out some tables tomorrow. [05:35:01] Definitely feels like swabbing the titanic, though, working on that server :) [05:35:14] that tool was theoretically superseded by the pageviews tool [05:57:53] andrewbogott: not sure why Im listed as a maintainer. Im not active on that tool [13:36:03] andrewbogott: I'm not sure but I think wikiviewstats is deprecated and replaced with XTools. [13:36:24] musikanimal: Matthew_: can confirm that. [13:36:51] In any event like bd808 said, all data needed is now moved to the new server, so that's going to get wiped out soon. [15:32:25] Yeah wikiviewstats hasn't been a thing for years :) replaced by https://tools.wmflabs.org/pageviews [15:33:12] bd808: andrewbogott you can probably drop that database. It definitely isn't being used by wikiviewstats [19:46:47] Hi all I am in trouble. I have tried on Toolforge set my caracters to hungarian unsuccesfully. And now I can not set it back to default. [19:49:32] I tried to list my crontab and it said UnicodeDecodeError: 'ascii' codeccan't decode byte 0xf3 [19:50:24] I suppose it should be all UTF-8 [19:51:04] hello, can I ask, does anyone know how to get a history of page restrictions for a page? [19:51:40] The revisions table only gives the present condition. I can't seem to find how I can get a history of the page's restrictions. [19:54:21] !help hello, can I ask, does anyone know how to get a history of page restrictions for a page?The revisions table only gives the present condition. I can't seem to find how I can get a history of the page's restrictions. [19:54:22] tomthirteen: If you don't get a response in 15-30 minutes, please create a phabricator task -- https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=wmcs-team [20:06:49] ato_: have you any problem elsewhere than with cron commands ? [20:08:16] ato_: perhaps https://phabricator.wikimedia.org/T156174 [20:08:33] I am adjusting almost only my cron tab... [20:16:46] framawiki:thx, but I am afraid my case is different. If I try to list my crontab (crontab -l or crontab -e) I receive always a UnicodeDecodeError 'asci' codec can't decode my "ó" in a line which begins with "#". [20:21:58] !help hello, can I ask, does anyone know how to get a history of page restrictions for a page?The revisions table only gives the present condition. I can't seem to find how I can get a history of the page's restrictions. [20:21:58] tomthirteen: If you don't get a response in 15-30 minutes, please create a phabricator task -- https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=wmcs-team [20:22:25] I am afraid I have something f*d up with "sudo locale-gen" or "sudo apt-get install language-pack" or I really don't know... [20:22:36] ato_: "UnicodeDecodeError 'asci' codec can't decode" is a typical python error, it's why it remember me this recent task :) please create a task for your bug, so we can track it on phab. [20:22:40] ping bd808 too [20:23:38] ok :) [20:23:52] tomthirteen: "page restriction", do you mean protection ? so the log table contains all "protect" logs, and you can search for a specific page [20:25:48] Yes, specifically locking the page against IP edits in 2016 [20:27:21] So, logging table is the place to look? [20:31:57] I think yes, perhaps this page can hep you: https://wikitech.wikimedia.org/wiki/Help:MySQL_queries#Indefinitely_fully-protected_articles [20:32:48] Thank you, framawiki. I think I'm in the right direction. [20:33:35] sorry I can't help you more. [20:35:20] All good [23:44:08] ato_’s problem is unfortunate. We did make the new crontab script expect utf8. There’s probably some way we can change it to at least skip the non-utf8 chars on read. [23:54:09] Question does tmux cmds get killed if your connection is killed for inactivity or such?