-
Notifications
You must be signed in to change notification settings - Fork 19
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
install_prerequisites.py backgrounds itself on debian 12 and ubuntu 22.04 #188
Comments
Is that something we're doing on purpose? Or, is it happening as a result of something else? |
hm, that's quite surprising (and new...) |
It doesn't happen on Ubuntu 20.04, so I'm assuming it's not on purpose, at least not on our end |
Looks like it happens on ubuntu 22.04 as well |
so weird. did they swap in a new shell? did we find a cool bug? |
Looks like |
When running
install_prerequisites.py
on Debian 12, the process backgrounds itself, returning control to the shell. After callingfg
, the script completes normally.Here's a bit of the log leading up to the backgrounding:
The text was updated successfully, but these errors were encountered: