Rich Braun

Results 58 comments of Rich Braun
trafficstars

I'm leaving this open until an authoritative source of information explains this statement in the [release update](https://wiki.samba.org/index.php/Samba_Features_added/changed) for `4.18` describing security.NTACL: "_This option must only be used when this consequence...

Please check the updated README in PR #133, which has this text: > Version `4.18` introduced a `security.NTACL` feature intended to allow samba-dc to run within a container without the...

There is a big issue: it depends (via its dependency on ttf2woff2) on an old version of _minimist_ which has vulnerability [CVE-2020-7598](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7598). That means this can no longer be used...

A colleague noticed: minimist is referenced in this repo (https://github.com/Workshape/icon-font-generator/blob/a9ac3b34c7343ee6157176a6a2af00e29939b41c/package.json#L19) so maybe it can be fixed by simply bumping the version from 1.2.0 to 1.2.5. It won't solve the lack...

Thanks for the clarification, the driver for this hardware (blazer / megatec) apparently requires the `libusb` alpine package. It's added now, please invoke ``` docker pull instantlinux/nut-upsd:2.8.0-r4 ``` and try...

I think the `libusb` package may have nothing to do with this, then. That article talks about setting up udev rules for permissions (on the host server). The container runs...

To implement this safely, the test pipeline will need functional testing with enough coverage to look for breaking-changes of commands used by the entrypoint script here. There would also need...

Closing due to inactivity.

Feature is added, pull the image `instantlinux/samba-dc:4.16.8-r0` to pick up this capability.

What is the output of this command (part of Dockerfile's `HEALTHCHECK`) directive, when this happens with your UPS model, from a `docker exec -it sh` shell? (Make sure $NAME env...