I found the answer. The "criteria_manifest" had incorrect paths to the ai and sc manifests.
-Chad > Error: File osol-dev-131-thump1_ai_manifest failed validation: > Extra content at the end of the document > > I've compared the files to other existing manifests and besides some > whitespaces for indention I don't find anything "Extra". > > # cat osol-dev-131-thump1_ai_manifest > <ai_manifest name="thump1"> > <ai_target_device> > <target_device_name>c5t0d0</target_device_name> > </ai_target_device> > <ai_pkg_repo_default_authority> > <main url="http://ipkg.sfbay/dev" authname="opensolaris.org"/> > </ai_pkg_repo_default_authority> > <ai_install_packages> > <pkg name="entire at 0.5.11,5.11-0.131"/> > <pkg name="SUNWcsd at 0.5.11,5.11-0.131"/> > <pkg name="SUNWcs at 0.5.11,5.11-0.131"/> > <pkg name="SUNWtcsh at 6.17.0,5.11-0.131"/> > <pkg name="babel_install at 0.1,5.11-0.131"/> > </ai_install_packages> > <ai_auto_reboot> > false > </ai_auto_reboot> > </ai_manifest> > > # cat osol-dev-131-thump1_criteria_manifest > <ai_criteria_manifest> > <ai_criteria name="MAC"> > <value>00:14:4f:20:eb:e8</value> > </ai_criteria> > <ai_manifest_file URI="/tmp/osol-dev-131-thump1_ai_manifest"/> > <sc_manifest_file name="AI" URI="/tmp/osol-dev-131-thump1_sc_manifest"/> > </ai_criteria_manifest> > > # cat osol-dev-131-thump1_sc_manifest > <?xml version='1.0'?> > <!DOCTYPE service_bundle SYSTEM > '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> > <service_bundle type='profile' name='opg'> > > <service name='ai_properties' version='1' type='service'> > <instance name='default' enabled='true'> > <property_group name='ai' type='application'> > <propval name='username' type='astring' value='admin' /> > <propval name='description' type='astring' value='default_user' /> > <!-- At some point, password became the encrypted string, not > the password. This password is l1admin --> > <propval name='userpass' type='astring' value='***************' /> > <propval name='rootpass' type='astring' value='***************' /> > <propval name='timezone' type='astring' value='US/Central' /> > </property_group> > </instance> > </service> > </service_bundle> > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss