DOMjudge / domjudge-packaging

DOMjudge packaging for (Linux) distributions and live image
31 stars 37 forks source link

Missing `lsof` in judgehost docker #159

Closed HeRaNO closed 8 months ago

HeRaNO commented 8 months ago

We are using dockerized judgehost. But sometimes when running chroot-startstop.sh stop, it reports that lsof: not found.

logs

This line hits the error. Then we looked into the docker and found that lsof was missing.

To detect why /usr is busy, we need to install lsof in the docker. Maybe we can add some lines in build.sh to install it.