Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installation Hanging

Status
Not open for further replies.

polar1

MIS
Joined
May 14, 2001
Messages
31
Location
US
I am installing a software product on a Solaris 5.8 system
in the foreground. Shortly after it begins it hangs - no error messaged. I tried for a test installing it in the background ( not a good idea because there is a question at the end I need to answer ) but it ran through ok. Is there a process limit running in the foreground? Any toughts would be a great help?
 
Perhaps it is displaying an X windows GUI on the system's console?

Annihilannic.
 
No there is no GUI involved in this. Just ./executable and it should run.
 
You could always check what the installation is doing by attatching to the process with truss (ie truss -p <pid>). It might at least give you a clue.

Cheers,

Keith
keith@duffin.org
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top