koding icon indicating copy to clipboard operation
koding copied to clipboard

Unable to start tunnelserver instance

Open gicuuu3 opened this issue 7 years ago • 1 comments

I have tried opening a tunnelserver instance using the instruction provided in the README.lp.markdown. The error I'm met with is telling me that I'm unable to start it due to:

open /root/.kite/kite.key: no such file or directory

I'm attempting to start it from the same docker container in which the koding server runs(as well as kontrol/kite). The container was created by calling docker-compose up on from the https://github.com/koding/docker-compose repository.

Expected Behavior

The tunnelserver starts as described in the README.lp.markdown example

Current Behavior

The tunnelserver fails to start with an error of missing file /root/.kite/kite.key

Possible Solution

Generating the key file might be an option. I have tried doing that by invoking the kloudctl kontrol key command but that also failed with the same error.

Steps to Reproduce (for bugs)

  1. Start the koding container via docker-compose command
  2. From inside the container attempt to run tunnelserver command(from /opt/koding/go/bin) with arguments set as mentioned in the README.lp.markdown

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39, node.js 5.4):
  • Operating System and version (desktop or mobile):
  • Link to your project:

gicuuu3 avatar Jul 02 '18 11:07 gicuuu3

Would be very much interested in a solution as well!

alxppp avatar Jul 02 '18 11:07 alxppp