Page MenuHomePhabricator
Paste Active Pastes
  • select
    to_date(dt) as dt,
    count(vefu.feature) as mobile_ve_feature_uses
    from (
    select
    ...
    • Feb 12 2019, 6:53 PM
    • 41 Lines
  • 2/12/19 2:01 AM
    ===== Threads on cobalt@208.80.154.81 =====
    "Abandoned connection cleanup thread" daemon prio=5 WAITING
    ...
    • Feb 12 2019, 1:40 PM
    • 3,461 Lines
  • Task State StartTime Command
    ------------------------------------------------------------------------------
    f3d3f117 01:16:52.048 Index change 401639 of project mediawiki/core
    d5f10c05 01:44:41.605 [b5ea5809] push gerrit2@gerrit2001.wikimedia.org:/srv/gerrit/git/mediawiki/core.git
    e4490466 01:49:01.153 git-upload-pack p/mediawiki/core.git
    ...
    • Feb 12 2019, 2:34 AM
    • 402 Lines
  • % ssh cobalt.wikimedia.org sudo journalctl -u gerrit --since=02:15:49
    -- Logs begin at Wed 2019-01-16 04:44:14 UTC, end at Tue 2019-02-12 02:27:32 UTC. --
    Feb 12 02:18:28 cobalt java[1708]: log4j:WARN Detected problem with connection: java.net.SocketException: Broken pipe (Write failed)
    Feb 12 02:19:34 cobalt systemd[1]: Stopping Gerrit code review tool...
    Feb 12 02:19:35 cobalt java[1708]: log4j:WARN Detected problem with connection: java.net.SocketException: Broken pipe (Write failed)
    ...
    • Feb 12 2019, 2:27 AM
    • 1,031 Lines
  • ERROR: /Users/xxx/gerrit2/plugins/zuul/BUILD:3:1: Building plugins/zuul/libzuul__plugin-class.jar (7 source files) and running annotation processors (AutoAnnotationProcessor, AutoValueProcessor) failed (Exit 1)
    plugins/zuul/src/main/java/com/googlesource/gerrit/plugins/zuul/GetCrd.java:24: error: cannot find symbol
    import com.google.gerrit.server.change.ChangesCollection;
    ^
    symbol: class ChangesCollection
    ...
    • Feb 11 2019, 10:34 PM
    • 25 Lines
  • Query ID = esanders_20190211182323_0a4f11fd-bcb1-41ac-9219-c5e97f261572
    Total jobs = 1
    Launching Job 1 out of 1
    Number of reduce tasks not specified. Estimated from input data size: 5
    In order to change the average load for a reducer (in bytes):
    ...
    • Feb 11 2019, 6:25 PM
    • 135 Lines
  • curl -i https://upload.wikimedia.org/wikipedia/commons/e/e4/HubbleUltraDeepFieldwithScaleComparison.jpg?ts=1
    HTTP/2 301
    date: Mon, 11 Feb 2019 17:10:24 GMT
    content-length: 0
    location: https://upload.wikimedia.org/wikipedia/commons/e/e4/HubbleUltraDeepFieldwithScaleComparison.jpg?ts=1
    ...
    • Feb 11 2019, 5:11 PM
    • 12 Lines
  • $ curl -Lv https://upload.wikimedia.org/wikipedia/commons/thumb/6/67/Ruffhead_-_The_Statutes_at_Large_-_vol_9.djvu/page278-2402px-Ruffhead_-_The_Statutes_at_Large_-_vol_9.djvu.jpg
    * Trying 2620:0:861:ed1a::2:b...
    * TCP_NODELAY set
    * Connected to upload.wikimedia.org (2620:0:861:ed1a::2:b) port 443 (#0)
    * ALPN, offering h2
    ...
    • Feb 11 2019, 4:59 PM
    • 1,202 Lines
  • I'd just like to interject for a moment. What you're referring to as MySQL, is in fact, MySQL/InnoDB, or as I've recently taken to calling it, MySQL plus InnoDB. InnoDB is not an database management system unto itself, but rather another free component of a fully functioning MySQL system made useful by the MySQL standard libary, command line executables and vital system components comprising a full RDBMS as defined by SQL99.
    Many computer users run a modified version of MySQL every day, without realizing it. Through a peculiar turn of events, the version of MySQL which is widely used today is often called "MariaDB", and many of its users are not aware that it is basically the MySQL database, developed by Oracle.
    There really is an InnoDB, and these people are using it, but it is just a part of the system they use. MySQL is the sql layer: ...
    • Feb 11 2019, 10:26 AM
    • 5 Lines
  • > Expanding 'Midwife'; won't commit edits.
    Reading authentication tokens from tools.wmflabs.org.
    [16:44:42] Processing page 'Midwife' — edit—history
    ...
    • Feb 9 2019, 6:27 PM
    • 90 Lines
  • tools.betacommand-dev@tools-sgewebgrid-lighttpd-0908:~$ /usr/sbin/lighttpd -t -f generated-lighttpd.conf
    Duplicate array-key '.txt'
    2019-02-08 02:24:00: (configfile.c.1154) source: generated-lighttpd.conf line: 70 pos: 1 parser failed somehow near here: (EOL)
    • Feb 8 2019, 2:24 AM
    • 3 Lines
  • 19:25:13 ['/usr/bin/scap', 'pull', '--no-update-l10n', '--include', 'wmf-config', '--include', 'wmf-config/InitialiseSettings.php', 'mw1268.eqiad.wmnet', 'mw1314.eqiad.wmnet', 'mw2255.codfw.wmnet', 'mw2290.codfw.wmnet', 'mw2216.codfw.wmnet', 'mw1251.eqiad.wmnet', 'mw2188.codfw.wmnet', 'mw1320.eqiad.wmnet', 'mw1285.eqiad.wmnet'] on mw1299.eqiad.wmnet returned [255]: ssh: connect to host mw1299.eqiad.wmnet port 22: Connection timed out
    sync-apaches: 100% (ok: 262; fail: 1; left: 0)
    19:25:13 1 apaches had sync errors
    • Feb 7 2019, 7:27 PM
    • 4 Lines
  • delimiter //
    CREATE FUNCTION wmcsActorShow(id BIGINT) RETURNS INT NOT DETERMINISTIC READS SQL DATA
    BEGIN
    RETURN COALESCE(
    ( SELECT 1 FROM actor JOIN user ON(actor_user=user_id) WHERE actor_id = id LIMIT 1 ) OR
    ...
    • Feb 6 2019, 8:12 PM
    • 106 Lines
    • MySQL
  • delimiter //
    CREATE FUNCTION wmcsCommentShow(id BIGINT) RETURNS INT NOT DETERMINISTIC READS SQL DATA
    BEGIN
    RETURN COALESCE(
    ( SELECT 1 FROM image WHERE img_description_id = id LIMIT 1 ) OR
    ...
    • Feb 6 2019, 8:12 PM
    • 112 Lines
    • MySQL
  • jbond@mwdebug1001:~$ sudo netstat -lntp |grep php
    tcp 0 0 10.64.32.123:9180 0.0.0.0:* LISTEN 4890/prometheus-php
    tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 8943/php-fpm: maste
    jbond@mwdebug1001:~$ ps -ef | grep 8943
    root 8943 1 0 2018 ? 00:04:45 php-fpm: master process (/etc/php/7.0/fpm/php-fpm.conf)
    ...
    • Feb 6 2019, 4:06 PM
    • 12 Lines
    • Feb 6 2019, 8:52 AM
    • 1 Line
  • Delivered-To: nwilson@wikimedia.org
    Received: by 2002:a02:19c2:0:0:0:0:0 with SMTP id b185csp2217566jab;
    Thu, 24 Jan 2019 08:57:59 -0800 (PST)
    X-Google-Smtp-Source: ALg8bN6WEXzHtni4bxRoyYbo23gK8naNE0OQc1MYD8P4INzVo89sHbZ/PY5CEFbZGPXOwLupfkrC
    X-Received: by 2002:a0c:b8ac:: with SMTP id y44mr6794849qvf.76.1548349079648;
    ...
    • Feb 5 2019, 7:38 PM
    • 662 Lines
  • Delivered-To: nwilson@wikimedia.org
    Received: by 2002:a02:19c2:0:0:0:0:0 with SMTP id b185csp2249327jab;
    Thu, 24 Jan 2019 09:25:37 -0800 (PST)
    X-Google-Smtp-Source: ALg8bN6leXBLuCCqGSewRfl0Tpo5W/7qCqatCN8rUK57nOvENXNIDjGsEbrc3C7ljbQme6bAYQOu
    X-Received: by 2002:ac8:90c:: with SMTP id t12mr7502058qth.335.1548350736606;
    ...
    • Feb 5 2019, 7:37 PM
    • 639 Lines
  • Delivered-To: nwilson@wikimedia.org
    Received: by 2002:a02:878a:0:0:0:0:0 with SMTP id t10csp386201jai;
    Tue, 5 Feb 2019 01:34:06 -0800 (PST)
    X-Received: by 2002:a05:620a:12b1:: with SMTP id x17mr2678774qki.270.1549359006790;
    Tue, 05 Feb 2019 01:30:06 -0800 (PST)
    ...
    • Feb 5 2019, 7:36 PM
    • 641 Lines
  • ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCL/2272t2XnknwF5gqkjYrAnVhQNs2ckRXYbpHSze3JjkzVzIZgMDKYABFMCqD0ELS4okdn/3kLiZYCCmTTINCEumxBxjvb2S8p6wAIN6fH28DYEmrEByX1XA51m4J3xZPtZYUjnr+vOR+aJrmvSplIP3HoEOkagcT4kD0s7skKFmPpzFaGt507RWfdfwuiplY6NiZnPGijpz/S8QjlSCzgWZkkgdph8xhocpQUo9Cg5XxIPUfXfntNIFyEwwyIjFzTxwMycP6hZ970+g6w4UCtCfbsPNao20tzflBLKkCVTso/mkOVED3Hoj3tWlLxdIwJaLxAlDto7V/Je5xwmOj
    • Feb 5 2019, 7:28 PM
    • 1 Line
  • cdanis@cdanis ~/gits/puppet/modules/install_server/files/autoinstall/partman % comm -2 -3 <(grep -l partman-auto-raid *) <(grep -l grub-installer/bootdev *)
    aqs-cassandra-8ssd-2srv.cfg
    cassandrahosts-3ssd-jbod.cfg
    cassandrahosts-4ssd.cfg
    cassandrahosts-4ssd-jbod.cfg
    ...
    • Feb 4 2019, 9:12 PM
    • 36 Lines
  • $ python
    Python 3.5.1+ (default, Mar 30 2016, 22:46:26)
    [GCC 5.3.1 20160330] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from editquality.feature_lists.enwiki import damaging
    ...
    • Jan 30 2019, 10:16 PM
    • 8 Lines
    • Python
  • # Pastebin Bm82P8uK
    login with user pass token
    session 5qjdes6vope3qm7ag1fhda2bq8oc7e6g
    Switched to 3k97labtkbm23dgajge3k20quag87qk8 ?
    ...
    • Jan 30 2019, 3:01 PM
    • 39 Lines
  • Dank u wel voor het uploaden van een foto op Wikiportret.
    U heeft een foto ingestuurd waar u zelf op staat. Het lijkt erop dat u deze foto niet zelf heeft gemaakt. In dat geval kunt u ook de foto niet vrijgeven voor publicatie. De rechthebbende op het auteursrecht kan dat wel. Dat is in verreweg de meeste gevallen de fotograaf. Deze rechthebbende dient ons toestemming te verlenen voor publicatie van de foto. Zonder die toestemming kunnen wij de foto niet opnemen op de Wikimedia projecten, met de licentie die daar geldt.
    In dit geval kunt u de fotograaf vragen om deze toestemming aan ons te mailen. Vraag haar/hem dan het bovenstaande ticket# in die e-mail te vermelden. Graag de fotograaf vragen aan ons terug te mailen vanaf een eigen e-mail adres. U kunt dus niet zijn of haar toestemming kopiëren. Hieronder de tekst die de fotograaf voor het verlenen van zijn/haar toestemming kan gebruiken:
    ...
    • Jan 29 2019, 7:53 PM
    • 17 Lines
    • Plain Text
  • generate_user_files.py:41: unused variable 'pywikibot_dir' (60% confidence)
    pwb.py:99: unused attribute '__builtins__' (60% confidence)
    pwb.py:101: unused attribute '__builtins__' (60% confidence)
    pwb.py:104: unused attribute '__package__' (60% confidence)
    pywikibot/__init__.py:25: unused import 'handleArgs' (90% confidence)
    ...
    • Jan 29 2019, 7:45 PM
    • 2,344 Lines
  • Beste {{name}},
    Bedankt dat u de moeite nam een afbeelding toe te voegen via Wikiportret.nl. De afbeelding blijkt op diverse plaatsen op het internet voor te komen. Het lijkt er daarom op dat deze foto of andere afbeelding niet door u zelf gemaakt is. U kunt in dat geval de afbeelding daarom niet vrijgeven onder de licentie die op de Wikimedia-projecten gebruikt wordt. Daarom kunnen wij de afbeelding op dit moment niet aan een Wikimedia-project toevoegen.
    Misschien schatten wij dit echter verkeerd in en heeft u de afbeelding wel zelf gemaakt. Geeft u dan aub een toelichting hoe de afbeelding op diverse plekken op het internet terecht is gekomen en op welke manier u de afbeelding of foto heeft gemaakt, bij welke gelegenheid en wanneer. Kunt u dan ook de onbewerkte oorspronkelijke versie van de afbeelding als bijlage meesturen? Wij zullen de afbeelding dan opnieuw beoordelen.
    ...
    • Jan 29 2019, 7:16 PM
    • 8 Lines
    • Plain Text
  • // copied from https://fa.wikipedia.org/w/index.php?title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C:Gadget-Extra-Editbuttons-tests.js&action=edit
    // <pre> // DO NOT REMOVE THIS LINE EVER
    /*global $, mw, QUnit, persianWikiTools*/
    /**
    * [[وپ:تست]]
    ...
    • Jan 29 2019, 9:53 AM
    • 1,670 Lines
    • Javascript
  • mw.loader.using('jquery.qunit').done(function () {
    QUnit.test( "hello test", function( assert ) {
    assert.ok( 1 == "1", "Passed!" );
    });
    QUnit.test( "hello test", function( assert ) {
    ...
    • Jan 28 2019, 12:49 PM
    • 11 Lines
    • Javascript
  • hoo@stat1007:~$ cat draftquality/model_info/enwiki.draft_quality.md
    Model Information:
    - type: GradientBoosting
    - version: 0.2.0
    - params: {'max_depth': 5, 'min_impurity_decrease': 0.0, 'multilabel': False, 'min_weight_fraction_leaf': 0.0, 'scale': False, 'label_weights': None, 'random_state': None, 'subsample': 1.0, 'min_impurity_split': None, 'max_features': 'log2', 'n_estimators': 300, 'labels': ['OK', 'spam', 'vandalism', 'attack'], 'presort': 'auto', 'max_leaf_nodes': None, 'learning_rate': 0.1, 'center': False, 'verbose': 0, 'population_rates': None, 'init': None, 'min_samples_leaf': 1, 'criterion': 'friedman_mse', 'warm_start': False, 'loss': 'deviance', 'min_samples_split': 2}
    ...
    • Jan 26 2019, 8:40 PM
    • 84 Lines
  • 2019-01-25 22:27:52,536 ERROR zuul.MergeServer: Exception while running job
    Traceback (most recent call last):
    File "/usr/share/python/zuul/local/lib/python2.7/site-packages/zuul/merger/server.py", line 89, in run
    self.merge(job)
    File "/usr/share/python/zuul/local/lib/python2.7/site-packages/zuul/merger/server.py", line 104, in merge
    ...
    • Jan 25 2019, 10:46 PM
    • 21 Lines
  • // Copyright (C) 2018 The Android Open Source Project
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    ...
    • Jan 25 2019, 4:42 PM
    • 129 Lines
  • thumbor1004
    mw2213
    mw1319
    mw1302
    kafka1023
    ...
    • Jan 25 2019, 4:34 PM
    • 11 Lines
  • PHP
    - CirrusSearch Mediawiki extension (PHP)
    https://gerrit.wikimedia.org/r/admin/projects/mediawiki/extensions/CirrusSearch
    - Elastica Mediawiki extension (glue code for Elastic - PHP)
    https://gerrit.wikimedia.org/r/admin/projects/mediawiki/extensions/Elastica
    ...
    • Jan 25 2019, 3:15 PM
    • 23 Lines
  • [ 13.478137] EDAC MC: Ver: 3.0.0
    [ 13.480495] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [ 13.480511] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [ 13.480525] EDAC sbridge: Seeking for: PCI ID 8086:6fa0
    [ 13.480532] EDAC sbridge: Seeking for: PCI ID 8086:6ffc
    ...
    • Jan 25 2019, 3:10 PM
    • 245 Lines
  • [ 19.276633] EDAC MC: Ver: 3.0.0
    [ 19.285341] EDAC sbridge: Seeking for: PCI ID 8086:2fa0
    [ 19.285363] EDAC sbridge: Seeking for: PCI ID 8086:2fa0
    [ 19.285380] EDAC sbridge: Seeking for: PCI ID 8086:2fa0
    [ 19.285389] EDAC sbridge: Seeking for: PCI ID 8086:2ffc
    ...
    • Jan 25 2019, 3:08 PM
    • 229 Lines
  • Hardware event. This is not a software error.
    MCE 0
    CPU 0 Undecoded extended event ff TSC 3a231039a1fd59
    ADDR 45f92081c0
    TIME 1545453235 Sat Dec 22 04:33:55 2018
    ...
    • Jan 25 2019, 3:00 PM
    • 294 Lines
  • [2019-01-25 00:49:48,467] [HTTP-122023] ERROR com.google.gerrit.httpd.restapi.RestApiServlet : Error in GET /r/changes/mediawiki%2Fextensions%2FMobileFrontend~486407/revisions/1/related
    java.lang.IllegalArgumentException: [PatchSet 486407,1] not found in [ChangeData{Change{486408 (I6dc56495cb1b24ce0097d78f5e4ee0df3a3c1ee4), dest=mediawiki/extensions/MobileFrontend,refs/heads/master, status=n}}, ChangeData{Change{486385 (I8500e991fc4e5b63e3facd2ef038acf85120b983), dest=mediawiki/extensions/MobileFrontend,refs/heads/master, status=n}}, ChangeData{Change{486193 (Ia4e3a2a7a500e1203a723b96d2ced71a33344e4c), dest=mediawiki/extensions/MobileFrontend,refs/heads/master, status=n}}, ChangeData{Change{486388 (I6b28bf91d14a848e78a80d9db7de51d9573c16a8), dest=mediawiki/extensions/MobileFrontend,refs/heads/master, status=n}}, ChangeData{Change{486386 (Ie8304c7ce9e4647e2095560e9ee4f18373745912), dest=mediawiki/extensions/MobileFrontend,refs/heads/master, status=n}}]
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:437)
    at com.google.gerrit.server.change.RelatedChangesSorter.sort(RelatedChangesSorter.java:81)
    at com.google.gerrit.server.change.GetRelated.getRelated(GetRelated.java:100)
    ...
    • Jan 25 2019, 12:50 AM
    • 62 Lines
  • hoo@stat1007:~$ cat draftquality/model_info/enwiki.draft_quality.md
    Model Information:
    - type: RandomForest
    - version: 0.2.0
    - params: {'warm_start': False, 'min_samples_split': 2, 'label_weights': None, 'verbose': 0, 'max_depth': None, 'multilabel': False, 'min_samples_leaf': 3, 'n_jobs': 1, 'min_impurity_split': None, 'max_features': 'log2', 'max_leaf_nodes': None, 'bootstrap': True, 'center': False, 'class_weight': None, 'min_impurity_decrease': 0.0, 'population_rates': None, 'random_state': None, 'oob_score': False, 'criterion': 'entropy', 'labels': ['OK', 'spam', 'vandalism', 'attack'], 'scale': False, 'min_weight_fraction_leaf': 0.0, 'n_estimators': 640}
    ...
    • Jan 24 2019, 10:58 PM
    • 83 Lines
  • jawiki:しんぶん赤旗 | @remote | @lh | perf 2c5dc7b94b9849f8 0|0|28 ba31addb74e1cadf 0|6|22
    plwiki:Leonardo da Vinci | @remote | @lh | perf 2c5dc7b94b9849f8 0|0|67 ba31addb74e1cadf 0|3|38
    eswiki:Reino de Imericia | @remote | @lh | perf 2c5dc7b94b9849f8 0|0|9 ba31addb74e1cadf 0|2|9
    hewiki:חיים_ויצמן | @remote | @lh | perf 2c5dc7b94b9849f8 0|0|8 ba31addb74e1cadf 0|2|8
    hewiki:כופר_היישוב | @remote | @lh | perf 2c5dc7b94b9849f8 0|0|1 ba31addb74e1cadf 0|2|1
    ...
    • Jan 24 2019, 5:56 PM
    • 50 Lines
  • cdanis@cp4026.ulsfo.wmnet ~ % sudo dmesg | grep EDAC | grep error
    [7447051.961511] EDAC MC1: 0 CE memory read error on CPU_SrcID#1_Ha#1_Chan#0_DIMM#0 (channel:4 slot:0 page:0x45f9208 offset:0x1c0 grain:32 syndrome:0x0 - area:DRAM err_code:0000:009f socket:1 ha:1 channel_mask:1 rank:1)
    [7447056.470250] EDAC MC1: 0 CE memory read error on CPU_SrcID#1_Ha#1_Chan#0_DIMM#0 (channel:4 slot:0 page:0x4678bc8 offset:0x80 grain:32 syndrome:0x0 - area:DRAM err_code:0000:009f socket:1 ha:1 channel_mask:1 rank:1)
    [7447057.201331] EDAC MC1: 0 CE memory read error on CPU_SrcID#1_Ha#1_Chan#0_DIMM#0 (channel:4 slot:0 page:0x486a1c8 offset:0xc0 grain:32 syndrome:0x0 - area:DRAM err_code:0000:009f socket:1 ha:1 channel_mask:1 rank:1)
    [7447057.256855] EDAC MC1: 0 CE memory read error on CPU_SrcID#1_Ha#1_Chan#0_DIMM#0 (channel:4 slot:0 page:0x4877c68 offset:0x0 grain:32 syndrome:0x0 - area:DRAM err_code:0000:009f socket:1 ha:1 channel_mask:1 rank:1)
    ...
    • Jan 23 2019, 11:03 PM
    • 21 Lines
  • (3.5) hoo@stat1007:~/articlequality$ make datasets/enwiki.labeling_revisions.w_cache.nettrom_30k.json
    cat datasets/enwiki.labeling_revisions.nettrom_30k.json | \
    revscoring extract \
    articlequality.feature_lists.enwiki.wp10 \
    --host https://en.wikipedia.org \
    ...
    • Jan 23 2019, 9:55 PM
    • 20 Lines
  • MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
    MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
    MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
    MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
    MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
    ...
    • Jan 23 2019, 5:43 PM
    • 51 Lines
    • Javascript
  • Copy paste to http://www.webgraphviz.com/
    digraph G {
    ...
    • Jan 23 2019, 4:53 PM
    • 124 Lines
  • root@dbstore1002.eqiad.wmnet[information_schema]> select TABLE_SCHEMA,TABLE_NAME,UPDATE_TIME,TABLE_ROWS from information_schema.tables where ENGINE='aria' and TABLE_SCHEMA='staging' order by table_rows asc;
    +--------------+-----------------------------+---------------------+------------+
    | TABLE_SCHEMA | TABLE_NAME | UPDATE_TIME | TABLE_ROWS |
    +--------------+-----------------------------+---------------------+------------+
    | staging | referer_data | 2019-01-14 13:39:59 | 31056556 |
    ...
    • Jan 23 2019, 1:50 PM
    • 16 Lines
  • P8025 sge
    # HELP sge_jobseqnum Job sequence number
    # TYPE sge_jobseqnum counter
    sge_jobseqnum 21498.0
    # HELP sge_queuejobs Concurrent jobs per queue
    # TYPE sge_queuejobs gauge
    ...
    • Jan 23 2019, 12:27 PM
    • 85 Lines
  • Input:
    <section id="cxTargetSection7" data-mw-cx-source="undefined">
    <p id="mwJw"><span data-segmentid="36" class="cx-segment"> Campingplatz und ein Freibad
    ...
    • Jan 23 2019, 12:15 PM
    • 16 Lines
    • HTML
  • root@dbstore1002.eqiad.wmnet[information_schema]> select TABLE_SCHEMA,TABLE_NAME,UPDATE_TIME,TABLE_ROWS from tables where ENGINE='TokuDB' and TABLE_SCHEMA='staging' order by update_time desc;
    +--------------+-----------------------------+---------------------+------------+
    | TABLE_SCHEMA | TABLE_NAME | UPDATE_TIME | TABLE_ROWS |
    +--------------+-----------------------------+---------------------+------------+
    | staging | editor_month | 2019-01-22 15:32:32 | 57913761 |
    ...
    • Jan 23 2019, 11:31 AM
    • 9 Lines
  • ├── deepmerge@1.3.2
    ├─┬ eslint-config-wikimedia@0.10.0
    │ ├─┬ eslint@5.12.1
    │ │ ├─┬ @babel/code-frame@7.0.0
    │ │ │ └─┬ @babel/highlight@7.0.0
    ...
    • Jan 23 2019, 9:49 AM
    • 1,407 Lines
  • addshore@mwmaint1002:~$ mwscript extensions/Cognate/maintenance/populateCognatePages.php --wiki yuewiktionary --batch-size 1000
    Started processing.
    325 rows processed.
    Pass finished.
    [Wed Jan 23 08:44:50 2019] [hphp] [227682:7f17853833c0:0:000001] [] SlowTimer [60000ms] at runtime/ext_mysql: slow query: SELECT MASTER_GTID_WAIT('0-171966669-4075095254,171966669-171966669-3589226378,171974792-171974792-122934611,180359174-180359174-94172731,180363367-180363367-134174373', 60)
    ...
    • Jan 23 2019, 8:49 AM
    • 15 Lines
  • *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1068.eqiad.wmnet
    Master_User: repl
    Master_Port: 3306
    ...
    • Jan 23 2019, 6:26 AM
    • 48 Lines
  • root@cumin1001:~# mysql.py -hdb1069 enwiki -e "show tables;"
    +-------------------+
    | Tables_in_enwiki |
    +-------------------+
    | aft_feedback |
    ...
    • Jan 22 2019, 5:52 PM
    • 10 Lines
  • IMPORTANT (sorted by priority)
    *https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/AbuseFilter/+/454888/ AND related changes, up to "Add tests for global filters" - Only unit tests, provide safety and coverage for many other patches.
    *https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/AbuseFilter/+/482408/ - "Temporarily exclude Jobs from TitleMove hook" - important, and quite easy to review
    *https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/AbuseFilter/+/467774/ - "Overhaul the interface for hiding AbuseLog entries" - pretty important
    *https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/AbuseFilter/+/445986/ - "Overhaul Blockautopromote action" - not that urgent
    ...
    • Jan 22 2019, 11:39 AM
    • 15 Lines
  • // Copyright (C) 2013 The Android Open Source Project
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    ...
    • Jan 21 2019, 8:34 PM
    • 92 Lines
  • // Copyright (C) 2019 The Android Open Source Project
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    ...
    • Jan 21 2019, 8:33 PM
    • 211 Lines
  • P8014 SlowTimer
    -----------------------------------------------------------------
    anwiki
    -----------------------------------------------------------------
    anwiki: $wgContentTranslationTranslateInTarget is enabled. This script must be run separately for each target language.
    anwiki: Running for language an
    ...
    • Jan 21 2019, 1:10 PM
    • 30 Lines
  • root@pc1007[parsercache]> select max(exptime), min(exptime) FROM pc000;
    +---------------------+---------------------+
    | max(exptime) | min(exptime) |
    +---------------------+---------------------+
    | 2019-02-12 08:38:11 | 2019-01-21 01:00:05 |
    ...
    • Jan 21 2019, 8:38 AM
    • 7 Lines
  • root@cumin1001:/home/marostegui/git# mysql.py -hdb1089 -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1067.eqiad.wmnet
    Master_User: repl
    ...
    • Jan 21 2019, 7:01 AM
    • 49 Lines
  • C:\Users\zoran\Desktop\development\Gadgets>composer test
    > parallel-lint . --exclude node_modules --exclude vendor
    PHP 7.3.0 | 10 parallel jobs
    ................... 19/19 (100 %)
    ...
    • Jan 20 2019, 6:05 PM
    • 245 Lines
  • alex@alex-laptop:~/Development/mw-tool-tourbot (master)$ tourbot -f mwgrep.mwapimodulealias.txt
    Using credentials from /home/alex/.config/tourbot/.mwauth.json for Krenair@Tourbot
    Reading /home/alex/Development/mw-tool-tourbot/mwgrep.mwapimodulealias.txt
    MediaWiki:Gadget-morebits.js (az.wikipedia.org)
    ...
    • Jan 19 2019, 9:02 PM
    • 39 Lines
  • // Copyright (C) 2013 The Android Open Source Project
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    ...
    • Jan 19 2019, 1:19 AM
    • 246 Lines
  • $ pbzip2 -dc enwiki-20190101-pages-articles-multistream.xml.bz2 | grep "10." | grep ref | sed 's,&lt;,<,g' | sed 's,&gt;,>,g' | grep -Eo '(<ref[^>]*?>)([^{<]+)\[(https?://[^{< ]+/10\.[0-9]{4,6}\/[^{< ]+) ([^]]+)\] *([^<]+)(< *?\/ *?ref *>)'
    <ref>Stoeckelhuber, Mechthild, Alexander Sliwa, and Ulrich Welsch. &quot;[http://onlinelibrary.wiley.com/doi/10.1002/1097-0185(20000701)259:3%3C312::AID-AR80%3E3.0.CO;2-X/full Histo‐physiology of the scent‐marking glands of the penile pad, anal pouch, and the forefoot in the aardwolf (Proteles cristatus)].&quot; The anatomical record 259.3 (2000): 312-326.</ref>
    <ref>[[Chandra Prakash Kala|Kala, C.P.]] and Ratajc, P. 2012.[https://rd.springer.com/article/10.1007/s10531-012-0246-x &quot;High altitude biodiversity of the Alps and the Himalayas: ethnobotany, plant distribution and conservation perspective&quot;.] ''Biodiversity and Conservation'', 21 (4): 1115–1126.</ref>
    <ref>Jarman, D. (1983). [https://www.jstor.org/discover/10.2307/962034?uid=3738032&amp;uid=373072751&amp;uid=2&amp;uid=3&amp;uid=60&amp;sid=21102523353593 Alban Berg, Wilhelm Fliess and the Secret Programme of the Violin Concerto]. ''The Musical Times'' Vol. 124, No. 1682 (Apr. 1983), pp. 218–223</ref>
    <ref>[[Murray Gell-Mann]] (1995) &quot;[http://onlinelibrary.wiley.com/doi/10.1002/cplx.6130010105/pdf What is complexity? Remarks on simplicity and complexity by the Nobel Prize-winning author of The Quark and the Jaguar]&quot; ''Complexity'' states the 'algorithmic information complexity' (AIC) of some string of bits is the shortest length computer program which can print out that string of bits.</ref>
    ...
    • Jan 18 2019, 2:45 PM
    • 5,790 Lines
    • Plain Text
  • <mxfile modified="2019-10-27T16:28:25.722Z" host="www.draw.io" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0" etag="7SeIA7LMWMbJfALKx93u" version="12.1.7" type="device" pages="1"><diagram id="0" name="Page-1">7T1bd6M2t7/Ga6VnrbAkboLHXDvTb3Kajufr9PSli9jEpuNACs5k0l9/hI0wbAkQIDCZSR6mNQghtvb9pplx8fDt59h7XN9ES38z09Hy28y4nOk6NrFO/5NeedlfcbG5v7CKg2U26HBhHvzrZxdRdvUpWPpJaeA2ijbb4LF8cRGFob/Ylq55cRw9l4fdR5vyWx+9lc9dmC+8DX/1c7DcrrOr2HYPN975wWrNXm1b2RffeYsvqzh6CrMXznTjfve3v/3gscmyL03W3jJ6LlwyrmbGRRxF2/3/PXy78DcpcBnc9s9dV9zNFx774VbmASNbxvaFfbu/pKDIfkbxdh2totDbXB2unu8+z08nQPTXevuwof+L6f/+7W+3L9luek/biF46zPAhih6zcXRt8csf6fOaxX7+Xzad/y3YprdOkYYQzi7sbmq2TbLft34cPPhbP84e4r86A0QSPcWL7MOyHdp68crPRtn7S+knFx7LIPWzH9F3xC90QOxvvG3wtYwdXoZkq3xc/uhtFNCF6IgRhJU98sLQHJWn2K8pe6q4W2Aig5iliUwwz/5zuXnO4th7KQx7TAckdeu1Ra/JZqP/s5+Q/SqA6nBph2dinDOnhnOV6DM0YhgG0lyz8FeGu4M0XPhDbkesMcroZ/XFmgImtN17S+XeM15Bgei6gFWo5EfS7GZofLEcQ0Mm0m3HtGyDWA5EF2TaLnEd2yIEO3o3dNEJ0VzDtVxiYMs0bCYjsrcYrkaIY+mG6biuoTuuOQgPop8 ...
    • Jan 18 2019, 1:07 PM
    • 1 Line
    • XML
  • root@db1113:~# mysql --skip-ssl -S /run/mysqld/mysqld.s5.sock -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1070.eqiad.wmnet
    Master_User: repl
    ...
    • Jan 18 2019, 8:58 AM
    • 49 Lines
  • cdanis@puppetmaster1001.eqiad.wmnet ~ % sudo confctl select service=parsoid get
    {"wtp2003.codfw.wmnet": {"weight": 10, "pooled": "yes"}, "tags": "dc=codfw,cluster=parsoid,service=parsoid"}
    {"wtp2011.codfw.wmnet": {"weight": 10, "pooled": "yes"}, "tags": "dc=codfw,cluster=parsoid,service=parsoid"}
    {"wtp2017.codfw.wmnet": {"weight": 10, "pooled": "yes"}, "tags": "dc=codfw,cluster=parsoid,service=parsoid"}
    {"wtp2019.codfw.wmnet": {"weight": 10, "pooled": "yes"}, "tags": "dc=codfw,cluster=parsoid,service=parsoid"}
    ...
    • Jan 17 2019, 8:52 PM
    • 45 Lines
  • activate_venv(){
    source ~/venv/$1/bin/activate
    }
    alias venv=activate_venv
    • Jan 17 2019, 8:05 PM
    • 4 Lines
  • ./switchover.py --skip-slave-move db1075 db1078
    Starting preflight checks...
    * Original read only values are as expected (master: read_only=0, slave: read_only=1)
    * The host to fail over is a direct replica of the master
    * Replication is up and running between the 2 hosts
    ...
    • Jan 17 2019, 7:01 AM
    • 45 Lines
  • +-----------+
    | ct_rev_id |
    +-----------+
    | 13977035 |
    | 13984379 |
    ...
    • Jan 17 2019, 6:34 AM
    • 604 Lines
  • MariaDB [itwiki_p]> select ct1.ct_rev_id from change_tag as ct1 join change_tag as ct2 on ct1.ct_rev_id = ct2.ct_log_id;
    +-----------+
    | ct_rev_id |
    +-----------+
    | 30108536 |
    ...
    • Jan 17 2019, 6:32 AM
    • 267 Lines
  • km@km-pt:/srv/mediawiki/php/luasandbox$ phpize
    Configuring for:
    PHP Api Version: 20180731
    Zend Module Api No: 20180731
    Zend Extension Api No: 320180731
    ...
    • Jan 17 2019, 2:35 AM
    • 141 Lines
  • {
    "error": {
    "root_cause": [
    {
    "type": "transport_serialization_exception",
    ...
    • Jan 16 2019, 6:07 PM
    • 30 Lines
  • gerrit (deploy/wmf/stable-2.15 u+1)
    (/^ヮ^)/*:・゚✧ git fat init
    Initialized git fat
    gerrit (deploy/wmf/stable-2.15 u+1)
    (/^ヮ^)/*:・゚✧ git fat pull
    ...
    • Jan 15 2019, 10:55 PM
    • 64 Lines
  • root@cumin1001:/home/marostegui/git/mediawiki-config/dblists# cat s3.dblist
    aawiki
    aawikibooks
    aawiktionary
    abwiki
    ...
    • Jan 15 2019, 8:01 PM
    • 890 Lines
  • 2019-01-15 18:09:33 test1 xxxx: [ee91a42aba914d5f9d0f7420] /w/api.php ErrorException from line 69 of /srv/mediawiki/w/extensions/Math/src/MathMathMLCli.php: PHP Notice: Undefined property: stdClass::$sanetex
    #0 /srv/mediawiki/w/extensions/Math/src/MathMathMLCli.php(69): MWExceptionHandler::handleError(integer, string, string, integer, array)
    #1 /srv/mediawiki/w/extensions/Math/src/MathMathMLCli.php(39): MathMathMLCli->initializeFromCliResponse(stdClass)
    #2 /srv/mediawiki/w/extensions/Math/src/MathHooks.php(371): MathMathMLCli::batchEvaluate(array)
    #3 /srv/mediawiki/w/includes/Hooks.php(174): MathHooks::onParserAfterTidy(Parser, string)
    ...
    • Jan 15 2019, 6:51 PM
    • 208 Lines
  • pwb.py archivebot User:MABot/config -family:wikibooks -lang:ky -v
    Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)]
    Fetching template transclusions...
    Found 1 wikibooks:ky processes running, including this one.
    Processing [[ky:Wikibooks:Community Portal]]
    ...
    • Jan 15 2019, 6:43 PM
    • 31 Lines
  • {
    "actinium.wikimedia.org": "actinium.wikimedia.org",
    "alcyone.wikimedia.org": "alcyone.wikimedia.org",
    "alsafi.wikimedia.org": "alsafi.wikimedia.org",
    "aluminium.wikimedia.org": "aluminium.wikimedia.org",
    ...
    • Jan 15 2019, 1:53 PM
    • 103 Lines
  • HTTP/1.1 200 OK
    Content-Length: 5007
    Content-Type: text/plain; version=0.0.4
    Date: Tue, 15 Jan 2019 13:44:03 GMT
    ...
    • Jan 15 2019, 1:44 PM
    • 104 Lines
  • 150729 3:23:45 [ERROR] ************************************************************
    150729 3:23:45 [ERROR]
    150729 3:23:45 [ERROR] @@@@@@@@@@@
    150729 3:23:45 [ERROR] @@' '@@
    150729 3:23:45 [ERROR] @@ _ _ @@
    ...
    • Jan 15 2019, 11:24 AM
    • 18 Lines
  • mysql --defaults-file=$HOME/replica.my.cnf -h arwiki.analytics.db.svc.eqiad.wmflabs arwiki_p
    mysql> SELECT page_namespace,count(*) as count from page JOIN page_props on page.page_id=page_props.pp_page WHERE pp_propname="graph_specs" group by(page_namespace) order by count desc;
    +----------------+--------+
    | page_namespace | count |
    ...
    • Jan 15 2019, 9:58 AM
    • 23 Lines
    • SQL
  • # This was run using pydruid like so:
    # pydruid http://druid1001.eqiad.wmnet/druid/v2/sql/
    select uri_host,count(*) from webrequest_sampled_128 where uri_path like '/api/rest_v1/page/graph/png/%%' group by(uri_host) order by count(*) desc;
    • Jan 15 2019, 9:46 AM
    • 4 Lines
    • SQL
  • # Ran on a labs VM
    #!/bin/bash
    mysql --defaults-file=$HOME/replica.my.cnf -h metawiki.analytics.db.svc.eqiad.wmflabs metawiki_p -NBe 'select site_global_key from sites order by site_global_key' > all_wikis
    ...
    • Jan 15 2019, 9:43 AM
    • 14 Lines
    • Bash Scripting
  • greg@x1 ~ % ssh deployment.deployment-prep.eqiad.wmflabs 0 10830 11:47:16 Mon 14.01.2019
    The authenticity of host 'bastion.wmflabs.org (185.15.56.13)' can't be established.
    ECDSA key fingerprint is SHA256:s+xuLo91PcVIFcFdxPQC7IXgJ2nYxaXcqa7bKE7/ufA.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added 'bastion.wmflabs.org,185.15.56.13' (ECDSA) to the list of known hosts.
    ...
    • Jan 14 2019, 7:49 PM
    • 19 Lines
  • greg@x1 ~ % ssh -vvvv gjg@phab1001.eqiad.wmnet [130] 1 10826 11:44:36 Mon 14.01.2019
    OpenSSH_7.4p1 Debian-10+deb9u4, OpenSSL 1.0.2q 20 Nov 2018
    debug1: Reading configuration data /home/greg/.ssh/config
    debug1: /home/greg/.ssh/config line 85: Applying options for *.eqiad.wmnet
    debug1: /home/greg/.ssh/config line 93: Applying options for *.wmnet
    ...
    • Jan 14 2019, 7:34 PM
    • 17 Lines
  • root@dbstore1002.eqiad.wmnet[information_schema]> select TABLE_SCHEMA,TABLE_NAME from tables where ENGINE='Aria';
    +---------------------------+-----------------------------------------+
    | TABLE_SCHEMA | TABLE_NAME |
    +---------------------------+-----------------------------------------+
    | aawiki | bv2017_edits |
    ...
    • Jan 14 2019, 2:44 PM
    • 3,244 Lines
  • root@scandium:/etc/apt/preferences.d# puppet agent -tv
    Info: Using configured environment 'production'
    Info: Retrieving pluginfacts
    Info: Retrieving plugin
    Info: Loading facts
    ...
    • Jan 11 2019, 10:52 PM
    • 168 Lines
  • greg@x1 ~/Downloads % gpg --verify mediawiki-1.32.0.tar.gz.sig
    gpg: assuming signed data in 'mediawiki-1.32.0.tar.gz'
    gpg: Signature made Thu 10 Jan 2019 06:26:26 PM PST
    gpg: using RSA key D7B8437BE5A2D3FC8D905FED60AE06D4875BE862
    gpg: requesting key 60AE06D4875BE862 from hkps server pool.sks-keyservers.net
    ...
    • Jan 11 2019, 6:18 PM
    • 7 Lines
  • gehel@boron:~/prometheus-elasticsearch-exporter$ DIST=stretch-wikimedia pdebuild
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    ...
    • Jan 11 2019, 4:29 PM
    • 265 Lines
  • git diff d94028475815b5e7f631f1e778ba0a52e753a665^..d94028475815b5e7f631f1e778ba0a52e753a665 package.json
    diff --git a/package.json b/package.json
    index 1c3155c..9e894a5 100644
    --- a/package.json
    +++ b/package.json
    ...
    • Jan 11 2019, 12:26 PM
    • 43 Lines
    • Diff
  • MariaDB [testcommonswiki]> select * from wb_terms;
    +-------------+----------------+---------------------+------------------+---------------+-----------+-------------------------------------------------------+-----------------+-------------+
    | term_row_id | term_entity_id | term_full_entity_id | term_entity_type | term_language | term_type | term_text | term_search_key | term_weight |
    +-------------+----------------+---------------------+------------------+---------------+-----------+-------------------------------------------------------+-----------------+-------------+
    | 7 | 0 | M23 | mediainfo | en | label | Perspicacity | | 0 |
    ...
    • Jan 10 2019, 3:21 PM
    • 23 Lines
  • P7972 T212298
    mwscript emptyUserGroup.php --wiki=eswiki flow-bot
    mwscript emptyUserGroup.php --wiki=eswikibooks flow-bot
    mwscript emptyUserGroup.php --wiki=eswikinews flow-bot
    mwscript emptyUserGroup.php --wiki=eswikiquote flow-bot
    mwscript emptyUserGroup.php --wiki=eswikisource flow-bot
    ...
    • Jan 10 2019, 2:40 PM
    • 8 Lines
  • logging:
    disable_existing_loggers: false
    version: 1
    formatters:
    ...
    • Jan 10 2019, 12:04 AM
    • 39 Lines
  • pwb.py redirect br -family:wikipedia -lang:es -sdtemplate:"{{destruir|Bot: redirección rota}}" -pt:1 -delete
    Retrieving broken redirect special page...
    Retrieving 50 pages from wikipedia:es.
    ...
    • Jan 9 2019, 4:55 PM
    • 16 Lines
  • banyek@cumin2001:~ $ cat T85757/fix_triggers.sh
    #!/bin/bash
    #
    #
    # eg. usage:
    ...
    • Jan 9 2019, 3:26 PM
    • 15 Lines
  • $ ldap uid=neutron \+ \*
    dn: uid=neutron,ou=people,dc=wikimedia,dc=org
    objectClass: person
    objectClass: inetorgperson
    objectClass: organizationalPerson
    ...
    • Jan 8 2019, 6:47 PM
    • 29 Lines
  • [2019-01-07 22:16:38,676] [PluginScanner] WARN com.google.gerrit.server.plugins.PluginLoader : Cannot load plugin github-plugin
    com.google.inject.CreationException: Unable to create injector, see the following errors:
    1) Error injecting constructor, java.lang.NullPointerException: HTTP Header for GitHub user must be provided
    at com.googlesource.gerrit.plugins.github.oauth.GitHubOAuthConfig.<init>(GitHubOAuthConfig.java:76)
    ...
    • Jan 7 2019, 10:21 PM
    • 50 Lines
  • $ npm --version
    6.5.0
    $ rm -rf node_modules/; rm package-lock.json; npm it
    npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
    npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
    ...
    • Jan 7 2019, 6:20 PM
    • 1,027 Lines
  • $ sudo apt-get install python3-venv
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    ...
    • Jan 7 2019, 4:05 PM
    • 28 Lines
  • HTTP/2 200
    date: Sat, 05 Jan 2019 13:54:36 GMT
    content-type: text/css; charset=utf-8
    server: mw1266.eqiad.wmnet
    x-powered-by: HHVM/3.18.6-dev
    ...
    • Jan 6 2019, 5:36 PM
    • 41 Lines
    • HTTP
  • HTTP/2 200
    date: Sun, 06 Jan 2019 17:18:22 GMT
    content-type: text/css; charset=utf-8
    server: mw1245.eqiad.wmnet
    x-powered-by: HHVM/3.18.6-dev
    ...
    • Jan 6 2019, 5:33 PM
    • 60 Lines
    • HTTP
  • <mxfile modified="2019-01-03T22:08:53.406Z" host="www.draw.io" agent="Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36" etag="hfoqh9YItX2q0W_yEpLU
    " version="10.0.17"><diagram id="0" name="Page-1">7V1tc5w4Ev41U5VcVaYEAgQfHb9schfv+tap3b37coVn8AyXMcwCTuL79SfGCKOWAAGCYbL2h8QGIUTrUb+pu7XA5w/ff0r8/fY6Xge7hYnW3xf4YmGahmU69L/8ytPzFZL/lV/YJOG6aPRy4Tb8X1BcRMXVx3Adp
    FzDLI53WbjnL67iKApWGXfNT5L4G9/sPt7xb937m0C4cLvyd+LV38N1ti2uGo73cuNDEG627NWOXXzgnb/6sknix6h44cLE94ef59sPPuus+NJ066/jb5VL+HKBz5M4zp5/e/h+Huxy4jK6PT93VXO3HHgSRJnKA7gYRvbEvj1YU1IUf8ZJto03ceTvLl+uvj98XpB3gOhf2+xhR381
    6K//DbLsqZhN/zGL6aWXHj7F8b5oR8eWPP2RP7+02Z//KroLvodZfusdWiJkFBcON5eOQ4q/b4IkfAiyICkeEr+aocZPNkFxqcBk/n1cmzR+TFbFJbOcAortIKbvSJ5okyTY+Vn4lX/OL0C2KduVj97EIR2IidiCsItHnhjMEd/F8zCLp6qzBTrCxOI6skA/z58i9HOWJP5Tpdk+b5A
    2jdeRvabojf7y3CH7q0Kql0sHnMkxZ80Nc7XwAVjRDgyM0dKzKj883V20NCo/yOuJGszDzx6KmgoSus69rXPuGa+gRPQ8wCp08iNldjM2XmwXL5GFTMe1bAcT24VwQZbjEc91bEIM1+wHF5OQpYc92yPYsC3sMBlRvAV7S0Jc28SW63nYdD1rFB5EP3VMHlTQ5qu/ewyYpHZ2dDbfp1
    ...
    • Jan 3 2019, 10:13 PM
    • 36 Lines
    • XML
  • P7958 T212058
    MariaDB [srwikinews_p]> SELECT * FROM user_groups WHERE ug_group='autoreview';
    +---------+------------+-----------+
    | ug_user | ug_group | ug_expiry |
    +---------+------------+-----------+
    | 7 | autoreview | NULL |
    ...
    • Jan 3 2019, 9:37 PM
    • 73 Lines
    • MySQL