Thank you Bruno for your answer! I understand your brevity completely!
There is no error in the configuration, as exactly this job was running before many times and its resources were not touched, as I could proof.
To find out was going on I deleted some similar client jobs "xxx" configurations to test the situation and always got
"Config error: expected an equals, got: { : line 2, col 1 of file /etc/bareos/bareos-dir.d/jobdefs/xxx.conf"
for what job "xxx" ever, which all were running before smoothly.
All the client definitions are located as follows:
Director:/etc/bareos/bareos-dir.d/director/bareos-dir.conf
Client: /etc/bareos/bareos-dir.d/client/filesvr02-pab-fd.conf
Job: /etc/bareos/bareos-dir.d/job/filesvr02-pab-job.conf
JobDefs: /etc/bareos/bareos-dir.d/jobdefs/filesvr02-pab-job.conf
Pool: /etc/bareos/bareos-dir.d/pool/filesvr02-pab.conf
Fileset: /etc/bareos/bareos-dir.d/fileset/filesvr02-pab.conf
Schedule:/etc/bareos/bareos-dir.d/schedule/filesvr02-pab.conf
Device; /etc/bareos/bareos-sd.d/device/filesvr02-pab.sd.conf
I should point out, that all configs are created in the same way as described in OpenSource Conference Sept 25-26 2017 in Cologne by Dr. Stefan Vollmar - part "Adding clients by templates" (templates courtesy of J. Behrend, thanks!),
https://osbconf.org/wp-content/uploads/2017/10/vollmar-obsconf-2017-15-p-g.pdf.
All this client-configs were tested and run without any error until the director died: I append here what is to find in /var/lib/bareos/bareos-dir.conmsg for the incriminated job "filesvr02-pab-job":
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "System Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "ASR Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "Shadow Copy Optimization Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "Registry Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "DFS Replication service writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "IIS Metabase Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "BITS Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "IIS Config Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "FRS Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "WMI Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "COM+ REGDB Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "Dhcp Jet Writer", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 filesvr02-fd JobId 121: VSS Writer (BackupComplete): "NTDS", State: 0x1 (VSS_WS_STABLE)
25-Jun 01:45 bareos-sd JobId 121: Elapsed time=00:15:02, Transfer rate=7.943 K Bytes/second
25-Jun 01:45 bareos-dir JobId 121: sql_create.c:872 Insert of attributes batch table done
25-Jun 01:45 bareos-dir JobId 121: Bareos bareos-dir 17.2.4 (21Sep17):
Build OS: i686-pc-linux-gnu ubuntu Ubuntu 16.04 LTS
JobId: 121
Job: filesvr02-pab-job.2018-06-25_01.05.00_16
Backup Level: Incremental, since=2018-06-24 01:08:00
Client: "filesvr02-pab-fd" 17.2.4 (21Sep17) xxxxxxxxxxxxxxxxxx
FileSet: "filesvr02-pab" 2018-06-24 01:05:00
Pool: "filesvr02-pab" (From Job resource)
Catalog: "MyCatalog" (From Client resource)
Storage: "File" (From Job resource)
Scheduled time: 25-Jun-2018 01:05:00
Start time: 25-Jun-2018 01:30:13
End time: 25-Jun-2018 01:45:46
Elapsed time: 15 mins 33 secs
Priority: 2
FD Files Written: 49
SD Files Written: 49
FD Bytes Written: 7,151,691 (7.151 MB)
SD Bytes Written: 7,165,057 (7.165 MB)
Rate: 7.7 KB/s
Software Compression: 16.1 % (gzip)
VSS: yes
Encryption: no
Accurate: no
Volume name(s): filesvr02-pab-0020
Volume Session Id: 29
Volume Session Time: 1529779051
Last Volume Bytes: 7,172,837 (7.172 MB)
Non-fatal FD errors: 2
SD Errors: 0
FD termination status: OK
SD termination status: OK
Termination: Backup OK -- with warnings
The warnings concerne a volume which was removed from the client machine without correcting the jobdef.
Now the director is dead I can´t work with bconsole:
root@n8800:~# bconsole
Connecting to Director localhost:9101
root@n8800:~# systemctl status bareos
bareos.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
root@n8800:~#
What can I do to correct the situation? Is this only because file bareos-dir.9101.pid is missing? How the director could have crashed?
Can I restore somehow the last configuration?