Page MenuHomePhabricator
Paste Active Pastes
  • andrew@labvirt1016:~$ uname -a
    Linux labvirt1016 4.4.0-109-generic #132~14.04.1-Ubuntu SMP Tue Jan 9 21:46:42 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    andrew@labvirt1016:~$ dmesg | grep -i isolation
    [ 0.000000] Kernel/User page tables isolation: enabled
    ...
    • Jan 16 2018, 9:30 PM
    • 12 Lines
  • $ mtr --report ns0.wikimedia.org -c 10
    [...]
    16.|-- 64.125.192.142 0.0% 10 132.0 131.8 131.1 133.6 0.7
    17.|-- 208.80.154.238 0.0% 10 131.5 132.0 131.5 132.6 0.4
    ...
    • Jan 16 2018, 4:55 PM
    • 14 Lines
  • # HELP cadvisor_version_info A metric with a constant '1' value labeled by kernel version, OS version, docker version, cadvisor version & cadvisor revision.
    # TYPE cadvisor_version_info gauge
    cadvisor_version_info{cadvisorRevision="",cadvisorVersion="",dockerVersion="Unknown",kernelVersion="4.9.0-0.bpo.5-amd64",osVersion="Debian GNU/Linux 8 (jessie)"} 1
    # HELP container_cpu_load_average_10s Value of container cpu load average over the last 10 seconds.
    # TYPE container_cpu_load_average_10s gauge
    ...
    • Jan 16 2018, 3:39 PM
    • 2,683 Lines
  • root@neodymium:~$ ./compare.py db1111 db1112 commonswiki page page_id --from-value 1 --to-value=3000
    Rows are different WHERE page_id BETWEEN 1 AND 1000
    1 chunk(s) different.
    root@neodymium:~$ ./compare.py db1111 db1112 commonswiki page page_id --from-value 1 --to-value=1000 --step=1
    Rows are different WHERE page_id BETWEEN 4 AND 4
    ...
    • Jan 16 2018, 11:57 AM
    • 52 Lines
  • elukey@af-puppetdb01:~$ curl http://10.68.22.98:9400/metrics -s | grep -v "#" | sort
    com_puppetlabs_puppetdb_command_global_50thPercentile{name="processing-time",} 107.816365
    com_puppetlabs_puppetdb_command_global_50thPercentile{name="retry-counts",} 0.0
    com_puppetlabs_puppetdb_command_global_75thPercentile{name="processing-time",} 136.690458
    com_puppetlabs_puppetdb_command_global_75thPercentile{name="retry-counts",} 0.0
    ...
    • Jan 16 2018, 10:00 AM
    • 221 Lines
  • #! /usr/bin/python
    from __future__ import print_function
    from datetime import datetime
    import code
    ...
    • Jan 15 2018, 9:03 PM
    • 32 Lines
    • Python
  • <VirtualHost *:80>
    ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot "/usr/local/var/www/htdocs"
    ServerName gerrit.new
    #ServerAlias www.gerrit.paladox.local
    ...
    • Jan 15 2018, 4:53 PM
    • 59 Lines
  • MariaDB [cawiki_p]> select eu_aspect,count(*) from wbc_entity_usage group by eu_aspect ;
    +-----------+----------+
    | eu_aspect | count(*) |
    +-----------+----------+
    | C.P10 | 67872 |
    ...
    • Jan 15 2018, 2:14 PM
    • 1,016 Lines
  • Jan 15 11:05:55 cp3036 varnishslowlog[10385]: Traceback (most recent call last):
    Jan 15 11:05:55 cp3036 varnishslowlog[10385]: File "/usr/local/bin/varnishslowlog", line 164, in <module>
    Jan 15 11:05:55 cp3036 varnishslowlog[10385]: VarnishSlowLog(sys.argv[1:]).main()
    Jan 15 11:05:55 cp3036 varnishslowlog[10385]: File "/usr/local/bin/varnishslowlog", line 158, in main
    Jan 15 11:05:55 cp3036 varnishslowlog[10385]: self.handle_line(line)
    ...
    • Jan 15 2018, 11:10 AM
    • 8 Lines
  • From: Hugh Dickins <hughd@google.com>
    Date: Thu, 17 Aug 2017 15:00:37 -0700
    Subject: kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
    From: Hugh Dickins <hughd@google.com>
    ...
    • Jan 15 2018, 11:09 AM
    • 49 Lines
  • PREFIX schema: <http://schema.org/>
    SELECT ?item (COUNT(DISTINCT ?sitelink) AS ?count) WHERE {
    ?item wdt:P31 wd:Q5.
    ?item wdt:P21 wd:Q6581072.
    ...
    • Jan 14 2018, 7:19 PM
    • 615 Lines
  • [mw1293:~] $ fc-list :fontformat=TrueType
    /usr/share/fonts/truetype/lato/Lato-Medium.ttf: Lato,Lato Medium:style=Medium,Regular
    /usr/share/fonts/truetype/droid/DroidSansHebrew-Regular.ttf: Droid Sans Hebrew:style=Regular
    /usr/share/fonts/opentype/fonts-hosny-amiri/amiri-quran.ttf: Amiri Quran:style=Regular,عادي
    /usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf: Tlwg Typo:style=Bold
    ...
    • Jan 12 2018, 7:32 PM
    • 249 Lines
  • [15:59:19] Meeting started by d3r1ck
    [15:59:36] Meeting chairs are: d3r1ck, zppix, flixtey
    [16:00:21] <d3r1ck> Hello everyone! The meeting has officially started :)
    [16:00:48] <d3r1ck> You can get the agenda here!
    [16:00:52] LINK: https://phabricator.wikimedia.org/T183017 [⚓ T183017 Africa Wikimedia Developers IRC general meeting #2]
    ...
    • Jan 12 2018, 5:39 PM
    • 164 Lines
  • production-images $ docker-pkg -c config.yaml images/service-checker/
    == Step 0: scanning images/service-checker/ ==
    Traceback (most recent call last):
    File "/usr/local/lib/python3.6/site-packages/urllib3-1.22-py3.6.egg/urllib3/connectionpool.py", line 601, in urlopen
    chunked=chunked)
    ...
    • Jan 11 2018, 6:45 PM
    • 66 Lines
  • P6579 IRC
    11:35 < _joe_> urandom: puppet 4 has loops
    11:35 <+urandom> and then, there is also a common parent directory that needs to be created as well (though i think that is more straightforward)
    11:36 < _joe_> $directories.each |$directory| { <do what you need with $directory> }
    11:36 < _joe_> so you can just cycle through them
    11:42 <+urandom> _joe_: it's probably a mistake to be asking this before getting my head back into the module, but i think the confusion came from trying to do this with a file/ensure, you can use a loop there, can you?
    ...
    • Jan 11 2018, 5:01 PM
    • 12 Lines
    • IRC Logs
  • tools.embeddeddata@tools-bastion-05:~$ grep TimeoutError rcwatcher.err -A 10 | grep Respawning | grep -oP '^.{18}' | sed -r 's/([0-9][0-9])-([0-9][0-9])T/\2-\1T/g' | tee rcwatcher.err_respawns
    [2017-01-04T16:36]
    [2017-01-04T23:12]
    [2017-01-04T23:14]
    [2017-01-06T16:09]
    ...
    • Jan 11 2018, 4:09 PM
    • 1,357 Lines
  • #
    # DO NOT EDIT THIS FILE
    #
    ...
    • Jan 10 2018, 9:42 PM
    • 287 Lines
  • mysql:research@s3-analytics-slave [enwiki]> select substring(rev_timestamp, 1, 8) as day, count(*) from revision where rev_timestamp >= '20170801000000' group by day;
    +----------+----------+
    | day | count(*) |
    +----------+----------+
    | 20170801 | 156467 |
    ...
    • Jan 10 2018, 8:32 PM
    • 338 Lines
  • mysql:research@s3-analytics-slave [frwiki]> select substring(log_timestamp, 1, 8) as day, count(*) from logging where log_type='patrol' and log_action='patrol' and log_timestamp >= '20170801000000' group by day;
    +----------+----------+
    | day | count(*) |
    +----------+----------+
    | 20170801 | 443 |
    ...
    • Jan 10 2018, 8:22 PM
    • 168 Lines
  • mysql:research@s3-analytics-slave [enwiki]> select substring(log_timestamp, 1, 8) as day, count(*) from logging where log_type='thanks' and log_timestamp >= '20170801000000' group by day;
    +----------+----------+
    | day | count(*) |
    +----------+----------+
    | 20170801 | 898 |
    ...
    • Jan 10 2018, 8:18 PM
    • 168 Lines
  • Configuring memory. Please wait...
    ...
    • Jan 10 2018, 7:14 PM
    • 72 Lines
  • cpettet@cair>ssh labtestvirt2002.codfw.wmnet
    Linux labtestvirt2002 4.4.0-81-generic #104~14.04.1-Ubuntu SMP Wed Jun 14 12:45:52 UTC 2017 x86_64
    Ubuntu 14.04.5 LTS
    labtestvirt2002 is role::wmcs::openstack::labtest::virt
    The last Puppet run was at Tue Jan 9 15:38:49 UTC 2018 (3 minutes ago).
    ...
    • Jan 10 2018, 6:54 PM
    • 96 Lines
  • rush@labtestvirt2001>sudo puppet agent --test
    Warning: Setting configtimeout is deprecated.
    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1146:in `issue_deprecation_warning')
    Info: Using configured environment 'production'
    Info: Retrieving pluginfacts
    ...
    • Jan 10 2018, 6:40 PM
    • 30 Lines
  • [main]
    logdir = /var/log/puppet
    vardir = /var/lib/puppet
    ssldir = /var/lib/puppet/ssl
    rundir = /var/run/puppet
    ...
    • Jan 10 2018, 5:44 PM
    • 35 Lines
  • root@labvirt1018stresstest-trusty-3:~# apt-get -y install linux-image-generic
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    ...
    • Jan 10 2018, 4:57 PM
    • 70 Lines
  • $ curl http://localhost:9090/alerts
    <html>
    <head><title>500 - Request did not return bytes</title></head>
    <body>
    ...
    • Jan 10 2018, 4:42 PM
    • 9 Lines
  • # Various differences in /etc
    /etc/apt/preferences.d/facter.pref
    +Package: facter
    +Pin: release n=jessie-backports
    ...
    • Jan 10 2018, 3:28 PM
    • 90 Lines
  • Wed Jan 10 11:24:37 2018 Migrating instance diadem.wikimedia.org
    Wed Jan 10 11:24:37 2018 * checking disk consistency between source and target
    Wed Jan 10 11:24:37 2018 - WARNING: Can't find disk on node ganeti2008.codfw.wmnet
    Job 362084 has failed: Failure: command execution error:
    Disk 0 is degraded or not fully synchronized on target node, aborting migration
    • Jan 10 2018, 11:28 AM
    • 5 Lines
  • 7 Debian GNU/Linux 8.0 (jessie) 4.4.0-2-amd64
    20 Debian GNU/Linux 8.1 (jessie) 4.4.0-2-amd64
    1 Debian GNU/Linux 8.10 (jessie) 4.4.0-2-amd64
    25 Debian GNU/Linux 8.10 (jessie) 4.9.0-0.bpo.3-amd64
    25 Debian GNU/Linux 8.10 (jessie) 4.9.0-0.bpo.4-amd64
    ...
    • Jan 10 2018, 6:55 AM
    • 58 Lines
  • 2018-01-09 00:42:37 wiki exception ERROR: [37d5890e601d0ec658103060] /wiki/Special:Preferences InvalidArgumentException from line 117 of /vagrant/mediawiki/includes/deferred/LinksUpdate.php: The Title object yields no ID. Perhaps the page doesn't exist? {"exception_id":"37d5890e601d0ec658103060","exception_url":"/wiki/Special:Preferences","caught_by":"mwe_handler"}
    [Exception InvalidArgumentException] (/vagrant/mediawiki/includes/deferred/LinksUpdate.php:117) The Title object yields no ID. Perhaps the page doesn't exist?
    #0 /vagrant/mediawiki/includes/content/AbstractContent.php(238): LinksUpdate->__construct(Title, ParserOutput, boolean)
    #1 /vagrant/mediawiki/includes/page/WikiPage.php(2219): AbstractContent->getSecondaryDataUpdates(Title, NULL, boolean, ParserOutput)
    #2 /vagrant/mediawiki/includes/page/WikiPage.php(1838): WikiPage->doEditUpdates(Revision, User, array)
    ...
    • Jan 9 2018, 3:10 PM
    • 18 Lines
  • # /etc/udev/rules.d/70-persistent-net.rules
    # This file was automatically generated by the /lib/udev/write_net_rules
    # program, run by the persistent-net-generator.rules rules file.
    #
    # You can modify it, as long as you keep each rule on a single
    ...
    • Jan 9 2018, 10:58 AM
    • 42 Lines
  • -- Total number events on enwiki between December 1 and 31 inclusive, broken down by beta vs non-beta
    mysql:research@s3-analytics-slave [log]> select event_enhancedFiltersEnabled, count(*) from ChangesListFilters_16837986 where wiki='enwiki' and timestamp like '201712%' and event_pagename='Recentchanges' group by event_enhancedFiltersEnabled;
    +------------------------------+----------+
    | event_enhancedFiltersEnabled | count(*) |
    +------------------------------+----------+
    ...
    • Jan 9 2018, 1:47 AM
    • 378 Lines
  • tools.admin@tools-bastion-03:~$ kubectl describe pod admin-3517833506-69bqz
    Name: admin-3517833506-69bqz
    Namespace: admin
    Node: tools-worker-1026.tools.eqiad.wmflabs/10.68.22.168
    ...
    • Jan 8 2018, 7:03 PM
    • 14 Lines
  • root@gerrit-test:/home/paladox# systemctl status atopacct.service
    ● atopacct.service - Atop process accounting daemon
    Loaded: loaded (/lib/systemd/system/atopacct.service; enabled; vendor preset: enabled)
    Active: active (running) since Thu 2018-01-04 22:43:03 UTC; 2 days ago
    Docs: man:atopacctd(8)
    ...
    • Jan 7 2018, 6:37 PM
    • 19 Lines
  • root@puppetdb-phabricator1:/var/lib/puppet# puppet agent -tv --server test1puppetmaster.miraheze.org
    Warning: Setting configtimeout is deprecated.
    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1146:in `issue_deprecation_warning')
    Info: Creating a new SSL key for puppetdb-phabricator1.phabricator.eqiad.wmflabs
    Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml
    ...
    • Jan 7 2018, 5:11 PM
    • 183 Lines
  • [main]
    logdir = /var/log/puppet
    vardir = /var/lib/puppet
    ssldir = /var/lib/puppet/ssl
    rundir = /var/run/puppet
    ...
    • Jan 7 2018, 4:31 PM
    • 36 Lines
  • Host puppet-paladox
    ProxyCommand ssh -a -W %h:%p paladox@primary.bastion.wmflabs.org
    UseRoaming no
    User paladox
    • Jan 7 2018, 4:05 PM
    • 4 Lines
  • 18:46:11 Started by user anonymous
    18:46:11 Building remotely on integration-slave-docker-1004 (DebianJessieDocker m4executor) in workspace /srv/jenkins-workspace/workspace/mwgate-npm-node-6-docker
    18:46:11 [mwgate-npm-node-6-docker] $ /bin/bash -xe /tmp/jenkins338527850811348272.sh
    18:46:11 + mkdir -m 2777 -p cache
    18:46:11 [mwgate-npm-node-6-docker] $ /bin/bash -xe /tmp/jenkins8197321037132170772.sh
    ...
    • Jan 6 2018, 6:52 PM
    • 88 Lines
  • <VirtualHost *:8140>
    SSLEngine on
    SSLProtocol all -SSLv2 -SSLv3
    SSLCipherSuite -ALL:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-256-GCM-SHA384:TLS13-AES-128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA:AES128-SHA
    SSLHonorCipherOrder On
    ...
    • Jan 6 2018, 5:57 PM
    • 32 Lines
  • root@puppet-phabricator:/etc/puppet# puppet cert --list --all
    Warning: Setting configtimeout is deprecated.
    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1146:in `issue_deprecation_warning')
    + "phab-tin.phabricator.eqiad.wmflabs" (SHA256) redacted
    + "phabricator.phabricator.eqiad.wmflabs" (SHA256) redacted
    ...
    • Jan 6 2018, 4:53 PM
    • 7 Lines
  • # This file managed by puppet
    # This is the default auth.conf file, which implements the default rules
    # used by the puppet master. (That is, the rules below will still apply
    # even if this file is deleted.)
    ...
    • Jan 6 2018, 2:52 PM
    • 127 Lines
  • :backends:
    - httpyaml
    - mwyaml
    - nuyaml
    :nuyaml:
    ...
    • Jan 6 2018, 2:26 PM
    • 28 Lines
  • fluidsynth: warning: Failed to pin the sample data to RAM; swapping is possible.
    fluidsynth: error: Invalid or unsupported audio file type ' oga'
    FluidSynth version 1.1.6
    Copyright (C) 2000-2012 Peter Hanappe and others.
    Distributed under the LGPL license.
    ...
    • Jan 6 2018, 12:15 AM
    • 8 Lines
  • -- Sessions on RC on dewiki before 2017-11-15 19:10 UTC (when RCF went default there)
    -- Broken out by day and by beta vs non-beta user
    mysql:research@analytics-slave [log]> select substring(timestamp,1,8) as day, event_enhancedFiltersEnabled as betaEnabled, count(distinct event_userId, substring(timestamp,1,10)) as sessions from ChangesListFilters_16837986 where event_pagename='Recentchanges' and wiki='dewiki' and timestamp <= '20171115191000' group by day, event_enhancedFiltersEnabled;
    +----------+-------------+----------+
    ...
    • Jan 5 2018, 11:26 PM
    • 200 Lines
  • jquery.i18n.language.js:692 Uncaught ReferenceError: pluralRuleParser is not defined
    at Object.getPluralForm (http://localhost:8088/gui/node_modules/jquery.i18n/src/jquery.i18n.language.js:692:6)
    at Object.convertPlural (http://localhost:8088/gui/node_modules/jquery.i18n/src/jquery.i18n.language.js:672:27)
    at Object.plural (http://localhost:8088/gui/node_modules/jquery.i18n/src/jquery.i18n.emitter.js:134:40)
    at Object.emit (http://localhost:8088/gui/node_modules/jquery.i18n/src/jquery.i18n.emitter.js:54:46)
    ...
    • Jan 5 2018, 10:29 PM
    • 52 Lines
  • $use_experimental_ensure = $use_experimental ? {
    true => present,
    false => absent,
    default => absent,
    }
    ...
    • Jan 5 2018, 9:35 PM
    • 10 Lines
  • [mw1259:~] $ apt-cache policy prometheus-nutcracker-exporter
    prometheus-nutcracker-exporter:
    Installed: 0.2
    Candidate: 0.2
    Version table:
    ...
    • Jan 5 2018, 8:54 PM
    • 8 Lines
  • root@jenkins-slave-01:/home/paladox# apt-cache policy prometheus-nutcracker-exporter
    prometheus-nutcracker-exporter:
    Installed: (none)
    Candidate: 0.2
    Version table:
    ...
    • Jan 5 2018, 8:50 PM
    • 7 Lines
  • (u3518@c3.labsdb) [(none)]> show databases where `Database` regexp '^[psu][0-9]';
    +---------------------------------------+
    | Database |
    +---------------------------------------+
    | p50380g50491__rlrl_cawiki_p |
    ...
    • Jan 5 2018, 8:08 PM
    • 134 Lines
  • (u3518@c1.labsdb) [information_schema]> show databases where `Database` regexp '^[psu][0-9]';
    +-------------------------------------+
    | Database |
    +-------------------------------------+
    | p50380g40014__test |
    ...
    • Jan 5 2018, 8:08 PM
    • 123 Lines
  • Copyright (C) 2000-2012 Peter Hanappe and others.
    Distributed under the LGPL license.
    SoundFont(R) is a registered trademark of E-mu Systems, Inc.
    Cannot connect to server socket err = No such file or directory
    ...
    • Jan 5 2018, 8:03 PM
    • 38 Lines
  • -r--r--r-- 1 root root 4481 Dec 11 23:56 auth.conf
    drwxr-xr-x 2 root root 4096 May 26 2017 code
    lrwxrwxrwx 1 root root 43 Dec 11 23:53 environments -> /var/lib/git/operations/puppet/environments
    -rwxr-xr-x 1 root root 245 Mar 15 2016 etckeeper-commit-post
    -rwxr-xr-x 1 root root 256 Mar 15 2016 etckeeper-commit-pre
    ...
    • Jan 5 2018, 6:59 PM
    • 19 Lines
  • root@gerrit-test3:/home/paladox# puppet agent -tv --debug
    Warning: Setting configtimeout is deprecated.
    (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1146:in `issue_deprecation_warning')
    Debug: Applying settings catalog for sections main, agent, ssl
    Debug: Caching environment 'production' (ttl = 0 sec)
    ...
    • Jan 5 2018, 5:27 PM
    • 1,873 Lines
  • gdb> bt
    #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
    #1 0x000000000056aae4 in ast_for_listcomp (n=0x2ae600000029, c=0xa4e3b0) at ../Python/ast.c:1112
    #2 ast_for_atom (n=<optimized out>, c=0xa4e3b0) at ../Python/ast.c:1437
    #3 ast_for_power (n=0x55e6be <sortwrapper_dealloc.16734+558>, c=0xa4e3b0) at ../Python/ast.c:1790
    ...
    • Jan 5 2018, 4:15 PM
    • 33 Lines
  • [2bbb46b4cc364b985b416eea] /wiki/Special:RecentChanges InvalidArgumentException from line 58 of /vagrant/mediawiki/extensions/ORES/includes/Storage/SqlModelLookup.php: No model available for [damaging]
    Backtrace:
    #0 /vagrant/mediawiki/extensions/ORES/includes/ThresholdLookup.php(103): ORES\Storage\SqlModelLookup->getModelVersion(string)
    ...
    • Jan 5 2018, 1:57 AM
    • 25 Lines
  • Plugin not being loaded from /plugins base path: (2)
    "data:text/javascript;charset=utf-8,%0A%20%20%20%20Gerrit.install(function(plugin)%20%7B%0A%20%20%20%20%20%20plugin.registerStyleModule('app-theme'%2C%20'wikimedia-polygerrit-style')%3B%0A%20%20%20%20%7D)%3B%0A%20%20%0A%2F%2F%23%20sourceURL%3Dhttp%3A%2F%2Fgerrit.new%2Fr%2Fplugins%2Fwikimedia_polygerrit_style%2Fstatic%2Fwikimedia_polygerrit_style.html.js%0A"
    "— Unable to determine name."
    • Jan 4 2018, 11:47 PM
    • 3 Lines
  • <score>
    \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Clarinet"
    \context Staff = "up" { e'1 }
    \context Staff = "down" { \clef bass d1 }
    ...
    • Jan 4 2018, 10:59 PM
    • 8 Lines
  • mysql:research@analytics-slave [log]> select substring(timestamp,1,8) as day, count(distinct event_groupIdentifier) from ChangesListFilterGrouping_17008168 where event_action!='removefilter' and wiki='dew
    iki' group by day;
    +----------+---------------------------------------+
    | day | count(distinct event_groupIdentifier) |
    +----------+---------------------------------------+
    ...
    • Jan 4 2018, 10:33 PM
    • 97 Lines
  • [main]
    logdir = /var/log/puppet
    vardir = /var/lib/puppet
    ssldir = /var/lib/puppet/ssl
    rundir = /var/run/puppet
    ...
    • Jan 4 2018, 8:25 PM
    • 37 Lines
  • root@puppet-paladox:/etc/puppet# ls -la /var/lib/puppet/ssl
    total 1076
    drwxrwx--x 8 puppet puppet 4096 Dec 11 23:56 .
    drwxr-x--x 17 puppet puppet 4096 Dec 11 23:56 ..
    drwxr-xr-x 5 puppet puppet 4096 Dec 11 23:56 ca
    ...
    • Jan 4 2018, 5:14 PM
    • 11 Lines
  • Get Device ID command failed
    Bad response length, len=52
    Device ID : 6
    Device Revision : 0
    Firmware Revision : 63.07
    ...
    • Jan 4 2018, 4:16 PM
    • 15 Lines
  • aptitude search "?origin (wikimedia) ?installed"
    Hold vs pinning:
    * version specific
    ...
    • Jan 4 2018, 1:52 PM
    • 55 Lines
  • elukey@af-puppetdb01:~$ curl http://10.68.22.98:9400/metrics -s | grep -v "#" |sort
    com_jolbox_bonecp_BoneCP_CacheHitRatio 0.1891891891891892
    com_jolbox_bonecp_BoneCP_CacheHits 7.0
    com_jolbox_bonecp_BoneCP_CacheMiss 30.0
    com_jolbox_bonecp_BoneCPConfig_AcquireIncrement 2.0
    ...
    • Jan 4 2018, 12:59 PM
    • 1,708 Lines
  • host,role,admin_groups,members
    (wmnet)
    acrab,kubernetes::master,-,-
    ...
    • Jan 4 2018, 2:07 AM
    • 51 Lines
  • [15:37:26] * awight adds to questions for catrope oracle
    [15:37:48] <halfak> awight, I was thinking about that.
    [15:37:57] <halfak> I think we can do something in the UI safely.
    [15:38:10] <halfak> Hitting JADE's API to suppress something will return the event data itself.
    [15:38:33] <halfak> So anything that hits that API will know that the action completed and will be able to update the user-presentation.
    ...
    • Jan 3 2018, 9:41 PM
    • 9 Lines
  • alex@alex-laptop:~$ ssh bastion.wmflabs.org -t python
    Python 2.7.8 (default, Oct 18 2014, 12:50:18)
    [GCC 4.9.1] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import os
    ...
    • Jan 3 2018, 9:30 PM
    • 1,082 Lines
    • Python
  • vagrant@mediawikivagrant:/vagrant/mediawiki$ php extensions/ORES/maintenance/PopulateDatabase.php Processing 2 revisions
    [4b4fce8ce12a70a21aa31600] [no req] InvalidArgumentException from line 58 of /vagrant/mediawiki/extensions/ORES/includes/Storage/SqlModelLookup.php: No model available for [damaging]
    Backtrace:
    #0 /vagrant/mediawiki/extensions/ORES/includes/Scoring.php(82): ORES\Storage\SqlModelLookup->getModelVersion(string)
    #1 /vagrant/mediawiki/extensions/ORES/includes/Scoring.php(58): ORES\Scoring->checkModelVersion(string, array)
    ...
    • Jan 3 2018, 8:30 PM
    • 10 Lines
  • [1cf50762d7ca0390a9bac343] /wiki/Special:RecentChanges InvalidArgumentException from line 58 of /vagrant/mediawiki/extensions/ORES/includes/Storage/SqlModelLookup.php: No model available for [damaging]
    Backtrace:
    #0 /vagrant/mediawiki/extensions/ORES/includes/ThresholdLookup.php(103): ORES\Storage\SqlModelLookup->getModelVersion(string)
    ...
    • Jan 3 2018, 8:15 PM
    • 25 Lines
  • ==> default: Info: /Stage[main]/Wikilabels/Virtualenv::Package[wikilabels]/Exec[pip_install_wikilabels_dependencies_in_/vagrant/srv/wikilabels]: Scheduling refresh of Exec[pip_install_wikilabels_editable_in_/vagrant/srv/wikilabels]
    ==> default: Notice: /Stage[main]/Wikilabels/Virtualenv::Package[wikilabels]/Exec[pip_install_wikilabels_editable_in_/vagrant/srv/wikilabels]: Triggered 'refresh' from 1 events
    ==> default: Notice: /Stage[main]/Wikilabels/Exec[create wikilabels database]/returns: executed successfully
    ==> default: Notice: /Stage[main]/Wikilabels/Exec[initialize wikilabels database]/returns: INFO:wikilabels.utilities.load_schema:Loading schema...
    ==> default: Notice: /Stage[main]/Wikilabels/Exec[initialize wikilabels database]/returns: INFO:wikilabels.database.db:Initializing connection pool.
    ...
    • Jan 3 2018, 7:53 PM
    • 34 Lines
  • See T182759
    # HELP javamelody_memory_used_bytes used memory in bytes
    # TYPE javamelody_memory_used_bytes gauge
    javamelody_memory_used_bytes 677490848
    ...
    • Jan 3 2018, 6:00 PM
    • 167 Lines
  • [main]
    logdir = /var/log/puppet
    vardir = /var/lib/puppet
    ssldir = /var/lib/puppet/ssl
    rundir = /var/run/puppet
    ...
    • Jan 3 2018, 5:00 PM
    • 20 Lines
  • $ sudo -i puppet agent -tv
    Info: Retrieving pluginfacts
    Info: Retrieving plugin
    Info: Loading facts
    Info: Caching catalog for tools-services-01.tools.eqiad.wmflabs
    ...
    • Jan 3 2018, 3:43 PM
    • 11 Lines
  • local_group_default_T_parsoid_dataLpBGD5XFAMFsTr:
    statement: |
    DROP KEYSPACE IF EXISTS "local_group_default_T_parsoid_dataLpBGD5XFAMFsTr";
    local_group_default_T_parsoid_htmliZ1mueNVmW9MlJ:
    statement: |
    ...
    • Jan 2 2018, 11:18 PM
    • 465 Lines
    • YAML
  • Jimmy_Carter
    Dwight_D.%20Eisenhower
    Aung_San%20Suu%20Kyi
    Vanessa_Redgrave
    Jeb_Bush
    ...
    • Jan 2 2018, 10:33 PM
    • 49 Lines
  • 2018-01-02 18:15:02,920 ERROR:ores.wsgi.server -- Exception on / [GET]
    Traceback (most recent call last):
    File "/srv/deployment/ores/venv/lib/python3.4/site-packages/jinja2/lexer.py", line 585, in wrap
    .decode('unicode-escape')
    LookupError: unknown encoding: unicode-escape
    ...
    • Jan 2 2018, 6:38 PM
    • 84 Lines
  • http_status 302 http_method GET backend vcl-root-4c78f5ac-437f-4273-8167-bf64bc70679e.be_cp2013_codfw_wmnet ttfb 0.118297
    http_status 200 http_method GET backend vcl-root-4c78f5ac-437f-4273-8167-bf64bc70679e.be_cp2013_codfw_wmnet ttfb 0.152418
    http_status 200 http_method GET backend vcl-root-4c78f5ac-437f-4273-8167-bf64bc70679e.be_cp2023_codfw_wmnet ttfb 0.157773
    http_status 200 http_method GET backend vcl-root-4c78f5ac-437f-4273-8167-bf64bc70679e.be_cp2007_codfw_wmnet ttfb 0.257711
    http_status 404 http_method GET backend vcl-root-4c78f5ac-437f-4273-8167-bf64bc70679e.be_cp2007_codfw_wmnet ttfb 0.209343
    • Jan 2 2018, 3:32 PM
    • 5 Lines
  • ALTER TABLE CentralAuth_5690875 MODIFY COLUMN `wiki` varchar(1024) NULL, MODIFY COLUMN `event_action` varchar(1024) NULL, MODIFY COLUMN `event_userId` bigint NULL, MODIFY COLUMN `event_version` bigint NULL;
    ALTER TABLE ChangesListClickTracking_16484895 MODIFY COLUMN `wiki` varchar(1024) NULL, MODIFY COLUMN `event_enhancedFiltersEnabled` tinyint NULL, MODIFY COLUMN `event_fromPage` varchar(1024) NULL, MODIFY COLUMN `event_linkType` varchar(1024) NULL;
    ALTER TABLE ChangesListFilters_15876023 MODIFY COLUMN `wiki` varchar(191) NULL;
    ALTER TABLE ChangesListFilters_16174591_15423246 MODIFY COLUMN `wiki` varchar(191) NULL;
    ALTER TABLE ChangesListFilters_16403617 MODIFY COLUMN `wiki` varchar(1024) NULL;
    ...
    • Jan 1 2018, 3:44 PM
    • 314 Lines
  • root@puppet-phabricator:/home/paladox# curl -G 'http://localhost:8080/v2/facts' --data-urlencode 'query=["and",["~","certname","puppetdb?"],["or",["=","name","ipaddress"],["=","name","hostname"]]]'
    [ {
    "value" : "puppetdb-phabricator1",
    "name" : "hostname",
    "certname" : "puppetdb-phabricator1.phabricator.eqiad.wmflabs"
    ...
    • Dec 31 2017, 8:57 PM
    • 43 Lines
  • P6508 T177809
    $:acko\> more ./T177809.sh
    for repos in $(ls); do
    if [ -d $repos ]; then
    cd $repos
    if [ -d "includes" ]; then
    ...
    • Dec 31 2017, 1:10 PM
    • 127 Lines
  • #! /usr/bin/env python3
    import datetime
    import os
    import time
    ...
    • Dec 31 2017, 5:19 AM
    • 39 Lines
    • Python
  • #!/usr/bin/python
    # icinga_sms.py
    #
    # send SMS to Icinga contacts
    #
    ...
    • Dec 28 2017, 10:49 PM
    • 112 Lines
  • madhuvishy@tools-clushmaster-01:~$ clush -w @paws-worker -b 'sudo iptables -L FORWARD'
    ---------------
    tools-paws-worker-[1002-1003,1005-1007,1010,1013,1016].tools.eqiad.wmflabs (8)
    ---------------
    Chain FORWARD (policy ACCEPT)
    ...
    • Dec 28 2017, 7:52 PM
    • 39 Lines
  • -- Logs begin at Sat 2017-12-23 10:25:57 UTC, end at Sat 2017-12-23 10:39:28 UTC. --
    Dec 23 10:26:28 minikube systemd[1]: Starting Localkube...
    Dec 23 10:26:28 minikube localkube[3287]: listening for peers on http://localhost:2380
    Dec 23 10:26:28 minikube localkube[3287]: listening for client requests on localhost:2379
    Dec 23 10:26:28 minikube localkube[3287]: name = default
    ...
    • Dec 23 2017, 10:40 AM
    • 312 Lines
  • Failures:
    1) role::https should compile into a catalogue without dependency cycles
    Failure/Error: it { is_expected.to compile }
    error during compilation: undefined method `capitalize' for nil:NilClass at /home/hashar/projects/mediawiki/vagrant/puppet/modules/nginx/manifests/init.pp:91 on node pico.hashar
    ...
    • Dec 22 2017, 3:58 PM
    • 34 Lines
  • package org.wikidata.query.rdf.blazegraph.label;
    import java.util.stream.Stream;
    ...
    • Dec 22 2017, 1:34 PM
    • 27 Lines
  • Error running SonarLint analysis
    org.sonar.squidbridge.api.AnalysisException: SonarQube is unable to analyze file : '/home/gehel/wikimedia/wikidata/query/rdf/blazegraph/src/main/java/org/wikidata/query/rdf/blazegraph/label/SonarEmptyLabelServiceOptimizer.java'
    at org.sonar.java.ast.JavaAstScanner.simpleScan(JavaAstScanner.java:105)
    at org.sonar.java.ast.JavaAstScanner.scan(JavaAstScanner.java:68)
    ...
    • Dec 22 2017, 1:34 PM
    • 67 Lines
  • All sizes are in kB's. The pack column is the size of the object, compressed, inside the pack file.
    size pack SHA location
    27841 18259 2e091951a7fc991e629a2ba96504f8b6aa5d5f1d files/misc/GeoIPcity.dat
    18236 18217 9120ae653d85ef9181b079c206d20614593b9def files/gerrit/gerrit-2.2.1.war
    5138 1360 b90ff972fd0cd5c62467f27aa4b5924e574c7ba4 modules/admin/files/home/ori/.binned/peco
    ...
    • Dec 21 2017, 11:05 PM
    • 52 Lines
  • 3.8:
    curl -k https://localhost:8140/puppet/resource_types/role::puppetmaster::standalone?environment=production
    [{"doc":"= Class: role::puppetmaster::standalone\n\nSets up a standalone puppetmaster, without frontend/backend\nseparation.\n\nUseful only in labs.\n\n== Parameters\n\n[*autosign*]\n Set to true to have puppetmaster automatically accept all\n certificate signing requests. Note that if you want to\n keep any secrets secure in your puppetmaster, you *can not*\n use this, and will have to sign manually.\n\n[*prevent_cherrypicks*]\n Set to true to prevent manual cherry-picking / modification of\n the puppet git repository. Is accomplished using git hooks.\n\n[*allow_from*]\n Array of CIDRs from which to allow access to this puppetmaster.\n Defaults to the entire 10.x range, so no real access control.\n\n[*git_sync_minutes*]\n How frequently should the git repositories be sync'd to upstream.\n Defaults to 10.\n\n[*extra_auth_rules*]\n A string that gets added to auth.conf as extra auth rules for\n the puppetmaster.\n\n[*server_name*]\n Hostname for the puppetmaster. Defaults to fqdn. Is used for SSL\n certificates, virtualhost routing, etc\n\n[*puppet_major_version*]\n Distinguishes version of puppet software e.g. 3 or 4\n\nfiltertags: labs-common\n","line":40,"file":"/etc/puppet/modules/role/manifests/puppetmaster/standalone.pp","parameters":{"autosign":"false","prevent_cherrypicks":"false","allow_from":"[\"10.0.0.0/8\"]","git_sync_minutes":"\"10\"","extra_auth_rules":"\"\"","server_name":"$::fqdn","use_enc":"true","labs_puppet_master":"hiera(\"labs_puppet_master\")","puppet_major_version":"hiera(\"puppet_major_version\", 3)"},"name":"role::puppetmaster::standalone","kind":"class"}]
    ...
    • Dec 21 2017, 7:11 PM
    • 10 Lines
  • date.timezone = UTC
    hhvm.debug.core_dump_report_directory = /var/log/hhvm
    hhvm.debug.core_dump_report = false
    hhvm.dynamic_extension_path = /usr/lib/x86_64-linux-gnu/hhvm/extensions/20150212
    hhvm.dynamic_extensions[luasandbox.so] = luasandbox.so
    ...
    • Dec 21 2017, 3:56 PM
    • 31 Lines
  • date.timezone = UTC
    hhvm.debug.core_dump_report = false
    hhvm.enable_obj_destruct_call = true
    hhvm.enable_zend_compat = true
    hhvm.jit = false
    ...
    • Dec 21 2017, 3:55 PM
    • 17 Lines
  • xx001: default: shared folder errors, please make sure the guest additions within the
    xx001:+ vagrant roles enable abusefilter
    xx002:+ vagrant roles enable accountinfo
    xx003:+ vagrant roles enable advancedsearch
    xx004:+ vagrant roles enable analytics
    ...
    • Dec 21 2017, 10:43 AM
    • 1,191 Lines
  • 18:27 < RoanKatto> So I'm reconstructing the replica on deployment-db04 and guess what I'm seeing
    18:27 < RoanKatto> There's an impressive data set on beta labs
    18:27 < RoanKatto> 3 million edits
    18:27 < RoanKatto> But it's on/from simplewiki
    18:28 < RoanKatto> beta simplewikis is 10x the size of beta enwiki
    ...
    • Dec 20 2017, 6:42 PM
    • 10 Lines
    • IRC Logs
  • )]}'
    {
    "id": "operations%2Fpuppet~production~I8ff9e6572ea86377f62e6fa634bf724b84e8c186",
    "project": "operations/puppet",
    "branch": "production",
    ...
    • Dec 19 2017, 8:44 PM
    • 224 Lines
  • )]}'
    {
    "id": "operations%2Fpuppet~production~I8ff9e6572ea86377f62e6fa634bf724b84e8c186",
    "project": "operations/puppet",
    "branch": "production",
    ...
    • Dec 19 2017, 8:42 PM
    • 22 Lines
  • $ cat .git/hooks/pre-commit
    set -x
    git diff-index --check --cached HEAD --
    bundle exec rake -j=1 test
    • Dec 19 2017, 8:31 PM
    • 4 Lines
  • labvirt1001.eqiad.wmnet
    4.4.0-81-generic
    i A linux-image-4.4.0-81-generic - Linux kernel image for version 4.4.0 on 64
    i A linux-image-extra-4.4.0-81-gene - Linux kernel extra modules for version 4.4
    labvirt1002.eqiad.wmnet
    ...
    • Dec 19 2017, 7:41 PM
    • 80 Lines
  • P6486 Chat Log
    [16:35] <RoanKattouw> addshore: DanielK_WMDE_: (Moving here because both -tech and -dev are noisy) During my walk I figured out WHY the "revision does not exist" message happened. It was related to ChronologyProtector, but not in the way we thought: it happened BECAUSE it was doing its job
    [16:36] <addshore> :D
    [16:36] <RoanKattouw> For newly created pages/revisions, the text table rows were written to the replica (and so weren't on the master), but the revision table rows were written to the master (and replicated to the replica)
    [16:36] <RoanKattouw> When you first save the page, the replica hasn't caught up yet, so CP ensures that your next page view reads from the master (which never happens otherwise), because it's the only up-to-date server
    [16:37] <RoanKattouw> The master doesn't have the text row, so trying to get the text fails
    ...
    • Dec 19 2017, 4:21 PM
    • 29 Lines
    • IRC Logs
  • RoanKattouw: Aaron tried to help with investigating the chronology issue yesterday, but didn't get anywhere, it seems. That stuff is a bit esoterik to me... do you have an idea how to investigate? Basically, new revisions fail to load seconds after an edit. it *looks* like the page table is out iof sync with the revision table. But nobody knows how that can be.
    [12:36:40] <DanielK_WMDE> ah, addshore merged the revert
    [12:36:50] <DanielK_WMDE> I'll file a revert of the revert in a minute
    [12:36:54] <addshore> not yet, just fixing the commit message
    [12:37:00] <addshore> but gerrit has died for me
    ...
    • Dec 19 2017, 2:06 PM
    • 259 Lines
    • Plain Text
  • root@PRODUCTION test-s4 master[(none)]> select @@hostname;
    +------------+
    | @@hostname |
    +------------+
    | db1111 |
    ...
    • Dec 18 2017, 3:49 PM
    • 55 Lines
  • ERROR: testTLS (varnish_test.VarnishXcpsTest)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
    File "/home/ema/wmf/operations-puppet/modules/mtail/files/test/varnish_test.py", line 46, in setUp
    os.path.join(test_dir, 'logs/varnish.test'))
    ...
    • Dec 18 2017, 3:42 PM
    • 16 Lines