On Fri, Feb 20, 2009 at 02:52:47AM -0800, Ganesh Prasad M A wrote:
> # pfexec pkg install SUNWhea
> pkg: 0/1 catalogs successfully updated:
> Could not retrieve catalog from 'opensolaris.org'
> Exception: str:iterable argument required repr:<exceptions.TypeError instance
> at 0xba73bac>
>
> I have setup proxies as follows:
> export http_proxy=proxy_name:portnumber
> export ftp_proxy=proxy_name:portnumber
> export https_proxy=proxy_name:portnumber
>
> Please let me know how to download and install SUNWhea package.
> Is it possible to download SUNWhea on windows system and then copy to my
> solaris system and install.
There are a handful of bugs around proxies, but I'm pretty sure that you at
least need to have the full URL spec:
http_proxy=http://proxy_name:portnumber
Danek