Carlos,

Same thing happened to me. Some difference in failed packages, but your fix 
worked. Here is what I did:
grep failed /var/sadm/system/logs/install_log > foo
edit foo to eliminate the cruft, leaving just the package names.
for i in `cat foo`
do
pkgrm -d $i
done

mount the install DVD and cd to the packages directory
for i in `cat /path/to/foo`
do
pkgadd -d . $i
done

reboot

The packages that failed on me are:
SUNWxwfnt
SUNWxwcft
SUNW5xmft
SUNWolrte
SUNWjxmft
SUNWkxmft
SUNWtxfnt
SUNWcxmft
SUNWxwoft

Thanks again for the fix. Cross posted to install and discuss. We can't be 
alone.

--ron
--
This message posted from opensolaris.org

Reply via email to