Fetching of catalog failed

Hi,

Performed the following but it failed to fetch catalog. Please advise?

/opt/csw/bin/pkgutil -U

=> Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/testing/sparc/5.10) if available ... --2016-07-11 10:20:25-- http://mirror.opencsw.org/opencsw/testing/sparc/5.10/catalog Resolving mirror.opencsw.org... 131.188.40.82, 2001:638:a000:4140::ffff:82 Connecting to mirror.opencsw.org|131.188.40.82|:80... failed: Connection timed out. Connecting to mirror.opencsw.org|2001:638:a000:4140::ffff:82|:80... failed: Network is unreachable.

Fetching of catalog failed.

asked: 2016-07-11 by: leongyc


cgrzemba answers:

it seems like you need to use a proxy?

http_proxy=http://<proxy>:<port>


leongyc answers:

How and where to set the proxy.


cgrzemba answers:

set the shell environment variable http_proxy. for bash

export http_proxy=http://<proxy>:<port>