View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000756 | bareos-core | file daemon | public | 2017-01-03 15:06 | 2019-12-18 15:25 | 
| Reporter | stephand | Assigned To | stephand | ||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 16.2.4 | ||||
| Summary | 0000756: Restoring Windows Backup to Linux FD with Python Plugin enabled fails with Fatal error: python-fd: Illegal plugin definition | ||||
| Description | When restoring a backup taken on Windows FD with VSS enabled (default), and trying to restore it to a Linux FD with Python plugin enabled, it fails with the following error message: Fatal error: python-fd: Illegal plugin definition *all* | ||||
| Steps To Reproduce | Take a Backup from a Windows FD with Enable VSS = yes (this is default if not set explicitly), and restore it on a Linux FD which has the python plugin enabled. | ||||
| Additional Information | Windows backups with VSS enabled create a restore object which contains pluginname = '*all*'. This is passed to the python plugin when restoring to a Linux FD with python plugin enabled. The python plugin considers it incorrect because '*all*' does not contain a ':', because a correct python plugin option string must start with 'python:'. Possible fix: Do not invoke the python plugin when the plugin option string does not start with 'python:'. | ||||
| Tags | No tags attached. | ||||
| bareos: bareos-16.2 b9a5a567 2017-02-24 15:13 Ported: N/ADetails Diff | Fix python-fd Illegal plugin definition restoring Win Job on Linux with Python plugin enabled Fixes 0000756: Restoring Windows Backup to Linux FD with Python Plugin enabled fails with Fatal error: python-fd: Illegal plugin definition | Affected Issues 0000756 | |
| mod - src/plugins/filed/python-fd.c | Diff File | ||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2017-01-03 15:06 | stephand | New Issue | |
| 2017-01-04 11:35 | joergs | Relationship added | child of 0000734 | 
| 2017-02-24 14:10 | stephand | Assigned To | => stephand | 
| 2017-02-24 14:10 | stephand | Status | new => assigned | 
| 2017-03-03 23:11 | stephand | Changeset attached | => bareos bareos-16.2 b9a5a567 | 
| 2017-03-03 23:11 | stephand | Note Added: 0002598 | |
| 2017-03-03 23:11 | stephand | Status | assigned => resolved | 
| 2017-03-03 23:11 | stephand | Resolution | open => fixed | 
| 2019-12-18 15:25 | arogge | Status | resolved => closed | 


