Seth Grover

Results 144 comments of Seth Grover

Just stumbled across this, same thing happening to me. Trying to run via `podman compose` with `userns_mode: keep-id`. Only the [`VOLUME`](https://github.com/idaholab/Malcolm/blob/1b5e003023aa0b876dc100f8def0645ada8283c2/Dockerfiles/file-monitor.Dockerfile#L245-L247)-declared paths have 999 ownership.

``` >>>> Executing external compose provider "/usr/libexec/docker/cli-plugins/docker-compose". Please refer to the documentation for details.

Here's an example that's just pure podman: ```Dockerfile FROM debian:12-slim ARG DEFAULT_UID=1000 ARG DEFAULT_GID=1000 ENV DEFAULT_UID $DEFAULT_UID ENV DEFAULT_GID $DEFAULT_GID ENV PUSER "phteven" ENV PGROUP "phteven" ENV DEBIAN_FRONTEND noninteractive ENV...

see also #430 which may be related, as well as #221

Kamino closed and cloned this issue to [cisagov/Malcolm](https://github.com/cisagov/Malcolm/issues/396)

Thanks for the suggestion! I'm not getting much time to update this project these days but I agree with the usefulness of this, and will take it under advisement.

I'm releasing a v1.7.0 that should handle this by adding options for `--audio-stream-list` and `--audio-stream-index` index. For example: * list the audio streams ```bash $ cleanvid -i Princess.Mononoke.mkv --audio-stream-list 1:...

Note that my use case is more for multi-language files rather than different stereo encodings, but I think it should work the same way. If not let me know.

I've reproduced it in an Ubuntu 24.04 VM: ``` { "name" : "opensearch", "cluster_name" : "docker-cluster", "cluster_uuid" : "r8q8n71CQgmz6nVOouWCLw", "version" : { "distribution" : "opensearch", "number" : "2.16.0", "build_type" :...

I don't see anything majorly different between the output of those two json files, other than the obvious things like volumes and environment variables. One interesting difference, though: `dashboards-helper` is...