Comment 4 for bug 2042644

Revision history for this message
Nick (kousu) wrote :

I built the corresponding v1.42.1 from upstream using their build script and it worked:

```
apt-get install build-essential autoconf pkg-config libelf-dev cmake pkg-config libuv1-dev uuid-dev libssl-dev libcap-dev libcups2-dev libjson-c-dev libjudy-dev liblz4-dev libmnl-dev libnetfilter-acct-dev libprotobuf-dev libsnappy-dev libssl-dev libuv1-dev libyaml-dev protobuf-compiler uuid-dev zlib1g-dev
git clone -b v1.42.1 https://github.com/netdata/netdata
cd netdata
NETDATA_CONFIGURE_OPTIONS="--disable-h2o" ./netdata-installer.sh # press enter once to start the build
```

```
root@09e8a0c11551:~/netdata# curl http://localhost:19999/version.txt 2>&1
5fc5d414f948e9d7b417aa652fe46337b9db0a4a
root@09e8a0c11551:~/netdata# curl http://localhost:19999/sitemap.xml 2>&1
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
        <url>
                <loc>https://my-netdata.io/</loc>
                <lastmod>2017-01-02</lastmod>
                <changefreq>always</changefreq>
        </url>
</urlset>
```

So there is something in, I guess, https://git.launchpad.net/ubuntu/+source/netdata/tree/debian?h=applied/1.42.1-1, that's knocking netdata on its back.