We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsof
We are using dockerized judgehost. But sometimes when running chroot-startstop.sh stop, it reports that lsof: not found.
chroot-startstop.sh stop
lsof: not found
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.
/usr
build.sh
The text was updated successfully, but these errors were encountered:
Install lsof in judgehost containers
9a21cb1
Fix DOMjudge#159
a9d1147
be8721b
Fix #159
Successfully merging a pull request may close this issue.
We are using dockerized judgehost. But sometimes when running
chroot-startstop.sh stop
, it reports thatlsof: not found
.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 installlsof
in the docker. Maybe we can add some lines inbuild.sh
to install it.The text was updated successfully, but these errors were encountered: