Austin S. Hemmelgarn
Austin S. Hemmelgarn
@ktsaou To have multiple packages via WinGet we would need to provide multiple separate MSI packages, which would in turn be a backwards incompatible change. So having a single package...
Closing in favor of https://github.com/netdata/netdata/pull/20695
OK, this appears to actually be two bugs: 1. We’re not handling priorities correctly. I was under the impression that APT does not support per-repository priorities like DNF (or Zypper/YaST2,...
@iigorkarpov The problem with that is the same as what we run into trying to use equivalent options for DNF/YUM. Namely, it _only_ applies for that specific invocation of the...
Shorter term though, we need to figure out why the `apt-cache policy` check we’re doing (currently located on [line 1137 of the kickstart script](https://github.com/netdata/netdata/blob/master/packaging/installer/kickstart.sh#L1137)) isn’t working in this particular case....
> > Shorter term though, we need to figure out why the `apt-cache policy` check we’re doing (currently located on [line 1137 of the kickstart script](https://github.com/netdata/netdata/blob/master/packaging/installer/kickstart.sh#L1137)) isn’t working in this...
Other things to consider: 1. Windows has such an interface too. 2. On at least Linux, accessing the key-ring is dependent on running in a user session, not just under...
There's a third use case as well, external tools that need to hash files for reasons other than consistency checking could be taught to use the database to accelerate the...
Well it obviously won't if you're going to shoot it down immediately. I know of at least two deduplication tools that provide an option to store their computed hashes in...
The cloud removal aspect is unfortunately not something we can really do right now. We _should_ be able to do this, but the PMs seem to have trouble recognizing that...