Chris Evich

Results 225 comments of Chris Evich

Update: Instead of doing an `rpmbuild` on my RHEL 9.2 VM (w/ updated golang), I just tried building directly from the 2e8bce2 source. This is what I got: ``` [root@cevich-1mt-rhel-9...

Indeed, a `# grep 'ErrDetach' vendor/github.com/containers/common/pkg/util/*` gives nothing. Hrmmmm. I tried running `make vendor-in-container` but it didn't change anything. I'm at a loss why it compiles fine on F41 in...

Ugh, -sigh-, no, silly me, this is all my fault. I took the top commit ID from the list in github instead of the bottom one (e581a2919). Sorry for the...

Final manual results: - rootless failures: - many sigproxy fails (frequent flaker) - podman ps --external (exit 0 expected 2) - pasta (not present; expected) - remote rootless: - many...

@lsm5 I was working on backporting commits from here to `v4.2.0-rhel` and noticed in the "Fix multiple podman cp issues for podman-remote" commit, there are a bunch of documentation changes...

Thanks Lokesh, that looks better now.

The changes compile on RHEL 9.2 and at least the local-root system tests pass (except for one very minor SELinux test-code bug I'm ignoring). The local-rootless system test failed on...

The remote_root test just finished. Again a minor SELinux failure, and a `not ok 362 podman-remote: non-default connection` failure. However, I checked the test code and I think this is...

remote_rootless test finished. Same sigproxy (ignoring), pasta (ignoring), and (somewhat concerning) `podman ps --external` failures. --- In conclusion, I'm a bit nervous about the `ps --external` failures. I found some...

> Is this on 1MT or testing-farm? I have seen it pass consistently on testing-farm RHEL-9.2.0-Nightly compose. This is on 1MT with the `podman` and `podman-*` packages built from the...