Michael Dombrowski
Michael Dombrowski
In Java, I'm using the partition information to get the `dnsSuffix` and using the partition `id` to build an arn when looking up IAM managed policies. DNSSuffix is `amazonaws.com.cn` for...
Hi @cyphar thank you very much for both of the replies. So to test the hypothesis I changed `prepareOpenat2` to always return an error so that we'd just use good...
`[/proc/self/fd/30=/!=/sys/fs/cgroup/cpuset/9ac5cec4-16ac-4fdf-4f7f-51aa982a9b7f]/cpuset.cpus: no such file or directory` So apparently what should be the cgroup path is actually `/`
Thank you so much Aleksa, I don't want to take up more of your valuable time with this. Your pointer to look at the openat2 call certainly saved hours of...
Thank you for looking Kir. Sadly our usage isn't open source at this time. Hopefully when we do open source it we'll have moved to using runc properly instead of...
Where do you see the thing name in the effective config? It must be ``` system: thingName: ```
Is your application running under `sudo`? Sudo does not pass through environment variables by default.