Postgresql
Sometimes the bacula access rights are lost.
Edit /etc/postgresql/pg_hba.conf and add a line:
host all bacula 127.0.0.1/8 password
Then, notify postgres to reload the configuration:
sudo -u postgres -i
pg_ctl reload
And test the access with:
psql -U bacula -W
ssh
Must setup some environment variables to use bconsole and jed:
export LD_LIBRARY_PATH=/usr/local/lib:/volume1/@appstore/bacula/usr/lib
export JED_ROOT=/volume1/toolkit/build_env/ds.x64-6.0/usr/share/jed