View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000587 | bareos-core | director | public | 2015-12-22 16:48 | 2023-05-09 16:55 | 
| Reporter | joergs | Assigned To | bruno-at-bareos | ||
| Priority | low | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Platform | Linux | OS | any | OS Version | 3 | 
| Product Version | 15.2.2 | ||||
| Summary | 0000587: joblog has "Backup Error", but jobstatus is set to successfull ('T') if writing the bootstrap file fails | ||||
| Description | If 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 Reproduce | configure a job with Write Bootstrap = "/NONEXISTINGPATH/%c.bsr" and run the job. Compare status from "list joblog" with "list jobs".  | ||||
| Additional Information | list 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'.  | ||||
| Tags | No tags attached. | ||||
| related to | 0000372 | closed | bruno-at-bareos | failing Run After Job scripts do not influence job result | 
| 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 |