<?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: Error from rpm command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577594#M18555</link>
    <description>One more thing I forgot to mention -- before running any of the commands I provided in my previous posting make sure that you don't have any rpm processes running. Use ps to check. For example:&lt;BR /&gt;&lt;BR /&gt;ps auxw | grep -i rpm&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Jul 2005 09:46:34 GMT</pubDate>
    <dc:creator>Ross Minkov</dc:creator>
    <dc:date>2005-07-13T09:46:34Z</dc:date>
    <item>
      <title>Error from rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577590#M18551</link>
      <description>Hi,&lt;BR /&gt;I'm installing an OVO Unix agent into the Linux Redhat Enterprise version 2.4&lt;BR /&gt;&lt;BR /&gt;The installation failed with error msg:-&lt;BR /&gt;&lt;BR /&gt;error: rpmdbNextIterator: skipping h#     614 blob size(16916): BAD, 8 + 16 * il&lt;BR /&gt;(57) + dl(9696)&lt;BR /&gt;&lt;BR /&gt;error: rpmdbNextIterator: skipping h#     615 blob size(15988): BAD, 8 + 16 * il&lt;BR /&gt;(538976288) + dl(538976288)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;error: rpmdb: damaged header #615 retrieved -- skipping.&lt;BR /&gt;error: rpmdb: damaged header #615 retrieved -- skipping.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please help. thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jul 2005 22:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577590#M18551</guid>
      <dc:creator>chai choon keet</dc:creator>
      <dc:date>2005-07-06T22:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error from rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577591#M18552</link>
      <description>Make sure the package you want to install is not corrupt. You may try to rebuild/recreate the rpm database with:&lt;BR /&gt;&lt;BR /&gt; rpm {--initdb|--rebuilddb}&lt;BR /&gt;&lt;BR /&gt;You may need to delete the db files from /var/lib/rpm</description>
      <pubDate>Wed, 06 Jul 2005 23:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577591#M18552</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-06T23:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error from rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577592#M18553</link>
      <description>&lt;BR /&gt;looks like the rpm package is corrupted, try to download it again and use it&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 01:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577592#M18553</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-07T01:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error from rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577593#M18554</link>
      <description>&lt;BR /&gt;Here is a quick RPM db troubleshooting HOWTO.&lt;BR /&gt;&lt;BR /&gt;First try this:&lt;BR /&gt;&lt;BR /&gt;# rm -f /var/lib/rpm/__db*&lt;BR /&gt;&lt;BR /&gt;If you still have problems with rpm after that try to rebuild the db:&lt;BR /&gt;&lt;BR /&gt;# cd /var/lib; mkdir rpm-backup&lt;BR /&gt;# rsync -av ./rpm/. ./rpm-backup/.&lt;BR /&gt;# rpm -vv --rebuilddb&lt;BR /&gt;&lt;BR /&gt;The first 2 lines above will backup your RPM db. Always make a backup before trying to have rpm repair the database.&lt;BR /&gt;&lt;BR /&gt;If you still have problems with the RPM database you can use the db_dump and db_load utilities that come with RPM (from the SleepyCat DB database library). Use dp_dump to dump the Packages file then use db_load to reload the Packages file. The act of dumping and restoring may fix a corrupted file.&lt;BR /&gt;&lt;BR /&gt;# cd /var/lib/rpm&lt;BR /&gt;# db_verify Packages&lt;BR /&gt;# mv Packages Packages-ORIG&lt;BR /&gt;# db_dump Packages-ORIG | db_load Packages&lt;BR /&gt;# rpm -vv --rebuilddb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Wed, 13 Jul 2005 09:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577593#M18554</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-07-13T09:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error from rpm command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577594#M18555</link>
      <description>One more thing I forgot to mention -- before running any of the commands I provided in my previous posting make sure that you don't have any rpm processes running. Use ps to check. For example:&lt;BR /&gt;&lt;BR /&gt;ps auxw | grep -i rpm&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 09:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-from-rpm-command/m-p/3577594#M18555</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-07-13T09:46:34Z</dc:date>
    </item>
  </channel>
</rss>

