RPM Segmentation Fault
Posted by Planet Malaysia on May 31, 2009
While I was try to upgrade one of the RPM package on SuSE Linux Server, I’m getting an error message as below:
planetmy1:/var/spool/locks # rpm -Fvh http://server01/openssl-0.9.8a-18.26.x86_64.rpm
Retrieving http://server01/openssl-0.9.8a-18.26.x86_64.rpm
Preparing... Segmentation fault### ( 50%
In /var/log/messages, I can see similar error:
kernel: rpm[21904]: segfault at 0000000000bbbfb0 rip 00002b13dd4c51ba rsp 00007fffcd8c0150 error 4
The solution is:
[root@planetmy1 ~]# rpm --rebuilddb
use –rebuilddb to rebuild the database indices from the installed package headers.
If “–rebuilddb is NOT work, you can try create a new database.
[root@planetmy1 ~]# rpm --initdb
Use –initdb to create a new database,
Hope this is useful!
Possibly Related Posts:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- Top 10 Free Anti Virus
- Microsoft SQL 2008 Agent not starts
- VMware Workstation 7 Serial Key
- WP Contact Form III – You do not have sufficient permissions to access this page Error
Comments
Leave a Reply