Join the community today
Become a Member

Stable Branch fix march_hostcheck geoip curl jq error handling in 132.00stable

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 24, 2026.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:46 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix march_hostcheck geoip curl jq error handling in 132.00stable

    Suppress jq parse errors from the geoip lookup in march_hostcheck by
    capturing curl output to a variable before piping through jq, matching
    the pattern used in datamanager.inc.


    Changes:
    - Capture curl output to _march_geoip variable to prevent broken pipe errors
    - Suppress jq stderr on both the v3 and v4 lookup paths
    - Suppress jq stderr on VPS_ASNCHECK secondary parse

    Continue reading...

    132.00stable branch