LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   init process failed to spawn (https://www.linuxquestions.org/questions/linux-software-2/init-process-failed-to-spawn-873356/)

silverblackvoid_lnx 04-06-2011 10:01 AM

init process failed to spawn
 
Hi,
My machine is dual booted with Fedora 14 and RHEL 6. (I have only installed Red Hat because I am studying for RHCE). Just now I tried to install the Banshee player on my Red Hat OS. I ran various scripts inside the directory to see what really happens and after I ran the 'Makefile.in' file my terminal froze. It displayed '/bin/ not found'
Then i restarted my computer and I got the following messages:

init: Failed to spawn readahead-collector main process: unable to execute: no such file or directory
init: Failed to spawn rcS main process: unable to execute: No such file or directory
init: Failed to spawn readahead main process: unable to execute: No such file or directory
init: Failed to spawn readahead-collector post-stop process: unable to execute: No such file or directory
init: Failed to spawn rcS post-stop process: unable to execute: No such file or directory
init: Failed to spawn kexec-disable main process: unable to execute: No such file or directory
init: Failed to spawn readahead-disable-services main process: unable to execute: No such file or directory

I tried run level 1 and run level 3 but I get the same error messages. Can you guys help me find out what these messages mean and what I did wrong?

PS: My Fedora 14 installation is working fine.

business_kid 04-06-2011 12:56 PM

Quote:

It displayed '/bin/ not found'
You have catch-22. You need /bin to boot, but you ain't got it, or the perms are wrong or something.

If everything looks ok from your fedora system, try
chroot /path/to/RH

That should try to execute /bin/bash, which might be interesting. . .

pshinagde 10-17-2014 12:47 AM

Unable to boot
 
Quote:

Originally Posted by business_kid (Post 4316083)
You have catch-22. You need /bin to boot, but you ain't got it, or the perms are wrong or something.

If everything looks ok from your fedora system, try
chroot /path/to/RH

That should try to execute /bin/bash, which might be interesting. . .

___________________________________________________________________________________

I have similar issue and tried to execute chroot /path/to/RH
I could login to the system and see all my data. how do I resolve the system.

business_kid 10-17-2014 02:31 PM

The error message I was reacting to was this from post #1

Quote:

It displayed '/bin/ not found'
Do you get that error. The chroot means /bin/bash and the few libs it is linked against exist. BTW, it might be /lib or /lib64 for the libs. If you have an error, you get better exposure if you start your own thread

riteshverma 11-18-2014 06:59 AM

No /bin directory found on os in rescue mode . copied the filese from another server. and booted the server , it started without any errors .
http://www.linuxquestions.org/questi...AASUVORK5CYII=

云飒— 03-25-2017 10:38 PM

solve my issue /bin was moved to /lib/


All times are GMT -5. The time now is 11:16 AM.