On 03/19/2018 06:54 AM, Chris Dos wrote: > The file daemon no longer see the mysql plugin from: > https://github.com/bareos/bareos-contrib/tree/master/fd-plugins/mysql-python > The error receive is: > Fatal error: filed/fd_plugins.cc:849 Command plugin > "python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-mysql" not > found.
Issue is solved. I had to add: Plugin Names = "python" to the client /etc/bareos/bareos-fd.d/client/myself.conf file. It was commented out before and was missing the python in the quotes. Strange that it worked fine before. -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
