Minimum Logs to Attach to Issue
CommunityEnterpriseIn order to display the complete joblog, from bconsole simply type:
@tee /tmp/joblog-XXXX
llist joblog jobid=XXXX
@tee
Where XXXX is the jobid of the job in error.
You can now open a support case and simply attach or copy/paste the content of the file
/tmp/joblog-XXXX.If you use a plugin, there are possibly complementary logs in a dedicated
/opt/bacula/workingsubdirectory.If you experience a crash of a Bacula service (Director/File Daemon/Storage Daemon), there are
.lockdumpand.tracebackfiles located in/opt/bacula/workingthat are important for our development team to analyze to find the root cause of the issue. Please add them to the ticket.These lockdump and traceback files are generated only if the typical platform debugger, typically gdb is installed and can attach to a crashing process. Both is not, by default, the case on a reasonably hardened system, so it may be necessary to install and configure some dependencies.
Go back to: Reporting Issues.