linux-pages.com
... arcane linux knowledge collected over the eons, bit by bit ...
PROBLEM:
The Linux init process gets an error that looks like this (in the stderr output):
INIT: cannot execute “/etc/init.d/rc”
Several things may cause this error but in my case it was happening because the rc script had #! /bin/sh on the first line, and /bin/sh was missing.
SOLUTION:
In /bin provide […]