[04:25:55] howdy, who decidided that admins needed jquery dropdowns on the block page rather than flat html/js? this is seriously impacting our clickthrough rate. [07:35:10] hey, scribunto error: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted, how to fix? [07:35:59] because someone thought it would be "a great idea" to shove lua modules in templates [07:36:22] and chain templates recursively [07:58:01] anyone? [09:53:45] that was "very helpful" [14:59:16] Anyone know why $messageCache->updateMessageOverride doesn't seem to be working on my local wiki (e.g. Editing mediawiki: namespace seems to have no affect) [14:59:22] as in where I should start looking to debug it [15:01:42] Ugh, seems to be something totally screwed up with my caching [15:01:49] it works if i visit via a non-short url [15:02:19] somehow vagrant has different caches depending on if my url is /index.php?title=foo or index.php/foo [15:04:05] Can someone assist me? I am trying to install mediawiki on raspberry pi 3. I make it as far as the installation page on the browser where you connect to the sql database. What have I done so far? I flashed raspian to the sdcard. did sudo apt update, apt full-upgrade, apt install mediawiki. The prompt was returned to me without making any settings changes. I openned a browser and went to http://localhost/mediawiki. Set language. Now I'm stuck. [15:04:05] I see mysqladmin when I enter this command ls -l /usr/bin/mysql* but I cannot seem to run mysqladmin even though it is in the path and it is executable. [15:04:36] Sammy: Stuck how? [15:04:50] I cannot connect to the db [15:05:10] DB connection error: Access denied for user 'root'@'localhost' (localhost). [15:05:11] Check the host, username and password and try again. [15:05:34] So if you got access denied, that probably means that its at least running [15:05:42] try 127.0.0.1 instead of localhost [15:05:47] Also make sure your password is right [15:06:25] I haven't set the password yet. I cannot seem to set it in the cli (bash) [15:06:53] ah [15:07:36] If you type mysql at the command line what happens? [15:09:01] ERROR 1698 (28000): Access denied for user 'pi'@'localhost' [15:09:43] Try [15:09:46] mysql -u root [15:10:13] ERROR 1698 (28000): Access denied for user 'root'@'localhost' [15:10:27] DB connection error: Access denied for user 'root'@'localhost' (127.0.0.1). [15:10:27] Check the host, username and password and try again. [15:12:30] Sammy: Could you try doing what is suggested at https://wiki.debian.org/MySql for resseting the mysql root password? [15:17:19] I think I've seen systems where mysql is set to have no password for root, but allow auth-via-unix by default. You could try simply running "mysql" as root user. [15:18:07] yeah, some people do use systems like that, I don't think debian default is one of them, but I might be wrong [15:22:07] brb [15:37:15] ok I'm back... [16:12:25] ok this is what I have now :( [16:12:27] pi@raspberrypi:~ $ mysql -u root [16:12:27] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111 "Connection refused") [16:12:42] Sammy: That often means that mysql isn't on [16:12:54] if you do [16:13:01] ps aux | grep mysqld [16:13:08] after going through the steps here for reset root password [16:13:10] does anything shoulld up other then your grep command [16:13:27] So that might mean there was a syntax error in what you did in the reset step [16:14:47] pi 23379 0.0 0.0 4372 568 pts/2 S+ 16:14 0:00 grep --color=auto mysqld [16:15:04] yeah, so that means mysql is probably not running [16:15:17] let me look at my init file again. I just cut and pasted. [16:15:20] are there any errors in /var/log/mysql/error.log [16:17:44] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Using mutexes to ref count buffer [16:17:45] pool pages [16:17:45] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: The InnoDB memory heap is disabled [16:17:45] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Mutexes and rw_locks use GCC atomi [16:17:46] c builtins [16:17:46] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: GCC builtin __atomic_thread_fence( [16:17:47] ) is used for memory barrier [16:17:51] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Compressed tables use zlib 1.2.8 [16:17:53] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Using Linux native AIO [16:17:56] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Using generic crc32 instructions [16:17:57] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Initializing buffer pool, size = 1 [16:17:59] 28.0M [16:18:01] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Completed initialization of buffer [16:18:03] pool [16:18:05] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: The first specified data file ./ib [16:18:07] data1 did not exist: a new database to be created! [16:18:09] 2017-12-08 14:40:33 1995538432 [Note] InnoDB: Setting file ./ibdata1 size to 12 [16:18:11] MB [16:18:13] 2017-12-08 14:40:38 1995538432 [Note] InnoDB: Setting log file ./ib_logfile101 s [16:18:15] ize to 48 MB [16:18:17] 2017-12-08 14:40:43 1995538432 [Note] InnoDB: Setting log file ./ib_logfile1 siz [16:18:21] e to 48 MB [16:18:23] 2017-12-08 14:40:48 1995538432 [Note] InnoDB: Renaming log file ./ib_logfile101 [16:18:25] : [16:18:27] . [16:18:29] 2017-12-08 15:56:48 1996333056 [Note] InnoDB: Waiting for purge to start [16:18:29] lol [16:18:31] 2017-12-08 15:56:48 1996333056 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 1616859 [16:19:35] rofl [16:21:46] for future reference better to paste long number of lines in a pastebin so it doesn't flood channel [16:21:54] oh wait, he was probably kicked [16:22:16] * bawolff doesn't have joins/quits shown on this channel in my client [16:22:49] He was killed [16:23:14] right after he waiting for purge to start. That is funny [16:28:12] uh [16:28:18] might want to poke staff about that [16:28:48] To let him back on again? [16:29:31] yeah [16:29:32] I pmmed staff [16:29:39] ta [16:29:53] iirc Sigyn kills and then klines [16:30:47] This is correct ^ [16:31:12] Reedy: pm freenode staffers and they can reverse it [16:31:23] Zppix: I already did :) [16:31:23] Why? [16:31:40] Oh [16:32:25] "Waiting for the purge to start" Maybe sigyn has a comedic AI? [16:32:56] been taken care of [16:33:03] whether or not they rejoin is an entirely different matter [18:38:58] I'm looking for documentation for DynamicPageList3 - I can see that https://help.gamepedia.com/DPL:General_Usage_and_Invocation_Syntax#Parser_extension_method is missing a lot of articles, like tables [18:39:39] I want to create a table with all articles from a category and include several of its template parameters there, but I don't know how to do it properly without these docs [18:39:44] https://www.mediawiki.org/wiki/Extension:DynamicPageList [18:40:00] or more specifically https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:DynamicPageList3 [18:41:43] thanks andre__ , but that's just links to the gamepedia article :) [18:41:52] I've been studying it for some time now [18:42:04] even opened an issue on github [18:51:44] Wait, there is now a third DPL? [18:51:55] DPL naming scheme is off the handle [19:23:00] bawolff: DynamicPageListv5 >.> <.< [19:23:40] p858snake: Its because they aren't neccesarily newer versions, but all forks of each other [19:23:45] by different authors [19:32:31] How can I install MediaWiki? There isn't mw-config folder, and any folder named similar. [19:33:07] grawiton: Do you have apache and php and mariadb (or whatever db you want) installed? [19:33:48] If you're using debian and want to use the package, have you apt install mediawiki ? if you don't want to use the package, have you downloaded the mediawiki tarball and extracted the files? [19:37:29] I downloaded package from the link on Installation Guide. I searched extracted files and folder on remote server. [19:47:42] Sorry. I spoilt it up.