Arthur Barr

Results 97 comments of Arthur Barr

Yes, it's only for a short time, but then with the printf technique it's never in the environment (but would be in the `ps` output). So it's a case of...

IBM no longer uses default credentials for security reasons. For example, it can be too easy to accidentally use a developer image in a production environment and compromise your system,...

This is curious, because DLLs are a Windows technology and shouldn't be used in a Linux container. I think you may need to raise a support case with IBM for...

From MQ 9.3.4, there's no default password in the MQ Advanced for Developers container. You need to set the password: 1. In MQ 9.3.4 or 9.3.5 you need to use...

This chart allows you to set environment variables by setting the `queueManager.envVariables` in the Helm chart's values. You can see that these values get mapped into the Pod's environment variables...

The `app` user is not in a group for the web console, but is instead authorized for the REST APIs (as I think makes sense for an "application"). See https://github.com/ibm-messaging/mq-container/blob/034f9276bb78de4afd94ef54efdd0a7a80d188e6/incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/mqwebcontainer.xml.dev#L31...

FWIW, I'm seeing this regularly with Ramalama 0.8 (installed via script) on Podman 5.4.2 (installed from podman.io download). I managed to process a single-line markdown file, but any time I...