smartcpp wrote: > I had done according to that but again getting the same error-- > > #export PKG_CLIENT_TIMEOUT=900 > # export PKG_TIMEOUT_MAX=8 > # pfexec pkg install gcc-dev > Creating Plan | > pkg: Could not retrieve manifest 'gcc-dev at > 0.5.11%2C5.11-0.111%3A20090508T164933Z' from > 'http://pkg.opensolaris.org/release' > URLError, reason: (145, 'Connection timed out') > > then I increased PKG_CLIENT_TIMEOUT to 2500 & PKG_TIMEOUT_MAX to 15 and try > to install it again but unable to do it and getting the same error.
Unfortunately, it looks like your client is having other problems. Can you view this URL in your web browser? http://pkg.opensolaris.org/release/manifest/0/gcc-dev at 0.5.11%2C5.11-0.111%3A20090508T164933Z Do you use a proxy or have one setup in your GNOME or FireFox proxy settings? If so, you'll need to execute this first before running the pkg command: export http_proxy=<proxy_url> Cheers, -- Shawn Walker