<?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: Tying to change password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103352#M751693</link>
    <description>I think your /etc/passwd file may be corrupted.  Try running pwck on your system.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
    <pubDate>Mon, 27 Oct 2003 12:43:16 GMT</pubDate>
    <dc:creator>Umapathy S</dc:creator>
    <dc:date>2003-10-27T12:43:16Z</dc:date>
    <item>
      <title>Tying to change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103351#M751692</link>
      <description>Receiving the following message when I try to change my password:&lt;BR /&gt;&lt;BR /&gt;passwd: alter:  not found.&lt;BR /&gt;passwd[2]: /SD_CDROM: Execute permission denied.&lt;BR /&gt;passwd[3]: alter:  not found.&lt;BR /&gt;passwd[4]: /SD_CDROM: Execute permission denied.&lt;BR /&gt;passwd[5]: alter:  not found.&lt;BR /&gt;passwd[6]: /SD_CDROM: Execute permission &lt;BR /&gt;denied.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to solve this problem?</description>
      <pubDate>Mon, 27 Oct 2003 12:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103351#M751692</guid>
      <dc:creator>Angela Shepherd</dc:creator>
      <dc:date>2003-10-27T12:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tying to change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103352#M751693</link>
      <description>I think your /etc/passwd file may be corrupted.  Try running pwck on your system.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Mon, 27 Oct 2003 12:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103352#M751693</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-10-27T12:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tying to change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103353#M751694</link>
      <description>The output sequence you are getting looks odd.  Like error messages from a script at lines 2, 3, 4, 5...&lt;BR /&gt;&lt;BR /&gt;Are you located in /SD_CDOM?  Do you have a file in /SD_CDROM called "passwd", and you have put "." in your current path (which you are not supposed to do.)?&lt;BR /&gt;&lt;BR /&gt;cd / and try this again.</description>
      <pubDate>Mon, 27 Oct 2003 13:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103353#M751694</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-10-27T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tying to change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103354#M751695</link>
      <description>Or is it a wrapper around original passwd?&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 13:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103354#M751695</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-10-27T13:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tying to change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103355#M751696</link>
      <description>Angela,&lt;BR /&gt;&lt;BR /&gt;I don't know if you have got this resolved yet, and even if you have the information below may be useful anyway.&lt;BR /&gt;Someone could have written a script on your system called passwd that is spoofing your passwd change and sending out an erroneous message.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Type :-&lt;BR /&gt;&lt;BR /&gt;type passwd&lt;BR /&gt;&lt;BR /&gt;The response should be something like :-&lt;BR /&gt;&lt;BR /&gt;passwd is /usr/bin/passwd&lt;BR /&gt;&lt;BR /&gt;Then type :-&lt;BR /&gt;&lt;BR /&gt;file /usr/bin/passwd &lt;BR /&gt;    (or whatever the path was as above)&lt;BR /&gt;&lt;BR /&gt;The output should be like :-&lt;BR /&gt;&lt;BR /&gt;/usr/bin/passwd:        PA-RISC1.1 shared executable dynamically linked&lt;BR /&gt;&lt;BR /&gt;You can also check the date and permission on the file :-&lt;BR /&gt;&lt;BR /&gt;ls -l /usr/bin/passwd&lt;BR /&gt;&lt;BR /&gt;Last of all, if the above is okay then type :-&lt;BR /&gt;&lt;BR /&gt;pwck&lt;BR /&gt;&lt;BR /&gt;as this will check the integrity of you /etc/password file.&lt;BR /&gt;&lt;BR /&gt;If all the above is okay then at least you can feel comfortable that the passwd security is okay and it must be something else.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Keith&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2003 08:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tying-to-change-password/m-p/3103355#M751696</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2003-10-31T08:55:58Z</dc:date>
    </item>
  </channel>
</rss>

