Skip to content
New issue

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

Missing lsof in judgehost docker #159

Closed
HeRaNO opened this issue Nov 11, 2023 · 0 comments · Fixed by #160
Closed

Missing lsof in judgehost docker #159

HeRaNO opened this issue Nov 11, 2023 · 0 comments · Fixed by #160

Comments

@HeRaNO
Copy link

HeRaNO commented Nov 11, 2023

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.

vmcj pushed a commit to vmcj/domjudge-packaging that referenced this issue Nov 11, 2023
vmcj pushed a commit to vmcj/domjudge-packaging that referenced this issue Nov 11, 2023
@vmcj vmcj closed this as completed in #160 Nov 11, 2023
vmcj pushed a commit that referenced this issue Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant