Baojun Wang
Baojun Wang
Agreed it's a lot better to drop older kernels, what's the version lower bound? 4.8?
Yes, after running with `--in-schroot --chroot /` with a regular command (`ls -al`) actually makes the system unusable because of broken `/proc` mounts. May need to handle graceful exit of...
It seems the issue only exist when `-in-schroot` is also specified, only differences is CLONE_NEWUSER flag (`-in-schroot` implies no CLONE_NEWUSER). Also I have a virtual machine instance using QEMU, QEMU...
Thanks a lot for the link, this should be fixed by: 3d7e22de8e1c1d5da506c8be7614acd9d0c4b752
Fixed static compile issue with ff0cc2bfe4c38679e2c494c02ce4f14281a5bec8. (which C dependencies management could be better :) )
If the dependencies is a problem (I tend to agree), it is also possible to call `cpio` command line (`popen`), what do you think?
`libarchive` supports a lot more archives other than `cpio`, for dynamic linking it seems fine, however static linking needs all the other archives dev packages (headers, static/shared libraries), even though...
I seem able to run without issues on `cat16` (`dettrace ls -al /`)
which command did you run, can you describe the steps which reproduce the failure?
If waited task is busy waiting, such as `futex(..., FUTEX_WAIT, ...)`, then the status would be `S`, and it can be marked as `blocked`, it should have similar semantics as...