Tech and thoughts
Archive for December, 2011
yum: TypeError: rpmdb open failed on Centos
Dec 13th
I had this error and found the solution here.
#rm /dev/urandom #mknod -m 644 /dev/urandom c 1 9
Works like a charm.
Because it seems to me that I used a similar fix for other problem some time ago I wrote it to remember it.