joelspadin / vscode-remote-x11

Visual Studio Code extension that sets the DISPLAY environment variable in remote workspaces
39 stars 9 forks source link

Error: Timed out forwarding display. #66

Closed hozeren closed 2 years ago

hozeren commented 2 years ago

Hi!

I checked but I could not find any specific solution for this problem in the issue list. I am connecting to remote server from windows to ubuntu. I have set everything as it is supposed to be, I guess. I set the IP correctly and it connects. It was working with local IP but not anymore. I use VcXsrv on windows.

This is the output from Remote X11; sshd[103811]: Accepted publickey for xxx from xxx.237.80.xxx port 49685 ssh2: DEBUG: Parser: IN_PACKETBEFORE (expecting 16) DEBUG: Parser: IN_PACKET DEBUG: Parser: Decrypting DEBUG: Parser: pktLen:60,padLen:5,remainLen:48 DEBUG: Parser: IN_PACKETDATA DEBUG: Parser: Decrypting DEBUG: Parser: HMAC size:32 DEBUG: Parser: IN_PACKETDATAVERIFY DEBUG: Parser: Verifying MAC DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC) DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0) xxx@xxx-HP-Z640-Workstation:~ DEBUG: Parser: IN_PACKETBEFORE (expecting 16) DEBUG: Parser: IN_PACKET DEBUG: Parser: Decrypting DEBUG: Parser: pktLen:60,padLen:17,remainLen:48 DEBUG: Parser: IN_PACKETDATA DEBUG: Parser: Decrypting DEBUG: Parser: HMAC size:32 DEBUG: Parser: IN_PACKETDATAVERIFY DEBUG: Parser: Verifying MAC DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC) DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0) bash -c "echo DISPLAY=$DISPLAY" DEBUG: Parser: IN_PACKETBEFORE (expecting 16) DEBUG: Parser: IN_PACKET DEBUG: Parser: Decrypting DEBUG: Parser: pktLen:28,padLen:6,remainLen:16 DEBUG: Parser: IN_PACKETDATA DEBUG: Parser: Decrypting DEBUG: Parser: HMAC size:32 DEBUG: Parser: IN_PACKETDATAVERIFY DEBUG: Parser: Verifying MAC DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC) DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0) DISPLAY=:0 DEBUG: Parser: IN_PACKETBEFORE (expecting 16) DEBUG: Parser: IN_PACKET DEBUG: Parser: Decrypting DEBUG: Parser: pktLen:60,padLen:5,remainLen:48 DEBUG: Parser: IN_PACKETDATA DEBUG: Parser: Decrypting DEBUG: Parser: HMAC size:32 DEBUG: Parser: IN_PACKETDATAVERIFY DEBUG: Parser: Verifying MAC DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC) DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0) xxx@xxx-HP-Z640-Workstation:~$ DEBUG: Parser: IN_PACKETBEFORE (expecting 16) Error: Timed out forwarding display.

Thanks in advance!