This is bug 1333.  One workaround is to remove SUNWDTraceToolkit, though
that doesn't fix the underlying issue.  The problem is that /opt is still a
legacy mount, the wrong filesystem is mounted there, and is probably empty.

To fix:

  - umount /opt

  - edit /etc/vfstab to remove /opt

  - zfs set mountpoint=/opt rpool/ROOT/<bename>/opt

  - zfs mount rpool/ROOT/<bename>/opt

  - make sure that /opt/DTT/... is there

and start the update again.  If you've put stuff in the /opt that's
currently mounted, you'll have to copy it over to the filesystem that
should be there.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to