Paul Colomiets
Paul Colomiets
Use this as a temporary workaround: ``` - !AptTrust server: hkps://pgp.mit.edu keys: [D88E42B4] ```
This should be fixed in master/testing version. Still not released though :( Which version do you use?
It's fixed here: https://github.com/shadow-maint/shadow/pull/43 We are waiting for the new release of the package
Sure, It's a good idea, but I'm not sure I will have some time to implement it soon.
At a glance it also depends on https://github.com/pypa/pipfile/issues/98
More lines of log would be helpful, especially if you run `RUST_LOG=debug vagga` Vagga almost never uses `execvp` (I'm not sure, if there are any cases at all). Or you...
``` INFO:vagga::process_util: Running "init" mount procfs: Resource busy mount devtmpfs: Operation not permitted execvp: No such file or directory ``` Looks strange, so it can't mount few filesystems but tries...
Just run everything under strace. You'll see `execve` commands with all correct paths and environment variables. Do you know how to run vagga under `strace`?
Ah, yes `!Container` volumes are always read-only, regardless of `transient-hard-link-copy`
You're probably want `!Persistent` volume seeded from a container, if you want writable system there.