CentOS: how to fix error: BDB2053 Freeing read locks for locker


CentOS: how to fix error: BDB2053 Freeing read locks for locker?

Here, two examples for this error. How to fix this error?

[root@tutorialspots ~]# rpm -qa |grep cockpit
BDB2053 Freeing read locks for locker 0x45: 23506/139658912958272
BDB2053 Freeing read locks for locker 0x47: 23506/139658912958272
BDB2053 Freeing read locks for locker 0x48: 23506/139658912958272
BDB2053 Freeing read locks for locker 0x49: 23506/139658912958272
BDB2053 Freeing read locks for locker 0x4a: 23506/139658912958272
[root@tutorialspots ~]# yum list|grep php
BDB2053 Freeing read locks for locker 0x4b: 24124/140318299715648
BDB2053 Freeing read locks for locker 0x4c: 24124/140318299715648
BDB2053 Freeing read locks for locker 0x4d: 24124/140318299715648

Step 1:

[root@tutorialspots ~]# mv /var/lib/rpm/__db* /tmp
cd /var/lib/rpm
rm -rf __db*
db_verify Packages
rm -rf /var/cache/yum
rpm --rebuilddb

Result:

...
[root@tutorialspots rpm]# db_verify Packages
BDB5105 Verification of Packages succeeded.
...

Step 2: reboot your server

Step 3:

yum update
rm -rf /tmp/__db*

Recent search terms:

  • BDB2053 Freeing read locks for locker 0x53
  • https://tutorialspots com/centos-how-to-fix-error-bdb2053-freeing-read-locks-for-locker-4837 html
  • ошибка Freeing read locks for locker 0x79: 7902/140710676397248 altlinux

Leave a Reply