sshd No such device

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sshd No such device相关的知识,希望对你有一定的参考价值。

故障描述

升级ssh服务后无法启动服务,/var/log/secure日志中提示:
sshd[11911]: fatal: daemon() failed: No such device

故障原因

/dev/null设备异常

解决方法
rm /dev/null 
mknod /dev/null c 1 3 
chmod 666 /dev/null

以上是关于sshd No such device的主要内容,如果未能解决你的问题,请参考以下文章

解决Linux中遇到No such device

Selenium Xpath元素无法定位 NoSuchElementException: Message: no such element: Unable to locate element(代码片段

[异常解决] Make nRF51 DFU Project Appear "fatal error: uECC.h: No such file or directory"(代码片段

lvs出现No such device or address错误解决方法

-bash: /usr/bin/ls: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory(代码片段

全志D1开发板 XR829蓝牙 Can‘t get device info: No such device 自我分析及解决方案