-
Notifications
You must be signed in to change notification settings - Fork 143
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
user: Current not implemented on linux/amd64" $HOME=/home/ngrok #15
Comments
I get this issue too. |
Did you change the default user? May be give part of the command you ran and I'll look into it. |
I get this issue. this is what I got
|
What the command line you're running? I think setting HOME should fix it, e.g. |
Hey @wernight, this issue seems to still be there for me as of today. I have tried various things:
I'm really not sure where the issue is coming from. If you, or anyone else, seemed to have fixed this, please let us know! |
Same here, setting HOME via ENV or anything does not resolve this issue. Any ideas? |
Thanks for sharing the command that fails. I do see the warning with: |
Fixing also warning as in issue #15.
I think I fixed the warning. Note also that running in interactive mode seem to also fix the issue (i.e. with |
In my case, setting the variable
Changing the user for yours, and using the environment variable assignation of your choice:
|
Note that the default user is |
./ngrok http 8080 WARN[01-13|17:19:22] failed to get home directory, using $HOME instead err="user: Current not implemented on linux/arm" I have this type of error |
Need this command export USER=$(id -un) |
Sorry @wernight, I missed your message. I didn't tried, I can't tell right now, but it would be a matter of test it, or try @tindurz solution: |
You can try this. Then set $USER = $HOME Then ./ngrok http 80 |
Solve my problem thanks |
I'm following this tutorial to publish a local RocketMap to the web with ngrok: https://rocketmap.readthedocs.io/en/develop/advanced-install/docker.html#advanced-docker-setup
Here are the 2 commands regarding ngrok: https://rocketmap.readthedocs.io/en/develop/advanced-install/docker.html#external-access
The RocketMap is running correctly, but the ngrok container logs this to me:
t=2017-08-03T18:43:32+0000 lvl=warn msg="failed to get home directory, using $HOME instead" err="user: Current not implemented on linux/amd64" $HOME=/home/ngrok
docker info:
How can I fix that?
The text was updated successfully, but these errors were encountered: