<?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: Code error of tar command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915144#M934035</link>
    <description>The full list of error codes for tar can be found by&lt;BR /&gt;&lt;BR /&gt;cd /usr/lib/nls/C&lt;BR /&gt;dumpmsg tar.cat&lt;BR /&gt;&lt;BR /&gt;This gives&lt;BR /&gt;&lt;BR /&gt;5 Can only create standard output archives&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Mar 2003 14:49:41 GMT</pubDate>
    <dc:creator>Chris Wilshaw</dc:creator>
    <dc:date>2003-03-03T14:49:41Z</dc:date>
    <item>
      <title>Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915135#M934026</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a backup process whith tar command and&lt;BR /&gt;I receive code error = 5&lt;BR /&gt;what is this ???? anybody know this code error ?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 27 Feb 2003 20:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915135#M934026</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-02-27T20:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915136#M934027</link>
      <description>Hi Daniel,&lt;BR /&gt;&lt;BR /&gt;Error code 5 is EIO or I/O error. You can usually find error codes by strings /usr/include/sys/errno.h | grep 5&lt;BR /&gt;&lt;BR /&gt;I suspect that you have a bad tape, drive or SCSI subsystem.&lt;BR /&gt;Try another tape first. Then clean the drive.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 27 Feb 2003 20:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915136#M934027</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-27T20:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915137#M934028</link>
      <description>Usually error code 5 is non fatal. It can be due to a lot of reasons .. for example ..&lt;BR /&gt;-couldn't get uname for uid&lt;BR /&gt;-couldn't get gname for gid&lt;BR /&gt;-pwd failed&lt;BR /&gt;-pathname too long&lt;BR /&gt;-filesize changed&lt;BR /&gt;etc, etc, etc.&lt;BR /&gt;Some other error codes which are more serious are ..&lt;BR /&gt;2 - tape write error&lt;BR /&gt;3 - tape read error (block size changed)&lt;BR /&gt;Can you post the actual error message you're getting ?&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 20:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915137#M934028</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-27T20:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915138#M934029</link>
      <description>I'm talking error code specific to tar of course .. for instance if you see something like ..&lt;BR /&gt;"tar returned error [5]" &lt;BR /&gt;.. then my previous post would apply.</description>
      <pubDate>Thu, 27 Feb 2003 20:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915138#M934029</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-27T20:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915139#M934030</link>
      <description>The error code is returned by assign a variable:&lt;BR /&gt;coderr=$?&lt;BR /&gt;&lt;BR /&gt;and then return 5.&lt;BR /&gt;&lt;BR /&gt;this is a printout of tar command:&lt;BR /&gt;a ./disco1/COCOON/PROD/logs/dlg_00_pa_liq_res_001_pr_generar_26_02_2003_14_39_02.log 10 blocks&lt;BR /&gt;a ./disco1/COCOON/PROD/logs/dlg_00_pa_liq_res_001_pr_generar_26_02_2003_15_50_02.log 9 blocks&lt;BR /&gt;a ./disco1/COCOON/PROD/logs/pa_liq_act_rct_001_pr_calcular_26_02_2003_15_54_02.log 3 blocks&lt;BR /&gt;&lt;BR /&gt;but the proccess is not interactive !!&lt;BR /&gt;I think that is a path length problem ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 20:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915139#M934030</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-02-27T20:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915140#M934031</link>
      <description>Hi (again) Daniel,&lt;BR /&gt;&lt;BR /&gt;No those paths are nowhere near length limits.&lt;BR /&gt;I believe I still stand by my first diag - you've got a simple I/O error.&lt;BR /&gt;Start your diag by ruling out the simplest things first:&lt;BR /&gt;1) tape&lt;BR /&gt;2) drive dirty&lt;BR /&gt;3) drive fault&lt;BR /&gt;4) SCSI subsystem&lt;BR /&gt;5) System bus&lt;BR /&gt;6) etc.&lt;BR /&gt;&lt;BR /&gt;Good hunting,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 28 Feb 2003 03:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915140#M934031</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-28T03:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915141#M934032</link>
      <description>I believe that and error code 5 will also happen if a file in the path exceeds 2GB.</description>
      <pubDate>Mon, 03 Mar 2003 13:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915141#M934032</guid>
      <dc:creator>Dennis Flinn</dc:creator>
      <dc:date>2003-03-03T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915142#M934033</link>
      <description>Tar change among releases of HP-ux.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See man tar for your own system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See also :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6c983a1c04ffd61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6c983a1c04ffd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 13:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915142#M934033</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2003-03-03T13:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915143#M934034</link>
      <description>If the path length is less than the limit, the problem was the scsi subsistem.&lt;BR /&gt;I will check that !!!&lt;BR /&gt;&lt;BR /&gt;thanks very very much to all !!</description>
      <pubDate>Mon, 03 Mar 2003 14:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915143#M934034</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-03-03T14:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code error of tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915144#M934035</link>
      <description>The full list of error codes for tar can be found by&lt;BR /&gt;&lt;BR /&gt;cd /usr/lib/nls/C&lt;BR /&gt;dumpmsg tar.cat&lt;BR /&gt;&lt;BR /&gt;This gives&lt;BR /&gt;&lt;BR /&gt;5 Can only create standard output archives&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 14:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/code-error-of-tar-command/m-p/2915144#M934035</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2003-03-03T14:49:41Z</dc:date>
    </item>
  </channel>
</rss>

