Daniel Hoffend
Daniel Hoffend
I think i made a mistake. Error 1 ... it's not about delaycompress. It's possible that the logfile won't get rotated because the "su openxpki root" parameter will not rename...
Just to let you know: I've tested a few combinations (with php7.4): # test 1 ``` $ldap_use_exop_passwd = true; $ldap_use_ppolicy_control = true; Apr 1 12:47:58 ldap1 slapd[1926096]: conn=1035 op=3 EXT...
I found a bug in the implementation. If the master/index m3u8 file doesn't include a RESOLUTION=AAAxBBB parameter the resolution switch list includes an "undefined" entry which is wider then the...
btw the scrollbars appear for HLS streams with more then 8 sources Like seen here: http://zdf1314-lh.akamaihd.net/i/de14_v1@392878/master.m3u8?dw=0
small fix for #21
There are lots of `echo "volumio" | sudo` calls. Maybe it's worth changing the sudo rules to "nopasswd" and specify them more clearly
IMO you should do the following things 1) disallow the user volumio to login via ssh (sshd_config or pam) at all (no need for). Then you can keep your default...
Added one more example using the interface-health mode that shows all possible labels ``` ./check_nwc_health --community xxx --hostname xxx --mode interface-health --name GigabitEthernet1/0/1 --iflabel ifName OK - GigabitEthernet1/0/1 (alias uplink)...
I've found 1 problem. The usage of `"_"` as limiter between iflabel parts can confuse the existing pnp4nagios template which removes everything after `"_"` to build the interface part in...
> The option `-chainCAfile` is only available from OpenSSL 3.0. I'll implement the fix but I have to think what to do with older versions ... As I used the...