Austin S. Hemmelgarn

Results 395 comments of Austin S. Hemmelgarn

> Another issue with these instructions, is that the source is compiled as `root`, which is probably not that good. We can’t avoid that for the `netdata-installer.sh` script. It blindly...

Rebased to pick up the latest changes in the master branch.

The other thing to think about is if we want inform peers of our alternative addresses. For example, if A and B are talking over IPv4 directly, should they inform...

That's kind of my thought too, it's not very expensive, and it reduces the need for global discovery even further. If implemented such that this info is only gathered when...

Rebased to resolve merge conflict.

> Hello @Ferroin , > > Running this PR on my local environment I cannot run `netdatacli`: > > ```shell > netdatacli help > uv_pipe_connect(): no such file or directory...

Might I suggest that we also check disk space usage on startup as well as whenever a new file needs to be created? That would allow users to _quickly_ reduce...

Regarding the uninstaller, the way that NSIS handles uninstallers means that we cannot actually sign it without significantly compromising the integrity of our current signing workflow. This is likely something...

The problem with truncating the original is that that can't be done while Syncthing is running. This is the case at least on Windows, and might be the case on...

I'd like to make one more comment: Setting the execute permission is above and beyond what all of the tools you listed do because sane programs on Windows don't live...