Oliver Kunz
Oliver Kunz
Have you ever managed to resolve this or is this still something you need help with?
Okay, I'll see if I can replicate that in a Docker later this week.
I've build it from source (not via Docker though) and could not verify the issue. The only other difference is that I'm running `pypy3 --version`. Have you built from HEAD...
Thanks for the very detailed information. I could spend some time today looking at this. Your problem seems to be that your downloaded pypy has the `libpypy3.10-c.so` located in `/usr/bin`....
Glad to see you're unlocked. I had a brief chat with @robertswiecki about that and he mentioned there are some default values set. I believe those are the ones you...
I couldn't replicate this at the moment on my machine. Can you please post the following: - nsjail configuration (or command line) - full log output with `--verbose`
Your log output shows that something is wrong with how you invoke the nsjail. Have you tried it out by running nsjail directly on the cmdline? I suggest you try...
Check out my response to #229. The default config values might be different when using `--config`. In addition, you need to pass the parameters for nsjail before the `--` which...