[b]I was trying to set a new package authority.[/b] root at opensolaris:/usr/vt218991# svcs -a | grep pkg online 20:25:46 svc:/application/pkg/update:default online 14:32:37 svc:/application/pkg/server:default root at opensolaris:/usr/vt218991# pkg set-authority -O http://localhost:10000 localhostrepo pkg: The origin URIs for 'localhostrepo' do not appear to point to a valid pkg server. Please check the server's address and client's network configuration. Additional details:
Unable to contact valid package server: http://localhost:10000/ Encountered the following error(s): Transport errors encountered when trying to contact depot server. Reported the following errors: IO Error while communicating with 'localhostrepo': Retryable socket error: (146, 'Connection refused'). (happened 4 times) [b]set-publisher command fails too[/b] root at opensolaris1:/usr/vt218991# pkg set-publisher -O "http://localhost:10000" localhostrepo pkg: The origin URIs for 'localhostrepo' do not appear to point to a valid pkg server. Please check the server's address and client's network configuration. Additional details: Unable to contact valid package server: http://localhost:10000/ Encountered the following error(s): Transport errors encountered when trying to contact depot server. Reported the following errors: IO Error while communicating with 'localhostrepo': Retryable socket error: (146, 'Connection refused'). (happened 4 times) -- This message posted from opensolaris.org