- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems when logging in to CDE
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
05-23-2007 11:30 PM
05-23-2007 11:30 PM
Problems when logging in to CDE
I have a problem. When logging in to my HPUX 11iv1 via CDE, my .login for my user is not run. I have set DTSOURCEPROFILE=true in the .dtprofile. The user uses csh for shell.
But when I do a 'su -
I'm (almost) sure that it has something to do with the setup of dt (or CDE), but cannot figure out what I should look into.
Could someone give me a hint of what is wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 12:04 AM
05-24-2007 12:04 AM
Re: Problems when logging in to CDE
DTSOURCEPROFILE=true
. /etc/profile;
. $HOME/.profile;
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 12:15 AM
05-24-2007 12:15 AM
Re: Problems when logging in to CDE
check your startlogs in .dt!
If you think that it's your setup, then you can remove .dt. I will be recreated at startup.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 01:22 AM
05-24-2007 01:22 AM
Re: Problems when logging in to CDE
a) run dtterm,xterm or hpterm with the -ls option from the command line or
b) cd $HOME
vi .Xresources
add :
*loginShell: true
see http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=207267&admit=-682735245+1180012886586+28353475 for explanation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2007 07:36 PM
05-24-2007 07:36 PM
Re: Problems when logging in to CDE
Pete: Yes I could do that, but I have a lot of users to do that for...so that's not an option.
Nyga: Tried that, didn't solve it.
Alex: You lead me in the right direction. I changed to dtterm call in the /usr/dt/appconfig/types/C/dt.dt with the -ls..this solved it.
Thanx to all of you.