petede wrote: > Here it is: > > be_mount_callback: failed to mount dataset rpool/ROOT/opensolaris-2/opt at > /tmp/.be.pIaqyb/opt: directory is not empty >
Looks like your current boot environment has a separate /opt file system but your /opt directory in your root file system is not empty. (Can you verify that?) Therefore cloning the current boot environment failed because the /opt dataset won't mount. If that is the case, you can either a) destroy your separate /opt dataset, since it seems like you didn't even realize you had one (and if there's nothing in there of importance you want to keep.) Or b) migrate whatever's in your /opt directory in your root file system into the separate /opt dataset, clear out the /opt directory, and mount up your /opt dataset. Then redo your image-update. -ethan > be_mount: failed to mount BE (opensolaris-2) on /tmp/.be.pIaqyb > be_update_vfstab: failed to mount BE (opensolaris-2) > be_copy: failed to update new BE's vfstab (opensolaris-2) > pkg: unable to create BE None > pkg: image-update cannot be done on live image > > and the zfs mount > rpool/ROOT/opensolaris-1 / > rpool/export /export > rpool/export/home /export/home > rpool/ /rpool > rpool/ROOT /rpool/ROOT > rpool/ROOT/opensolaris-2 /tmp/.be.pIaqyb > > And looking in the directory: > > /tmp/.be.pIaqyb/opt I find I have a VirtualBoxAdditions directory > containing a bunch of stuff. > > (I've not included the zfs list output - but will send later). > > ta > pete > _______________________________________________ > pkg-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/pkg-discuss > _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
