<?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: Cannot change ownership to uid 673, gid 100: Operation not permitted in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305695#M81769</link>
    <description>is that account still avaialble ? may be deleted after your backup?</description>
    <pubDate>Thu, 13 Nov 2008 19:53:42 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2008-11-13T19:53:42Z</dc:date>
    <item>
      <title>Cannot change ownership to uid 673, gid 100: Operation not permitted</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305694#M81768</link>
      <description>I have written one backup script in linux workstation,(as a user) so the backup script generated one .tgz file.The script moving .tgz to /net/tps-bcd/backup.&lt;BR /&gt;&lt;BR /&gt;#ex:backup.yogesh_rip-2008-11-13-18-05-37.tgz(in /net/tps-bcd/backup)&lt;BR /&gt;I use "tar zxf yogesh_rip-2008-11-13-18-05-37.tgz" to extract the .tgz file.It is working fine.&lt;BR /&gt;&lt;BR /&gt;But,The script i copied to the root user and i scheduled the script it was working fine.The backup taken over in /net/tps-bcd/backup.Then i tried to extract the .tgz file.But its showing below error&lt;BR /&gt;&lt;BR /&gt;#tar: ae/yogesh_rip/Graphics/vectorPack.c: Cannot change ownership to uid 673, gid 100: Operation not permitted&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Nov 2008 14:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305694#M81768</guid>
      <dc:creator>yogesh kumar_2</dc:creator>
      <dc:date>2008-11-13T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change ownership to uid 673, gid 100: Operation not permitted</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305695#M81769</link>
      <description>is that account still avaialble ? may be deleted after your backup?</description>
      <pubDate>Thu, 13 Nov 2008 19:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305695#M81769</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-11-13T19:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change ownership to uid 673, gid 100: Operation not permitted</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305696#M81770</link>
      <description>The user account is there.&lt;BR /&gt;&lt;BR /&gt;see after copying to /net/tps-bcd/backup(as a root user) its showing file owner and group owner for the .tgz file is "nfsnobody".&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Nov 2008 03:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305696#M81770</guid>
      <dc:creator>yogesh kumar_2</dc:creator>
      <dc:date>2008-11-14T03:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change ownership to uid 673, gid 100: Operation not permitted</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305697#M81771</link>
      <description>you said you copied the file as root and see now the ownership of the copied file is "nfsnobody". I assume, you copied the file to an NFS share. This is a normal behavior, since per default on a nfs exported fs the root user of the nfs client is mapped to the uid of nfsnobody, which is normaly uid = 65534 .&lt;BR /&gt;&lt;BR /&gt;If you want that the nfs client root user is also root on the NFS share too, you have to export the NFS share on the nfs server with the flag no_root_squash .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;markus</description>
      <pubDate>Fri, 14 Nov 2008 08:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305697#M81771</guid>
      <dc:creator>Markus Schibli</dc:creator>
      <dc:date>2008-11-14T08:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot change ownership to uid 673, gid 100: Operation not permitted</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305698#M81772</link>
      <description>The error message is coming from tar because it is unpacking the file as a user that is not root and not "uid 673, gid 100".  When the tar file was written it noted the ownership and permissions of all of the files it backed up.  When you try to unpack it you will need to do that as root if you want it to match all of the same arbitrary ownership and permissions.  (If all the files belong to the same uid that unpacks the file then there is no problem either.)&lt;BR /&gt;&lt;BR /&gt;The ownership of the tar file itself is not an issue here.</description>
      <pubDate>Fri, 14 Nov 2008 18:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-change-ownership-to-uid-673-gid-100-operation-not/m-p/4305698#M81772</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2008-11-14T18:56:21Z</dc:date>
    </item>
  </channel>
</rss>

