On Sun, Oct 12, 2008 at 3:08 PM, Vishal <[EMAIL PROTECTED]> wrote: > Would request your inputs on the following. Have tried both the above > 2 options you have mentioned for making Py yahoo transport > discoverable.
The above options were specifically for Pravin's server and not for jabberd1. Send me an xml dump of where it's not working for you. > Get the following error log > DBRunRecoveryError: (-30974, 'DB_RUNRECOVERY: Fatal error, run > database recovery -- PANIC: fatal region error detected; run > recovery') > Is this some kind of major issue? > Basically your database is corrupt. You need to run db_recover (normally it's called db<v>_recover, where <v> is the version of bdb that's installed, so it might be db4.2_recover or db4.3_recover). If db_recover doesn't work, then you have to delete the user database and start fresh. This happened to me a few months back when I had an unexpected power failure on my server. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
