Tycho Nightingale wrote: > > 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,
I believe devfsadm has been run since when I rebuild with a print statement I see this: Build Area mount point: /rpool/dc/Dec3-8am ==== br-config: Boot root configuration ==== br-config: Boot root configuration Configuring bootroot... running devfsadm ... /rpool/dc/Dec3-8am/build_data/bootroot//usr/sbin/devfsadm -r /rpool/dc/Dec3-8am/build_data/bootroot Preloading SMF repository... Loading smf(5) service descriptions: Are we missing any flags or anything? Jean Jean > > Tycho
