The previous comment confirmed the package in -proposed works, but didn't flip the verification tag.
I also performed a quick verification (thanks for the test plan), and it looks good; flipping tags. ... $ lxc launch ubuntu:mantic netdata-mantic $ lxc exec netdata-mantic -- su - ubuntu Before: --- $ sudo apt update $ sudo apt install -y netdata $ apt-cache policy netdata netdata: Installed: 1.42.1-1 Candidate: 1.42.1-1 Version table: *** 1.42.1-1 500 500 http://archive.ubuntu.com/ubuntu mantic/universe amd64 Packages 100 /var/lib/dpkg/status $ sudo systemctl enable --now netdata.service $ sudo systemctl status netdata.service | grep Active: Active: active (running) since Mon 2024-04-01 18:59:25 UTC; 31s ago $ ss -nlt | grep :19999 LISTEN 0 4096 127.0.0.1:19999 0.0.0.0:* $ curl 127.0.0.1:19999; echo File does not exist, or is not accessible: After: --- $ sudo add-apt-repository -yp proposed $ sudo apt install -y -t mantic-proposed netdata $ apt-cache policy netdata netdata: Installed: 1.42.1-1ubuntu0.1 Candidate: 1.42.1-1ubuntu0.1 Version table: *** 1.42.1-1ubuntu0.1 100 100 http://archive.ubuntu.com/ubuntu mantic-proposed/universe amd64 Packages 100 /var/lib/dpkg/status 1.42.1-1 500 500 http://archive.ubuntu.com/ubuntu mantic/universe amd64 Packages $ sudo systemctl status netdata.service | grep Active: Active: active (running) since Mon 2024-04-01 19:02:54 UTC; 18s ago $ curl 127.0.0.1:19999; echo <!doctype html><html><head><title>Netdata Agent Console</title><script>let pathsRegex = /\/(spaces|nodes|overview|alerts|dashboards|anomalies|events|cloud|v2)\/?.*/ ... })</script></body></html> ** Tags removed: verification-needed verification-needed-mantic ** Tags added: verification-done verification-done-mantic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2042644 Title: netdata-web 1.42.1 is inaccessible To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netdata/+bug/2042644/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs