View Issue Details

IDProjectCategoryView StatusLast Update
0000545bareos-corefile daemonpublic2015-10-29 15:32
Reportertruetrup Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSDebianOS Version8
Product Version14.2.2 
Summary0000545: Rejecting python plugins on filedaemon.
DescriptionCan't load python plugins on filedaemon (manualy added python-mysql from bareos-contrib also not loading). Have this problem in 14.2.1 and 15.2.
Logfile attached.
Steps To ReproduceInstall bareos-filedaemon.
Install bareos-filedaemon-python-plugin.
Start bareos-filedaemon.
TagsNo tags attached.

Activities

truetrup

truetrup

2015-10-26 14:54

reporter  

bareos-fd.log (20,898 bytes)
mvwieringen

mvwieringen

2015-10-26 17:13

developer   ~0001892

There is nothing wrong and the python plugin gets loaded fine:

hs.example.com-fd: fd_plugins.c:1283-0 Loaded plugin: python-fd.so

The things you see in the log are normal as you cannot load a python
plugin directly. You need to configure in the fileset that it should
load the right python script.

e.g.

Plugin = "python:module_path=...:module_name=...:
truetrup

truetrup

2015-10-29 15:18

reporter   ~0001897

Thanks. My fail in configuration. Sorry for disturb.

Issue History

Date Modified Username Field Change
2015-10-26 14:54 truetrup New Issue
2015-10-26 14:54 truetrup File Added: bareos-fd.log
2015-10-26 17:13 mvwieringen Note Added: 0001892
2015-10-26 17:13 mvwieringen Status new => feedback
2015-10-29 15:18 truetrup Note Added: 0001897
2015-10-29 15:18 truetrup Status feedback => new
2015-10-29 15:32 mvwieringen Status new => closed
2015-10-29 15:32 mvwieringen Resolution open => no change required