<?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 errors using tar command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742099#M256299</link>
    <description>tar: couldn't get uname for uid 60001    &lt;BR /&gt;tar: couldn't get gname for gid 65534    &lt;BR /&gt;a /home/m-and-i/O4MI1110.txt 136 blocks  &lt;BR /&gt;</description>
    <pubDate>Wed, 01 Mar 2006 16:12:04 GMT</pubDate>
    <dc:creator>Jeff Hagstrom</dc:creator>
    <dc:date>2006-03-01T16:12:04Z</dc:date>
    <item>
      <title>errors using tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742099#M256299</link>
      <description>tar: couldn't get uname for uid 60001    &lt;BR /&gt;tar: couldn't get gname for gid 65534    &lt;BR /&gt;a /home/m-and-i/O4MI1110.txt 136 blocks  &lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 16:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742099#M256299</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2006-03-01T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: errors using tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742100#M256300</link>
      <description>Just means that the file O4MI1110.txt used to be owned by uid 60001 in group 65534.&lt;BR /&gt;&lt;BR /&gt;User was probably deleted.&lt;BR /&gt;&lt;BR /&gt;You could chown it to a new user (like root for example):&lt;BR /&gt;&lt;BR /&gt;chown root:sys /home/m-and-i/O4MI1110.txt &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 01 Mar 2006 16:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742100#M256300</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-01T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: errors using tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742101#M256301</link>
      <description>Typically the user acct that owned these files was deleted. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 16:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742101#M256301</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-03-01T16:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: errors using tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742102#M256302</link>
      <description>You can also get this is you untar a file that was created on a different system, and the user and group IDs on both systems aren't the same. It's not fatal to the untar, as the files will just have the numbers and not names associated with them, which you can see with an ls.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Wed, 01 Mar 2006 16:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742102#M256302</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2006-03-01T16:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: errors using tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742103#M256303</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;As already noted, you simply don't have a matching uid/gid in the passwd database for the file(s) in question.&lt;BR /&gt;&lt;BR /&gt;Should you ever want to track done files like this, use 'find' thusly:&lt;BR /&gt;&lt;BR /&gt;# cd &lt;PATH&gt;&lt;BR /&gt;# find . -xdev -nouser | xargs ls -l &lt;BR /&gt;# find . -xdev -nogroup | xargs ls -l &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/PATH&gt;</description>
      <pubDate>Wed, 01 Mar 2006 16:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742103#M256303</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-01T16:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: errors using tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742104#M256304</link>
      <description>I should have noted that I have pages of them.  They seem to be located on NFS mounted systems.</description>
      <pubDate>Wed, 01 Mar 2006 16:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742104#M256304</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2006-03-01T16:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: errors using tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742105#M256305</link>
      <description>Ah - if on NFS - could mean that the NFS server has different users then your server -(or just different uid's) - main thin is, unless you really need to - don't backup the NFS share - do that on the NFS server instead.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 01 Mar 2006 17:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-using-tar-command/m-p/3742105#M256305</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-01T17:13:41Z</dc:date>
    </item>
  </channel>
</rss>

