摘要: ##免交互SSH登录auto_login_ssh () { expect -c "set timeout -1; spawn -noecho ssh -o StrictHostKeyChecking=no $2 ${@:3}; expect *assword:*; send -- $1\r; int 阅读全文
posted @ 2018-08-08 15:46 略微抖动 阅读(673) 评论(0) 推荐(0)
摘要: linux 出错 “INFO: task xxxxxx: 634 blocked for more than 120 seconds.”的3种解决方案 1 问题描述 服务器内存满了,ssh登录失败 ,查看日志有以下报错。 仔细阅读打印信息发现关键信息是“hung_task_timeout_secs” 阅读全文
posted @ 2018-08-08 15:32 略微抖动 阅读(1020) 评论(0) 推荐(0)