You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I happen to have tried to install a zone with one of the publisher configured in the GZ down. The zone install failed, and pkg(5) traced back.
Traceback (most recent call last):
File "/usr/bin/pkg", line 6346, in handle_errors
__ret = func(*args, **kwargs)
File "/usr/bin/pkg", line 6252, in main_func
return func(api_inst, pargs)
File "/usr/bin/pkg", line 4110, in copy_publishers_from
api_inst.refresh()
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 2797, in refresh
pubs=pubs, immediate=immediate)
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 2821, in __refresh
progtrack=self.__progresstracker)
File "/usr/lib/python2.6/vendor-packages/pkg/client/image.py", line 3384, in refresh_publishers
raise e
CatalogRefreshException
I'm unsure why zone install didn't crash gracefully when everything else seemed to.
The text was updated successfully, but these errors were encountered:
I happen to have tried to install a zone with one of the publisher configured in the GZ down. The zone install failed, and pkg(5) traced back.
I'm unsure why zone install didn't crash gracefully when everything else seemed to.
The text was updated successfully, but these errors were encountered: