The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 02-22-2002
Perderabo's Avatar
Perderabo Perderabo is online now
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,718
I don't have either exceed or AIX so I'm really flying blind here. Sign into a system that is working well for you and type "ps -f". Do the same thing on a system that isn't working well. If your shell shows up with a CMD field like "-ksh" on the good system while it's something like "ksh" on the bad, then the problem is that xterm is not being invoked in login mode on the bad system.

If this is the case you will need to reconfigure exceed to run the command "xterm -ls" on the bad system instead of "xterm" or "xterm +ls".