<?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 rpm problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356558#M13586</link>
    <description>I use RH 8 and have problem to use rpm function.&lt;BR /&gt;&lt;BR /&gt;I have just install the mysql4 rpm and uninstall it and then install mysq3.xx then uninstall it , now when I use the rpm like "rpm -qa" or "rpm -ivh *.rpm" etc , then the process will be hang , but I found that it is no problem if I use general user to run "rpm -qa" , could suggest what is the problem ? is it the rpm table problem ? thx.</description>
    <pubDate>Fri, 13 Aug 2004 06:43:59 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-08-13T06:43:59Z</dc:date>
    <item>
      <title>rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356558#M13586</link>
      <description>I use RH 8 and have problem to use rpm function.&lt;BR /&gt;&lt;BR /&gt;I have just install the mysql4 rpm and uninstall it and then install mysq3.xx then uninstall it , now when I use the rpm like "rpm -qa" or "rpm -ivh *.rpm" etc , then the process will be hang , but I found that it is no problem if I use general user to run "rpm -qa" , could suggest what is the problem ? is it the rpm table problem ? thx.</description>
      <pubDate>Fri, 13 Aug 2004 06:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356558#M13586</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-08-13T06:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356559#M13587</link>
      <description>I tried to remove the exist rpm , it denied .&lt;BR /&gt;&lt;BR /&gt;#rpm -e MySQL-3.23.58-1&lt;BR /&gt;error reading information on service mysql: No such file or directory&lt;BR /&gt;error: %preun(MySQL-3.23.58-1) scriptlet failed, exit status 1&lt;BR /&gt;&lt;BR /&gt;# rpm -ivh MySQL-3.23.58-1.i386.rpm&lt;BR /&gt;warning: MySQL-3.23.58-1.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5&lt;BR /&gt;Preparing...                ########################################### [100%]&lt;BR /&gt;        package MySQL-3.23.58-1 is already installed&lt;BR /&gt;# rpm -e MySQL-3.23.58-1.i386.rpm&lt;BR /&gt;error: package MySQL-3.23.58-1.i386.rpm is not installed&lt;BR /&gt;&lt;BR /&gt;when install it , it report it is installed , but when uninstall it , it denied, what is wrong ? thx.</description>
      <pubDate>Fri, 13 Aug 2004 06:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356559#M13587</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-08-13T06:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356560#M13588</link>
      <description>and I found the rpm . &lt;BR /&gt;&lt;BR /&gt;# rpm -qa |grep My &lt;BR /&gt;MySQL-3.23.58-1</description>
      <pubDate>Fri, 13 Aug 2004 06:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356560#M13588</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-08-13T06:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356561#M13589</link>
      <description>Make sure teh mysql database is shut down prior to trying to remove it.&lt;BR /&gt;&lt;BR /&gt;If processes have locks on certain files the removeal will fail.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Aug 2004 07:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356561#M13589</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-13T07:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356562#M13590</link>
      <description>if the rpm has problem , is it ok to rebuild the rpm , "rpm rebuilddb"  ? thx.</description>
      <pubDate>Sun, 15 Aug 2004 21:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356562#M13590</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-08-15T21:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356563#M13591</link>
      <description>This is a known issue with RPM on RH8.&lt;BR /&gt;&lt;BR /&gt;To get past the issue, remove '/var/lib/rpm/__db*', and try your RPM command again.&lt;BR /&gt;&lt;BR /&gt;I'm not aware of any updates that fix this issue conclusivly, but there are a few available from redhat.&lt;BR /&gt;&lt;BR /&gt;This issue doesn't happen every time, just occasionally.</description>
      <pubDate>Sun, 15 Aug 2004 22:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356563#M13591</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-15T22:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356564#M13592</link>
      <description>it works , thank you very much.</description>
      <pubDate>Sun, 15 Aug 2004 22:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-problem/m-p/3356564#M13592</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-08-15T22:42:49Z</dc:date>
    </item>
  </channel>
</rss>

