Remi Rampin

Results 489 comments of Remi Rampin

It seems that `FILE_STAT` is not handled at all right now, which seems surprising. Added a commit here, but let's think about it.

Yes, I ran into this recently! The problem is that Docker has seccomp rules preventing the use of ptrace inside the container (among other "unusual" system calls). Because of a...

I released [reprozip 1.0.7](https://github.com/ViDA-NYU/reprozip/releases/tag/1.0.7) which correctly display the message, and links to [this new troubleshooting entry](http://reprozip.readthedocs.io/en/1.0.x/troubleshooting.html#ptrace).

@kaczmarj seems to be doing just this in https://github.com/kaczmarj/neurodocker

Should be implemented similarly for other unpackers than vagrant.

I'm not sure what you have in mind here.

@seansummers mentioned at DASPOS that having access to the Docker client from reprounzip is unsafe and shouldn't be required. Simply outputting the Dockerfile with the correct ENTRYPOINT and letting the...

I plan to reorganize the PyPI packages even further for 2.0: ![packages](https://user-images.githubusercontent.com/426784/117674166-6f378200-b179-11eb-9e8c-1f2efa70808e.png) Design notes: * People who just want reprozip shouldn't depend on reprounzip machinery (but code shouldn't be duplicated)...

Introduced `reprozip_core` with d27bd1e1

Files whose stats only are looked at (not content) don't get packed, so it is probable that the program actually read all those files. I can see that being a...