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
It appears the system will wait rather a long time for a connection timeout, and may keep trying even after the first few tries fail. Because --disable works at the publisher level, rather than the mirror level, one must remove the mirror configuration altogether to bypass the issue.
The pkg command should probably:
reduce the connection timeout to something sensible like 10-20 seconds
remember that it failed at least once during this session and not continue to get stuck using it
The text was updated successfully, but these errors were encountered:
Interestingly, you can disable individual origins, but not mirrors. That seems like a bug too
theeo# pkg publisher
PUBLISHER TYPE STATUS P LOCATION
omnios origin online F https://pkg.omnios.org/r151050/staging/
omnios mirror online F https://us-west.mirror.omnios.org/r151050/core/
extra.omnios origin online F https://pkg.omnios.org/r151050/extra/
theeo# pkg set-publisher --disable -g https://pkg.omnios.org/r151050/staging omnios
theeo# pkg publisher
PUBLISHER TYPE STATUS P LOCATION
omnios origin disabled F https://pkg.omnios.org/r151050/staging/
omnios mirror online F https://us-west.mirror.omnios.org/r151050/core/
extra.omnios origin online F https://pkg.omnios.org/r151050/extra/
theeo# pkg set-publisher --disable -m https://us-west.mirror.omnios.org/r151050/core omnios
Mirror 'https://us-west.mirror.omnios.org/r151050/core/' already exists for the specified publisher.
The us-west mirror is apparently down right now, and
pkg
commands appear to get stuck trying to contact it:It appears the system will wait rather a long time for a connection timeout, and may keep trying even after the first few tries fail. Because
--disable
works at the publisher level, rather than the mirror level, one must remove the mirror configuration altogether to bypass the issue.The
pkg
command should probably:The text was updated successfully, but these errors were encountered: