Hi Edu, could you already fix your problem? If not, please also send at least the Plugin Directory and Plugin Names settings from your bareos-fd.conf
Check if bpipe-fd.so exists in the configured Plugin Directory. To run bareos-fd in foreground with debug output, first stop it, eg. service bareos-fd stop Then run in foreground with debug level, eg. /usr/sbin/bareos-fd -g bareos -c /etc/bareos/bareos-fd.conf -f -d 400 If the bpipe plugin could be loaded properly, the output should contain fd_plugins.c:1591-0 Loaded plugin: bpipe-fd.so I was only able to reproduce that particular error by explicitly not loading the bpipe plugin, eg. with the following in bareos-fd.conf Plugin Directory = /usr/lib64/bareos/plugins Plugin Names = "python" like this, bareos-fd only only loads /usr/lib64/bareos/plugins/python-fd.so If Plugin Names is not definded, it loads all plugins matching *-fd.so in the specified Plugin Directory, eg. /usr/lib64/bareos/plugins/*-fd.so You can also explicitly specify multiple plugins, eg. Plugin Names = "python:bpipe" Regarding restore: If the plugin could not be loaded, the restore will work bypassing plugin and the file will be restored like regular files. Regards Stephan On 12/17/2014 04:15 PM, Philipp Storz wrote: > Interesting. > > Can you please run the fd with high debug level (e.g.400) and send the > resulting logs when you run > your bpipe backup? > > Thank you! > > Am 17.12.2014 11:39, schrieb Edu Herraiz: >> Upgrade from 13.2 to 14.2 in Ubuntu 14.04 >> Everything seems ok, but the bpipe plugins is not working anymore: >> >> 17-Dec 11:30 terminals-fd JobId 17239: Fatal error: fd_plugins.c:743 Command >> plugin "bpipe:/MYSQL/ftedb.sql: mysqldump -u ufte -pA76GHe5zoRX ftedb:sh -c >> 'mkdir -p /opt/backup/MYSQL; cat - > /opt/backup/MYSQL/ftedb.sql'" not found. >> >> Are we missing something? >> I can't found any reference to changes in bpipe plugin. >> > > -- 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.
