> IPs creates plan and does it's thing, unfortunately I get this at the end:
>
> pkg: attempt to mount opensolaris-3 failed.
> pkg: image-update cannot be done on live image

This is

        2387 libbe.so:beCopy() frees nvlist variables before using them
        http://defect.opensolaris.org/bz/show_bug.cgi?id=2387

which is fixed in the upcoming package repository push to build 93.

In the meantime, the following work-around should work:

        $ pfexec beadm create opensolaris-<N+1>
        $ pfexec beadm mount opensolaris-<N+1> /mnt
        $ pfexec pkg -R /mnt image-update
        $ pfexec beadm unmount opensolaris-<N+1>
        $ pfexec beadm activate opensolaris-<N+1>

where <N+1> is the next, unused BE name ("beadm list" will identify the
current BEs on the system.)

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

Reply via email to