[BlueOnyx:24213] Re: How can I figure out why easymigrate fail?

Maurice de Laat mdlaat at muisnetwerken.nl
Wed Aug 26 06:50:47 -05 2020


Hello Dirk,

On 25-08-20 16:40, Dirk Estenfeld wrote:
>
> How can I debug the error. How can I see why easymigrate fails?
>

According to the log this handler fails:

> Aug 25 16:37:28 ocserver3 cced(smd)[6788]: handler 
> handlers/base/vsite/vsite_create.pl failed
>
> Aug 25 16:37:28 ocserver3 cced(smd)[6788]: client 0:[0:6769]: CREATE 
> failed

You can edit that file
/usr/sausalito/handlers/base/vsite/vsite_create.pl
and on line 21 set $DEBUG to 1:

# debugging flag, set to 1 to turn on logging to STDERR
my $DEBUG = 0;

Which will produce a more verbose error, I think in /var/log/messages

Kind regards
Maurice





More information about the Blueonyx mailing list