Replies: 4 comments 3 replies
-
I think that error might be a red herring. Can you please set the log level to
Restart the Teleport process on the server, then restart on the client and share full logs from both sides where the client tries to join. You can use markdown blocks (```) to preserve formatting. |
Beta Was this translation helpful? Give feedback.
-
I think any issues you're having are likely related to this line from the server:
It looks like there's something wrong with the sqlite database on disk that your Teleport server is using - this could have been caused by a node being abruptly rebooted, a Teleport process being killed in the middle of a database operation, etc. I think in this state we're not going to be able to get anything done reliably, so we should clean it up. If you want to preserve the users/roles/nodes in your cluster currently, my advice would be:
After this, restart your node so it reconnects to the cluster and try your operations again. |
Beta Was this translation helpful? Give feedback.
-
Thank you. Your proposition has effectively resolved the database problem. But still i can't connect to my arm client through the tunnel. What is weird is that i can access another linux device through tunnel using the same server. |
Beta Was this translation helpful? Give feedback.
-
@sghenimi Sorry, but I don't know what's going on here. Without being able to see the system in detail it's pretty hard to understand what could be going wrong. I don't actually see any connections errors in the logs, it looks like your node connects back to the proxy fine and when you run the command |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using compiled version of Armv7 for client teleport. When trying to access the tunnel, i got "connection was closed on the remote side" on server side. In the client logs, i got "set permissions on /dev/pts/0 to 0 :0 with mode –rw—w----" , then Copying from PTY to writer completed with error read /pts/ptmx : input/output error and the connexion was closed.
I triyed to remount /dev/pts: mount devpts /dev/pts –t devpts .but still the same problem.
I am missing something.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions