View Issue Details

IDProjectCategoryView StatusLast Update
0000399bareos-coredirectorpublic2015-03-25 19:19
Reporterpstorz Assigned To 
PrioritylowSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinuxOSanyOS Version3
Product Version14.2.2 
Summary0000399: show job=<jobname> does not work
DescriptionIt seems that the show command somehow intermixes the keywords job and jobdefs.

show job=<jobname> says
job resource jobname not found.

while it definitely exists.

also, "show job" shows the jobdefs:

*show job
JobDefs {
....

TagsNo tags attached.

Relationships

child of 0000393 closed Release bareos-14.2.3 

Activities

pstorz

pstorz

2015-01-19 18:34

administrator   ~0001199

Fix committed to bareos master branch with changesetid 2646.
mvwieringen

mvwieringen

2015-03-25 16:51

developer   ~0001446

Fix committed to bareos2015 bareos-14.2 branch with changesetid 4463.
joergs

joergs

2015-03-25 19:19

developer   ~0001598

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.

Related Changesets

bareos: master 851fe106

2015-01-19 15:40

pstorz

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
Affected Issues
0000399
mod - src/dird/ua_output.c Diff File

bareos2015: bareos-14.2 85e5474a

2015-01-19 15:40

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
Affected Issues
0000399
mod - src/dird/ua_output.c Diff File

Issue History

Date Modified Username Field Change
2015-01-19 13:39 pstorz New Issue
2015-01-19 18:34 pstorz Changeset attached => bareos master 851fe106
2015-01-19 18:34 pstorz Note Added: 0001199
2015-01-19 18:34 pstorz Status new => resolved
2015-01-19 18:34 pstorz Resolution open => fixed
2015-01-23 11:12 joergs Relationship added child of 0000393
2015-03-25 16:51 mvwieringen Changeset attached => bareos2015 bareos-14.2 85e5474a
2015-03-25 16:51 mvwieringen Note Added: 0001446
2015-03-25 19:19 joergs Note Added: 0001598
2015-03-25 19:19 joergs Status resolved => closed