Hello,
I have been testing the latest unstable version of xen and noticed that after I
move /lib/tls to /lib/tls.disabled I start receiving errors whenever I try to
execute an rpm command (or yum commands - related to rpm). Just as an example
here's an error:
rpm --import RPM-GPG-KEY
rpmdb: unable to initialize mutex: Function not implemented
rpmdb: /var/lib/rpm/__db.001: unable to initialize environment lock: Function
not implemented
error: db4 error(38) from dbenv->open: Function not implemented
error: cannot open Packages index using db3 - Function not implemented (38)
error: cannot open Packages database in /var/lib/rpm
error: RPM-GPG-KEY: import failed.
If I move /lib/tls.disabled back to /lib/tls everything works again. Is there a
way to properly move the tls directory while continuing to be able to use rpm?
--- I'm using Fedora Core 3 as my host OS.