<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CDE-Login error with ToolTalk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545109#M27250</link>
    <description>Is this the only user with a bash login shell?  If so, make sure that the shell is installed correctly, with the correct permissions.  Make sure that the shell is in /etc/shells.  Also check the user for overlapping UID.&lt;BR /&gt;&lt;BR /&gt;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....&lt;BR /&gt;mv $HOME/.dt $HOME/.dt_old&lt;BR /&gt;Make sure that /tmp and /var/tmp are writable to the user.&lt;BR /&gt;Default permissions for /tmp and /var/tmp are 777 on HPUX, but I usually chmod 4777 /var/tmp and /tmp.&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
    <pubDate>Tue, 26 Jun 2001 11:19:55 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2001-06-26T11:19:55Z</dc:date>
    <item>
      <title>CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545106#M27247</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;$HOME/.dt/errorlog&lt;BR /&gt;&lt;BR /&gt;Tue Jun 26 12:44:40 2001&lt;BR /&gt;dtsession: Unable to start message server - exiting.&lt;BR /&gt;&lt;BR /&gt;$HOME/.dt/startlog&lt;BR /&gt;..&lt;BR /&gt;--- execing /usr/dt/bin/dtsession with a /bin/bash login shell ...&lt;BR /&gt;--- starting desktop on /dev/pts/6&lt;BR /&gt;/usr/dt/bin/ttsession[6419]: _Tt_s_session::s_init(): 1402 (! Tt_status)!&lt;BR /&gt;/usr/dt/bin/ttsession[6419]: child ttsession exited with status 1&lt;BR /&gt;&lt;BR /&gt;This only occours to one users on the system.&lt;BR /&gt;Does anybody of you know how to solve that problem?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Lothar &lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2001 11:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545106#M27247</guid>
      <dc:creator>Lothar Mueller</dc:creator>
      <dc:date>2001-06-26T11:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545107#M27248</link>
      <description>Is DTSOURCEPROFILE set to TRUE in the user's .dtprofile? If so, set it to FALSE, let the user login again and if this works, the problem is in the user's .profile. Check for any stty's and echo's in the user's profile. These can mess up CDE startup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Tue, 26 Jun 2001 11:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545107#M27248</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-06-26T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545108#M27249</link>
      <description>Lothar,&lt;BR /&gt;&lt;BR /&gt;could you verify how this specific user starts CDE. Some things look strange to me:&lt;BR /&gt;&amp;gt; (only a terminal window is open when starting CDE)&lt;BR /&gt;&amp;gt;-- starting desktop on /dev/pts/6 &lt;BR /&gt;&lt;BR /&gt;To me this looks like the user starts Xsession form a  open terminal window belonging to /dev/pts/6 ??&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;Rainer</description>
      <pubDate>Tue, 26 Jun 2001 11:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545108#M27249</guid>
      <dc:creator>rainer doelker</dc:creator>
      <dc:date>2001-06-26T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545109#M27250</link>
      <description>Is this the only user with a bash login shell?  If so, make sure that the shell is installed correctly, with the correct permissions.  Make sure that the shell is in /etc/shells.  Also check the user for overlapping UID.&lt;BR /&gt;&lt;BR /&gt;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....&lt;BR /&gt;mv $HOME/.dt $HOME/.dt_old&lt;BR /&gt;Make sure that /tmp and /var/tmp are writable to the user.&lt;BR /&gt;Default permissions for /tmp and /var/tmp are 777 on HPUX, but I usually chmod 4777 /var/tmp and /tmp.&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 26 Jun 2001 11:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545109#M27250</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-06-26T11:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545110#M27251</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just created a new user, who can log-in in cde properly.&lt;BR /&gt;&lt;BR /&gt;I tried all the suggested fixes, nothing helped.&lt;BR /&gt;&lt;BR /&gt;So I think this is something very unnormal, which I don't understand anymore.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Lothar</description>
      <pubDate>Tue, 26 Jun 2001 13:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545110#M27251</guid>
      <dc:creator>Lothar Mueller</dc:creator>
      <dc:date>2001-06-26T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545111#M27252</link>
      <description>a few suggestions &amp;amp; Qu's ......&lt;BR /&gt;&lt;BR /&gt;What happens if the affected users shell is changed to something other than the bash shell ?&lt;BR /&gt;&lt;BR /&gt;Is bash listed in the /etc/shells file ? if no add it ?&lt;BR /&gt;&lt;BR /&gt;Does the user have the same problem if they telnet or rlogin to this system ?&lt;BR /&gt;&lt;BR /&gt;did it ever work for this user ?&lt;BR /&gt;&lt;BR /&gt;ps the single window sounds like a CDE failsafe session-&amp;gt;&lt;BR /&gt;you'd see an Hpterm on a grey mesh backgound ?&lt;BR /&gt;&lt;BR /&gt;anything in the /var/adm/syslog/syslog.log at the time of the problem login ?</description>
      <pubDate>Tue, 26 Jun 2001 13:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545111#M27252</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-06-26T13:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545112#M27253</link>
      <description>Customer Viewable User Doc ID: KBRC00003700 &lt;BR /&gt;FAQ: Environment, Shell, and Profile configuration &lt;BR /&gt;&lt;BR /&gt;Can you see this doc on the HP Technical knowledge base ?&lt;BR /&gt;&lt;BR /&gt;extract ......&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2001 14:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545112#M27253</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-06-26T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: CDE-Login error with ToolTalk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545113#M27254</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;the problem is solved. &lt;BR /&gt;The permissions on HOME-Directory of user were changed. &lt;BR /&gt;I replaced them, and the login was possible.&lt;BR /&gt;&lt;BR /&gt;Lothar</description>
      <pubDate>Wed, 27 Jun 2001 08:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-error-with-tooltalk/m-p/2545113#M27254</guid>
      <dc:creator>Lothar Mueller</dc:creator>
      <dc:date>2001-06-27T08:15:12Z</dc:date>
    </item>
  </channel>
</rss>

