-1
我已經試過這樣:PTY分配請求信道0失敗時SSH
rm -rf /dev/ptmx
mknod /dev/ptmx c 5 2
chmod 666 /dev/ptmx
umount /dev/pts
rm -rf /dev/pts
mkdir /dev/pts
mount /dev/pts
但是我碰到:
卸除是:/ dev/PTS:設備忙。 (在一些情況下大約使用 過程有用的信息的裝置由lsof的發現(8)或定影器(1))
的參數-v
拿給我此調試輸出:
debug1: Authentication succeeded (password).
Authenticated to xx.xxx.xx.xxx ([xx.xxx.xx.xxx]:22).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: pledge: network
我現在已經不知道......
Stack Overflow是用於編程和發展問題的站點。這個問題似乎與題目無關,因爲它不涉及編程或開發。請參閱幫助中心的[我可以詢問哪些主題](http://stackoverflow.com/help/on-topic)。也許[超級用戶](http://superuser.com/)或[Unix&Linux堆棧交換](http://unix.stackexchange.com/)會是一個更好的地方。 – jww