Hi Tim,

> Below is a snip from /var/log/messages
> 
> handler handlers/Compass/webapps/vsite_userdel.pl failed
> DESTROY failed

That handler does the deletion of Vsite WebApps such as RoundCube,
Wordpress and others. On Vsite deletion it removes the associated MySQL
database(s) and User(s).

It might fail like this if the MySQL connection either isn't possible,
or if the DBs are already gone.

You can temporarily disable this handler like this:

Edit /usr/sausalito/handlers/Compass/webapps/vsite_userdel.pl as "root".
Find the line ...

$cce->connectfd();

... and put this right below it:

# Start: Disable me
$cce->bye('SUCCESS');
exit(0);
# End: Disable me

Then save the changes and you will be able to delete the Vsites as the
handler then will never fail. But it'll also not remove the MySQL
databases and users, so you then have to do that manually via phpMyAdmin.

-- 
With best regards

Michael Stauber
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to