Héctor Luaces
Héctor Luaces
AFAIK you are not escalating privileges with zabbix, just executing it with its user. Try to login as zabbix: `sudo -u zabbix /bin/bash` and then executing those commands while sudoing,...
Signing up for this. My use case revolves around finding payloads in Msoffice documents, which are a common vector of sending malware through email. As VBA (the language used in...
Made a PR for this: - https://github.com/Mudlet/Mudlet/pull/6294
In my case this error happens when I specify a `forks` option with a numeric value like this: ``` provisioner: name: ansible log: true options: vv: true forks: 20 ```...
Just in case my original issue wasn't clear: the docs mention `vvv` but `v`, `vv`, ... all worked as expected. IMHO removing it seems fine but it should be acknowledged...
Have you tried using one of the following options and see if it fits for your use case? * Pass the desired verbosity to the molecule command (`molecule -vvv converge...
Also happening here. To add more info: once you click on the "ACK" button the content of the "Zabbix Alert" panel simply dissapears and is rendered unusable. After a few...
I'm affected by the issue, cant really scan any QR at all: * Device: Moto G7 * Bitwarden 2.8.0 (3349) * OS: Android 10
Regarding this: > ⚠ Note that the X-Auth-Email header contains the username instead of the eMail ⚠ We were experiencing the same issue. The problem was this config: ``` -...
We might be interested in this functionality. Our use case is enabling LDAP groups to be added as attendees in the Calendar app. After being exploring the rabbit hole for...