“无法联系任何已配置的发布者”在 Solaris 上安装软件包时”

发布于 2024-12-02 11:43:42 字数 606 浏览 1 评论 0原文

# pkg publisher
PUBLISHER                             TYPE     STATUS   URI
solaris                  (preferred)  origin   online   http://pkg.oracle.com/solaris/release/
# 

# pkg install gcc-3
pkg: 0/1 catalogs successfully updated:   
Unable to contact valid package repository
Encountered the following error(s):
Unable to contact any configured publishers.
This is likely a network configuration problem.
Framework stall:
URL: 'http://pkg.oracle.com/solaris/release'. (happened 4 times)

找到了答案: 它将代理设置添加到配置文件中

export http_proxy=http://URL:port
# pkg publisher
PUBLISHER                             TYPE     STATUS   URI
solaris                  (preferred)  origin   online   http://pkg.oracle.com/solaris/release/
# 

# pkg install gcc-3
pkg: 0/1 catalogs successfully updated:   
Unable to contact valid package repository
Encountered the following error(s):
Unable to contact any configured publishers.
This is likely a network configuration problem.
Framework stall:
URL: 'http://pkg.oracle.com/solaris/release'. (happened 4 times)

Found the Answer:
It was adding the proxy settings to profile

export http_proxy=http://URL:port

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人疚 2024-12-09 11:43:42

如果您想在非全局区域中使用存储库,最好使用 pkg set-publisher --proxy 选项,因为区域 pkg 代理不知道您的环境。如果没有代理选项,存储库可以在全局区域中工作,但不能在非全局区域中工作。

If you what to use the repository also in the non-globale zone it is better to use the pkg set-publisher --proxy option because the zone pkg proxy does not know your enviroment. Without the proxy option the repository works in globale zone but not in non globale zone.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文