Page MenuHomePhabricator
Paste Active Pastes
    • Jun 27 2019, 3:47 PM
    • 1 Line
    • Jun 27 2019, 3:47 PM
    • 1 Line
    • Jun 27 2019, 3:29 PM
    • 1 Line
    • Jun 27 2019, 3:28 PM
    • 1 Line
    • Jun 27 2019, 3:02 PM
    • 1 Line
  • 1.|-- 51.15.179.1 0.0% 10 0.4 0.4 0.4 0.5 0.0
    2.|-- 51.158.8.58 0.0% 10 0.4 0.5 0.4 0.5 0.0
    3.|-- 195.154.2.198 0.0% 10 1.5 1.5 1.2 1.6 0.0
    4.|-- 37.49.237.180 0.0% 10 1.5 1.9 1.4 5.9 1.2
    5.|-- 64.125.29.94 0.0% 10 78.7 78.7 78.7 78.7 0.0
    ...
    • Jun 27 2019, 2:45 PM
    • 10 Lines
  • root@db1075[sys]> select table_schema, sum(total_latency) as latency FROM x$schema_table_statistics GROUP BY table_schema ORDER BY latency DESC LIMIT 20;
    +---------------+-------------------+
    | table_schema | latency |
    +---------------+-------------------+
    | loginwiki | 27408946574524658 |
    ...
    • Jun 27 2019, 7:45 AM
    • 80 Lines
  • root@db1115.eqiad.wmnet[zarcillo]> select file_path, sum(size) as size FROM backup_files where backup_id = 1901 GROUP BY file_path ORDER BY SIZE DESC LIMIT 20;
    +---------------+-------------+
    | file_path | size |
    +---------------+-------------+
    | ruwiktionary | 24144430804 |
    ...
    • Jun 27 2019, 7:36 AM
    • 53 Lines
  • root@db1115.eqiad.wmnet[zarcillo]> select SUBSTRING_INDEX(file_name, '.', 1) as db, sum(size) as size FROM backup_files WHERE backup_id = 1862 and file_name not like '%-schema-create.sql.gz' GROUP BY db ORDER BY size desc LIMIT 20;
    +---------------+------------+
    | db | size |
    +---------------+------------+
    | mediawikiwiki | 4539665654 |
    ...
    • Jun 27 2019, 7:30 AM
    • 53 Lines
  • root@cumin1001:~$ ./generate_targets_prometheus_mysqld_exporter.py codfw
    mysql-core_codfw.yaml:
    - labels:
    role: standalone
    ...
    • Jun 26 2019, 9:53 AM
    • 339 Lines
  • root@cumin1001:~$ ./generate_targets_prometheus_mysqld_exporter.py eqiad
    mysql-core_eqiad.yaml:
    - labels:
    role: standalone
    ...
    • Jun 26 2019, 9:05 AM
    • 389 Lines
  • legoktm@mwmaint1002:~$ foreachwikiindblist large sql.php babel_size.sql --json
    -----------------------------------------------------------------
    arwiki
    -----------------------------------------------------------------
    arwiki: [
    ...
    • Jun 25 2019, 5:58 PM
    • 351 Lines
  • -- Looking for timer_delete in rt
    -- Looking for timer_delete in rt - found
    -- Performing Test HAVE_THREAD_LOCAL
    -- Performing Test HAVE_THREAD_LOCAL - Success
    -- Performing Test HAVE_FALLOCATE
    ...
    • Jun 25 2019, 1:49 PM
    • 23 Lines
  • root@db1117:~# mysql -S /run/mysqld/mysqld.m5.sock -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1073.eqiad.wmnet
    Master_User: repl
    ...
    • Jun 25 2019, 12:50 PM
    • 49 Lines
  • * << Request >> 498514655
    - Begin req 498514654 rxreq
    - Timestamp Start: 1561461904.577185 0.000000 0.000000
    - Timestamp Req: 1561461904.577185 0.000000 0.000000
    - ReqStart 10.20.0.180 19359
    ...
    • Jun 25 2019, 11:32 AM
    • 213 Lines
  • Trying to figure out what the hell is the reason those icmp redirects get discarded https://grafana.wikimedia.org/d/PRA2F67Zz/t226237?orgId=1
    Adding a trace
    ```
    ...
    • Jun 25 2019, 9:21 AM
    • 52 Lines
    • Bash Scripting
  • SELECT
    useragent.browser_family,
    useragent.browser_major,
    PERCENTILE(event.loadEventEnd, 0.5) AS median,
    PERCENTILE(event.loadEventEnd, 0.9) AS p90,
    ...
    • Jun 25 2019, 9:02 AM
    • 30 Lines
    • SQL
  • SELECT
    PERCENTILE(event.loadEventEnd, 0.5) AS median,
    PERCENTILE(event.loadEventEnd, 0.9) AS p90,
    PERCENTILE(event.loadEventEnd, 0.95) AS p95,
    COUNT(*) AS count
    ...
    • Jun 25 2019, 8:27 AM
    • 75 Lines
    • SQL
  • 2019-06-24 18:24:33.972 34835 ERROR oslo_messaging.rpc.dispatcher [req-113aafde-3eae-4311-a89a-f068e9661763 novaadmin admin - - -] Exception during message handling: internal error: process exited while connecting to monitor: 2019-06-24T18:24:33.645499Z qemu-system-x86_64: Property '.md-clear' not found
    2019-06-24 18:24:33.972 34835 ERROR oslo_messaging.rpc.dispatcher Traceback (most recent call last):
    2019-06-24 18:24:33.972 34835 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 138, in _dispatch_and_reply
    2019-06-24 18:24:33.972 34835 ERROR oslo_messaging.rpc.dispatcher incoming.message))
    2019-06-24 18:24:33.972 34835 ERROR oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 185, in _dispatch
    ...
    • Jun 24 2019, 6:32 PM
    • 240 Lines
  • Here's a list of items that Andy will need.
    [x] Create shell user
    [ ] Access to deployment hosts
    [ ] Access to beta hosts
    ...
    • Jun 24 2019, 3:23 PM
    • 13 Lines
  • reedy@deploy1001:/srv/mediawiki-staging$ mwscript eval.php enwiki
    > var_dump( $wgExtensionFunctions );
    array(21) {
    [0]=>
    string(38) "FlaggedRevsHooks::onExtensionFunctions"
    ...
    • Jun 24 2019, 2:57 PM
    • 53 Lines
  • P8645 db1107
    UEFI0107: One or more memory errors have occurred on memory slot: A3.
    Remove input power to the system, reseat the DIMM module and restart the
    system. If the issues persist, replace the faulty memory module identified in
    the message.
    ...
    • Jun 24 2019, 8:21 AM
    • 24 Lines
  • root@db1117:~# mysql -S /run/mysqld/mysqld.m1.sock -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1063.eqiad.wmnet
    Master_User: repl
    ...
    • Jun 24 2019, 6:02 AM
    • 49 Lines
  • <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!-- Created with Inkscape (http://www.inkscape.org/) -->
    <svg
    xmlns:svg="http://www.w3.org/2000/svg"
    xmlns="http://www.w3.org/2000/svg"
    ...
    • Jun 21 2019, 8:17 PM
    • 252 Lines
    • XML
  • P8641 TOP
    Tasks: 350 total, 3 running, 345 sleeping, 0 stopped, 2 zombie
    %Cpu(s): 8.0 us, 3.7 sy, 0.0 ni, 88.2 id, 0.1 wa, 0.0 hi, 0.1 si, 0.0 st
    GiB Mem : 31.296 total, 8.132 free, 9.593 used, 13.571 buff/cache
    GiB Swap: 0.000 total, 0.000 free, 0.000 used. 19.057 avail Mem
    ...
    • Jun 21 2019, 5:11 PM
    • 29 Lines
    • Plain Text
  • DEBUG:quibble.cmd:Running stages: selenium
    WARNING:quibble.cmd:ZUUL_PROJECT not set. Assuming mediawiki/core
    INFO:quibble.cmd:Adding mediawiki/vendor
    INFO:quibble.cmd:Projects: mediawiki/core, mediawiki/skins/Vector, mediawiki/vendor
    DEBUG:quibble.cmd:Execution plan:
    ...
    • Jun 21 2019, 5:10 PM
    • 33 Lines
  • From a VM and a bare-metal server each applying only applying a base role:
    ...
    • Jun 21 2019, 3:56 PM
    • 180 Lines
  • 174 projects total
    Number of classes used in a project: number of projects
    Projects with 0 class(es): 72
    ...
    • Jun 21 2019, 3:54 PM
    • 242 Lines
  • # sudo varnishd -F -b 127.0.0.1:6533 -p first_byte_timeout=1
    # time curl -v http://127.0.0.1:80/
    import time
    from flask import Flask, Response
    ...
    • Jun 21 2019, 5:27 AM
    • 25 Lines
  • #!/usr/bin/python3
    import os
    import requests
    ...
    • Jun 21 2019, 5:17 AM
    • 27 Lines
  • Host bastion.wmf
    Hostname bast1002.wikimedia.org
    Host *.eqiad.wmnet
    ProxyCommand ssh -a -W %h:%p bastion.wmf
    ...
    • Jun 20 2019, 5:14 PM
    • 10 Lines
  • On a given not-to-special wiki (not Commons, not Wikidata), the below tables
    are available. Note that some wikis have additional tables from optional extensions;
    these should be added to the list later and checked.
    left to review:
    ...
    • Jun 20 2019, 12:27 PM
    • 138 Lines
  • [{"target": "MediaWiki.FileImporter.error.byRecoverable.false.byType.duplicateFiles.sum", "datapoints": [[1.0, 1560924000], [1.0, 1560924900], [1.0, 1560926400], [1.0, 1560926700], [2.0, 1560927000], [1.0, 1560927300], [1.0, 1560932100]]}]
    • Jun 19 2019, 1:28 PM
    • 1 Line
    • JSON
  • [{"target": "MediaWiki.FileImporter.error.byRecoverable.false.byType.duplicateFiles.sum", "datapoints": [[null, 1560895380], [null, 1560895920], [null, 1560896460], [null, 1560897000], [null, 1560897540], [null, 1560898080], [null, 1560898620], [null, 1560899160], [null, 1560899700], [null, 1560900240], [null, 1560900780], [null, 1560901320], [null, 1560901860], [null, 1560902400], [null, 1560902940], [null, 1560903480], [null, 1560904020], [null, 1560904560], [null, 1560905100], [null, 1560905640], [null, 1560906180], [null, 1560906720], [null, 1560907260], [null, 1560907800], [null, 1560908340], [null, 1560908880], [null, 1560909420], [null, 1560909960], [null, 1560910500], [null, 1560911040], [null, 1560911580], [null, 1560912120], [null, 1560912660], [null, 1560913200], [null, 1560913740], [null, 1560914280], [null, 1560914820], [null, 1560915360], [null, 1560915900], [null, 1560916440], [null, 1560916980], [null, 1560917520], [null, 1560918060], [null, 1560918600], [null, 1560919140], [null, 1560919680]...
    • Jun 19 2019, 12:32 PM
    • 1 Line
    • JSON
  • [{"target": "MediaWiki.FileImporter.error.byRecoverable.false.byType.duplicateFiles.sum", "datapoints": [[null, 1560895380], [null, 1560895560], [null, 1560895740], [null, 1560895920], [null, 1560896100], [null, 1560896280], [null, 1560896460], [null, 1560896640], [null, 1560896820], [null, 1560897000], [null, 1560897180], [null, 1560897360], [null, 1560897540], [null, 1560897720], [null, 1560897900], [null, 1560898080], [null, 1560898260], [null, 1560898440], [null, 1560898620], [null, 1560898800], [null, 1560898980], [null, 1560899160], [null, 1560899340], [null, 1560899520], [null, 1560899700], [null, 1560899880], [null, 1560900060], [null, 1560900240], [null, 1560900420], [null, 1560900600], [null, 1560900780], [null, 1560900960], [null, 1560901140], [null, 1560901320], [null, 1560901500], [null, 1560901680], [null, 1560901860], [null, 1560902040], [null, 1560902220], [null, 1560902400], [null, 1560902580], [null, 1560902760], [null, 1560902940], [null, 1560903120], [null, 1560903300], [null, 1560903480]...
    • Jun 19 2019, 12:31 PM
    • 1 Line
    • JSON
  • root@db1077:~# mysql -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1075.eqiad.wmnet
    Master_User: repl
    ...
    • Jun 19 2019, 6:58 AM
    • 49 Lines
  • diff --git a/maintenance/generateLocalAutoload.php b/maintenance/generateLocalAutoload.php
    index 19b7ee5a87..dca2574429 100644
    --- a/maintenance/generateLocalAutoload.php
    +++ b/maintenance/generateLocalAutoload.php
    @@ -7,6 +7,8 @@ if ( PHP_SAPI != 'cli' && PHP_SAPI != 'phpdbg' ) {
    ...
    • Jun 18 2019, 7:51 PM
    • 25 Lines
    • Diff
  • # These define the full path name for the specified object (basically the second argument to the handler function).
    TABLE_ALIASES = {
    'sites': 'dcim.sites',
    'regions': 'dcim.regions',
    'tenants': 'tenancy.tenants',
    ...
    • Jun 18 2019, 6:10 PM
    • 32 Lines
  • 'use strict';
    const assert = require( 'assert' ),
    // this is just a sample on how to use a page
    VersionPage = require( '../pageobjects/version.page' );
    ...
    • Jun 18 2019, 11:51 AM
    • 18 Lines
    • Javascript
  • 'use strict';
    const Page = require( 'wdio-mediawiki/Page' );
    // this is just a sample on how to create a page
    ...
    • Jun 18 2019, 11:50 AM
    • 16 Lines
    • Javascript
  • 'use strict';
    const { config } = require( 'wdio-mediawiki/wdio-defaults.conf.js' );
    exports.config = { ...config
    ...
    • Jun 18 2019, 11:31 AM
    • 11 Lines
    • Javascript
  • {
    "root": true,
    "extends": [
    "wikimedia/selenium"
    ]
    ...
    • Jun 18 2019, 11:30 AM
    • 6 Lines
    • JSON
  • {
    "scripts": {
    "selenium-daily": "npm run selenium-test",
    "selenium-test": "wdio tests/selenium/wdio.conf.js"
    },
    ...
    • Jun 18 2019, 11:28 AM
    • 16 Lines
    • JSON
  • root@db1112:~# mysql -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1111.eqiad.wmnet
    Master_User: repl
    ...
    • Jun 18 2019, 5:57 AM
    • 49 Lines
  • # Start a pyspark shell
    # pyspark2 --master yarn --executor-memory 16G --executor-cores 4 --driver-memory 16G
    # a dataset created by joal that links page IDs with wikidata item ID. See https://phabricator.wikimedia.org/T215616
    wikidataParquetPath = '/user/joal/wmf/data/wmf/wikidata/item_page_link/20190204'
    ...
    • Jun 17 2019, 7:21 PM
    • 32 Lines
    • Python
  • #! /bin/bash
    DESCRIPTION="Get page IDs of articles translated by Toledo"
    THISSCRIPTFILE=`basename "$0"`
    RESULTSFILE=~/${THISSCRIPTFILE%.*}_result.txt
    { date ; echo = ; TZ='America/Los_Angeles' date ; echo generated by $THISSCRIPTFILE on $HOSTNAME ;
    ...
    • Jun 17 2019, 7:13 PM
    • 48 Lines
    • Shell
  • Jun 17 15:06:37 traffic-upload-stretch systemd[1]: Reloading Apache Traffic Server is a fast, scalable and extensible caching proxy server..
    Jun 17 15:06:37 traffic-upload-stretch systemd[1]: Reloaded Apache Traffic Server is a fast, scalable and extensible caching proxy server..
    Jun 17 15:07:19 traffic-upload-stretch traffic_manager[1844]: [TrafficManager] ==> Cleaning up and reissuing signal #15
    Jun 17 15:07:19 traffic-upload-stretch traffic_manager[1844]: [Jun 17 15:07:19.384] {0x7f85109364c0} NOTE: [TrafficManager] ==> Cleaning up and reissuing signal #15
    Jun 17 15:07:19 traffic-upload-stretch systemd[1]: Stopping Apache Traffic Server is a fast, scalable and extensible caching proxy server....
    ...
    • Jun 17 2019, 3:08 PM
    • 44 Lines
  • root@db2107:~# mysql -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db2035.codfw.wmnet
    Master_User: repl
    ...
    • Jun 17 2019, 5:17 AM
    • 49 Lines
  • gjg@phab1003:/srv/phab/phabricator$ ./bin/bulk make-silent --id 1819
    [2019-06-14 17:51:08] EXCEPTION: (PhabricatorClusterStrandedException) Unable to establish a connection to any database host (while trying "phabricator_config"). All masters and replicas are completely unreachable.
    AphrontInvalidCredentialsQueryException: #1045: Access denied for user 'root'@'10.64.32.157' (using password: NO) at [<phabricator>/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php:164]
    • Jun 14 2019, 6:05 PM
    • 4 Lines
  • gjg@phab1003:/srv/phab/phabricator/bin$ ls -al
    total 8
    drwxr-xr-x 2 phab-deploy phab-deploy 4096 May 23 00:27 .
    drwxr-xr-x 10 phab-deploy phab-deploy 4096 Apr 19 19:56 ..
    lrwxrwxrwx 1 phab-deploy phab-deploy 33 Apr 19 19:56 accountadmin -> ../scripts/user/account_admin.php
    ...
    • Jun 14 2019, 5:34 PM
    • 46 Lines
  • DRIIIIGGG!!!!
    6:01 PM I can hear church bells from my window ;) it is time for the meeting. Let's do this!
    6:02 PM
    <mahveotm_> mahveotm Hi @rosalie good evening!
    6:02 PM
    ...
    • Jun 14 2019, 9:00 AM
    • 134 Lines
  • for (String token : tokens) {
    List<String> elements = Lists.newArrayList(token);
    suggCM.add(elements);
    if (token.length() == 1) {
    Collection<String> confusions = confusion.value().get(token);
    ...
    • Jun 13 2019, 9:49 PM
    • 10 Lines
  • public Map<String, Collection<String>> confusions() throws IOException {
    Map<String, Collection<String>> res = new HashMap<>();
    for (CSVRecord record : parse(M2Resources.CONFUSIONS)) {
    String from = record.get("charFrom");
    String to = record.get("charTo");
    ...
    • Jun 13 2019, 9:38 PM
    • 9 Lines
  • const fs = require('fs'),
    ArgumentParser = require('argparse').ArgumentParser,
    sqlite = require('sqlite'); // https://github.com/kriasoft/node-sqlite
    async function createTemplate(db, from, to, templateName) {
    ...
    • Jun 13 2019, 11:22 AM
    • 98 Lines
    • Javascript
  • {
    port: 8125
    , backends: [ "./backends/console" ]
    , deleteIdleStats: true
    , dumpMessages: true
    ...
    • Jun 13 2019, 10:01 AM
    • 7 Lines
    • JSON
  • arcwiki: 1
    arwiki: 1
    azwiki: 3
    bgwiki: 5
    cawiki: 1
    ...
    • Jun 11 2019, 10:23 PM
    • 47 Lines
  • #!/usr/bin/env bash
    #
    # Gerrit Username To Lowercase
    # =====================
    #
    ...
    • Jun 11 2019, 7:27 PM
    • 68 Lines
    • Bash Scripting
  • requests.get(
    "https://wikimedia.org/api/rest_v1/metrics/edited-pages/new/all-projects/" +
    "all-editor-types/content/monthly/20190501/20190601"
    ).json()["items"][0]["results"]
    ...
    • Jun 11 2019, 6:20 PM
    • 10 Lines
  • #!/usr/bin/env python
    #
    # Finds all docker images without the latest tag
    #
    # Use like:
    ...
    • Jun 10 2019, 7:01 PM
    • 21 Lines
  • P8603 Perf demo
    DONE
    -array_map *with lambdas* https://3v4l.org/fmBPD - https://3v4l.org/LdeNS
    -$db->select inside loops
    -function calls in loop cond e.g. for ( $i = 0; $i < count( $x ) )
    -preg_match/preg_match_all/preg_replace used with plain strings (->strpos,str_replace)
    ...
    • Jun 10 2019, 11:51 AM
    • 34 Lines
  • 13:05:05.095388 http.c:586 == Info: Couldn't find host gerrit.wikimedia.org in the .netrc file; using defaults
    13:05:05.217609 http.c:586 == Info: Trying 208.80.154.85...
    13:05:05.217642 http.c:586 == Info: TCP_NODELAY set
    13:05:05.351779 http.c:586 == Info: Connected to gerrit.wikimedia.org (208.80.154.85) port 443 (#0)
    13:05:05.359219 http.c:586 == Info: found 166 certificates in /etc/ssl/certs/ca-certificates.crt
    ...
    • Jun 8 2019, 11:09 AM
    • 64 Lines
    • Plain Text
  • 13:03:57.223222 http.c:586 == Info: Couldn't find host gerrit.wikimedia.org in the .netrc file; using defaults
    13:03:57.226687 http.c:586 == Info: Trying 208.80.154.85...
    13:03:57.226718 http.c:586 == Info: TCP_NODELAY set
    13:03:57.305911 http.c:586 == Info: Connected to gerrit.wikimedia.org (208.80.154.85) port 443 (#0)
    13:03:57.323077 http.c:586 == Info: found 166 certificates in /etc/ssl/certs/ca-certificates.crt
    ...
    • Jun 8 2019, 11:09 AM
    • 64 Lines
    • Plain Text
  • # For https://gerrit.wikimedia.org/r/#/c/integration/quibble/+/513515/3/quibble/test.py
    from time import sleep
    from multiprocessing import Pool
    from random import random
    ...
    • Jun 7 2019, 9:29 PM
    • 23 Lines
    • Python
  • [*] Fetching en-wp.com/9e7e6c5f-bc1a-4e41-8744-dd3c6952a97e
    [*] Fetching en-wp.com/9e7e6c5f-bc1a-4e41-8744-dd3c6952a97e from 127.0.0.1:3128
    [*] Fetching www.en-wp.com/c55b7efe-8e44-4d36-9a5e-d1422ec4b0dd
    [*] Fetching www.en-wp.com/c55b7efe-8e44-4d36-9a5e-d1422ec4b0dd from 127.0.0.1:3128
    [*] Fetching en-wp.org/d328cc92-7cbe-4ed3-8a89-8c3cf0ce6bc1
    ...
    • Jun 7 2019, 1:17 PM
    • 434 Lines
  • root@puppetmaster1001:~# puppet-merge
    Fetching new commits from https://gerrit.wikimedia.org/r/operations/puppet
    remote: Counting objects: 9737, done
    remote: Finding sources: 100% (6/6)
    remote: Getting sizes: 100% (2/2)
    ...
    • Jun 7 2019, 10:33 AM
    • 175 Lines
  • diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php
    index a6d15eb..190e150 100644
    --- a/includes/logging/LogEventsList.php
    +++ b/includes/logging/LogEventsList.php
    @@ -23,6 +23,8 @@
    ...
    • Jun 7 2019, 12:56 AM
    • 13 Lines
    • Diff
  • Jun 6 17:23:47 debconf: --> GET preseed/late_command
    Jun 6 17:23:47 debconf: <-- 0 wget -O /tmp/late_command http://apt.wikimedia.org/autoinstall/scripts/late_command.sh && sh /tmp/late_command
    Jun 6 17:23:47 preseed: running preseed command preseed/late_command: wget -O /tmp/late_command http://apt.wikimedia.org/autoinstall/scripts/late_command.sh && sh /tmp/late_command
    Jun 6 17:23:47 log-output: --2019-06-06 17:23:47-- http://apt.wikimedia.org/autoinstall/scripts/late_command.sh
    Jun 6 17:23:47 log-output: Resolving apt.wikimedia.org...
    ...
    • Jun 6 2019, 10:59 PM
    • 81 Lines
  • The following packages have unmet dependencies:
    golang-src : Depends: golang--src which is a virtual package.
    ...
    • Jun 6 2019, 11:35 AM
    • 15 Lines
  • root@db1117:~# mysql -S /run/mysqld/mysqld.m2.sock -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1065.eqiad.wmnet
    Master_User: repl
    ...
    • Jun 6 2019, 8:39 AM
    • 49 Lines
  • 07:51:23 | cp3035.esams.wmnet | WARNING: unable to verify that BIOS boot parameters are back to normal, got:
    Boot parameter version: 1
    Boot parameter 5 is valid/unlocked
    Boot parameter data: 8000020000
    Boot Flags :
    ...
    • Jun 5 2019, 7:53 AM
    • 18 Lines
  • #!/usr/bin/env ruby
    #
    # Usage: build_report.rb builds.csv [category/column] [delim]
    #
    ...
    • Jun 5 2019, 1:42 AM
    • 41 Lines
  • cd ~/your-dbctl-checkout
    mkdir -p import/dbconfig-{instance,section}/ import/{instances,sections}/{eqiad,codfw}
    curl -L https://phabricator.wikimedia.org/paste/raw/8589/ > import.php
    php import.php ../mediawiki-config/wmf-config/db-eqiad.php eqiad ; php import.php ../mediawiki-config/wmf-config/db-codfw.php codfw
    ...
    • Jun 4 2019, 7:27 PM
    • 12 Lines
    • Shell
  • #!/usr/bin/env php
    <?php
    $argc == 3 or die("usage: $argv[0] INPUTFILE DC-NAME\n");
    ...
    • Jun 4 2019, 7:25 PM
    • 91 Lines
    • PHP
  • 2019-06-04 09:19:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Warning: include(/mnt/nfs/labstore-secondary-tools-project/wsexport-test/tool/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php): failed to open stream: Too many open files in /mnt/nfs/labstore-secondary-tools-project/wsexport-test/tool/vendor/composer/ClassLoader.php on line 444
    2019-06-04 09:19:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP Stack trace:
    2019-06-04 09:19:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP 1. {main}() /mnt/nfs/labstore-secondary-tools-project/wsexport-test/tool/public/book.php:0
    2019-06-04 09:19:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP 2. App\BookCreator->create() /mnt/nfs/labstore-secondary-tools-project/wsexport-test/tool/public/book.php:42
    2019-06-04 09:19:23: (mod_fastcgi.c.2543) FastCGI-stderr: PHP 3. App\BookProvider->get() /mnt/nfs/labstore-secondary-tools-project/wsexport-test/tool/src/BookCreator.php:38
    ...
    • Jun 4 2019, 9:26 AM
    • 48 Lines
  • 2019-06-04T09:18:06+00:00: GuzzleHttp\Exception\ClientException Client error: `GET https://tools.wmflabs.org/phetools/credits.py?lang=fr&format=json&image=Fichier%3ARobida%20-%20Le%20vingti%C3%A8me%20si%C3%A8cle%2C%201883.djvu%7C440px-Robida_vingtieme_siecle_p513_1.jpg%7C250px-Robida_vingtieme_siecle_p516_1.jpg%7C655px-Robida_vingtieme_siecle_p15_1a.jpg%7C350px-Robida_vingtieme_siecle_p15_1b.jpg%7C220px-Robida_vingtieme_siecle_p15_2.jpg%7C150px-Robida_vingtieme_siecle_p17_1.jpg%7C450px-Robida_vingtieme_siecle_p18_1.jpg%7C450px-Robida_vingtieme_siecle_p19_1.jpg%7C150px-Robida_vingtieme_siecle_p21_1.jpg%7C200px-Robida_vingtieme_siecle_p22_1.jpg%7C400px-Robida_vingtieme_siecle_p22_2.jpg%7C500px-Robida_vingtieme_siecle_p24_1.jpg%7C420px-Robida_vingtieme_siecle_p25_1.jpg%7C450px-Robida_vingtieme_siecle_p26_1.jpg%7C200px-Robida_vingtieme_siecle_p27_1.jpg%7C150px-Robida_vingtieme_siecle_p28_1.jpg%7C450px-Robida_vingtieme_siecle_p29_1.jpg%7C440px-Robida_vingtieme_siecle_p31_1.jpg%7C440px-Robida_vingtieme_siecle_p33_1.jpg%7C250px-Robida_vingtieme_siecle_p35_1.jpg%7C250px-Robida_vingtieme_siecle_p36_1.jpg%7C440px-Robida_vingtieme_siecle_p37_1.jpg%7C440px-Robida_vingtieme_siecle_p39_1.jpg%7C440px-Robida_vingtieme_siecle_p41_1.jpg%7C440px-Robida_vingtieme_siecle_p43_1.jpg%7C180px-Robida_vingtieme_siecle_p45_1.jpg%7C440px-Robida_vingtieme_siecle_p47_1.jpg%7C440px-Robida_vingtieme_siecle_p49_1.jpg%7C170px-Robida_vingtieme_siecle_p50_1.jpg%7C170px-Robida_vingtieme_siecle_p50_2.jpg%7C440px-Robida_vingtieme_siecle_p51_1.jpg%7C440px-Robida_vingtieme_siecle_p53_1.jpg%7C440px-Robida_vingtieme_siecle_p55_1.jpg%7C440px-Robida_vingtieme_siecle_p57_1.jpg%7C440px-Robida_vingtieme_siecle_p58_1.jpg%7C440px-Robida_vingtieme_siecle_p59_1.jpg%7C440px-Robida_vingtieme_siecle_p61_1.jpg%7C170px-Robida_vingtieme_siecle_p63_1.jpg%7C170px-Robida_vingtieme_siecle_p65_1.jpg%7C440px-Robida_vingtieme_siecle_p68_1.jpg%7C440px-Robida_vingtieme_siecle_p69_1.jpg%7C440px-Robida_vingtieme_siecle_p71_1.jpg%7C440px-Robida_vingtieme_siecle_p74_1.jpg%7C440px-Robida_vingtieme_siecle_p75_1.jpg%7C300px-Robida_vingtieme_siecle_p77_1.jpg%7C440px-Robida_vingtieme_siecle_p78_1.jpg%7C440px-Robida_vingtieme_siecle_p79_1.jpg%7C180px-Robida_vingtieme_siecle_p81_1.jpg%7C250px-Robida_vingtieme_siecle_p82_1.jpg%7C440px-Robida_vingtieme_siecle_p83_1.jpg%7C440px-Robida_vingtieme_siecle_p86_1.jpg%7C250px-Robida_vingtieme_siecle_p87_1.jpg%7C440px-Robida_vingtieme_siecle_p89_1.jpg%7C280px-Robida_vingtieme_siecle_p91_1.jpg%7C440px-Robida_vingtieme_siecle_p92_1.jpg%7C440px-Robida_vingtieme_siecle_p93_1.jpg%7C440px-Robida_vingtieme_siecle_p96_1.jpg%7C440px-Robida_vingtieme_siecle_p97_1.jpg%7C350px-Robida_vingtieme_siecle_p99_1.jpg%7C180px-Robida_vingtieme_siecle_p100_1.jpg%7C440px-Robida_vingtieme_siecle_p101_1.jpg%7C440px-Robida_vingtieme_siecle_p103_1.jpg%7C240px-Robida_vingtieme_siecle_p105_1.jpg%7C440px-Robida_vingtieme_siecle_p107_1.jpg%7C440px-Robida_vingtieme_siecle_p109_1.jpg%7C440px-Robida_vingtieme_siecle_p111_1.jpg%7C200px-Robida_vingtieme_siecle_p112_1.jpg%7C240px-Robida_vingtieme_siecle_p113_1.jpg%7C440px-Robida_vingtieme_siecle_p115_1.jpg%7C400px-Robida_vingtieme_siecle_p117_1.jpg%7C150px-Robida_vingtieme_siecle_p118_1.jpg%7C440px-Robida_vingtieme_siecle_p120_1.jpg%7C440px-Robida_vingtieme_siecle_p121_1.jpg%7C300px-Robida_vingtieme_siecle_p123_1.jpg%7C260px-Robida_vingtieme_siecle_p125_1.jpg%7C230px-Robida_vingtieme_siecle_p127_1.jpg%7C300px-Robida_vingtieme_siecle_p128_1.jpg%7C440px-Robida_vingtieme_siecle_p129_1.jpg%7C440px-Robida_vingtieme_siecle_p131_1.jpg%7C440px-Robida_vingtieme_siecle_p133_1.jpg%7C440px-Robida_vingtieme_siecle_p135_1.jpg%7C440px-Robida_vingtieme_siecle_p137_1.jpg%7C440px-Robida_vingtieme_siecle_p139_1.jpg%7C180px-Robida_vingtieme_siecle_p140_1.jpg%7C180px-Robida_vingtieme_siecle_p141_1.jpg%7C170px-Robida_vingtieme_siecle_p142_1.jpg%7C440px-Robida_vingtieme_siecle_p143_1.jpg%7C320px-Robida_vingtieme_siecle_p145_1.jpg%7C440px-Robida_vingtieme_siecle_p147_1.jpg%7C440px-Robida_vingtieme_siecle_p149_1.jpg%7C320px-Robida_vingtieme_siecle_p149_2.jpg%7C330px-Robida_vingtieme_siecle_p151_1.jpg%7C440px-Robida_vingtieme_siecle_p153_1.jpg%7C440px-Robida_vingtieme_siecle_p155_1.jpg%7C380px-Robida_vingtieme_siecle_p157_1.jpg%7C440px-Robida_vingtieme_siecle_p160_1.jpg%7C240px-Robida_vingtieme_siecle_p161_1.jpg%7C160px-Robida_vingtieme_siecle_p162_1.jpg%7C440px-Robida_vingtieme_siecle_p163_1.jpg%7C210px-Robida_vingtieme_siecle_p165_1.jpg%7C440px-Robida_vingtieme_siecle_p167_1.jpg%7C400px-Robida_vingtieme_siecle_p169_1.jpg%7C340px-Robida_vingtieme_siecle_p171_1.jpg%7C280px-Robida_vingtieme_siecle_p172_1.jpg%7C220px-Robida_vingtieme_siecle_p172_2.jpg%7C440px-Robida_vingtieme_siecle_p173_1.jpg%7C350px-Robida_vingtieme_siecle_p175_1.jpg%7C440px-Robida_vingtieme_siecle_p178_1.jpg%7C250px-Robida_vingtieme_siecle_p179_1.jpg%7C440px-Robida_vingtieme_siecle_p180_1.jpg%7C440px-Robida_vingtieme_siecle_p181_1.jpg%7C180px-Robida_vingtieme_siecle_p182_1.jpg%7C440px-Robida_vingtieme_siecle_p183_1.jpg%7C200px-Robida_vingtieme_siecle_p185_1.jpg%7C440px-Robida_vingtieme_siecle_p185_2.jpg%7C440px-Robida_vingtieme_siecle_p188_1.jpg%7C440px-Robida_vingtieme_siecle_p189_1.jpg%7C190px-Robida_vingtieme_siecle_p191_1.jpg%7C440px-Robida_vingtieme_siecle_p193_1.jpg%7C250px-Robida_vingtieme_siecle_p194_1.jpg%7C440px-Robida_vingtieme_siecle_p195_1.jpg%7C150px-Robida_vingtieme_siecle_p195_2.jpg%7C440px-Robida_vingtieme_siecle_p198_1.jpg%7C440px-Robida_vingtieme_siecle_p199_1.jpg%7C200px-Robida_vingtieme_siecle_p201_1.jpg%7C140px-Robida_vingtieme_siecle_p202_1.jpg%7C250px-Robida_vingtieme_siecle_p202_2.jpg%7C200px-Robida_vingtieme_siecle_p203_1.jpg%7C220px-Robida_vingtieme_siecle_p203_2.jpg%7C200px-Robida_vingtieme_siecle_p205_1.jpg%7C440px-Robida_vingtieme_siecle_p207_1.jpg%7C220px-Robida_vingtieme_siecle_p209_1.jpg%7C440px-Robida_vingtieme_siecle_p211_1.jpg%7C200px-Robida_vingtieme_siecle_p213_1.jpg%7C270px-Robida_vingtieme_siecle_p214_1.jpg%7C440px-Robida_vingtieme_siecle_p215_1.jpg%7C440px-Robida_vingtieme_siecle_p217_1.jpg%7C270px-Robida_vingtieme_siecle_p219_1.jpg%7C440px-Robida_vingtieme_siecle_p220_1.jpg%7C250px-Robida_vingtieme_siecle_p221_1.jpg%7C440px-Robida_vingtieme_siecle_p223_1.jpg%7C180px-Robida_vingtieme_siecle_p224_1.jpg%7C440px-Robida_vingtieme_siecle_p225_1.jpg%7C300px-Robida_vingtieme_siecle_p227_1.jpg%7C280px-Robida_vingtieme_siecle_p228_1.jpg%7C440px-Robida_vingtieme_siecle_p230_1.jpg%7C440px-Robida_vingtieme_siecle_p231_1.jpg%7C200px-Robida_vingtieme_siecle_p233_1.jpg%7C180px-Robida_vingtieme_siecle_p234_1.jpg%7C440px-Robida_vingtieme_siecle_p235_1.jpg%7C300px-Robida_vingtieme_siecle_p237_1.jpg%7C220px-Robida_vingtieme_siecle_p239_1.jpg%7C440px-Robida_vingtieme_siecle_p241_1.jpg%7C350px-Robida_vingtieme_siecle_p243_1.jpg%7C250px-Robida_vingtieme_siecle_p244_1.jpg%7C440px-Robida_vingtieme_siecle_p245_1.jpg%7C360px-Robida_vingtieme_siecle_p247_1.jpg%7C440px-Robida_vingtieme_siecle_p249_1.jpg%7C180px-Robida_vingtieme_siecle_p251_1.jpg%7C200px-Robida_vingtieme_siecle_p251_2.jpg%7C440px-Robida_vingtieme_siecle_p253_1.jpg%7C350px-Robida_vingtieme_siecle_p255_1.jpg%7C120px-Robida_vingtieme_siecle_p257_1.jpg%7C440px-Robida_vingtieme_siecle_p258_1.jpg%7C120px-Robida_vingtieme_siecle_p259_1.jpg%7C300px-Robida_vingtieme_siecle_p260_1.jpg%7C440px-Robida_vingtieme_siecle_p261_1.jpg%7C440px-Robida_vingtieme_siecle_p264_1.jpg%7C320px-Robida_vingtieme_siecle_p265_1.jpg%7C440px-Robida_vingtieme_siecle_p267_1.jpg%7C440px-Robida_vingtieme_siecle_p269_1.jpg%7C350px-Robida_vingtieme_siecle_p271_1.jpg%7C250px-Robida_vingtieme_siecle_p273_1.jpg%7C440px-Robida_vingtieme_siecle_p275_1.jpg%7C440px-Robida_vingtieme_siecle_p277_1.jpg%7C440px-Robida_vingtieme_siecle_p279_1.jpg%7C350px-Robida_vingtieme_siecle_p281_1.jpg%7C440px-Robida_vingtieme_siecle_p283_1.jpg%7C440px-Robida_vingtieme_siecle_p285_1.jpg%7C250px-Robida_vingtieme_siecle_p286_1.jpg%7C250px-Robida_vingtieme_siecle_p287_1.jpg%7C220px-Robida_vingtieme_siecle_p289_1.jpg%7C440px-Robida_vingtieme_siecle_p291_1.jpg%7C440px-Robida_vingtieme_siecle_p293_1.jpg%7C440px-Robida_vingtieme_siecle_p295_1.jpg%7C440px-Robida_vingtieme_siecle_p297_1.jpg%7C400px-Robida_vingtieme_siecle_p298_1.jpg%7C440px-Robida_vingtieme_siecle_p299_1.jpg%7C440px-Robida_vingtieme_siecle_p301_1.jpg%7C200px-Robida_vingtieme_siecle_p302_1.jpg%7C300px-Robida_vingtieme_siecle_p303_1.jpg%7C440px-Robida_vingtieme_siecle_p305_1.jpg%7C440px-Robida_vingtieme_siecle_p307_1.jpg%7C200px-Robida_vingtieme_siecle_p309_1.jpg%7C440px-Robida_vingtieme_siecle_p310_1.jpg%7C300px-Robida_vingtieme_siecle_p311_1.jpg%7C440px-Robida_vingtieme_siecle_p313_1.jpg%7C440px-Robida_vingtieme_siecle_p315_1.jpg%7C180px-Robida_vingtieme_siecle_p317_1.jpg%7C350px-Robida_vingtieme_siecle_p319_1.jpg%7C180px-Robida_vingtieme_siecle_p321_1.jpg%7C440px-Robida_vingtieme_siecle_p324_1.jpg%7C460px-Robida_vingtieme_siecle_p325_1.jpg%7C350px-Robida_vingtieme_siecle_p327_1.jpg%7C440px-Robida_vingtieme_siecle_p329_1.jpg%7C440px-Robida_vingtieme_siecle_p331_1.jpg%7C440px-Robida_vingtieme_siecle_p333_1.jpg%7C440px-Robida_vingtieme_siecle_p335_1.jpg%7C440px-Robida_vingtieme_siecle_p337_1.jpg%7C150px-Robida_vingtieme_siecle_p338_1.jpg%7C270px-Robida_vingtieme_siecle_p339_1.jpg%7C440px-Robida_vingtieme_siecle_p341_1.jpg%7C440px-Robida_vingtieme_siecle_p344_1.jpg%7C440px-Robida_vingtieme_siecle_p345_1.jpg%7C200px-Robida_vingtieme_siecle_p346_1.jpg%7C350px-Robida_vingtieme_siecle_p347_1.jpg%7C440px-Robida_vingtieme_siecle_p350_1.jpg%7C440px-Robida_vingtieme_siecle_p351_1.jpg%7C440px-Robida_vingtieme_siecle_p353_1.jpg%7C440px-Robida_vingtieme_siecle_p354_1.jpg%7C350px-Robida_vingtieme_siecle_p355_1.jpg%7C350px-Robida_vingtieme_siecle_p356_1.jpg%7C440px-Robida_vingtieme_siecle_p357_1.jpg%7C440px-Robida_vingtieme_siecle_p359_1.jpg%7C440px-Robida_vingtieme_siecle_p361_1.jpg%7C160px-Robida_vingtieme_siecle_p363_1.jpg%7C440px-Robida_vingtieme_siecle_p364_1.jpg%7C440px-Robida_vingtieme_siecle_p365_1.jpg%7C440px-Robida_vingtieme_siecle_p366_1.jpg%7C440px-Robida_vingtieme_siecle_p367_1.jpg%7C130px-Robida_vingtieme_siecle_p367_2.jpg%7C440px-Robida_vingtieme_siecle_p369_1.jpg%7C380px-Robida_vingtieme_siecle_p371_1.jpg%7C350px-Robida_vingtieme_siecle_p373_1.jpg%7C440px-Robida_vingtieme_siecle_p375_1.jpg%7C440px-Robida_vingtieme_siecle_p377_1.jpg%7C180px-Robida_vingtieme_siecle_p378_1.jpg%7C150px-Robida_vingtieme_siecle_p379_1.jpg%7C440px-Robida_vingtieme_siecle_p382_1.jpg%7C440px-Robida_vingtieme_siecle_p383_1.jpg%7C440px-Robida_vingtieme_siecle_p385_1.jpg%7C440px-Robida_vingtieme_siecle_p386_1.jpg%7C440px-Robida_vingtieme_siecle_p387_1.jpg%7C440px-Robida_vingtieme_siecle_p389_1.jpg%7C380px-Robida_vingtieme_siecle_p391_1.jpg%7C240px-Robida_vingtieme_siecle_p393_1.jpg%7C440px-Robida_vingtieme_siecle_p395_1.jpg%7C220px-Robida_vingtieme_siecle_p397_1.jpg%7C440px-Robida_vingtieme_siecle_p399_1.jpg%7C440px-Robida_vingtieme_siecle_p400_1.jpg%7C440px-Robida_vingtieme_siecle_p401_1.jpg%7C440px-Robida_vingtieme_siecle_p403_1.jpg%7C440px-Robida_vingtieme_siecle_p405_1.jpg%7C440px-Robida_vingtieme_siecle_p407_1.jpg%7C300px-Robida_vingtieme_siecle_p409_1.jpg%7C440px-Robida_vingtieme_siecle_p411_1.jpg%7C440px-Robida_vingtieme_siecle_p413_1.jpg%7C250px-Robida_vingtieme_siecle_p415_1.jpg%7C300px-Robida_vingtieme_siecle_p416_1.jpg%7C440px-Robida_vingtieme_siecle_p417_1.jpg%7C440px-Robida_vingtieme_siecle_p419_1.jpg%7C440px-Robida_vingtieme_siecle_p421_1.jpg%7C440px-Robida_vingtieme_siecle_p423_1.jpg%7C240px-Robida_vingtieme_siecle_p424_1.jpg%7C440px-Robida_vingtieme_siecle_p425_1.jpg%7C440px-Robida_vingtieme_siecle_p427_1.jpg%7C440px-Robida_vingtieme_siecle_p429_1.jpg%7C440px-Robida_vingtieme_siecle_p431_1.jpg%7C440px-Robida_vingtieme_siecle_p433_1.jpg%7C440px-Robida_vingtieme_siecle_p434_1.jpg%7C300px-Robida_vingtieme_siecle_p435_1.jpg%7C400px-Robida_vingtieme_siecle_p437_1.jpg%7C440px-Robida_vingtieme_siecle_p439_1.jpg%7C440px-Robida_vingtieme_siecle_p441_1.jpg%7C440px-Robida_vingtieme_siecle_p443_1.jpg%7C440px-Robida_vingtieme_siecle_p445_1.jpg%7C440px-Robida_vingtieme_siecle_p446_1.jpg%7C440px-Robida_vingtieme_siecle_p447_1.jpg%7C440px-Robida_vingtieme_siecle_p450_1.jpg%7C440px-Robida_vingtieme_siecle_p451_1.jpg%7C250px-Robida_vingtieme_siecle_p453_1.jpg%7C440px-Robida_vingtieme_siecle_p455_1.jpg%7C120px-Robida_vingtieme_siecle_p457_1.jpg%7C440px-Robida_vingtieme_siecle_p459_1.jpg%7C200px-Robida_vingtieme_siecle_p461_1.jpg%7C440px-Robida_vingtieme_siecle_p463_1.jpg%7C440px-Robida_vingtieme_siecle_p464_1.jpg%7C440px-Robida_vingtieme_siecle_p465_1.jpg%7C440px-Robida_vingtieme_siecle_p467_1.jpg%7C440px-Robida_vingtieme_siecle_p469_1.jpg%7C440px-Robida_vingtieme_siecle_p471_1.jpg%7C440px-Robida_vingtieme_siecle_p473_1.jpg%7C250px-Robida_vingtieme_siecle_p475_1.jpg%7C280px-Robida_vingtieme_siecle_p476_1.jpg%7C440px-Robida_vingtieme_siecle_p477_1.jpg%7C250px-Robida_vingtieme_siecle_p479_1.jpg%7C440px-Robida_vingtieme_siecle_p481_1.jpg%7C220px-Robida_vingtieme_siecle_p483_1.jpg%7C250px-Robida_vingtieme_siecle_p483_2.jpg%7C440px-Robida_vingtieme_siecle_p485_1.jpg%7C440px-Robida_vingtieme_siecle_p487_1.jpg%7C300px-Robida_vingtieme_siecle_p488_1.jpg%7C350px-Robida_vingtieme_siecle_p489_1.jpg%7C440px-Robida_vingtieme_siecle_p491_1.jpg%7C440px-Robida_vingtieme_siecle_p493_1.jpg%7C440px-Robida_vingtieme_siecle_p495_1.jpg%7C440px-Robida_vingtieme_siecle_p497_1.jpg%7C240px-Robida_vingtieme_siecle_p499_1.jpg%7C440px-Robida_vingtieme_siecle_p501_1.jpg%7C440px-Robida_vingtieme_siecle_p503_1.jpg%7C250px-Robida_vingtieme_siecle_p505_1.jpg%7C440px-Robida_vingtieme_siecle_p507_1.jpg%7C440px-Robida_vingtieme_siecle_p509_1.jpg%7C440px-Robida_vingtieme_siecle_p510_1.jpg` resulted in a `414 Request-URI Too Large` response:
    <html>
    <head><title>414 Request-URI Too Large</title></head>
    <body bgcolor="white">
    <center><h1>414 Request-URI Too L (truncated...)
    ...
    • Jun 4 2019, 9:25 AM
    • 25 Lines
  • 2019-06-04T09:14:24+00:00: GuzzleHttp\Exception\ClientException Client error: `GET https://tools.wmflabs.org/phetools/credits.py?lang=fr&format=json&page=Robinson_Cruso%C3%A9%2FTexte_entier%7CIndex%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F4%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F3%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F5%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F6%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F7%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F8%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F9%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F10%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F11%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F12%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F13%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F14%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F15%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F16%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F17%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F18%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F19%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F20%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F21%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F22%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F23%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F24%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F25%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F26%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F27%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F28%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F29%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F30%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F31%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F32%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F33%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F34%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F35%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F36%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F37%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F38%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F39%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F40%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F41%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F42%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F43%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F44%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F45%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F46%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F47%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F48%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F49%7CPage%3ADefoe_-_Robinson_Cruso%C3%A9%2C_Borel_et_Varenne%2C_1836%2C_tome_1.djvu%2F50` resulted in a `431 Request Header Fields Too Large` response:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "htt (truncated...)
    ...
    • Jun 4 2019, 9:23 AM
    • 23 Lines
  • root@db2046:~# mysql -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db2039.codfw.wmnet
    Master_User: repl
    ...
    • Jun 4 2019, 8:04 AM
    • 49 Lines
  • root@db2078:~# mysql -S /run/mysqld/mysqld.m3.sock -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db2042.codfw.wmnet
    Master_User: repl
    ...
    • Jun 4 2019, 5:54 AM
    • 49 Lines
  • $ od -A x -t x1z -v test.php
    000000 3c 3f 70 68 70 0a 68 65 61 64 65 72 28 27 43 6f ><?php.header('Co<
    000010 6e 74 65 6e 74 2d 54 79 70 65 3a 20 74 65 78 74 >ntent-Type: text<
    000020 2f 68 74 6d 6c 3b 20 63 68 61 72 73 65 74 3d 75 >/html; charset=u<
    000030 74 66 2d 38 27 29 3b 0a 0a 65 63 68 6f 20 22 ce >tf-8');..echo ".<
    ...
    • Jun 3 2019, 10:18 PM
    • 8 Lines
    • Shell
  • Template:Admin
    Template:Admin-abbr
    Template:Admin-br
    Template:Admincheck
    Template:Afd2
    ...
    • Jun 1 2019, 11:05 PM
    • 520 Lines
  • Template:Userlinks
    Template:Ping
    Template:U
    Template:User-full
    Template:Botlinks3
    ...
    • Jun 1 2019, 10:51 PM
    • 932 Lines
  • Service Ok[2019-05-30 16:09:24] SERVICE ALERT: mw2146;HHVM rendering;OK;SOFT;2;HTTP OK: HTTP/1.1 200 OK - 76200 bytes in 0.316 second response time
    Service Ok[2019-05-30 16:09:24] SERVICE ALERT: mw2138;HHVM rendering;OK;SOFT;2;HTTP OK: HTTP/1.1 200 OK - 76200 bytes in 0.307 second response time
    Service Ok[2019-05-30 16:09:24] SERVICE ALERT: mw2193;HHVM rendering;OK;SOFT;2;HTTP OK: HTTP/1.1 200 OK - 76200 bytes in 0.308 second response time
    Service Ok[2019-05-30 16:09:24] SERVICE ALERT: mw2163;HHVM rendering;OK;SOFT;2;HTTP OK: HTTP/1.1 200 OK - 76200 bytes in 0.307 second response time
    Service Ok[2019-05-30 16:09:24] SERVICE ALERT: mw2271;HHVM rendering;OK;SOFT;2;HTTP OK: HTTP/1.1 200 OK - 76200 bytes in 0.315 second response time
    ...
    • May 30 2019, 4:11 PM
    • 44 Lines
  • May 29 19:03:24 cumin1001 puppet-agent[52333]: (/Stage[main]/Ssh::Client/File[/etc/ssh/ssh_known_hosts]/content) -cp3044.esams.wmnet,cp3044,10.20.0.179,2620:0:862:102:10:20:0:179 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNIbAaiTHaI0J/yWDGa9d4RwRM60buiLIF00Y18R8kNkHd6X92042R1wFdrAoP+hl75alu8fC2IH8ZBYm4k8e44=
    May 29 19:03:24 cumin1001 puppet-agent[52333]: (/Stage[main]/Ssh::Client/File[/etc/ssh/ssh_known_hosts]/content) +cp3044.esams.wmnet,cp3044,10.20.0.179,2620:0:862:102:46a8:42ff:fe09:fb4e ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXIXepR66n45edoLJmpbjSScz1hJshCpRxNjnZy2H6IAwm1aPuzvcqMwaVS62CSJvYUFLfB7mTzdAIWpielFkA=
    May 29 19:34:28 cumin1001 puppet-agent[106999]: (/Stage[main]/Ssh::Client/File[/etc/ssh/ssh_known_hosts]/content) -cp3044.esams.wmnet,cp3044,10.20.0.179,2620:0:862:102:46a8:42ff:fe09:fb4e ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXIXepR66n45edoLJmpbjSScz1hJshCpRxNjnZy2H6IAwm1aPuzvcqMwaVS62CSJvYUFLfB7mTzdAIWpielFkA=
    May 29 19:34:28 cumin1001 puppet-agent[106999]: (/Stage[main]/Ssh::Client/File[/etc/ssh/ssh_known_hosts]/content) +cp3044.esams.wmnet,cp3044,10.20.0.179,2620:0:862:102:46a8:42ff:fe09:fb4e ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEB7j168P16c6ISnoIFLwv1ylsy1BRHQqmcNF2gPoIk8UQbT9J2zCMFBIEF8uYmQ3a/KjDBB8x55/k2GqeIQpA4=
    May 29 20:05:12 cumin1001 puppet-agent[146515]: (/Stage[main]/Ssh::Client/File[/etc/ssh/ssh_known_hosts]/content) -cp3044.esams.wmnet,cp3044,10.20.0.179,2620:0:862:102:46a8:42ff:fe09:fb4e ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEB7j168P16c6ISnoIFLwv1ylsy1BRHQqmcNF2gPoIk8UQbT9J2zCMFBIEF8uYmQ3a/KjDBB8x55/k2GqeIQpA4=
    ...
    • May 30 2019, 1:25 PM
    • 7 Lines
  • mediawiki::web::vhost::feature_flag:
    php72_only: true
    • May 30 2019, 12:31 PM
    • 2 Lines
  • ariel@mwmaint1002:~/table_checker$ python3 ./explain_sql_query.py --yamlfile explain-queries.yaml.eowiki --queryfile ./queries_to_explain_bigbatch.sql --settings ./eqiad.conf > abstract_query_results_eowiki.txt
    ariel@mwmaint1002:~/table_checker$ more abstract_query_results_eowiki.txt
    *** SECTION: s2
    *** HOST: db1090.eqiad.wmnet:3312
    *** WIKI: eowiki
    ...
    • May 29 2019, 12:51 PM
    • 119 Lines
  • T205300
    T205302
    T207144
    T207145
    T207146
    ...
    • May 28 2019, 10:21 PM
    • 37 Lines
  • May 28 08:55:38 acmechief-test1001 acme-chief-backend[31195]: Number of certificates per status: Counter({'VALID': 42, 'INITIAL': 2})
    May 28 08:55:38 acmechief-test1001 acme-chief-backend[31195]: Creating new certificate version a77e19e3b61c4fad89e15eedda3e42ee for non-canonical-redirect-1
    May 28 08:55:38 acmechief-test1001 acme-chief-backend[31195]: Creating initial self-signed certificate for non-canonical-redirect-1 / ec-prime256v1
    May 28 08:55:38 acmechief-test1001 acme-chief-backend[31195]: Pushing the new certificate for non-canonical-redirect-1
    May 28 08:55:38 acmechief-test1001 acme-chief-backend[31195]: Waiting till non-canonical-redirect-1 / rsa-2048 is generated to be able to push the new certificate
    ...
    • May 28 2019, 8:56 AM
    • 25 Lines
  • Attaching to process ID 19075, please wait...
    Debugger attached successfully.
    Server compiler detected.
    JVM version is 25.212-b01
    Deadlock Detection:
    ...
    • May 28 2019, 8:27 AM
    • 54 Lines
    • Java
  • tog-watchcreations
    tog-watchdefault
    tog-watchmoves
    tog-watchdeletion
    tog-watchuploads
    ...
    • May 27 2019, 2:52 PM
    • 711 Lines
  • sitetitle
    sitesubtitle
    viewdeleted_short
    imagepage
    mediawikipage
    ...
    • May 27 2019, 2:51 PM
    • 150 Lines
  • vgutierrez@traffic-upload-stretch:~$ sudo traffic_layout --run-root=/srv/trafficserver/tls verify -w trafficserver
    NOTE: using command line path as RUNROOT
    Verifying default build ...
    Verifying as user: trafficserver
    ...
    • May 27 2019, 9:32 AM
    • 35 Lines
  • root@db2078:~# mysql -S /run/mysqld/mysqld.m1.sock -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1063.eqiad.wmnet
    Master_User: repl
    ...
    • May 24 2019, 6:17 AM
    • 49 Lines
  • db[2072,2112,2116].codfw.wmnet
    id select_type table type possible_keys key key_len ref rows Extra
    1 SIMPLE revision ALL NULL NULL NULL NULL 717692523 Using where
    db1067.eqiad.wmnet
    id select_type table type possible_keys key key_len ref rows Extra
    ...
    • May 23 2019, 10:20 AM
    • 42 Lines
  • #10
    postgresql::server::config_entry { 'synchronous_standby_names':
    ensure => present,
    value => 'FIRST 1 (lax)',
    }
    ...
    • May 22 2019, 5:22 PM
    • 10 Lines
  • root@MISC m1[(none)]> select @@hostname;
    +------------+
    | @@hostname |
    +------------+
    | db2078 |
    ...
    • May 22 2019, 9:43 AM
    • 57 Lines
  • root@db1086:~# mysql -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db1062.eqiad.wmnet
    Master_User: repl
    ...
    • May 22 2019, 5:42 AM
    • 49 Lines
  • 4 mw1348.eqiad.wmnet
    4 mw1345.eqiad.wmnet
    4 mw1343.eqiad.wmnet
    4 mw1342.eqiad.wmnet
    4 mw1282.eqiad.wmnet
    ...
    • May 21 2019, 2:57 PM
    • 84 Lines
  • root@db1089.eqiad.wmnet[enwiki]> explain SELECT /* ApiQueryRevisions::run */ rev_id, rev_page, rev_timestamp, rev_minor_edit, rev_deleted, rev_len, rev_parent_id, rev_sha1, comment_rev_comment.comment_text AS `rev_comment_text`, comment_rev_comment.comment_data AS `rev_comment_data`, comment_rev_comment.comment_id AS `rev_comment_cid`, actor_rev_user.actor_user AS `rev_user`, actor_rev_user.actor_name AS `rev_user_text`, temp_rev_user.revactor_actor AS `rev_actor`, page_namespace, page_title, page_id, page_latest, page_is_redirect, page_len, user_name FROM `revision` JOIN `revision_comment_temp` `temp_rev_comment` ON ((temp_rev_comment.revcomment_rev = rev_id)) JOIN `comment` `comment_rev_comment` ON ((comment_rev_comment.comment_id = temp_rev_comment.revcomment_comment_id)) JOIN `revision_actor_temp` `temp_rev_user` ON ((temp_rev_user.revactor_rev = rev_id)) JOIN `actor` `actor_rev_user` ON ((actor_rev_user.actor_id = temp_rev_user.revactor_actor)) JOIN `page` ON ((page_id = rev_page)) LEFT JOIN `user` ON ((actor_rev_user.actor_user != 0) AND (user_id = actor_rev_user.actor_user)) WHERE rev_page = '35159700' ORDER BY rev_timestamp DESC, rev_id DESC LIMIT 2 /* d4b1615c1ca7cc6e58b19616c200b731 db1118 enwiki 4s */;
    +------+-------------+---------------------+--------+--------------------------------------------------------+---------------+---------+-----------------------------------------------+-------+-------------+
    | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
    +------+-------------+---------------------+--------+--------------------------------------------------------+---------------+---------+-----------------------------------------------+-------+-------------+
    | 1 | SIMPLE | revision | index | PRIMARY,page_timestamp,page_user_timestamp,rev_page_id | rev_timestamp | 16 | NULL | 12088 | Using where |
    ...
    • May 21 2019, 1:41 PM
    • 30 Lines
  • P8548 s2 slave
    root@db2041:~# mysql -e "show slave status\G"
    *************************** 1. row ***************************
    Slave_IO_State:
    Master_Host: db2035.codfw.wmnet
    Master_User: repl
    ...
    • May 21 2019, 6:30 AM
    • 49 Lines
  • [Sat Mar 30 17:32:54 2019] [<ffffffffb4185cca>] ? oom_kill_process+0x21a/0x3e0
    [Sat Mar 30 17:32:54 2019] Task in /mediawiki/job/1330 killed as a result of limit of /mediawiki/job/1330
    [Sat Mar 30 17:32:54 2019] Memory cgroup out of memory: Kill process 1334 (identify) score 1376 or sacrifice child
    [Sat Mar 30 17:32:54 2019] Killed process 1334 (identify) total-vm:1841912kB, anon-rss:1044580kB, file-rss:395336kB, shmem-rss:0kB
    [Sat Mar 30 17:32:55 2019] identify invoked oom-killer: gfp_mask=0x24000c0(GFP_KERNEL), nodemask=0-1, order=0, oom_score_adj=0
    ...
    • May 21 2019, 6:20 AM
    • 929 Lines