I found some more posts when I googled the actual error, but this produced 
another error when I attempted to run:

# pkg install SUNWipkg

Here is the error I get when I run this:

[solaris:/root]$ pkg install SUNWipkg
Traceback (most recent call last):
  File "/usr/bin/pkg", line 570, in ?
    install(img, pargs)
  File "/usr/bin/pkg", line 189, in install
    noexecute = noexecute)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 698, in 
list_install
    ip.evaluate()
  File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line 285, 
in evaluate
    self.evaluate_fmri(f)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line 217, 
in evaluate_fmri
    self.evaluate_fmri(cf)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line 153, 
in evaluate_fmri
    m = self.image.get_manifest(pfmri)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 287, in 
get_manifest
    m.set_content(mcontent)
  File "/usr/lib/python2.4/vendor-packages/pkg/manifest.py", line 239, in 
set_content
    raise SyntaxError, \
SyntaxError: unknown action 'legacy'
[solaris:/root]$ 


This is the same error I got when I attempted to upgrade from / with

pkg image-update -v

Maybe this isn't the correct idea for how to use the pkg command, the manual 
seems a bit confusing to me.  Posts I find are describing creating a second 
tree to update, but the same commands are being entered, so I would expect the 
same results.  Also, how to move to the new tree and delete the old?  I'll try 
re-reading and see if things are making any more sense to me.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to