Comment 12 for bug 2042644

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

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>