Albert Vaca Cintora

Results 65 comments of Albert Vaca Cintora

On msys distribution 20210725 we found that downgrading gcc didn't fix the issue, but downgrading binutils from latest (`2.36.1-3` as of our test) to `2.35.1-2` did fix the ThreadSanitizer issue.

Indeed, it looks like unfortunately this is not something that Linux exposes :/ I'm going to research a bit if this is something that could be patched in the kernel...

Via [stackoverflow](https://unix.stackexchange.com/a/13757/177517) I've found this bash line that will tell you how many inotify watches are used per-process and per-user (assuming you run it as root, otherwise only the ones...

In 2019 I sent a 3-commit patch to the Linux kernel to expose the number of inotify watches used and total in `/proc`: [[PATCH v3 1/3] Move *_ucounts functions above](https://lists.openwall.net/linux-kernel/2019/05/31/902)...

I just deployed my own rssbox and (without a `sessionid`) I'm getting the rate-limited error right away, which is weird.

Hi Joeri! Your concern is valid and it is something we should fix, but that we haven't prioritized yet. I'll bump it internally. Note, though, that not pinning a version...

We do release the Agent for MacOS, so we could support it on Ansible. This is the first time we see such feature request, though, so it's not a high...

Hi @dpippen! Thanks for your input :) We are tracking MacOS support as a feature request internally and measuring demand for it. As you mention, we also would expect more...

You need admin rights to install the NPM driver but also to install the base Agent. Using `become` needs some extra config as you pointed out, so we recommend not...