-
Notifications
You must be signed in to change notification settings - Fork 58
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
envinfo
command hangs on Alpine Linux
#266
Comments
I could also confirm this myself with
The command I ran on the Fly.io SSH shell (shell accessible through ./node_modules/.bin/envinfo Output:
|
This looks like a alpine bug, I will try to post a hack for this alpine system bug |
@gengjiawen thanks, that would be great! |
I also experienced this (on Alpine), only when using the default (no arguments) or specifying |
I have a small project deployed on Fly.io, where I need to check my environment using
envinfo
. The app is running on an Alpine Linux environment, and when I try to executeenvinfo
, the terminal stops responding and hangs indefinitely. This seems similar to the behavior described in this previously merged issue.As the attached video demonstrates, I SSH into the Fly.io console and run the
envinfo
command. After submitting the command, the server hangs, and no further output is produced. The terminal becomes completely unresponsive.Screen.Recording.2024-10-15.at.18.57.50.mov
The text was updated successfully, but these errors were encountered: