You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentry hangs on "Would you like to create a user account now? [Y/n]: " with no way to give input or even ^C, effectively locking me out of my current SSH session.
To get out of this I need to open a second ssh session and kill it with SIGKILL as SIGTERM does not terminate the script.
It also seems to invoke cfmakeraw around this time as the terminal output is offset every newline due to missing carriage returns.
The text was updated successfully, but these errors were encountered:
Version
21.10.0
Steps to Reproduce
Expected Result
Sentry installs
Actual Result
Sentry hangs on "Would you like to create a user account now? [Y/n]: " with no way to give input or even ^C, effectively locking me out of my current SSH session.
To get out of this I need to open a second ssh session and kill it with SIGKILL as SIGTERM does not terminate the script.
It also seems to invoke cfmakeraw around this time as the terminal output is offset every newline due to missing carriage returns.
The text was updated successfully, but these errors were encountered: