- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: .profile not executing with CDE login
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 11:02 AM
08-22-2001 11:02 AM
User account with posix shell.
When I telnet in, the $HOME/.profile and /etc/profile will execute. When I login from CDE prompt, they will not. Where is this controlled?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 11:19 AM
08-22-2001 11:19 AM
SolutionThe default behavior is NOT to read $HOME/.profile or $HOME/.login but you can change this by un-commenting the variable DTSOURCEPROFILE down near the end.
The comments in .dtprofile are very complete and useful for regulating the use of these files across both environments.
HTH,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 10:31 PM
08-22-2001 10:31 PM
Re: .profile not executing with CDE login
IN CDE environment you have to uncomment the line
DTSOURCEPROFILE=true in .dtprofile of the home directory to get the .profile executed upon login.
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 11:25 PM
08-22-2001 11:25 PM
Re: .profile not executing with CDE login
login to CDE, run from within a dtterm :
dtterm -ls &
check if your .profile has been read
if yes =>
vi $HOME/.Xdefaults
dtterm*loginShell: True
wq!
for this change to take effect you'll need to either log out of CDE or reload resources.
see man dtterm for details (same for hpterm & xterm).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 04:53 AM
08-23-2001 04:53 AM
Re: .profile not executing with CDE login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 05:22 AM
08-23-2001 05:22 AM
Re: .profile not executing with CDE login
Many peoples profiles contain terminal configs. Ensure you don't do anything to affect your TERM variable.
...jcd...