Re: [Bacula-users] Tray monitor build

2018-07-14 Thread Heitor Faria
> Before doing a make, you must run ./configure and you must include > --enable-bat. > Then providing you have qmake installed, and the correct version of Qt is > installed, a "make" as I suggested should work. > On 07/12/2018 05:34 PM, Chris Wilkinson wrote: >> Yes, I tried that but make does n

Re: [Bacula-users] Tray monitor build

2018-07-13 Thread Kern Sibbald
Before doing a make, you must run ./configure and you must include --enable-bat. Then providing you have qmake installed, and the correct version of Qt is installed, a "make" as I suggested should work. On 07/12/2018 05:34 PM, Chris Wilkinson wrote:

Re: [Bacula-users] Tray monitor build

2018-07-12 Thread Chris Wilkinson
Yes, I tried that but make does not exist. Searching around I found a suggestion (yours if I recall correctly) that qmake is required first. I do that and make then exists but no binary is produced by make; at least I can't find it in /usr/sbin where the other bacula executables live. Make does ma

Re: [Bacula-users] Tray monitor build

2018-07-12 Thread Kern Sibbald
I forget the exact procedure, but if I remember right you must: cd /src/qt-console/tray-monitor make On 07/12/2018 12:23 PM, Chris Wilkinson wrote: Is there an option to build the tray monitor from v9.0.8 source?

Re: [Bacula-users] tray monitor conf.

2018-06-10 Thread Erik P. Olsen
On 2018-06-10 at 21:16:28 Tilman Schmidt wrote: > Am 10.06.2018 um 18:46 schrieb Erik P. Olsen: > > On 2018-06-10 at 13:48:08 Tilman Schmidt wrote: > > > >> Am 10.06.2018 um 11:43 schrieb Erik P. Olsen: > > >>> Also a $HOME/.bacula-tray-monitor.conf should be found. I don't have this > >>>

Re: [Bacula-users] tray monitor conf.

2018-06-10 Thread Tilman Schmidt
Am 10.06.2018 um 18:46 schrieb Erik P. Olsen: > On 2018-06-10 at 13:48:08 Tilman Schmidt wrote: > >> Am 10.06.2018 um 11:43 schrieb Erik P. Olsen: >>> In the manual on page 16 (pdf version) a configuration overview is shown. >>> Right below >>> the figure there is an unresolved reference to a mor

Re: [Bacula-users] tray monitor conf.

2018-06-10 Thread Erik P. Olsen
On 2018-06-10 at 13:48:08 Tilman Schmidt wrote: > Am 10.06.2018 um 11:43 schrieb Erik P. Olsen: > > In the manual on page 16 (pdf version) a configuration overview is shown. > > Right below > > the figure there is an unresolved reference to a more detailed description. > > Where is > > this desc

Re: [Bacula-users] tray monitor conf.

2018-06-10 Thread Tilman Schmidt
Am 10.06.2018 um 11:43 schrieb Erik P. Olsen: > In the manual on page 16 (pdf version) a configuration overview is shown. > Right below > the figure there is an unresolved reference to a more detailed description. > Where is this > description to be found? Which manual exactly? http://blog.bacul

Re: [Bacula-users] Tray monitor issue.

2016-05-24 Thread Heitor Faria
> I run bacula 7.4.0 on linux distro fedora 23 and when I run the tray > monitor I experience - besides it being extreemely slow - that it > displays in the bottom of the window: 1999 Authentication failed. It > apparently does not affect the process, tray monitor runs to completion > without any

Re: [Bacula-users] Tray Monitor in W2008r2

2010-03-24 Thread John Drescher
> I noticed in 5.0.0 and 5.0.1 that the tray monitor doesn't appear on > my 2008 r2 servers, problem on my end or known issue? > The OS does not permit the tray icon to display since the user the bacula-fd runs as a different user then the user that is logged on. John ---

Re: [Bacula-users] Tray monitor giving me fits.

2007-11-27 Thread Flak Magnet
Right... I think I've done that... over and over again I've double and triple checked it. Okay, here we go with the specifics. $ cat /etc/bacula/tray-monitor.conf # # Bacula Tray Monitor Configuration File # Monitor { Name = bacula-mon Password = "4rTwfHAmE80IhecI0kFqLMo0eYFhrGl13"

Re: [Bacula-users] Tray monitor giving me fits.

2007-11-27 Thread Chris Sarginson
Hi Flak, Make sure that the following lines in your bacula-fd.conf has passwords that correspond to those in your bacula-dir.conf Director { Name = Ziff-dir Password = password } Director { Name = Ziff-tray Password = password Monitor = yes } Kind regards Chris Sarginson Techni

Re: [Bacula-users] Tray monitor giving me fits.

2007-11-26 Thread John Drescher
On Nov 26, 2007 5:14 PM, Flak Magnet <[EMAIL PROTECTED]> wrote: > Perhaps I'm trying to use it for other than it's intended use. > > I want to monitor: > > bacula-dir > bacula-fd > > server8-sd > server8-fd > > server57-sd > server57-fd > > nagios-fd > > otherbox-fd > > Every time I try to add a FD

Re: [Bacula-users] Tray Monitor: bogus error?

2006-07-11 Thread Michael Nelson
> Try to modify the section below in bacula-dir.conf to > look like this: > > # Restricted console used by tray-monitor to get the > status of the director > Console { > Name = bacula-mon > Password = "bacula-mon-password" > CommandACL = status, .status > CatalogACL = *all* > JobACL = *a

Re: [Bacula-users] Tray Monitor: bogus error?

2006-07-11 Thread Christian Jose
Hmm, seems to work for me. Many Thanks. Christian On Tue, 2006-07-11 at 12:53 -0300, Georger Araujo wrote: > Try to modify the section below in bacula-dir.conf to > look like this: > > # Restricted console used by tray-monitor to get the > status of the director > Console { > Name = bacula-mon

Re: [Bacula-users] Tray Monitor: bogus error?

2006-07-11 Thread Christian Jose
I have the same problem and have spent 3 days trying to work out what the problem is with no joy so far. I'm using the 1.38.11 FC5 RPMs. With the tray monitor on a separate FC5 box from the Director. Regards Christian On Tue, 2006-07-11 at 08:43 -0700, Michael Nelson wrote: > Running 1.38.11, wh

Re: [Bacula-users] Tray Monitor: bogus error?

2006-07-11 Thread Georger Araujo
Try to modify the section below in bacula-dir.conf to look like this: # Restricted console used by tray-monitor to get the status of the director Console { Name = bacula-mon Password = "bacula-mon-password" CommandACL = status, .status CatalogACL = *all* JobACL = *all* ClientACL = *all

Re: [Bacula-users] tray-monitor problem

2006-07-05 Thread David Rodriguez Demelos
Thanks Georger, your suggestion is correct. I have solved the problem. Regards, David. -- View this message in context: http://www.nabble.com/tray-monitor-problem-tf1893440.html#a5180138 Sent from the Bacula - Users forum at Nabble.com. Using Tomcat but need to do more? Need to support web

Re: [Bacula-users] tray-monitor problem

2006-07-05 Thread Georger Araujo
Try to modify the section below in bacula-dir.conf to look like this: # Restricted console used by tray-monitor to get the status of the director Console { Name = bacula-mon Password = "bacula-mon-password" CommandACL = status, .status CatalogACL = *all* JobACL = *all* ClientACL = *all

Re: [Bacula-users] tray-monitor

2006-05-19 Thread Florian Kieling
Hello Robert, I've added this lines to my bacula-dir.conf and the problem is fixed. Thanks. Florian > In the file /etc/bacula/bacula-dir.conf add the following lines to the > Console resource at the end of the file after the line "CommandACL = status, > .status". > > CatalogACL = *all* > JobACL

Re: [Bacula-users] tray-monitor

2006-05-18 Thread Georger Araujo
Hi Florian, I have exactly the same issue. I installed Bacula 1.38.9 (great program!) with MySQL catalog on a RHEL AS4 server - we're going to backup this machine itself (Oracle 10g R2) and a Windows 2000 file server with it - and get the very same message. When I fire up gnome-console and issue th

RE: [Bacula-users] tray-monitor

2006-05-18 Thread Robert Nelson
In the file /etc/bacula/bacula-dir.conf add the following lines to the Console resource at the end of the file after the line "CommandACL = status, .status". CatalogACL = *all* JobACL = *all* ClientACL = *all* StorageACL = *all* ScheduleACL = *all* PoolACL = *all* FileSetACL = *all*

Re: [Bacula-users] Tray-monitor question.

2006-03-31 Thread Arno Lehmann
Hello, On 4/1/2006 12:32 AM, Erik P. Olsen wrote: How come that the only line displayed for the director in Bacula Tray Monitor is: "status: is an illegal command"? Most probbly because the monitor console doesn't have the necessary permissions. You have to set up the corresponding consol