init : Failed to spawn readahead-collector main process :unable to execute ...

事情是这样的,上午还能连接的远程服务器,下午就连接失败,permission not allowd,即使密码输入正确也不行,怀疑是远程无法访问了,到机房登录下,用root登录后直接黑屏,提示忘记是什么了,好像是/bin/bash :no such file or directory

后来重启下,直接就启动不起来了,报错如下:

之前以为是/etc/passwd用户被改成/sbin/nologin,或者/bin/bash不见了,试过很多次,然而并不是

苦恼着,想重装系统了,拷贝数据,但硬盘ntfs文件系统无法挂载,就在装ntfs软件包的时候,决定性的一幕出现了

./confiure

/bin/sh : no such file or directory

这才想起来,有没有可能是这个文件没了,之前都以为是/bin/bash没了。

进入光盘救援模式(系统是红帽6的,我用的是centos7的光盘,都可以引导)

进入后,切换到原系统时使用chroot /mnt/sysimage这里也有可能报错/bin/bash文件不存在

我是cp /usr/bin/bash /bin/

然后执行成功,到原系统中。

再看sh是否存在

ls -l /bin/sh        果然没有,从其他机器拷贝到U盘,然后U盘可以挂载,把文件拷贝回去,重启

解决了。哈哈哈哈!!

至于问什么/bin/sh文件就没了,没法说理去,估计有病毒?!

时间: 2024-10-11 23:59:27

init : Failed to spawn readahead-collector main process :unable to execute ...的相关文章

解决sever 2008中tomcat的报错 init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]

错误现象: 01-Aug-2017 14:59:50.140 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]01-Aug-2017 14:59:50.182 严重 [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated wit

DELPHI XE5 UP2 运行IOS 遇到 Wrapper init failed: (null)问题的解决办法

一.问题表现: 在MAC OSX(10.9.2)上安装了比较新的XCODE5.1 和COMMAND LINE TOOLS 在DELPHI XE5 UP2上放了一个按钮,输出到MAC OSX上,出现: Wrapper init failed: (null) 查看了很多大侠的博客. 二.问题的其他表现在Embarcadero的论坛上找到: 原文位置:https://forums.embarcadero.com/thread.jspa?threadID=101749&tstart=0 What doe

main process exited, code=exited, status=203/EXEC

问题描述: Oct 13 20:01:08 c_3.50 systemd[1]: Started etcd. Oct 13 20:01:08 c_3.50 systemd[1]: Starting etcd... Oct 13 20:01:08 c_3.50 systemd[1]: etcd.service: main process exited, code=exited, status=203/EXEC //203不能执行 Oct 13 20:01:08 c_3.50 systemd[1]:

XCode Could not launch "" failed to get the task for process

在Xcode下编译工程正常,在模拟器下运行正常,最后在真机上运行的时候出现了如下错误: Could not launch "FeedMeWorms" failed to get the task for process 3118 原因是:我的签名是distribution certificate,即发布者证书,不允许在真机上直接运行 使用开发者证书就OK了 参考:http://blog.csdn.net/teng_ontheway/article/details/8467932 XCo

xcode 真机调试 failed to get the task for process xxx

此错误原因是,使用 in house profile 签名了真机调试的证书: 在 target---build settings----code sign 把 in house profile 改成 dev profile 开发测试用的: xcode 真机调试 failed to get the task for process xxx,布布扣,bubuko.com

报错:failed to get the task for process XXX(解决方案)

iOS真机调试程序,报如下错误信息: failed to get the task for process XXX 原因: 证书问题,project和targets的证书都必须是开发证书,ADHOC的证书会出现此问题. 解决方案: project和targets的证书使用开发证书.   其他: failed to get the task for process XXX This error happens when you have set Distribution Provisioning

XCode :failed to get the task for process XXX

引人: iOS真机调试程序,报如下错误信息: failed to get the task for process XXX 原因: 证书问题,project和targets的证书都必须是开发证书,ADHOC的证书会出现此问题. 解决方案: project和targets的证书使用开发证书.   其他: failed to get the task for process XXX This error happens when you have set Distribution Provision

【xcode】错误之Could not launch "" failed to get the task for process

http://blog.csdn.net/teng_ontheway/article/details/8467932 在Xcode下编译工程正常,在模拟器下运行正常,最后在真机上运行的时候出现了如下错误: Could not launch "FeedMeWorms" failed to get the task for process 3118 原因是:我的签名是distribution certificate,即发布者证书,不允许在真机上直接运行 使用开发者证书就OK了

iOS:Xcode错误 failed to get the task for process 3118

模拟器运行正常的项目,在真机上运行出现 failed to get the task for process 3118错误, 解决方法是看看你的开发者证书是否选择正确了