<?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 Problem with user ID in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810382#M84133</link>
    <description>We have a new HP server running HPUX 11.0, when I add new user ID through SAM and tried to login I am getting an error " The desktop messaging system could not be started. To correct the problem.&lt;BR /&gt;1. Choose [OK] to return to the login screen.&lt;BR /&gt;2. Select Failsafe Session from the login screen's option menu and login.&lt;BR /&gt;3. check to see that the desktop is properly installed, the hostname is correct (/etc/hosts) and that the network is properly configured.&lt;BR /&gt;&lt;BR /&gt;I can login as root there is no problem. CDE is up  and everything is working.&lt;BR /&gt;</description>
    <pubDate>Fri, 20 Sep 2002 12:02:57 GMT</pubDate>
    <dc:creator>Raghuram Ollakal_1</dc:creator>
    <dc:date>2002-09-20T12:02:57Z</dc:date>
    <item>
      <title>Problem with user ID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810382#M84133</link>
      <description>We have a new HP server running HPUX 11.0, when I add new user ID through SAM and tried to login I am getting an error " The desktop messaging system could not be started. To correct the problem.&lt;BR /&gt;1. Choose [OK] to return to the login screen.&lt;BR /&gt;2. Select Failsafe Session from the login screen's option menu and login.&lt;BR /&gt;3. check to see that the desktop is properly installed, the hostname is correct (/etc/hosts) and that the network is properly configured.&lt;BR /&gt;&lt;BR /&gt;I can login as root there is no problem. CDE is up  and everything is working.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2002 12:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810382#M84133</guid>
      <dc:creator>Raghuram Ollakal_1</dc:creator>
      <dc:date>2002-09-20T12:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with user ID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810383#M84134</link>
      <description>Have you made sure that the PATH and other environmental variables are set correctly?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 20 Sep 2002 12:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810383#M84134</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-09-20T12:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with user ID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810384#M84135</link>
      <description>This may help ..&lt;BR /&gt;DocID=KBRC00004164&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063201694" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063201694&lt;/A&gt;</description>
      <pubDate>Fri, 20 Sep 2002 13:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810384#M84135</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-20T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with user ID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810385#M84136</link>
      <description>This is what you have to do&lt;BR /&gt;&lt;BR /&gt;Link your sudo to /usr/local/bin &lt;BR /&gt;&lt;BR /&gt;Then add path to SAM &lt;BR /&gt;&lt;BR /&gt;export PATH=$PATH:/usr/sbin &lt;BR /&gt;&lt;BR /&gt;Run &lt;BR /&gt;&lt;BR /&gt;sudo sam &lt;BR /&gt;&lt;BR /&gt;I believe you should be good to go. &lt;BR /&gt;&lt;BR /&gt;If you still get that error, try doing this &lt;BR /&gt;&lt;BR /&gt;whereis sudo &lt;BR /&gt;/usr/local/bin/sudo &lt;BR /&gt;&lt;BR /&gt;whereis sam &lt;BR /&gt;/usr/sbin/sam &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I believe this will give you a good idea where sam is. &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Anil</description>
      <pubDate>Fri, 20 Sep 2002 19:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810385#M84136</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-20T19:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with user ID</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810386#M84137</link>
      <description>One more thing i forgot to add.&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=youripaddress:0.0&lt;BR /&gt;&lt;BR /&gt;Don't forget to put :0.0 after your ipaddress.&lt;BR /&gt;&lt;BR /&gt;Then run sudo sam. You need root access to run sam. I hope you know sudo is alternative to root.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 20 Sep 2002 19:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-user-id/m-p/2810386#M84137</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-20T19:59:44Z</dc:date>
    </item>
  </channel>
</rss>

