[Freezing/Lagging] deepin终端卡死现象反馈
Tofloor
poster avatar
movead
deepin
2021-07-21 20:34
Author

使用deepin终端通过ssh连接至远程服务器,过一段时间后发现终端卡死(光标是闪动的,但是任何键盘输入无效)。

不知是否远程服务器断开了连接,即使是远程服务器断开了连接,终端应该检测到也断开连接。

 

版本:

deepin-terminal 5.4.0.20

Linux deepin 5.10.36-amd64-desktop #2 SMP Mon Apr 26 11:56:35 CST 2021 x86_64 GNU/Linux

PRETTY_NAME="Deepin 20.2.2"

NAME="Deepin"

VERSION_ID="20.2.2"

VERSION="20.2.2"

Reply Favorite View the author
All Replies
Maicss
deepin
2021-07-21 21:24
#1

这个应该不是终端卡住,是被阻塞了,如果被控端重新连上的话就会恢复。

我先把这个问题反馈一下

Reply View the author
deepinuser17
deepin
2021-07-22 06:47
#2

这种情况大多发生在VPN断开的情况下. 或是失去与远端机器的网络连接.  关闭当前终端就可以了.

Reply View the author
Maicss
deepin
2021-07-23 19:09
#3

问了一下,这是ssh的共性问题,其他系统应该也有此情况,暂时还解决不了

Reply View the author
movead
deepin
2021-08-19 02:51
#4

添加~/.ssh/config文件并添加ServerAliveInterval 60参数,

可以规避这个问题

Reply View the author