<?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: passwd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494153#M805022</link>
    <description>Is ypbind running anyway?&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
    <pubDate>Thu, 15 Feb 2001 12:47:30 GMT</pubDate>
    <dc:creator>Berlene Herren</dc:creator>
    <dc:date>2001-02-15T12:47:30Z</dc:date>
    <item>
      <title>passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494152#M805021</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;If a user wants to change his password, he has to use "passwd username". "passwd" doesn't work, although the man pages say, it should work.&lt;BR /&gt;I'm running HPUX 10.20 without NIS.&lt;BR /&gt;What's going on there?&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Thu, 15 Feb 2001 12:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494152#M805021</guid>
      <dc:creator>Thomas Kollig</dc:creator>
      <dc:date>2001-02-15T12:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494153#M805022</link>
      <description>Is ypbind running anyway?&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Thu, 15 Feb 2001 12:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494153#M805022</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2001-02-15T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494154#M805023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This might have something to do with real/effective uid.&lt;BR /&gt;&lt;BR /&gt;Did the user login as himself? Or did he login and used 'su - hisusername'? This does make a difference for passwd.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rik.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2001 12:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494154#M805023</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2001-02-15T12:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494155#M805025</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;'passwd' is trying to get the user's name, if not given on the command line' with the getlogin() system call.&lt;BR /&gt;&lt;BR /&gt;getlogin(), in turn, tries to get the user's name from /etc/utmp.&lt;BR /&gt;&lt;BR /&gt;The issue you're facing could be due to a corrupted /etc/utmp file.&lt;BR /&gt;&lt;BR /&gt;In this thread, Andreas Voss provides a program source to fix /etc/utmp - Thanks Andreas !!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x98d7f841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x98d7f841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2001 12:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494155#M805025</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-15T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494156#M805026</link>
      <description>ypbind is not running.&lt;BR /&gt;The user doesn't use su.&lt;BR /&gt;&lt;BR /&gt;How can I determine whether /etc/utmp is corrupted or not?&lt;BR /&gt;Just a remark, corrupted /etc/utmp files on several workstations, one of them is rebooted yesterday??&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Thu, 15 Feb 2001 13:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494156#M805026</guid>
      <dc:creator>Thomas Kollig</dc:creator>
      <dc:date>2001-02-15T13:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494157#M805027</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;I said 'could be...' ;-)&lt;BR /&gt;&lt;BR /&gt;Check with 'who' as this one uses /etc/utmp&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2001 13:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494157#M805027</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-15T13:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494158#M805028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a hunch. Is there any "passwd: " entry in your /etc/nsswitch.conf? If yes, what is stated? &lt;BR /&gt;&lt;BR /&gt;If no, can you perform a "ll `which passwd`"? &lt;BR /&gt;&lt;BR /&gt;Since the command "passwd" alone does not work, is there any error message when typed? What is the error message that you are getting?&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 15 Feb 2001 13:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494158#M805028</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-15T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494159#M805029</link>
      <description>Thanks so far. Here some more information.&lt;BR /&gt;&lt;BR /&gt;The correct /etc/utmp files are used.&lt;BR /&gt;I don't have a /etc/nsswitch.conf.&lt;BR /&gt;Error message: "Usage: passwd [ -F file ] [ name ]".&lt;BR /&gt;&lt;BR /&gt;One more detail: If I do a remote login with ssh it works.&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Thu, 15 Feb 2001 15:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494159#M805029</guid>
      <dc:creator>Thomas Kollig</dc:creator>
      <dc:date>2001-02-15T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494160#M805030</link>
      <description>If the current terminal is "console" then "passwd" doesn't work, "who -m" answers nothing. If the current terminal is something else then "passwd" works, also "who -m" gives the correct answer.&lt;BR /&gt;&lt;BR /&gt;Why?</description>
      <pubDate>Thu, 15 Feb 2001 15:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494160#M805030</guid>
      <dc:creator>Thomas Kollig</dc:creator>
      <dc:date>2001-02-15T15:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494161#M805031</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the output if you're typing 'who' without argument ? With and without having someone logged in at the console. Is there any difference.&lt;BR /&gt;&lt;BR /&gt;It really sounds like the /etc/utmp file is having a 'scrambled' entry for the console.&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;PS: If there aren't too many users logged in, you could ask everybody to log out and type 'cp /dev/null /etc/utmp' - This should fix your problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2001 15:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494161#M805031</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-15T15:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494162#M805032</link>
      <description>I think the problems are dtterms.&lt;BR /&gt;xterm: "who" and "who -m" works as it should be.&lt;BR /&gt;dtterm: "who" -&amp;gt; kollig     console      Feb 12 10:19&lt;BR /&gt;           "who -m" -&amp;gt; (nothing)&lt;BR /&gt;&lt;BR /&gt;When I set back the /etc/utmp file and login and open a dtterm, then there is only on entry in /etc/utmp, something like kollig...dtconsole...&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Thu, 15 Feb 2001 16:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2494162#M805032</guid>
      <dc:creator>Thomas Kollig</dc:creator>
      <dc:date>2001-02-15T16:03:02Z</dc:date>
    </item>
  </channel>
</rss>

