I have installed Citadel (apt-get install citadel-suite
) on my Ubuntu 12.04 Box. I configured it for LDAP authentication. After the installation every root console got flooded with error messages of the following pattern:
DB: PANIC: Invalid argument
bdb(): PANIC: Invalid argument
bdb(): txn_commit: DB_RUNRECOVERY: Fatal error, run database recovery
DB: not a restored transaction
The only way to stop this was to kill the 'citserver' process.
Is there a way to stop those messages from flooding my console? What causes this error and how can I avoid it?