Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zone install will traceback in pkg(5) if a configured publisher is AWOL #8

Open
richlowe opened this issue Jun 24, 2016 · 0 comments
Open

Comments

@richlowe
Copy link

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.

danmcd pushed a commit that referenced this issue Jan 10, 2017
Introduce nlipkg brand for non-linked images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant