Re: [Bacula-users] Problem with Bscan, cant find catalog to put a tapelistng into the database

2019-10-07 Thread Jose Alberto
Hi. I run a few days ago because for error delete Job on volumen. bscan -V BA01563 -v -s -m -u bacula -P MY_PASSWORD -h 127.0.0.1 -c /opt/bacula/etc/bacula-sd.conf /dev/nst0 Bacula 9.4.4 Postgres. Debian 9. all fine.

Re: [Bacula-users] Problem with Bscan, cant find catalog to put a tapelistng into the database

2019-10-07 Thread Pedro Oliveira
Hi Leever Change your Postgresql pg_hba.conf to the following, # Allow any user on the local system to connect to any database with # any database user name using Unix-domain sockets (the default for local # connections). # # TYPE DATABASEUSERADDRESS METHOD l

Re: [Bacula-users] VF failing with zero files

2019-10-07 Thread Martin Simmons
Are you using "accurate" backups? It might be useful to see what these queries print: select jobid,count(*) from file where jobid in (181371,181679,182032,182350,182668,182718,183093,183408,183724,184039,184354,184669,184984,185615) and fileindex = 0 group by jobid; select jobid,count(*) from

[Bacula-users] Problem with Bscan, cant find catalog to put a tapelistng into the database

2019-10-07 Thread H.J. Leever via Bacula-users
Hello,i am having a LTO5 with several tapes, I lost the database and could not restore the backed up catalog! Now I am having several tapes with data but Bacula's catalog don't know them! I know whats on which tape with "sudo bls -V GKM169 /dev/nst0" this works. Bacula-bat works ok I have