<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523233#M23869</link>
    <description>Thank you Alex for your help. &lt;BR /&gt;&lt;BR /&gt;The problem was caused by the system network config: I found that ping &lt;IP&gt; worked whereas ping &lt;HOSTNAME&gt; didn't. So I fix it by proper configuring DNS.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Eugene&lt;BR /&gt;&lt;BR /&gt;&lt;/HOSTNAME&gt;&lt;/IP&gt;</description>
    <pubDate>Tue, 01 May 2001 18:12:04 GMT</pubDate>
    <dc:creator>Eugene_3</dc:creator>
    <dc:date>2001-05-01T18:12:04Z</dc:date>
    <item>
      <title>CDE login problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523231#M23867</link>
      <description>Cannot log on the HP-UX 10.20 9000/715 system after succesfull OS install neither from CDE console nor via X terminal emulator (telnet works though). Getting the following error from the desktop:&lt;BR /&gt;"Unnable to initialize or connect to the Desktop messaging system. Check your $HOME/.dt/errorlog for more information". &lt;BR /&gt;&lt;BR /&gt;Here is what in the errorlog:&lt;BR /&gt;------------------------&lt;BR /&gt;Tue May 01 09:09:14 2001&lt;BR /&gt;dtsession: The ToolTalk session server (ttsession) could not be started. This&lt;BR /&gt;indicates that either ToolTalk is not installed or that it is not&lt;BR /&gt;installed correctly on this machine.  Please see your System&lt;BR /&gt;Administrator.&lt;BR /&gt;&lt;BR /&gt;Tue May 01 09:09:28 2001&lt;BR /&gt;dtsession: Screen lock when the screen saver is turned on is not available on this server.  Your screen will no&lt;BR /&gt;t be locked when the screen saver is turned on.&lt;BR /&gt;&lt;BR /&gt;Tue May 01 09:09:31 2001&lt;BR /&gt;Workspace Manager: I/O error on display:: 205.153.28.217:0.0&lt;BR /&gt;-----------------&lt;BR /&gt;&lt;BR /&gt;How to fix it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Eugene&lt;BR /&gt;</description>
      <pubDate>Tue, 01 May 2001 12:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523231#M23867</guid>
      <dc:creator>Eugene_3</dc:creator>
      <dc:date>2001-05-01T12:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: CDE login problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523232#M23868</link>
      <description>MOST LIKELY CAUSE(S) : &lt;BR /&gt;&lt;BR /&gt;The /usr/dt/bin/ttsession couldn't start due to networking problems,&lt;BR /&gt;    name resolution, or problems with ttsession.&lt;BR /&gt;&lt;BR /&gt;TROUBLESHOOTING:&lt;BR /&gt;&lt;BR /&gt;    1)  From the CDE login select Options -&amp;gt; Session -&amp;gt; Failsafe Session&lt;BR /&gt;        and login as root.&lt;BR /&gt;    2)  Run /usr/contrib/bin/X11/dr_dt. The end of the output from this&lt;BR /&gt;        script says: X ERRORs and X WARNINGs. These errors and warnings&lt;BR /&gt;        should be resolved before CDE will run properly.&lt;BR /&gt;    3)  Check the error log /var/dt/Xerrors&lt;BR /&gt;        Check the error log $HOME/.dt/errorlog&lt;BR /&gt;    4)  The output from "nslookup &lt;HOSTNAME&gt;" and "nslookup &lt;IP&gt;" should&lt;BR /&gt;        be the same. This checks for a) duplicate IP addresses or &lt;BR /&gt;        hostnames or b) problems with name resolution. If nslookup fails&lt;BR /&gt;        then CDE will fail to start. If the first line returned from nslookup &lt;BR /&gt;        is: "Name Server" then you are using DNS. Move "/etc/resolv.conf" to&lt;BR /&gt;        another name, i.e. /etc/resolv.conf.orig and rerun nslookup. If&lt;BR /&gt;        nslookup now succeeds then try logging into CDE again.&lt;BR /&gt;    5)  Check permissions and ownership of the following files:&lt;BR /&gt;        -r--r--r--   1 bin      bin          616 Jul  1 16:03 /etc/hosts&lt;BR /&gt;        -r--r--r--   1 root     sys         1010 Jun 25 18:22 /var/adm/inetd.sec&lt;BR /&gt;    6)  Check the contents of /var/adm/inetd.sec. It should contain&lt;BR /&gt;            dtspc  allow &lt;HOSTNAMES or=""&gt;&lt;BR /&gt;            spc    allow &lt;HOSTNAMES or=""&gt;&lt;BR /&gt;            mserve allow &lt;HOSTNAMES or=""&gt;&lt;BR /&gt;        If not add the lines and run "/usr/sbin/inetd -c" to reread the file.&lt;BR /&gt;    7)  /usr/sbin/ping &lt;HOSTNAME&gt;&lt;BR /&gt;        You should get back 0% packet loss. If you get something different&lt;BR /&gt;        then check your network configuration.&lt;BR /&gt;    8)  Make sure the $LANG environment variable is set correctly. It should&lt;BR /&gt;        be set to C or unset for American-English.&lt;BR /&gt;    9)  Exit the failsafe session. From the CDE login select Options -&amp;gt;&lt;BR /&gt;        Command Line Login. When the screen turns black, press &lt;RETURN&gt; and&lt;BR /&gt;        you should get a Console Login prompt. Login as root.&lt;BR /&gt;    10) mv $HOME/.dt $HOME/.dt.orig&lt;BR /&gt;        mv $HOME/.dtprofile $HOME/.dtprofile.orig&lt;BR /&gt;        exit (to return to CDE) - try logging in as root.&lt;/RETURN&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAMES&gt;&lt;/HOSTNAMES&gt;&lt;/HOSTNAMES&gt;&lt;/IP&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 01 May 2001 12:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523232#M23868</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-05-01T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: CDE login problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523233#M23869</link>
      <description>Thank you Alex for your help. &lt;BR /&gt;&lt;BR /&gt;The problem was caused by the system network config: I found that ping &lt;IP&gt; worked whereas ping &lt;HOSTNAME&gt; didn't. So I fix it by proper configuring DNS.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Eugene&lt;BR /&gt;&lt;BR /&gt;&lt;/HOSTNAME&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 01 May 2001 18:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523233#M23869</guid>
      <dc:creator>Eugene_3</dc:creator>
      <dc:date>2001-05-01T18:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: CDE login problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523234#M23870</link>
      <description>I also have a problem in CDE Login. The errolog is same, just I don't have this message :&lt;BR /&gt;&lt;BR /&gt;dtsession: Screen lock when the screen saver is turned on is not available on this server. Your screen will not be locked when the screen saver is turned on. &lt;BR /&gt;&lt;BR /&gt;I follow the troubleshooting as per Alex's advice, but still fail to login to CDE.&lt;BR /&gt;&lt;BR /&gt;This thing only happen when I login as "builder" name. When I login as root, no problem. The different is if I login as root, I don't run any program. Just go into CDE. If I login as "builder" I must run my application program. The CDE is appeared, but I can not do anything. I must click 'OK' button in the window displaying error message and the back to login window again.&lt;BR /&gt;&lt;BR /&gt;Please advise how to fix it.&lt;BR /&gt;Regards,&lt;BR /&gt;Hendra&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 23:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-login-problem/m-p/2523234#M23870</guid>
      <dc:creator>Hendra_1</dc:creator>
      <dc:date>2001-11-12T23:50:00Z</dc:date>
    </item>
  </channel>
</rss>

