Pavel Raiskup

Results 876 comments of Pavel Raiskup

I'm not sure why login shell isn't used, I have to check later. IMO we should switch to $HOME automatically, but this doesn't happen. I don't think it is wise...

On Wednesday, March 4, 2020 12:26:36 PM CET Neal Gompa (ニール・ゴンパ) wrote: > @praiskup Have we considered providing container images for mock that are > built in Quay.io for mock...

On Wednesday, March 4, 2020 8:02:39 PM CET Neal Gompa (ニール・ゴンパ) wrote: > Why would it cost manpower to maintain them? We can't just set up a Dockerfile > to...

> I vote to close this issue as there is nothing to do in default settings. Well, I can certainly confirm that I like how podman works, and that IMO...

Mock intentionally uses a separate namespace for mountpoints. This is expected. I fail to see what is happening with the the /var/lib/mock folders in mock, though. Doing unshare - when...

> ERROR: Command failed: > $ /bin/mount -n -t tmpfs -o rprivate tmpfs /var/lib/mock/dist-myos-bootstrap/root/proc Why is this command failing for you? It is obvious it fails, but not why.

> My understanding of this reply is that > 'Mock should get the originally mounted mountpoints after "unshare_namespace", that's because /proc won't be > affected by unshare_namespace' Yes, that's what...

Thank you for the info, @changyp6 - I'll keep this open. > However, the logic in mock code is still wrong, mock should exit immediately if unshare(CLONE_NEWUTS | CLONE_NEWNS) fails....

This just worked for me even with `--isolation simple`. Can you please re-try if it still happens? ``` $ mock -r fedora-36-x86_64 --isolation simple --enable-network --shell INFO: mock.py version 3.1...