CentOS – TypeError: rpmdb open failed

TypeError: rpmdb open failed

[cc] # rm /dev/urandom
# mknod -m 644 /dev/urandom c 1 9
# rm -f /var/lib/rpm/__db*
# rpm –rebuilddb
# yum clean all
[/cc]

Todo en uno! 馃榾
[cc] rm /dev/urandom && mknod -m 644 /dev/urandom c 1 9 && rm -f /var/lib/rpm/__db* && rpm –rebuilddb && yum clean all
[/cc]

Leave a Reply

Your email address will not be published. Required fields are marked *