<?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: group id in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301187#M880940</link>
    <description>could you check the permissions off,&lt;BR /&gt;&lt;BR /&gt;# ll /usr/bin/chown&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Nov  7  1997 /usr/bin/chown</description>
    <pubDate>Thu, 10 Jun 2004 04:52:52 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2004-06-10T04:52:52Z</dc:date>
    <item>
      <title>group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301174#M880927</link>
      <description>$ id&lt;BR /&gt;uid=255(htoo) gid=116(bscs) groups=9998(Users)&lt;BR /&gt;$ pwd&lt;BR /&gt;/home/htoo&lt;BR /&gt;$ id&lt;BR /&gt;uid=255(htoo) gid=116(bscs) groups=9998(Users)&lt;BR /&gt;$ touch cc.c&lt;BR /&gt;$ ls -l cc.c&lt;BR /&gt;-rw-r--r--   1 htoo     daemon         0 Jun 10 16:14 cc.c&lt;BR /&gt;&lt;BR /&gt;Please see above.This is very funny.Whenever I do a touch on a file the group change to daemon even I'm not in this group.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 10 Jun 2004 03:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301174#M880927</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-06-10T03:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301175#M880928</link>
      <description>Hi mB,&lt;BR /&gt;&lt;BR /&gt;what does "# id daemon" report, or "# grep daemon /etc/group"&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 10 Jun 2004 03:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301175#M880928</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-10T03:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301176#M880929</link>
      <description>Thanks Jan.&lt;BR /&gt;&lt;BR /&gt;$ id daemon&lt;BR /&gt;uid=1(daemon) gid=1(daemon)&lt;BR /&gt;$ grep daemon /etc/group&lt;BR /&gt;daemon:*:1:daemon&lt;BR /&gt;$ ypcat group|grep daemon&lt;BR /&gt;&lt;BR /&gt;By the way we are using NIS.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 10 Jun 2004 03:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301176#M880929</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-06-10T03:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301177#M880930</link>
      <description>please submit ouput of&lt;BR /&gt;ls -ld /home/htoo&lt;BR /&gt;(looking for acls)&lt;BR /&gt;and of&lt;BR /&gt;grep -e "bscs" -e "daemon" /etc/group&lt;BR /&gt;(looking for strangeness :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 03:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301177#M880930</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-10T03:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301178#M880931</link>
      <description>Maybe setgid on the directory?&lt;BR /&gt;Try the same in another directory to see if the same problem occurs.&lt;BR /&gt;&lt;BR /&gt;(and remove the file before touching again)&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 10 Jun 2004 03:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301178#M880931</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-06-10T03:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301179#M880932</link>
      <description>Fred ,&lt;BR /&gt;  You are getting somewhere.here are the output of the :&lt;BR /&gt;&lt;BR /&gt;# ls -ld /home/htoo&lt;BR /&gt;lrwxrwxrwx   1 root     system        18 Jun 10 16:40 htoo -&amp;gt; /tmp_mnt/home/htoo&lt;BR /&gt;&lt;BR /&gt;# ls -ld /tmp_mnt/home/htoo&lt;BR /&gt;drwxrwxrwx  11 root     daemon      1536 Jun 10 16:43 /tmp_mnt/home/htoo&lt;BR /&gt;&lt;BR /&gt;FYI we are using auto mount .&lt;BR /&gt;&lt;BR /&gt;I try ti change the owner on /tmp_mnt/home/htoo it give below error :&lt;BR /&gt;&lt;BR /&gt;# chown htoo:bscs htoo&lt;BR /&gt;chown: htoo: Not owner&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 03:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301179#M880932</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-06-10T03:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301180#M880933</link>
      <description>Oops, forget the setgid remark in my previous reply. (Should be sticky bit, but it is not relevant for groups).&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Thu, 10 Jun 2004 03:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301180#M880933</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-06-10T03:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301181#M880934</link>
      <description>You must be root to chown from root to htoo.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 03:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301181#M880934</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-10T03:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301182#M880935</link>
      <description>could you try to touch directly in /tmp_mnt/home/htoo with user htoo. Maybe the linking is messing it up.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 03:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301182#M880935</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-10T03:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301183#M880936</link>
      <description>Fred,&lt;BR /&gt;   I am using root.But it give me not owner error .... any idea ?.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 10 Jun 2004 03:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301183#M880936</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-06-10T03:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301184#M880937</link>
      <description>automounted nfs dir ? try to change the permissions on the server.</description>
      <pubDate>Thu, 10 Jun 2004 04:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301184#M880937</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-10T04:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301185#M880938</link>
      <description>Robert,&lt;BR /&gt;   I did change the source nfs server directory.But the result still the same...&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 10 Jun 2004 04:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301185#M880938</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-06-10T04:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301186#M880939</link>
      <description>Hmmm... I didn't understand that where automount of NFS. What is the ID of htoo on distant server ? What is the ID of daemon on distant server ? What is the content of the /etc/exports file for the line concerning your directory ?&lt;BR /&gt;&lt;BR /&gt;All of this might help, as long as permissions are set on the other server and replicated as UIDs on local. options of export may also have influence.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2004 04:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301186#M880939</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-10T04:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301187#M880940</link>
      <description>could you check the permissions off,&lt;BR /&gt;&lt;BR /&gt;# ll /usr/bin/chown&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Nov  7  1997 /usr/bin/chown</description>
      <pubDate>Thu, 10 Jun 2004 04:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301187#M880940</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-06-10T04:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301188#M880941</link>
      <description>As a sidestep you can give ls an option (-n ?) to have numerical IDs in the output. Names are just a translation from numbers, so let's first make sure the numbers are right and check the translation of the number to names later (passwd, nis, ...)&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Thu, 10 Jun 2004 06:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301188#M880941</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-06-10T06:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301189#M880942</link>
      <description>Some things to try:&lt;BR /&gt;- I learned not to trust the id command output,&lt;BR /&gt;especially in NIS environments with HP-UX servers.&lt;BR /&gt;- Find out manually, what groupset you are in:&lt;BR /&gt;ypcat passwd|grep htoo&lt;BR /&gt;ypcat group|grep htoo&lt;BR /&gt;&lt;BR /&gt;- Check for local accounts in /etc/passwd and /etc/group overriding the NIS settings!&lt;BR /&gt;&lt;BR /&gt;- Check the directory for sedgid flags and remove (if appropriate):&lt;BR /&gt;chmod g-s &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2004 03:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301189#M880942</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2004-06-11T03:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: group id</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301190#M880943</link>
      <description>I think the problem is not necessarily on the machine you located the problem, but on the server where /tmp_mnt/home/htoo is mounted from.&lt;BR /&gt;&lt;BR /&gt;Checkout: bdf /tmp/home/htoo&lt;BR /&gt;&lt;BR /&gt;Also checkout any mount options.&lt;BR /&gt;And of course export options. Could it be you have some mapping for group id's?&lt;BR /&gt;Checkout output of showmount -e &lt;NFSSERVER&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/NFSSERVER&gt;</description>
      <pubDate>Fri, 11 Jun 2004 04:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-id/m-p/3301190#M880943</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-06-11T04:37:15Z</dc:date>
    </item>
  </channel>
</rss>

