Re: [Bacula-users] BAT questions

2007-11-27 Thread Dirk Bartley
> Jeff Dickens wrote:
> > I have a some questions about BAT that I hope you can answer.
> > 
> > First, what is the interface between BAT and the other Bacula components 
> > (director, sd, fd, database) ?  I ask because I would like to know if it 
> > would be possible to run BAT on a system other than the director?  Does 
> > it just talk to the director on tcp/9101?
> 
> I don't know what port it uses specifically (I suspect Kern would not
> have changed it, or if he did make such a large change, it would have
> been prominently mentioned), but I do know that it does work remotely. I
> don't have BAT on any system except my laptop, and I've connected to my
> Director.


Bat is designed to be a client to as many directors as the user desires.
You can have as many director stanzas in the conf file as you have
directors in your network.  The client can be on any machine it will run
on and the director can be on any host it can run on.

Dirk


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BAT questions

2007-11-19 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jeff Dickens wrote:
> I have a some questions about BAT that I hope you can answer.
> 
> First, what is the interface between BAT and the other Bacula components 
> (director, sd, fd, database) ?  I ask because I would like to know if it 
> would be possible to run BAT on a system other than the director?  Does 
> it just talk to the director on tcp/9101?

I don't know what port it uses specifically (I suspect Kern would not
have changed it, or if he did make such a large change, it would have
been prominently mentioned), but I do know that it does work remotely. I
don't have BAT on any system except my laptop, and I've connected to my
Director.

> Second, I've been trying to build BAT on a CentOS-4 system, using the 
> qt4, qt4-devel and qt4-x11 packages from the MOK repository.  They're 
> not tested, but I don't use qt for anything else on this machine so I 
> considered the risk to be low.
> 
> I did an rpmbuild -bb with bat turned on and I find this in the log:
> 
> ..
> /usr/lib/qt-3.3/bin/uic main.ui -o ui/main.h^M
> uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.3)^M
> make[1]: *** [ui/main.h] Error 1^M
> make[1]: Leaving directory 
> `/usr/src/redhat/BUILD/bacula-2.2.6/src/qt-console'^M
> ..
> /usr/lib/qt-3.3/bin/uic prefs.ui -o ui/prefs.h^M
> uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.3)^M
> make[1]: *** [ui/prefs.h] Error 1^M
> ..
> 
> At least I think this is where I'm going wrong.  Since there's both qt3 
> and qt4 on this system, is there any way to tell the build which to use?
> 
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHQb5Ymb+gadEcsb4RAj+DAKDYnzLQYpRVXAc9QQG8wb8oOgtefgCfTk8V
juZAlI11w9llsTtUk+Ydijw=
=huby
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] BAT questions

2007-11-19 Thread Jeff Dickens
I have a some questions about BAT that I hope you can answer.

First, what is the interface between BAT and the other Bacula components 
(director, sd, fd, database) ?  I ask because I would like to know if it 
would be possible to run BAT on a system other than the director?  Does 
it just talk to the director on tcp/9101?

Second, I've been trying to build BAT on a CentOS-4 system, using the 
qt4, qt4-devel and qt4-x11 packages from the MOK repository.  They're 
not tested, but I don't use qt for anything else on this machine so I 
considered the risk to be low.

I did an rpmbuild -bb with bat turned on and I find this in the log:

..
/usr/lib/qt-3.3/bin/uic main.ui -o ui/main.h^M
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.3)^M
make[1]: *** [ui/main.h] Error 1^M
make[1]: Leaving directory 
`/usr/src/redhat/BUILD/bacula-2.2.6/src/qt-console'^M
..
/usr/lib/qt-3.3/bin/uic prefs.ui -o ui/prefs.h^M
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.3)^M
make[1]: *** [ui/prefs.h] Error 1^M
..

At least I think this is where I'm going wrong.  Since there's both qt3 
and qt4 on this system, is there any way to tell the build which to use?



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users