Hi, if you want to use vmware_cbt_tool.py mentioned at http://doc.bareos.org/master/html/bareos-manual-main-reference.html#VMwarePlugin please update to the latest packages on http://download.bareos.org/bareos/experimental/vmware-plugin/Debian_8.0/
The vmware_cbt_tool.py now has a workaround as Python >= 2.7.9 does strict SSL verification by default, which won't work easily on most installations. As Debian 8 has Python 2.7.9, it did not work before. As Bruno already said, Plugin Directory must be configured in bareos-fd.conf, on Debian 8 it should be Plugin Directory = /usr/lib/bareos/plugins Regards Stephan On Wed, 29 Jul 2015 14:27:53 +0200 Paolo Lucia <[email protected]> wrote: > Perfect! > That was the problem! > > I can add a tip: if log reports a generic "Command plugin ... requested, > but is not loaded" it need to search typing error in parameters of plugin > directive. > > Thanks a lot > > 2015-07-29 12:05 GMT+02:00 Bruno Friedmann <[email protected]>: > > > On Tuesday 28 July 2015 02.59:00 Paolo Lucia wrote: > > > Hi, > > > > > > I installed vmware plugin for bareos on Debian 8.0 but i have error > > "Plugin Directory not defined" in bareos.log . > > > Config files check go wella and Bareos services run without errors, but > > when i start a "vmware job" returns error as in object. > > > The plugin path is correct. > > > How can I debug this error? > > > > > > Error reported: > > > > > > debian-fd JobId 8: Fatal error: Plugin Directory not defined. Cannot use > > plugin: > > "python:module_path=/usr/lib/bareos/plugins/vmware_plugin:module_name=bareos-fd-vmware:....." > > > > > > > > Add a plugin directory directive on the corresponding daemon. > > > > # remove comment in next line to load plugins from specified directory > > bareos-sd.conf: # Plugin Directory = /usr/lib64/bareos/plugins > > > > etc ... > > > > > > -- > > > > Bruno Friedmann > > Ioda-Net Sàrl www.ioda-net.ch > > > > openSUSE Member & Board, fsfe fellowship > > GPG KEY : D5C9B751C4653227 > > irc: tigerfoot > > > > -- > > You received this message because you are subscribed to a topic in the > > Google Groups "bareos-users" group. > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/bareos-users/yPXd2gkdfUc/unsubscribe. > > To unsubscribe from this group and all its topics, 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. > > > > > -- Stephan Dühr [email protected] Bareos GmbH & Co. KG Phone: +49 221-630693-90 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: S. Dühr, M. Außendorf, J. Steffens, Philipp Storz, M. v. Wieringen -- 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.
