I mentioned this one before, but no one seems to have said anything, so
I'll try one more time.
When sks was installed, it throw a file into /etc/cron.daily. It is a
script to check and clean any temporary files from what I can see. But
it calls db_archive, and db_archive ALWAYS fails with this message:
db_archive: BDB1566 DB_ENV->log_archive interface requires an
environment configured for the logging subsystem
db_archive: DB_ENV->log_archive: Invalid argument
It seems to only occur when running db_archive on the /var/lib/sks/PTree
directory. If I run it on /var/lib/sks/DB, it's fine.
Any suggestions?
Thanks!