View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000054 | bareos-core | installer / packages | public | 2013-02-05 18:40 | 2015-03-25 19:18 |
Reporter | stephand | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | openSUSE | OS Version | 12.1 |
Product Version | 12.4.1 | ||||
Fixed in Version | 12.4.1 | ||||
Summary | 0000054: make_catalog_backup.pl tries to call /usr/sbin/bareos_dbcheck, must be /usr/sbin/bareos-dbcheck | ||||
Description | BackupCatalog job fails | ||||
Steps To Reproduce | run job=BackupCatalog *messages 05-Feb 18:03 gw-dir JobId 16: shell command: run BeforeJob "/usr/lib/bareos/scripts/make_catalog_backup.pl MyCatalog" 05-Feb 18:03 gw-dir JobId 16: BeforeJob: sh: /usr/sbin/bareos_dbcheck: No such file or directory 05-Feb 18:03 gw-dir JobId 16: BeforeJob: Can't find your catalog (MyCatalog) in director configuration 05-Feb 18:03 gw-dir JobId 16: Error: Runscript: BeforeJob returned non-zero status=1. ERR=Child exited with code 1 | ||||
Additional Information | trivial to fix: --- /usr/lib/bareos/scripts/make_catalog_backup.pl.orig 2013-02-05 18:37:30.308873990 +0100 +++ /usr/lib/bareos/scripts/make_catalog_backup.pl 2013-02-05 18:37:43.928033348 +0100 @@ -38,7 +38,7 @@ =cut my $cat = shift or die "Usage: $0 catalogname"; -my $dir_conf='/usr/sbin/bareos_dbcheck -B -c /etc/bareos/bareos-dir.conf'; +my $dir_conf='/usr/sbin/bareos-dbcheck -B -c /etc/bareos/bareos-dir.conf'; my $wd = "/var/lib/bareos"; sub dump_sqlite3 | ||||
Tags | No tags attached. | ||||
Fix committed to bareos master branch with changesetid 879. | |
Fix committed to bareos2015 bareos-13.2 branch with changesetid 4435. | |
Due to the reimport of the Github repository to bugs.bareos.org, the status of some tickets have been changed. These tickets will be closed again. Sorry for the noise. |
|
bareos: master 6fe7b608 2013-05-04 11:51
Ported: N/A Details Diff |
Fix typo. Fixes 0000054: make_catalog_backup.pl tries to call /usr/sbin/bareos_dbcheck, must be /usr/sbin/bareos-dbcheck |
Affected Issues 0000054 |
|
mod - src/cats/make_catalog_backup.pl.in | Diff File | ||
bareos2015: bareos-12.4 3970de48 2013-05-04 13:51 Ported: N/A Details Diff |
Fix typo. Fixes 0000054: make_catalog_backup.pl tries to call /usr/sbin/bareos_dbcheck, must be /usr/sbin/bareos-dbcheck |
Affected Issues 0000054 |
|
mod - src/cats/make_catalog_backup.pl.in | Diff File | ||
bareos2015: bareos-13.2 169865e4 2013-05-04 13:51 Ported: N/A Details Diff |
Fix typo. Fixes 0000054: make_catalog_backup.pl tries to call /usr/sbin/bareos_dbcheck, must be /usr/sbin/bareos-dbcheck |
Affected Issues 0000054 |
|
mod - src/cats/make_catalog_backup.pl.in | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-02-05 18:40 | stephand | New Issue | |
2013-02-05 18:50 | mvwieringen | Assigned To | => mvwieringen |
2013-02-05 18:50 | mvwieringen | Status | new => assigned |
2013-02-05 18:53 | mvwieringen | Changeset attached | => bareos master c37b8db5 |
2013-02-05 18:53 | mvwieringen | Status | assigned => closed |
2013-02-05 18:53 | mvwieringen | Resolution | open => fixed |
2013-02-05 18:54 | mvwieringen | Target Version | => 12.4.0 |
2013-02-05 18:54 | mvwieringen | Fixed in Version | => 12.4.0 |
2013-02-05 18:54 | mvwieringen | Assigned To | mvwieringen => |
2013-03-04 10:39 | mvwieringen | Product Version | => 12.4.1 |
2013-03-04 10:39 | mvwieringen | Fixed in Version | => 12.4.1 |
2013-08-13 03:12 |
|
Changeset attached | => bareos master 6fe7b608 |
2013-08-13 03:12 |
|
Note Added: 0000630 | |
2013-08-13 03:12 |
|
Assigned To | => mvwieringen adm |
2013-08-13 03:12 |
|
Status | closed => resolved |
2013-08-13 08:41 |
|
Assigned To | mvwieringen adm => |
2013-08-13 08:41 |
|
Status | resolved => closed |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-12.4 3970de48 |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-13.2 169865e4 |
2015-03-25 16:51 | mvwieringen | Note Added: 0001404 | |
2015-03-25 16:51 | mvwieringen | Status | closed => resolved |
2015-03-25 19:18 | joergs | Note Added: 0001563 | |
2015-03-25 19:18 | joergs | Status | resolved => closed |