sriman narayana bhavanam - Sun Microsystems - Bangalore India wrote: > Hi Tim, > > Thank you very much for quick response. You are correct. > Network interface issue got resolved after using the workaround mentioned in > the document. > But, the situation is not completely alright. All 'pkg' commands are > just hanging. > When I am trying to do ssh to the machine, ssh is also hanging. > > Any further ideas? > > > j...@v4u-1500a-gmp03:/# pkg authority > (hang)
Truss the process to confirm that it's really hanging, and pstack it to see where it's hung. It's most likely hanging on a nameservice lookup, which means that your networking isn't properly set up. Can you use other networked applications? You might try asking about this on networking-discuss or nwam-discuss, as it's probably not directly a packaging issue (though if you do find out what exactly it is, let us know, as we should be as robust as possible against network problems). Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
