SSH 终端挂起(tty_ldisc_hangup)

SSH 终端挂起(tty_ldisc_hangup)

SSH 控制台超时,我无法执行任何命令。

我注意到我可以远程执行命令,但是当我尝试分配 TTY 时它会挂起:

作品:

$ ssh [email protected] "uname -a"
Linux example.com 2.6.32-504.el6.x86_64 #1 SMP Tue Sep 16 01:56:35 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux

挂起:

$ ssh -t [email protected] "uname -a"
$ ssh [email protected] "dmesg"
tty_ldisc_hangup: waiting (sshd) for pts1 took too long, but we keep waiting...
  • 操作系统:RHEL 6.6
  • 内核:kernel-2.6.32-504.el6.x86_64

答案1

看起来该问题hpsa module与内核有关kernel-2.6.32-504.el6.x86_64

相关内容