On Mon, May 10, 2010 at 04:50:45PM -0400, Jim Hall wrote: > pkg: 3/5 catalogs successfully updated:
3 of 5 catalogs were successfully, which means you have two different errors here. > 1: Framework error: code: 7 reason: couldn't connect to host > URL: 'http://localhost:10000'. (happened 3 times) > 2: Too many retryable errors encountered during transfer. > URL: http://localhost:10000 Count: 4 In this case, you couldn't connect to http://localhost:10000. I'd check to see if you're running a webserver on this port. My guess is that you got a Connection Refused error here. > https protocol error: code: 403 > URL: 'https://pkg.sun.com/opensolaris/extra/catalog/0/'. This is a 403 - Forbidden error from pkg.sun.com. This could be a problem with your certificicate. What's the output of 'pkg publisher extra'? -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
