Howdy :-) - I got a Ubuntu 14.04 lts Server that has the newest Bareos-fd installed and running. It connects to the Bareos-server and sends it all the files that need to be backed up to the server - no problem... Now I want tot install the mysql-plugin. I set the bareos-fd.conf to "Plugin Directory = /usr/lib/bareos/plugins", restarted the fd and - nothing ! When I looked at the status of the server in the bconsole of the Bareos-server, all I saw was this: Plugin Info: Plugin : bpipe-fd.so Description: Bareos Pipe File Daemon Plugin Version : 2, Date: January 2014 Author : Kern Sibbald License : Bareos AGPLv3 Usage : bpipe:file=<filepath>:reader=<readprogram>:writer=<writeprogram> readprogram runs on backup and its stdout is saved writeprogram runs on restore and gets restored data into stdin the data is internally stored as filepath (e.g. mybackup/backup1)
Plugin : python-fd.so Description: Python File Daemon Plugin Version : 3, Date: May 2014 Author : Marco van Wieringen License : Bareos AGPLv3 Usage : python:module_path=<path-to-python-modules>:module_name=<python-module-to-load> So I started the fd with specified plugin using "Plugin Names = "bareos-fd-mysql.py". Restarted bareos-fd and now I see no plugin loaded. Next step: Debugging. Ran "/sbin/bareos-fd -c /etc/bareos/bareos-fd.conf -d 200 -v" resulting in: nag-fra6-fd: bsys.c:622-0 Could not open state file. sfd=-1 size=192: ERR=No such file or directory nag-fra6-fd: plugins.c:222-0 load_plugins nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=BareosFdWrapper.pyc len=19 nag-fra6-fd: plugins.c:302-0 Found plugin: name=bpipe-fd.so len=11 nag-fra6-fd: fd_plugins.c:1616-0 is_plugin_compatible called nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos-fd.py.template len=21 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=BareosFdMySQLclass.py len=21 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=BareosFdPluginBaseclass.pyc len=27 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=BareosFdPluginBaseclass.py len=26 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=BareosFdMySQLclass.pyc len=22 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos_fd_consts.py len=19 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=BareosFdWrapper.py len=18 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos-fd-mysql.py.bak.gz len=25 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos-fd-mysql.py len=18 nag-fra6-fd: plugins.c:302-0 Found plugin: name=python-fd.so len=12 nag-fra6-fd: fd_plugins.c:1616-0 is_plugin_compatible called nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=BareosFdPluginLocalFileset.py len=29 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos-fd-local-fileset.py len=26 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos-fd-mock-test.py len=22 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos-fd-mysql.pyc.gz len=22 nag-fra6-fd: plugins.c:299-0 Rejected plugin: want=-fd.so name=bareos_fd_consts.pyc len=20 nag-fra6-fd: fd_plugins.c:1591-0 Loaded plugin: bpipe-fd.so nag-fra6-fd: fd_plugins.c:1591-0 Loaded plugin: python-fd.so nag-fra6-fd: filed.c:267-0 filed: listening on port 9102 nag-fra6-fd: bnet_server_tcp.c:166-0 Addresses host[ipv4;0.0.0.0;9102] I know I havent configured anything yet, but shouldnt it at least load the plugins and not rejecting them ? Many thanks in advance :-) Danskmand -- 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.
