<?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: chsh problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866455#M97368</link>
    <description>Then you are missing setuid bit on /bin/chsh executable.&lt;BR /&gt;&lt;BR /&gt;Do this as root.&lt;BR /&gt;&lt;BR /&gt;#chmod +s /bin/chsh&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Wed, 18 Dec 2002 11:03:05 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-12-18T11:03:05Z</dc:date>
    <item>
      <title>chsh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866450#M97363</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I try to change the default login shell it gives the following error,&lt;BR /&gt;&lt;BR /&gt;$ chsh /usr/bin/ksh&lt;BR /&gt;Can't bind library /usr/lib/libpwpauth.sl: Unresolved external.&lt;BR /&gt;chsh: you have no password file entry&lt;BR /&gt;Usage: chsh name [ shell ]&lt;BR /&gt;&lt;BR /&gt;What could be the problem?&lt;BR /&gt;&lt;BR /&gt;OS is 10.20 running on 712 workstation.&lt;BR /&gt;Pl. help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Wed, 18 Dec 2002 08:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866450#M97363</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-12-18T08:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: chsh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866451#M97364</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$chsh myusername /usr/bin/ksh &lt;BR /&gt;&lt;BR /&gt;should work.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2002 09:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866451#M97364</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-18T09:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: chsh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866452#M97365</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar is right. I actually think that chsh will not work on a user who is currently logged in, but I'm not sure. In that case, use vipw to edit /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;BTW, never set the root user's shell to /usr/bin/ksh, as your system won't come up after a reboot....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Wed, 18 Dec 2002 10:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866452#M97365</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2002-12-18T10:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: chsh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866453#M97366</link>
      <description>Even that is not working,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ chsh sysadm /usr/bin/ksh&lt;BR /&gt;Can't bind library /usr/lib/libpwpauth.sl: Unresolved external.&lt;BR /&gt;&lt;BR /&gt;here sysadm is the user name. I tried the same command on different machines where it works just fine ....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Karthik</description>
      <pubDate>Wed, 18 Dec 2002 10:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866453#M97366</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-12-18T10:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: chsh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866454#M97367</link>
      <description>Thats right karthik, go through the man pages of chsh. It requires username whose shell u want to change.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Wed, 18 Dec 2002 10:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866454#M97367</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-18T10:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: chsh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866455#M97368</link>
      <description>Then you are missing setuid bit on /bin/chsh executable.&lt;BR /&gt;&lt;BR /&gt;Do this as root.&lt;BR /&gt;&lt;BR /&gt;#chmod +s /bin/chsh&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 18 Dec 2002 11:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866455#M97368</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-18T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: chsh problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866456#M97369</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;setuid is already set. But even as root it is giving me the same error. I know that the easy way is to manually edit the passwd file but, I wanted to know what exactly is the problem.&lt;BR /&gt;&lt;BR /&gt;When I run this as root,&lt;BR /&gt;&lt;BR /&gt; # chsh sysadm /usr/bin/ksh&lt;BR /&gt;Can't bind library /usr/lib/libpwpauth.sl: Unresolved external.&lt;BR /&gt;&lt;BR /&gt;Pl. help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Wed, 18 Dec 2002 11:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chsh-problem/m-p/2866456#M97369</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2002-12-18T11:11:53Z</dc:date>
    </item>
  </channel>
</rss>

