On 10/26/13, 1:35 PM, Markus Elfring wrote: > Bash Version: 4.2 > Patch Level: 42 > Release Status: release > > Description: > I have dared to build the current Linux 3.11.6 for my needs. Now I get the > following messages on boot tries. > > Failed to execute /init > sh: cannot set terminal process group (-1): Inappropriate ioctl for device > sh: no job control in this shell > sh-4.2# > > How can this issue be resolved for the desired system initialisation with the > program "bash 4.2-61.1.3"?
It's unlikely that this has anything to do with bash. A more plausible sequence of events goes something like this: 1. boot process attempts to exec /init (doesn't init usually live somewhere else?) and fails 2. boot process attempts to start an interactive instance of /bin/sh 3. sh (bash) finds that it can't open /dev/tty and set the terminal's process group 4. sh starts interactively, but without job control Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/