Re: [Bacula-users] DiskToCatalog Verify

2020-12-02 Thread Hankins, Jonathan
Looking at the docs ( https://www.bacula.org/9.6.x-manuals/en/main/Configuring_Director.html#SECTION00213), it says that DiskToCatalog only operates on the last backup: *DiskToCatalog*This level causes Bacula to read the files as they currently are on disk, and to compare the curre

Re: [Bacula-users] Max Concurrent Jobs by type

2019-06-17 Thread Hankins, Jonathan
desirable > side-effects (eg. delaying the lower-priority "BackupCatalog" job). > > Perhaps I'm not understanding your suggestion as well as I think. > > Lloyd > On 6/14/19 4:42 PM, Hankins, Jonathan wrote: > > If you use different devic

Re: [Bacula-users] Max Concurrent Jobs by type

2019-06-14 Thread Hankins, Jonathan
If you use different devices for your full, incremental, etc. jobs, I believe you can do it with this: https://www.bacula.org/9.4.x-manuals/en/main/New_Features_in_5_2_13.html#SECTION00951000 -Jonathan Hankins On Fri, Jun 14, 2019 at 3:26 PM Lloyd Brown wrote: > Is there a way to l

Re: [Bacula-users] Bacula 7.4.4: Strange warnings non-existent filesystem crossings

2016-10-14 Thread Hankins, Jonathan
I'm not really familiar with EMC's NFS, NFSv4 and automounter, but here's a shot in the dark - what do your export and mount options look like? In particular, look into nohide or crossmnt export options. Also, have a look at this: https://utcc.utoronto.ca/~cks/space/blog/unix/MultiFilesystemNFSIssu

Re: [Bacula-users] bconsole can't talk to bacula-dir

2016-10-02 Thread Hankins, Jonathan
number of Debian packages, they probably add some different linking options. On 10/02/2016 01:41 AM, Sven Hartge wrote: On 01.10.2016 16:51, Hankins, Jonathan wrote: It seems weird that the bacula package in Debian and Ubuntu, et al, is broken and no one has noticed (checked Debian bug database). I k

Re: [Bacula-users] bconsole can't talk to bacula-dir

2016-10-02 Thread Hankins, Jonathan
gt;> resolved by the packagers with my input. What happened with Ubuntu is > >> that they simply > >> packaged it and released it without testing (surely due to lack of > >> time). This meant that Bacula > >> failed out of the box -- at least this is the c

Re: [Bacula-users] bconsole can't talk to bacula-dir

2016-10-01 Thread Hankins, Jonathan
arns against), but when you have rogue C++ > compiler writers, life > gets much more complicated. > > Best regards, > Kern > > On 10/01/2016 02:11 PM, Josh Fisher wrote: > > > On 10/1/2016 2:44 AM, Hankins, Jonathan wrote: > > So I've narrowed it down. If I build from

Re: [Bacula-users] bconsole can't talk to bacula-dir

2016-09-30 Thread Hankins, Jonathan
hen I was having an ignorant stab at using gdb to get a backtrace from the Mint bacula-dir, it noted that some of the functions on the stack were optimized out. I don't know if that would have been caused by any of the compiler flags above, or if it has any bearing on our issue. -

Re: [Bacula-users] bconsole can't talk to bacula-dir

2016-09-30 Thread Hankins, Jonathan
me that bconsole connects, writes the greeting message to the socket and then tries to read the reply from the dir. The dir hangs in a select() on the socket, and eventually the bconsole times out. -Jonathan Hankins On Fri, Sep 30, 2016 at 9:01 PM Hankins, Jonathan < jhank...@homewood.k12.al

Re: [Bacula-users] bconsole can't talk to bacula-dir

2016-09-30 Thread Hankins, Jonathan
> > Just to be sure, I cut and pasted the Password entry from > bacula-dir.conf directly into bconsole.conf. > > Thanks for the ideas, so far everything seems to be set up right. The > debug messages from the console really look as if something is not right > in the authorization

Re: [Bacula-users] bconsole can't talk to bacula-dir

2016-09-30 Thread Hankins, Jonathan
I believe the FD is the inly thing that needs to run as root. I think on Debian/Ubuntu/Mint, the dir runs as bacula:bacula and the SD as bacula:tape, but I may be wrong. Are you sure that your bconsole is 7.0.5 as well? Check everything with: dpkg -l \*bacula\* and: which bconsole ...Just to m