2008/6/10 Chris Gerhard <[EMAIL PROTECTED]>: > I just tried to run pkg image-update to update OpenSolaris 2008.05 > > If I'm doing something wrong then it should give a better error message than > this: > > [EMAIL PROTECTED]:~$ pfexec pkg image-update > Creating Plan \Traceback (most recent call last): > File "/usr/bin/pkg", line 1440, in ? > ret = main_func() > File "/usr/bin/pkg", line 1404, in main_func > return image_update(img, pargs) > File "/usr/bin/pkg", line 366, in image_update > noexecute = noexecute) > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 1282, > in make_install_plan > ip.evaluate() > File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line > 344, in evaluate > self.evaluate_fmri(f) > File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line > 187, in evaluate_fmri > m = self.image.get_manifest(pfmri) > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 516, in > get_manifest > m = self._fetch_manifest(fmri) > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 468, in > _fetch_manifest > mcontent = retrieve.get_manifest(self, fmri) > File "/usr/lib/python2.4/vendor-packages/pkg/client/retrieve.py", line 81, > in get_manifest > raise NameError, "could not retrieve manifest '%s' from '%s'" % \ > NameError: could not retrieve manifest > '[EMAIL PROTECTED]' from > 'http://pkg.opensolaris.org:80' > > [EMAIL PROTECTED]:~$ > > > What did I do wrong?
You're not doing anything wrong. However, it looks like pkg is unable to connect to pkg.opensolaris.org to retrieve the information it needs. Yes, there should be a better error message and I believe that is being worked on right now. Cheers, -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
