-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Copy link
Labels
Awaiting TriageBrand New Issue - not yet reviewed & prioritized by the Submitty Project ManagersBrand New Issue - not yet reviewed & prioritized by the Submitty Project ManagersServer / Installation / Vagrantbug
Description
- Node JS gpg key command misconfiguration
- Submitty user not being generated.
Describe the bug
When the proper commands are run to generate a worker with the right dependencies, ie. python3, workers generate etc.. the vagrant workers up command fails at the end of the machine generation due to a gpg keygen for NodeJS asking for a tty that doesn't actually exist. Source: Submitty/.config/distro_setup/22.04/setup_distro.sh on line 79
Expected behavior
The worker machine should generate and configure itself to be set up and ssh-able. The gpg keygen should work, also.
To Reproduce
Steps to reproduce the behavior:
according to guide
- make sure proper dependencies are installed
- run
vagrant workers generate, and the configuration file should be made without a hitch. - run
vagrant workers up, and it should fail near the last step of configuration. - See error
Configuration
- OS: Arch linux, Windows 11
- Browser N/A
Screenshots
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Awaiting TriageBrand New Issue - not yet reviewed & prioritized by the Submitty Project ManagersBrand New Issue - not yet reviewed & prioritized by the Submitty Project ManagersServer / Installation / Vagrantbug