domjudge-packaging
domjudge-packaging copied to clipboard
DOMjudge packaging for (Linux) distributions and live image
Dear developers, I have been trying to install Haskell as an extra compiler within the chroot. Underneath is the code I have added to the chroot-and-tar.sh ``` apt-get update -y...
When using the default docker-compose.yml with pointing to mariadb:latest DOMJudge crashes since latest MariaDB Update (11.3.2). Message: ``` [PDOException (2054)] SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client....
### Description of the problem Domjudge docker container fails to start on Synology NFS due to numerous setfacl errors ### Your environment - DOMjudge version (e.g. 7.0.0 or a github...
`judgedaemon.conf` contains: https://github.com/DOMjudge/domjudge-packaging/blob/c566fa91ca5018fccd43f15a1b4b80db9f5125e4/docker-contributor/supervisor/judgedaemon.conf#L3-L3 So [supervisor](http://supervisord.org/configuration.html#program-x-section-values) goes ahead and starts 2 judgehosts, `domjudge-contributor-0` and `domjudge-contributor-1`. This configuration is unsuitable for running domjudge in single core machines. In a single core machine,...
Cause I deploy domserver in k8s, so I need to let domserver to be scaleable, but I can't find relevant information on the Internet, so I leave my solution here...
Context: After some tests & small contests, we are starting to use Domjudge a lot more. We are planning to host the AdaByron (an Spanish competitive programming contest http://ada-byron.es/) this...
Just to check if CI passes, based on a subset of the suggestions by @tom93 in July.
### Description of the problem > Replace this line with a short description. ```bash docker run \ -d \ --restart=always \ --name="${NAME}" \ -e CONTAINER_TIMEZONE="${TZ}" \ -e WEBAPP_BASEURL=/domjudge \ -e...
When packaging my local source into a package, I encountered an error because I didn't execute the command in the parent directory of DOMjudge. It took me some time to...