Andreas Gebhardt

Results 70 comments of Andreas Gebhardt

Try to unload the `pn533` kernel module @ronnyandre, which is suggested on SO [Unable to claim USB interface (Device or resource busy)](https://stackoverflow.com/a/33790442). > If you have kernel version > 3.5,...

Hi @KiranDarbha, (1) tried your example but without success: ```bash $ export MQSERVER="DEV.ADMIN.SVRCONN/TCP/localhost(1414)" $ export MQSAMP_USER_ID=admin $ ./amqsputc DEV.QUEUE.1 QM1 Sample AMQSPUT0 start Enter password: ******** MQCONNX ended with reason...

on https://labs.play-with-docker.com/ it work's ```bash [node1] (local) [email protected] ~ $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES fc04bf2f6750 ibmcom/mq "runmqdevserver" 5 minutes ago Up 4 minutes 9157/tcp,...

(One of) the difference between the both images 9.1.4.0-r1 and 9.1.5.0-r1 is the user which runs/owns the process within the container: 9.1.4.0-r1: ```bash bash-4.4$ id uid=888(mqm) gid=888(mqm) groups=888(mqm),0(root) ``` 9.1.5.0-r1:...

@arthurbarr thanks for the update on the behavior of `id`

@arthurbarr the problem is also present on 2nd Release of 9.1.5.0 (9.1.5.0-r2), so I updated the title. Podman: ```bash bash-4.4$ cat /etc/passwd root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin adm:x:3:4:adm:/var/adm:/sbin/nologin lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt...

It also fails in 9.2.0.0-r1. I spent some more time and the difference which yields to the `MQRC_NOT_AUTHORIZED` error for admin **is** the wrong user id on `amqzxma0 (mqm vs....

Hi @LPowlett, did anybody had a chance to take a look on this issue?