<?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: Invalid ID during su in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454345#M770327</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another thing that could be causing your problem is the permissions of the su command /usr/bin/su.&lt;BR /&gt;&lt;BR /&gt;ll /usr/bin/su should give you:-&lt;BR /&gt;-r-sr-xr-x 1 root bin ...&lt;BR /&gt;&lt;BR /&gt;To return them to normal you need to&lt;BR /&gt;chmod 4555 /usr/bin/su&lt;BR /&gt;chown root:bin /usr/bin/su&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Oct 2000 10:16:50 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2000-10-17T10:16:50Z</dc:date>
    <item>
      <title>Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454339#M770321</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I try to su from a normal user, I have the following error.&lt;BR /&gt;&lt;BR /&gt;$ su root&lt;BR /&gt;Password:&lt;BR /&gt;setgroups: Not owner&lt;BR /&gt;su: Invalid ID      &lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what is happening. Remove out the /etc/logingroup link, the setgroups NOt owner gone but Invalid ID still there.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2000 05:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454339#M770321</guid>
      <dc:creator>mooi-kuan</dc:creator>
      <dc:date>2000-10-17T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454340#M770322</link>
      <description>&lt;BR /&gt;Looks like an error in your passwd file. What does the root entry in your passwd file look like ? (you can remove the password bit for security reasons).&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2000 06:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454340#M770322</guid>
      <dc:creator>Ken Scharpell</dc:creator>
      <dc:date>2000-10-17T06:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454341#M770323</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You might try checking your password and group files with 'pwck' and 'grpck' respectively.  See the man (1M) pages for each.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 17 Oct 2000 08:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454341#M770323</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-17T08:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454342#M770324</link>
      <description>Hi Ken or James,&lt;BR /&gt;Below is the output of pwck command:&lt;BR /&gt;&lt;BR /&gt;nobody:*:-2:-2::/:&lt;BR /&gt;        Invalid GID&lt;BR /&gt;&lt;BR /&gt;pwrchute::101:20:Powerchute Pseudo User:/home/pwrchute:/sbin/false&lt;BR /&gt;        Login directory not found&lt;BR /&gt;&lt;BR /&gt;developer:XNc3FBgJz5QuI:8410:8400:HP84000 developer:/home/developer:/bin/ksh&lt;BR /&gt;        Logname too long/short&lt;BR /&gt;&lt;BR /&gt;student10::8430:8400:84000 student,,,:/home/student10:/usr/bin/ksh&lt;BR /&gt;        Logname too long/short&lt;BR /&gt;        Login directory not found&lt;BR /&gt;&lt;BR /&gt;mklim:1p1FqbXrIUEV6:103:20:,,,:/home/mklim:/usr/bin/sh&lt;BR /&gt;        Login directory not found&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;Below is the output of pwck on a machine that DONOT have su problem:&lt;BR /&gt;&lt;BR /&gt;nobody:*:-2:-2::/:&lt;BR /&gt;        Invalid GID&lt;BR /&gt;&lt;BR /&gt;pwrchute::101:20:Powerchute Pseudo User:/home/pwrchute:/sbin/false&lt;BR /&gt;        Login directory not found&lt;BR /&gt;&lt;BR /&gt;developer:cSw4Isw54K1Ps:8410:8400:HP84000 developer:/home/developer:/bin/ksh&lt;BR /&gt;        Logname too long/short&lt;BR /&gt;&lt;BR /&gt;sam_exec:xxx:0:1::/home/sam_exec:/usr/bin/sh&lt;BR /&gt;        1 Bad character(s) in logname    &lt;BR /&gt;&lt;BR /&gt;I am also attaching the /etc/passwd file from the problematic machine.&lt;BR /&gt;&lt;BR /&gt;Please help, thank you !</description>
      <pubDate>Tue, 17 Oct 2000 09:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454342#M770324</guid>
      <dc:creator>mooi-kuan</dc:creator>
      <dc:date>2000-10-17T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454343#M770325</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Sorry, I forgot to mention that 'pwck' complains about lots of those things -- like underscores in user names, etc.&lt;BR /&gt;&lt;BR /&gt;You never said to whom or from whom you are doing the 'su'.  Make sure that your default groups as represented in the /etc/passwd file are represented in the /etc/group.  You are using a group ID = 8400 for some users.  Is that defined in the group file?&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 17 Oct 2000 09:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454343#M770325</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-17T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454344#M770326</link>
      <description>Hi James,&lt;BR /&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;I am enclosing the /etc/group file...&lt;BR /&gt;&lt;BR /&gt;I did su from users operator to root.&lt;BR /&gt;&lt;BR /&gt;Infact, I have tried, none of the users on that system can succesfully su to root.</description>
      <pubDate>Tue, 17 Oct 2000 10:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454344#M770326</guid>
      <dc:creator>mooi-kuan</dc:creator>
      <dc:date>2000-10-17T10:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454345#M770327</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another thing that could be causing your problem is the permissions of the su command /usr/bin/su.&lt;BR /&gt;&lt;BR /&gt;ll /usr/bin/su should give you:-&lt;BR /&gt;-r-sr-xr-x 1 root bin ...&lt;BR /&gt;&lt;BR /&gt;To return them to normal you need to&lt;BR /&gt;chmod 4555 /usr/bin/su&lt;BR /&gt;chown root:bin /usr/bin/su&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2000 10:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454345#M770327</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-17T10:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ID during su</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454346#M770328</link>
      <description>We had the same problem when the system was "Trusted" and somehow got corrupted.  I believe you will need to login to the console and use sam to "untrust" the machine then retrust it to rebuild the /tcb directory structure.&lt;BR /&gt;&lt;BR /&gt;Hope that solves it.&lt;BR /&gt;Thanks,&lt;BR /&gt;Matt</description>
      <pubDate>Thu, 19 Oct 2000 12:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-id-during-su/m-p/2454346#M770328</guid>
      <dc:creator>Matt Loveland</dc:creator>
      <dc:date>2000-10-19T12:50:38Z</dc:date>
    </item>
  </channel>
</rss>

