原文:Resolution for error: su: failed to execute /bin/bash: Resource temporarily unavailable

Today we met a problem about user cannot su to a general dev account with the error message below: su: failed to execute bin bash: Resource temporarily unavailable And checked the var log message and ...

2018-12-20 16:17 0 1929 推薦指數:

查看詳情

error=11, Resource temporarily unavailable

問題1:Cannot run program "/bin/ls": error=11, Resource temporarily unavailable   該問題很可能是因為當前提交Hadoop作業的用戶能夠打開的文件個數限制(主要是slave結點 ...

Sun Dec 20 02:52:00 CST 2015 0 5647
-bash: fork: retry: Resource temporarily unavailable

生產服務器配置:64核 128G內存, docker 內1400個容器,經常出現-bash: fork: retry: Resource temporarily unavailable ,連shell 也一樣,之前以為是ulimit 問題,找了很久沒解決,最后才找到 pid_max 引起 ...

Wed Dec 08 04:51:00 CST 2021 0 1257
-bash: fork: retry: Resource temporarily unavailable

字面意思就是資源不可用了,說明當前用戶使用的系統資源(打開文件數量,進程數等)超過了系統設置的 ulimit -a,查看一下,主要看兩個值: open files和max user process ...

Thu Jan 12 17:34:00 CST 2017 0 2017
su: cannot set user id: Resource temporarily unavailable

今天R&D所在主機出現su: cannot set user id: Resource temporarily unavailable資源不可用報錯,直接通過其他機器ssh huyuh@xxx.xxx.xxx.xxx時,提示 Write failed: Broken pipe。 進行排查 ...

Wed Jan 06 06:26:00 CST 2016 0 3312
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM