Hello Guys, Sorry for the late response. 

In the attached bdirjson_output.txt is the number (it's either the "Default" 
pool, or the "File", neither of which I use, I use the one I created called 
"Diario" with Volume Retention of 2592000).

{
  "Pool": {
    "Name": "Default",
    "PoolType": "Backup",
    "LabelFormat": "Default-",
    "MaximumVolumes": 100,
    "MaximumVolumeJobs": 5,
    "MaximumVolumeBytes": 5368709120,
    "VolumeRetention": 604800,
    "AutoPrune": true,
    "Recycle": true
  }
},
{
  "Pool": {
    "Name": "Diario",
    "PoolType": "Backup",
    "LabelFormat": "Diario-",
    "MaximumVolumeBytes": 5368709120,
    "VolumeRetention": 2592000,
    "AutoPrune": true,
    "Recycle": true
  }
},
{
  "Pool": {
    "Name": "File",
    "PoolType": "Backup",
    "LabelFormat": "Vol-",
    "MaximumVolumes": 100,
    "MaximumVolumeJobs": 5,
    "MaximumVolumeBytes": 5368709120,
    "VolumeRetention": 604800,
    "AutoPrune": true,
    "Recycle": true
  }
},

 
 
 
-----Original Message-----
From: Catin King <cgg...@aol.com>
To: bacula-devel <bacula-devel@lists.sourceforge.net>
Sent: Fri, Oct 12, 2018 6:39 pm
Subject: New to Bacula-GUI, Having a recurring JSON-related error.

Hello Bacula Developers, 

I'm new to the project and gotta say thank you for such a fine piece of 
software.
As I am using different types of hardware to perform the functions of the 
Backup Solution, I've been faced with compiling bacula 9.2.1 from source code, 
which has worked well for me so far. Everything is up and running, the 
director, the SD and the FDs, no hassle about that.
My only issue comes from bacula-gui; whenever I request to perform changes 
either in clientes, pools or pretty much anything i get a nasty message in the 
bottom of the screen stating the following:

"
Error 94: Config validation error.Array( [output] => JSON tool returned wrong 
exitcode. Output:bacula-dir: ERROR TERMINATION at parse_conf.c:788Config error: 
expected a size number, got: VolumeRetention : line 180, col 18 of file 
/etc/bacula/config_8etTke VolumeRetention = 60480012-Oct 18:15 bacula-dir: 
ERROR TERMINATION at parse_conf.c:788Config error: expected a size number, got: 
VolumeRetention : line 180, col 18 of file /etc/bacula/config_8etTke 
VolumeRetention = 604800 [exitcode] => 82 )  "

604800 is a variable number and it changes according to the VolumeRetention of 
my pool, which is expected. Seems to me something else is required that I'm 
missing.
On the other hand, webmin has been my helpful hand in configuring and 
performing my first test backups succesfully, but i'd like to use Bacula 
products accross the board, namely the bacula-gui interface which looks really 
polished vs the webmin module.
If you can provide a hint on which logs to look at, I'd be more than glad to 
help or contribute.
Extra info.bacula-gui-9.2.1 (baculum) extracted from source tarball, configured 
using 
make build DESTDIR=/tmp/baculum-release SAMPLETYPE=deb-template \
HTTPDNAME=apache2 HTTPDSITECONF=sites-available





on raspbian stretch . API and Web configured succesfully. 





Apache2 Version: 2.4.25-3+deb9u5 


Version: 1:7.0+49


bdirjson 9.2.1 





I also attached an output of the bdirjson command without options and a screen 
capture of the error.



Thanks,

Carlos.

_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to