Mark Bennett wrote:
> I have finally resurrected the system.
> The distribution constructor didn't really achieve the simplicity of the 
> "jumpstart from cd" ease I was looking to achieve for appliance creation and 
> recovery.
> 
> The companion to this is a text mode configurator, to achieve a 
> "sys-unconfig" like result without the reboot. My first Python project.
> 
...
> 
> root at supernas1:~# pkg install -nv SUNWspnego
...
>   File "/usr/lib/python2.4/vendor-packages/pkg/actions/attribute.py", line 
> 55, in __init__
>     assert len(attrs) == 2
> AssertionError
> 
> 
> pkg: This is an internal error.  Please let the developers know about this
> problem by filing a bug at http://defect.opensolaris.org and including the
> above traceback and this message.  The version of pkg(5) is '666742d60b75'.

This problem is happening because you don't have the "entire" package 
installed (and should!) so the pkg client is attempting to install a new 
version of SUNWspnego that won't work with build 101's version of SUNWipkg.

Cheers,
-- 
Shawn Walker

Reply via email to