You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a really strange bug in the Webfrontend
My first impression was the teleport.log.severity setting, but that that didn't really hold up on further testing. Affected sessions are however permanently tainted and cant be played on the web frontend. The error only affects the webfrontend, as the tsh play $SID works fine for everything.
The access URL (node id and session id) seem to be correct (compared them to the file found in ~/log/sessions/default/${SID}.session.log and the nid from tctl nodes ls)
i think the bug might be triggered by using ctrl-d on the web console. Or at least thats when I get this in stdout from the server:
(RED) Apr 05 08:45:45 teleport-server /usr/local/bin/teleport[20644]: time="2017-04-05T08:45:45Z" level=error msg="os: process already finished"
(RED) Apr 05 08:45:45 teleport-server /usr/local/bin/teleport[20644]: time="2017-04-05T08:45:45Z" level=error msg="tls: use of closed connection"
Apr 05 08:45:45 teleport-server teleport[20644]: time="2017-04-05T08:45:45Z" level=error msg="os: process already finished" file="srv/sess.go:551" func="srv.(*session).start.func3"
Apr 05 08:45:45 teleport-server teleport[20644]: time="2017-04-05T08:45:45Z" level=error msg="tls: use of closed connection" file="utils/websocketwriter.go:100" func="utils.(*WebSockWrapper).Write"
Apr 05 08:46:47 teleport-server teleport[20644]: 2017/04/05 08:46:47 http: TLS handshake error from 127.0.0.1:48344: EOF
The server is running on an opensuse leap 42.2. I've tested from ubuntu 16.10 with latest firefox and chrome
There seems to be a really strange bug in the Webfrontend
My first impression was the teleport.log.severity setting, but that that didn't really hold up on further testing. Affected sessions are however permanently tainted and cant be played on the web frontend. The error only affects the webfrontend, as the tsh play $SID works fine for everything.
The access URL (node id and session id) seem to be correct (compared them to the file found in ~/log/sessions/default/${SID}.session.log and the nid from tctl nodes ls)
i think the bug might be triggered by using ctrl-d on the web console. Or at least thats when I get this in stdout from the server:
The server is running on an opensuse leap 42.2. I've tested from ubuntu 16.10 with latest firefox and chrome
relevant files:
affected session.log
bytes file
teleport.yml
The text was updated successfully, but these errors were encountered: