-
Notifications
You must be signed in to change notification settings - Fork 97
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
--detach not working #182
Comments
This functionality is broken for me as well. |
same for me, detach not working, version 2.0.0 |
@manuel220x, thank you for reporting it. I want to apologize for the time it is taking for fixing this bug but I’ve been busy with work and family and had no time to spend on this project. Hopefully I can find some time to fix it soon. |
Yep, definitely broken, otherwise works like a charm! 😅 happy holidays. |
I found
|
There might be build error on Mac OS 12.4 with go1.18.3 while error code:
|
Detach is not working on Ubuntu : After creating the tunnel when I check the log this is the output
There are no tunnels with the same ID. |
Not working as well, I've manually installed golang version with |
Affected Version
master, I also tried 2.0 but I didn't look at the logs then, so I am not sure if the same error was showing there.
Expected Behavior
starting a remote alias with --detach flag should make the tunnel available
Current Behavior
after starting using the alias, I get the proper messages on the output, but the tunnel is not actually running, looking at the logs, I can see the following:
Steps to Reproduce
mole add alias remote pi4gameserver -S 0.0.0.0:2222 -d localhost:22 -s [email protected]:666
mole start alias pi4gameserver --detach
, this one outputs the following:The text was updated successfully, but these errors were encountered: