Page MenuHomeDevCentral
Paste Active Pastes
  • =====================================================================
    FAILED TEST SUMMARY
    ---------------------------------------------------------------------
    pcntl_setns() [ext/pcntl/tests/pcntl_setns_basic.phpt]
    pcntl_setns() [ext/pcntl/tests/pcntl_setns_newpid.phpt]
    ...
    • Jul 7 2026, 10:33
    • 951 Lines
  • ## Review of D4022 — Guess by heuristics Rust platform triplet
    ### Summary
    The change is well-motivated and the overall approach is sound. Removing the hard `__virtual__` gate on `rustc` presence so the module can still function — falling back to heuristic detection — is a clean solution to a genuine bootstrapping problem.
    ...
    • Jun 7 2026, 12:57
    • 79 Lines
  • ; wolfplex.be Dumped Fri Apr 24 10:12:51 2026
    ;
    wolfplex.be. 172800 IN SOA ns1.he.net. hostmaster.he.net. (
    2024102101 ;serial
    10800 ;refresh
    ...
    • Apr 24 2026, 17:14
    • 45 Lines
  • # License originality assessment report
    ## Context
    762 files in the operations repository carry the license header
    ...
    • Apr 3 2026, 21:47
    • 126 Lines
  • # -------------------------------------------------------------
    # Vault configuration - Policy for router nodes
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # Project: Nasqueron
    # License: Trivial work, not eligible to copyright
    ...
    • Mar 24 2026, 19:06
    • 22 Lines
  • tmp.sls:{% from "map.jinja" import dirs, packages, packages_prefixes with context %}
    map.jinja:{% set packages_prefixes = salt['grains.filter_by']({
    roles/shellserver/userland-software/base.sls:{% from "map.jinja" import dirs, packages, packages_prefixes with context %}
    roles/shellserver/userland-software/base.sls: - name: {{ packages_prefixes.python3 }}pip
    roles/shellserver/userland-software/base.sls: - {{ packages_prefixes.php }}bcmath
    ...
    • Mar 24 2026, 17:18
    • 128 Lines
  • running: make
    /bin/bash /tmp/pear/temp/pear-build-defaultuser0SK30P/mailparse-3.1.9/libtool --mode=compile cc -I. -I/tmp/pear/temp/mailparse -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser0SK30P/mailparse-3.1.9/include -I/tmp/pear/temp/pear-build-defaultuser0SK30P/mailparse-3.1.9/main -I/tmp/pear/temp/mailparse -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mailparse/mailparse.c -o mailparse.lo
    mkdir .libs
    cc -I. -I/tmp/pear/temp/mailparse -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser0SK30P/mailparse-3.1.9/include -I/tmp/pear/temp/pear-build-defaultuser0SK30P/mailparse-3.1.9/main -I/tmp/pear/temp/mailparse -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mailparse/mailparse.c -fPIC -DPIC -o .libs/mailparse.o
    /tmp/pear/temp/mailparse/mailparse.c: In function 'zif_mailparse_stream_encode':
    ...
    • Mar 23 2026, 09:59
    • 29 Lines
  • /usr/local/share/texmf-dist/fonts/opentype/public/venturisadf/VenturisSansADFNo2Ex-Bold.otf: VenturisSans ADF No2 Ex:style=Bold
    /usr/local/share/texmf-dist/fonts/type1/public/cm-super/sfbi1095.pfb: Computer Modern:style=Bold Extended Italic
    /usr/local/share/texmf-dist/fonts/type1/public/cs/csr12.pfb: csr12:style=Regular
    /usr/local/share/texmf-dist/fonts/type1/public/montserrat/MontserratAlternates-ExtraBoldItalic.pfb: MontserratAlternates\-ExtraBoldItalic:style=ExtraBold
    /usr/local/share/texmf-dist/fonts/type1/public/mathdesign/mdbch/md-chb7t.pfb: MathDesign\-CH:style=Bold OT1 10
    ...
    • Mar 22 2026, 18:02
    • 10,070 Lines
  • $ make test
    (cd _tests && make)
    make[1]: Entering directory '/home/app/operations/_tests'
    PYTHONPATH="/home/app/operations/_tests:/home/app/operations/_tests/../_modules" python -m unittest discover modules
    ....................................................
    ...
    • Mar 22 2026, 09:07
    • 38 Lines
  • #!/usr/bin/env python3
    # -------------------------------------------------------------
    # Switch CARP MAC at OVH level
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Mar 21 2026, 16:04
    • 65 Lines
  • ---
    Language: Cpp
    AccessModifierOffset: -2
    AlignAfterOpenBracket: Align
    AlignArrayOfStructures: None
    ...
    • Mar 20 2026, 22:39
    • 273 Lines
    • YAML
  • ## Anubis has the ability to let you import snippets of configuration into the main
    ## configuration file. This allows you to break up your config into smaller parts
    ## that get logically assembled into one big file.
    ##
    ## Of note, a bot rule can either have inline bot configuration or import a
    ...
    • Mar 20 2026, 20:02
    • 249 Lines
    • YAML
  • drake_gre_tunnels:
    ysul:
    router:
    interface: gre0
    ...
    • Mar 17 2026, 14:03
    • 47 Lines
    • YAML
  • connections {
    IPsec_windriver {
    version = 2
    proposals = {{ ike_proposals }}
    ...
    • Mar 4 2026, 13:32
    • 64 Lines
    • YAML
  • P387 ipsec
    {% from "map.jinja" import dirs with context %}
    # -------------------------------------------------------------
    # Strongswan(IPsec) configuration
    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ...
    • Mar 4 2026, 13:32
    • 39 Lines
    • YAML
  • aiohttp==3.9.5
    aiosignal==1.3.1
    attrs==23.2.0
    autocommand==2.2.2
    autopep8==2.3.1
    ...
    • Feb 25 2026, 17:26
    • 93 Lines
  • # package installation and service management for strongswan
    strongswan_package:
    pkg.installed:
    - name: strongswan
    ...
    • Feb 24 2026, 14:00
    • 18 Lines
    • YAML
  • from terminatorlib.plugin import URLHandler
    import subprocess
    import os
    AVAILABLE = ['ResolveHashURLHandler']
    ...
    • Feb 23 2026, 16:11
    • 39 Lines
    • Python
  • #!/bin/sh
    #
    # Usage: arc-delete-remote-branch [branch]
    # Default value: master
    #
    ...
    • Feb 14 2026, 12:25
    • 63 Lines
    • Bash Scripting
  • zroot/ROOT/default on / (zfs, local, noatime, nfsv4acls)
    devfs on /dev (devfs)
    zroot/tmp on /tmp (zfs, local, noatime, nosuid, nfsv4acls)
    zroot/var/log on /var/log (zfs, local, noatime, noexec, nosuid, nfsv4acls)
    zroot/var/tmp on /var/tmp (zfs, local, noatime, nosuid, nfsv4acls)
    ...
    • Feb 10 2026, 13:56
    • 11 Lines
  • router-002:
    forest: nasqueron-infra
    hostname: router-002.nasqueron.drake
    network:
    interfaces:
    ...
    • Feb 9 2026, 19:54
    • 13 Lines
    • YAML