LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to repair rpm database (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-repair-rpm-database-71741/)

zaldyd 07-10-2003 10:24 PM

how to repair rpm database
 
my command is: rpm --rebuilddb -vv
errors :

dbiTagsInit: unregconized tag name "Sha1header" ignored
error:unrecognized db option: "verify" ignored
error:unrecognized db option: "tmpdir" ignored
.
.
.
.
.
.
.
.
.
Segmentation fault(core dump)

how fix it??? :cry:

DrOzz 07-10-2003 10:27 PM

maybe you could try rpm --initdb to make a new database

zaldyd 07-10-2003 11:07 PM

it tried it but i receive same error:
dbiTagsInit: unregconized tag name "Sha1header" ignored
error:unrecognized db option: "verify" ignored
error:unrecognized db option: "tmpdir" ignored
is there other way???#$@

DrOzz 07-10-2003 11:17 PM

maybe you could specify a different location such as:
rpm -initdb --dbpath DIRECTORY
and then rpm --rebuilddb --dbpath DIRECTORY


All times are GMT -5. The time now is 11:05 PM.