openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
4.01k stars 3.49k forks source link

atlas-sw-probe: update to 5080 #20251

Closed maurice-w closed 1 year ago

maurice-w commented 1 year ago

Maintainer: @ja-pa Environment: x86_64, generic, 22.03.3

Description: After many delays, RIPE NCC released the source code of version 5080 in 11/2022. Can we expect an update of the OpenWrt package? Thanks!

BKPepe commented 1 year ago

Done in https://github.com/openwrt/packages/pull/20329

maurice-w commented 1 year ago

Thanks @BKPepe! Does this actually work for you? My probes won't start anymore after updating to 5080:

root@atlasprobe:~# /etc/init.d/atlas info
{
        "atlas": {
                "instances": {
                        "instance1": {
                                "running": false,
                                "command": [
                                        "/usr/libexec/atlas-probe-scripts/bin/ATLAS"
                                ],
                                "term_timeout": 5,
                                "exit_code": 2
                        }
                }
        }
}

5040 worked fine on OpenWrt, so does 5080 on CentOS.