Tudor Brindus

Results 130 comments of Tudor Brindus

What are the contents of `/judge-runtime-paths.yml` in the container? You should be able to obtain it by running ``` $ docker exec -it judge cat /judge-runtime-paths.yml ``` replacing `judge` for...

Also, please provide logs after running the command @leduythuccs mentioned. What I suspect happened is the judge entirely failed to autoconf, and generated a valid-but-empty YAML that we butchered by...

> Sandbox requires Linux 4.8+ to use seccomp, you have 4.4.0-210-generic That's the error. Either upgrade your kernel (4.4 is very old!), or use https://github.com/DMOJ/judge-server/releases/tag/v3.0.2, as that is the last...

Please post the full logs of the build step when building without cache. If you still see > Sandbox requires Linux 4.8+ to use seccomp, you have 4.4.0-210-generic You are...

This seems like it might be an upstream Dart issue. I've reported it in https://github.com/dart-lang/sdk/issues/47448.

Yeah, I think this might've been discussed as part of #467, though it's definitely necessary.

This should also be a threshold-based thing where once you pass it, we set a boolean field in your profile. This way we can enable it for users who don't...

Generators have no possibility of hanging after https://github.com/DMOJ/judge/issues/295, since they are sandboxed.

I swear we had a ticket for this already, but I can't find it now... Anyway, yes, agreed, the contest scoreboard should not have links for non-participating, non-privileged users.

Yes, any tickets that are not closed are still open. We try to keep the issue tracker up-to-date.