Why does my rpm command hangs?

by Vivek Gite · 3 comments

Q. Why does my Fedora Core Linux server hangs whey I type or use rpm command? How do I fix the problem as I need to install packages?

A
. Under Linux many command creates termporary lock files. If this lock file is not removed by rpm in databases you will see this problem. It is also possible that other apps may try to access same file. Please note that following solution works under:

=> CentOS

=> Fedora Core

=> Redhat Linux/RHEL

There is no clear cut solution exists. You can simply delete those files from /var/lib/rpm/ directory
# /bin/rm /var/lib/rpm/__db.*

The above command removes any locks left on the rpm database and now you should able to use rpm command.

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 3 comments… read them below or add one }

1 Calle 08.15.08 at 6:19 pm

Thanks, that worked a treat!

2 keso 02.23.09 at 8:17 am

Thanks!

3 Peter Murray 10.12.09 at 5:34 pm

This solved a server problem I had been working several days on. Thank you.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous FAQ:

Next FAQ:

nixCraft FAQ PDF Collection Now Available To All