“无法分叉用户 shell:无法分配内存”
当我使用 putty 登录服务器时,它可以完美登录,但是当我尝试使用: su
时,它会要求输入密码。但一段时间后没有以超级用户身份登录,它显示
can not fork user shell: Cannot allocate memory
如何克服这种情况?
When i'm login into my server using putty it log in perfectly but when i try to use : su
it asks for password. But after a while without login as super user it shows
can not fork user shell: Cannot allocate memory
How to overcome this situation ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的用户有进程,请杀死它们。如果你可以 ssh 作为 root (khm..) 尝试一下。
进行一些调查以了解为什么会发生这种情况(top/mem/...)。当然,你需要记忆,所以最好的祝愿...
如果这些失败,你必须使用旧的 ctrl+alt+reset 组合:)
If your user has processes, kill them. If you can ssh as root (khm..) try that.
Do some investigation to know why does this happened (top/mem/...). Of course you need memory for this so best wishes...
If these fail you have to use the good old ctrl+alt+reset combination :)