On Thu, 4 Dec 2008, Karen Tung wrote: > Hi Sanjay, > > It turns out that the entry for /etc/system is not there. > I am not sure why. Will look at the DC code. > > We added the entries by hand, now, we don't have > the panic. It got much further in the booting process, but > it got into an infinite loop with failures on trying to execute the > following 2 commands: > > ----------------------- > INIT: Command > "exec /sbin/autopush -f /etc/iu.ap" > failed to execute. > errno = 2 (exec of shell failed) > > INIT: Command > "exec /sbin/soconfig -f > /etc/sock2path" > > failed to execute. errno = 2 (exec of shell failed) > ----------------------- > > I checked the root archive, the /sbin/autopush and /sbin/soconfig are both > there, and have the correct permissions. /etc/iu.ap and /etc/sock2path > are also there. > > Thoughts?
Looks like init is unable to execute the binaries not that the files are missing. What does /dev and /devices look like? Has devfsadm been run? Tycho