Tony Murray

Results 453 comments of Tony Murray
trafficstars

Perhaps, thanks for letting me know that approach is a dead end at least :)

Would be great if this did a simple `Str::finish()` to append the domain so I can search with userPrincipalName and allow short or long logins.

I haven't gotten that far yet, need adldap2 working in my project first. We'll see if I get that far...

Luckily, the cache only needs to be updated when the definitions are updated, which only happens when the container is updated. So yes, it is a bug, but it has...

LibreNMS has nothing to do with s6 and will work perfectly fine despite these errors. I'm unsure if it is even used in the image. Probably can be resolved in...

What does runAsNonRoot do? LibreNMS always runs without root priveledges. Or does that mean S6 runs without root? Not sure how that would work.

Perhaps if /run is writable (mounted to tmpfs), /var/run is linked, and S6_READ_ONLY_ROOT is set, that would be enough. https://github.com/just-containers/s6-overlay#read-only-root-filesystem Probably not though as s6 sets up the other services....

Oh, that was the other thing in the commit I didn't push... we need to flush the PHP opcache. If you wait long enough, it will go :D But no...

Correction! The fix is in the upstream LibreNMS repository. You will need to use master or the 22.7.0 release (due out soon).

Any blockers to merging this? I plan to add a network scan and a little more to the first run process.