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

Observations while setting up another instance #30

Closed
5 tasks
ConnorNelson opened this issue Sep 21, 2021 · 0 comments
Closed
5 tasks

Observations while setting up another instance #30

ConnorNelson opened this issue Sep 21, 2021 · 0 comments

Comments

@ConnorNelson
Copy link
Member

  • Changing the port on the host end via run.sh doesn't work due to port-ignored redirects.
  • Currently students.yml is required, lets make that optional
  • Currently global only challenges still require an instance, should handle division by zero
  • If there's no global challenge files, global directories should be optional
  • Are we setting up the loopback devices?
    • At a minimum lets start the instance with for i in {8..1024}; do if [ -e /dev/loop$i ]; then continue; fi; mknod /dev/loop$i b 7 $i; chown --reference=/dev/loop0 /dev/loop$i; chmod --reference=/dev/loop0 /dev/loop$i; done
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

No branches or pull requests

1 participant