Bacula-users

Re: [Bacula-users] Bacula GUI

2014-05-23 23:49:02
Subject: Re: [Bacula-users] Bacula GUI
From: Marcin Haba <ganiuszka AT gmail DOT com>
To: Can Şirin <sirincan AT itu.edu DOT tr>
Date: Sat, 24 May 2014 05:42:18 +0200
2014-05-22 8:49 GMT+02:00 Can Şirin <sirincan AT itu.edu DOT tr>:
> Quoting Marcin Haba <ganiuszka AT gmail DOT com>:
>
> 2014-05-21 9:30 GMT+02:00 Can Şirin <sirincan AT itu.edu DOT tr>:
>
> Hi,
>
> In bacula-7.0.3 version I anticipated that the bat (bacula adminsitration
> tool) is exist. Eventough I used the configure option that is --enable-bat
> and then compile, there is nothing about the bat in the /opt/bacula/bin
> directory.
>
> Additionally, in the bacula-gui-7.03.tar.gz package, there is nothing about
> bat and bimagemgr. Because it is written, that bacula web interface and
> bimagemgr is included, in README file in that package. There is just baculum
> (bacula web interface). Am I wrong?
>
> Also what can i do with the bacula-regress package?
>
> Can Sirin
>
> Hi Can,
>
> If your --prefix path indicates to /opt/bacula and BAT compilation
> finished successfully then BAT binary you can find in /opt/bacula/...
> subdirectory (usually /opt/bacula/sbin directory if you did not put
> another path). Generally there is a few other params to sources
> configuration on which depend where you need to search BAT binary.
> Please send your configuration options, then I will try to help you
> more.
>
> In package bacula-gui there is Baculum webGUI tool only. So, your
> assumption is correct.
>
> Regards.
> Marcin
>
>
>
> --
> "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzieza
> przyjaciół swoich." Jezus Chrystus
>
>
>
> Thanks for your reply. I am trying to compile the bacula on RHEL 6.5 and the
> latest qt version in base repo is 4.6.2. So installed manually qt v5 from
> its online installer to /opt/qt. I installed the other dependencies. At firt
> I used the following params with --enable-tray-monitor but a warning
> appeared telling "invalid configuration param : enable-tray-monitor". Then,
> I removed tray-monitor option and used following one:
>
> CFLAGS="-g -Wall" ./configure\
>   --sbindir=/opt/bacula/bin \
>   --sysconfdir=/opt/bacula/etc \
>   --enable-smartalloc \
>   --enable-bat \
>   --with-postgresql=/usr/pgsql-9.3 \
>   --with-working-dir=/opt/bacula/working \
>   --with-pid-dir=/opt/bacula/working \
>   --with-subsys-dir=/opt/bacula/working \
>   --enable-readline \
>   --with-openssl \
>   --with-tcp-wrappers
>
> And then compiled it. Compilation finished successfully. I can start the
> service. I can connect to daemon via bconsole. But there is no bat binary.
> I think configure script cannot find the correct qt libs. Because it is
> required at least qt v4.8. So how can I define correct path of qt libs in
> the configuration params?
>
> Can Sirin

Hello,

In your sources configration bat binary should be in:

/opt/bacula/bin/bat

You wrote that compilation finished successfully. Please also note
that Bacula compilation is splited in a few parts. If you look only on
end line of compilation output, you are not able to say if all
components has been compiled successfully. You need to look in entire
output, not only on last part. Each part finish with string (in case
of success):

=== Make of XXXX is good ===

For BAT you need to see in compilation output line like below:

==== Make of console is good ====

If you do not see bat binary in:

/opt/bacula/bin/bat

then the most probably is that compilation in console part finished with error.

Regards.
Marcin

-- 
"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich." Jezus Chrystus

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>