Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission error on Ubuntu 24.04 #582

Open
bootchk opened this issue Aug 1, 2024 · 0 comments
Open

Permission error on Ubuntu 24.04 #582

bootchk opened this issue Aug 1, 2024 · 0 comments

Comments

@bootchk
Copy link

bootchk commented Aug 1, 2024

I checked the things described in the docs.

RUST_DEBUG reveals little, vagga fails at the first exe with permission error.

Maybe need an apparmor whitelist https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2056555

I disabled apparmor, with no luck.

lloyd@ryz36:/wdSSD/home/lloyd/gimpBuildContainers/mesonClang$ RUST_LOG=debug vagga run
 INFO 2024-08-01T21:11:27Z: vagga::config::config: Found configuration file: Some("/wdSSD/home/lloyd/gimpBuildContainers/mesonClang/vagga.yaml")
 INFO 2024-08-01T21:11:27Z: vagga::process_util: Running "id" "-u" "-n"
 INFO 2024-08-01T21:11:27Z: vagga::process_util: Running "exe" "__wrapper__" "_build" "gimpMesonDev"
Command <Command "/proc/self/exe" "__wrapper__" "_build" "gimpMesonDev"; environ[3]; uid_map=[UidMap { inside_uid: 0, outside_uid: 1000, count: 1 }, UidMap { inside_uid: 1, outside_uid: 100000, count: 65535 }]; gid_map=[GidMap { inside_gid: 0, outside_gid: 1000, count: 1 }, GidMap { inside_gid: 1, outside_gid: 100000, count: 65535 }]>: error when executing: Permission denied (os error 13)

Besides changing from 23.10 to 24.04, the vagga.yaml files are no longer in my home directory, but on a separate filesystem.

Separate issue is that when I was in 23.10, !Ubuntu noble failed to find a downloadable image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant