- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE-Login error with ToolTalk
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
06-26-2001 04:01 AM
06-26-2001 04:01 AM
CDE-Login error with ToolTalk
actually I've the problem the login-in with CDE one user cannot get the CDE-Platform (only a terminal window is open when starting CDE) the following error messages can be seen:
$HOME/.dt/errorlog
Tue Jun 26 12:44:40 2001
dtsession: Unable to start message server - exiting.
$HOME/.dt/startlog
..
--- execing /usr/dt/bin/dtsession with a /bin/bash login shell ...
--- starting desktop on /dev/pts/6
/usr/dt/bin/ttsession[6419]: _Tt_s_session::s_init(): 1402 (! Tt_status)!
/usr/dt/bin/ttsession[6419]: child ttsession exited with status 1
This only occours to one users on the system.
Does anybody of you know how to solve that problem?
Thanks in advance
Lothar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 04:14 AM
06-26-2001 04:14 AM
Re: CDE-Login error with ToolTalk
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 04:18 AM
06-26-2001 04:18 AM
Re: CDE-Login error with ToolTalk
could you verify how this specific user starts CDE. Some things look strange to me:
> (only a terminal window is open when starting CDE)
>-- starting desktop on /dev/pts/6
To me this looks like the user starts Xsession form a open terminal window belonging to /dev/pts/6 ??
Does that user work locally? Or remote? If remote what does he do to start? XDMCP or opening a telnet-session in order to start CDE manually.
I've never seen such a behaviour. I suspect either the user has some very strange configurations in his .profile or he tries to start cde manually
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 04:19 AM
06-26-2001 04:19 AM
Re: CDE-Login error with ToolTalk
Next, make sure that the user has a writable home, and writable $HOME/.dt directory. Maybe even move it out of the way for a time....
mv $HOME/.dt $HOME/.dt_old
Make sure that /tmp and /var/tmp are writable to the user.
Default permissions for /tmp and /var/tmp are 777 on HPUX, but I usually chmod 4777 /var/tmp and /tmp.
Now see if the user is OK. If not, and the user is the only one on bash, try changing his/her shell to sh or ksh and see if this fixes it (a shell a working user has).
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 06:17 AM
06-26-2001 06:17 AM
Re: CDE-Login error with ToolTalk
I just created a new user, who can log-in in cde properly.
I tried all the suggested fixes, nothing helped.
So I think this is something very unnormal, which I don't understand anymore.
Best Regards
Lothar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 06:47 AM
06-26-2001 06:47 AM
Re: CDE-Login error with ToolTalk
What happens if the affected users shell is changed to something other than the bash shell ?
Is bash listed in the /etc/shells file ? if no add it ?
Does the user have the same problem if they telnet or rlogin to this system ?
did it ever work for this user ?
ps the single window sounds like a CDE failsafe session->
you'd see an Hpterm on a grey mesh backgound ?
anything in the /var/adm/syslog/syslog.log at the time of the problem login ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:12 AM
06-26-2001 07:12 AM
Re: CDE-Login error with ToolTalk
FAQ: Environment, Shell, and Profile configuration
Can you see this doc on the HP Technical knowledge base ?
extract ......
NOTE: Xsession only supports 3 shells using this environment variable (ksh, csh, sh) without customization. If you wish to use other shells (ie: tcsh, bash, zsh), you will have to modify Xconfig (see Changing the Login Screen Behavior, "Dtlogin*session") to run an alternate (modified near the end) Xsession in order to be able to use DTSOURCEPROFILE and have it take effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 01:15 AM
06-27-2001 01:15 AM
Re: CDE-Login error with ToolTalk
the problem is solved.
The permissions on HOME-Directory of user were changed.
I replaced them, and the login was possible.
Lothar