Re: [Bacula-users] Baculum v9.6.6.1 Resource Forms

2020-10-31 Thread Marcin Haba
Hello Chris, Many thanks for your checking and for providing your configuration. Yes, these comma characters ",," break the JSON structure. I did a couple more tests with your config. The problem is in the following directives: Append = /var/log/bacula/bacula.log = !Debug, !Saved, !Skipped Con

Re: [Bacula-users] Baculum v9.6.6.1 Resource Forms

2020-10-30 Thread Marcin Haba
Hello Chris, Thanks for providing this debug output. This error means that bdirjson responded with output, which isn't a valid JSON string. To check what exactly is wrong there, you can enable debug for Baculum API in the api.conf file by changing in [api] section the 'debug' option to "1". After

Re: [Bacula-users] Baculum v9.6.6.1 Resource Forms

2020-10-30 Thread Chris Wilkinson
Hello Marcin In the Baculum error log (debug enabled, '/var/log/baculum/baculum-web.log') I see the following just after opening the resource form. I’m not seeing anything suspicious in the api or web logs in the Apache2 log directory. Can i do another test to try and get closer to the problem?

Re: [Bacula-users] Baculum v9.6.6.1 Resource Forms

2020-10-29 Thread Marcin Haba
Hello Chris, Thanks for providing all these details. I think in this case I would propose to check web server error logs for Baculum API and Baculum Web. If you installed Baculum using binary packages from bacula.org, they are files: baculum-api-error.log and baculum-web-error.log located in the

Re: [Bacula-users] Baculum v9.6.6.1 Resource Forms

2020-10-29 Thread Chris Wilkinson
Hello Marcin. Thanks for your fast reply. The output of the command is: $ sudo /usr/sbin/bdirjson -c /etc/bacula/bacula-dir.conf -r Job -n home { "Name": "home", "Type": "Backup", "Level": "Full", "Messages": "Standard", "Storage": ["home-sd"], "Pool": "pool_full", "F

Re: [Bacula-users] Baculum v9.6.6.1 Resource Forms

2020-10-28 Thread Marcin Haba
Hello Chris, At the beginning I propose to check the bdirjson output. Could you tell me if you can see all configured job directives with values when you execute command as below: /bacula/bin/path/bdirjson -c /director/config/path/bacula-dir.conf -r Job -n home You need to adjust paths in this c

[Bacula-users] Baculum v9.6.6.1 Resource Forms

2020-10-28 Thread Chris Wilkinson
I have noticed that the drop down boxes for various config items in the Baculum forms are empty. For example, the form for configuring Jobs has drop downs for Client/FileSet/Pools/Storage/Messages but these are all empty. I do have all these configured and jobs are running normally. One of my jo