View Issue Details

IDProjectCategoryView StatusLast Update
0000587bareos-coredirectorpublic2023-05-09 16:55
Reporterjoergs Assigned Tobruno-at-bareos  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSanyOS Version3
Product Version15.2.2 
Summary0000587: joblog has "Backup Error", but jobstatus is set to successfull ('T') if writing the bootstrap file fails
DescriptionIf the director can't write the bootstrap file, the joblog says:

...
  Non-fatal FD errors: 1
  SD Errors: 0
  FD termination status: OK
  SD termination status: OK
  Termination: *** Backup Error ***

however, the jobstatus is 'T':

+-------+---------------+-----------------+---------------------+------+-------+----------+----------+-----------+
| JobId | Name | Client | StartTime | Type | Level | JobFiles | JobBytes | JobStatus |
+-------+---------------+-----------------+---------------------+------+-------+----------+----------+-----------+
| 225 | BackupClient1 | ting.dass-it-fd | 2015-12-22 16:32:13 | B | I | 2 | 44 | T |
+-------+---------------+-----------------+---------------------+------+-------+----------+----------+-----------+
Steps To Reproduceconfigure a job with

  Write Bootstrap = "/NONEXISTINGPATH/%c.bsr"

and run the job.

Compare status from "list joblog" with "list jobs".
Additional Informationlist joblog jobid=...

will show something like:

...
 2015-12-22 16:46:12 ting.dass-it-dir JobId 226: Error: Could not open WriteBootstrap file:
/NONEXISTINGPATH/ting.dass-it-fd.bsr: ERR=No such file or directory
...
  Non-fatal FD errors: 1
  SD Errors: 0
  FD termination status: OK
  SD termination status: OK
  Termination: *** Backup Error ***

However "list jobs" will show 'T'.
TagsNo tags attached.

Relationships

related to 0000372 closedbruno-at-bareos failing Run After Job scripts do not influence job result 

Activities

bruno-at-bareos

bruno-at-bareos

2023-05-09 16:55

manager   ~0005029

Fixed in recent version.

Issue History

Date Modified Username Field Change
2015-12-22 16:48 joergs New Issue
2015-12-22 16:51 joergs Relationship added related to 0000372
2016-01-11 14:52 pstorz Status new => confirmed
2023-05-09 16:55 bruno-at-bareos Assigned To => bruno-at-bareos
2023-05-09 16:55 bruno-at-bareos Status confirmed => resolved
2023-05-09 16:55 bruno-at-bareos Resolution open => fixed
2023-05-09 16:55 bruno-at-bareos Note Added: 0005029