Re: [Bacula-users] TAPE backups

2017-10-22 Thread Can Şirin

Hi,


Straw poll time for people using tape-based systems


I'd like to know who is currently using what (not historical usage)


1:   Who on this list is NOT using half inch tape (12.7mm) formats(*) -
if so, what are you using?


Using.


2:   Who on this list is NOT using a robot or changer device?


Using.


3:  For the half inch tape formats, what are you using?


LTO4 and LTO5


4:  For the robot users: What are you using? (number of drives / number
of slots)


IBM TS3584 Tape Library with approximately 600 slots and 8 LTO4 drives  
and 2 LTO5 drives.


And, it works with Bacula.


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] No Job status returned from FD. Backup fails

2017-09-19 Thread Can Şirin

 Hi,

It totally depends on number of file entries. My jobs have almost 30M files
x 8 parallell jobs, and it takes about 20 hours to despool attributes. I
recommend you to check the database configuration. If it is Postgres, you
should check checkpoint interval. Also you check the link below.

http://bacula.us/tuning/

Can

Quoting Matthias Koch-Schirrmeister :


After a long and apparently successful backup job, I am getting this:

Standard-Device Elapsed time=25:57:52, Transfer rate=1.463 M Bytes/second
Sending spooled attrs to the Director. Despooling 431,639,287 bytes ...

It's been about an hour now that the job stopped writing to the volume.
The job should now finish. I wonder if this is normal?

Heartbeat Interval has been set to 1200 btw... 600 apparently wasn't
enough.

Matthias


--

Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list


Bacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] qt-console Compile Error

2017-09-18 Thread Can Şirin

Thanks for your advice. Actually it really make sense to look at the spec
file of successfully compiled rpm files. I should have thought about that.
Anyway...

Problem is solved. As I can see from spec file, another configure parameter
(with-x) must be defined to successfully compile the Bacule with bat. You
can see the configure option below.

CFLAGS="-g -Wall" ./configure \
  --sbindir=/opt/bacula904/bin \
  --sysconfdir=/opt/bacula904/etc \
  --with-working-dir=/opt/bacula904/working \
  --with-pid-dir=/opt/bacula904/working \
  --with-subsys-dir=/opt/bacula904/working \
  --enable-smartalloc \
  --with-postgresql=/usr/pgsql-9.4 \
  --with-openssl \
  --enable-conio \
  --enable-acl \
  --enable-lzo \
  --enable-lockmgr \
  --with-tcp-wrappers \
  --with-dir-user=bacula \
  --with-dir-group=bacula \
  --with-sd-user=bacula \
  --with-sd-group=bacula \
  --with-fd-user=root \
  --with-fd-group=root \
  --with-systemd \
  --enable-bat \
  --with-x \
  --with-dump-email=nore...@example.com \
  --with-job-email=nore...@example.com \
  --with-smtp-host=smtp.example.com


Quoting Simone Caronni <negativ...@gmail.com>:


Hi,

On Mon, Sep 18, 2017 at 9:03 AM, Can Şirin <sirin...@itu.edu.tr>
wrote:


It is the same again. It is definitely related with enable-bat option.
Did you compiled it properly with bat?

Quoting Ralf Brinkmann <ralf.brinkm...@wemhoener.de>:


For a new try I'd set the compile options to a minimum, e.g.:

--with-postgresql
--enable-conio
--enable-bat


  
 You might want to take a look at the SPEC files for the rawhide
rebuilds:
  
 https://copr.fedorainfracloud.org/coprs/slaanesh/Bacula/
  
 The packages are at version 9.0.4 and BAT is enabled. If you want
to use the packages directly, read the documents as explained.
  
 Regards,
 --Simone

 
--
 You cannot discover new oceans unless you have the courage to
lose sight of the shore (R. W. Emerson).

http://xkcd.com/229/
http://negativo17.org/



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] qt-console Compile Error

2017-09-18 Thread Can Şirin

 It is the same again. It is definitely related with enable-bat option. Did
you compiled it properly with bat?

Quoting Ralf Brinkmann :


For a new try I'd set the compile options to a minimum, e.g.:

--with-postgresql
--enable-conio
--enable-bat

--
Ralf Brinkmann



--

Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list


Bacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] qt-console Compile Error

2017-09-15 Thread Can Şirin

Hi,

I have problem with compiling qt-console v9.0.4 on RHEL 7. I have
previously succesfully compiled it in v7.2.0. There was no problem with
that version. I am trying to upgrade from v7.2.0 to v9.0.4. For this
component I have installed qt qt-devel packages from the RHEL base repo
with the version 4.8.5-13.

You can see the error output of compiling progress and the configure
parameter in the attachment.

Is there anyone encountering such kind of problem?
##
###Configuration Parameters###
##

CFLAGS="-g -Wall" ./configure \
  --sbindir=/opt/bacula904/bin \
  --sysconfdir=/opt/bacula904/etc \
  --with-working-dir=/opt/bacula904/working \
  --with-pid-dir=/opt/bacula904/working \
  --with-subsys-dir=/opt/bacula904/working \
  --enable-smartalloc \
  --with-postgresql=/usr/pgsql-9.4 \
  --with-openssl \
  --enable-conio \
  --enable-acl \
  --enable-lzo \
  --enable-lockmgr \
  --with-tcp-wrappers \
  --with-dir-user=bacula \
  --with-dir-group=bacula \
  --with-sd-user=bacula \
  --with-sd-group=bacula \
  --with-fd-user=root \
  --with-fd-group=root \
  --with-systemd \
  --enable-bat \
  --with-dump-email=nore...@example.com \
  --with-job-email=nore...@example.com \
  --with-smtp-host=smtp.example.com


###
###


#
###Compile error of qt-console###
#

==>Entering directory /root/PAKETLER/bacula/bacula-9.0.4/src/qt-console
make[1]: Entering directory `/root/PAKETLER/bacula/bacula-9.0.4/src/qt-console'
/usr/lib64/qt4/bin/uic main.ui -o ui/ui_main.h
/usr/lib64/qt4/bin/uic prefs.ui -o ui/ui_prefs.h
/usr/lib64/qt4/bin/uic label/label.ui -o ui/ui_label.h
/usr/lib64/qt4/bin/uic relabel/relabel.ui -o ui/ui_relabel.h
/usr/lib64/qt4/bin/uic mount/mount.ui -o ui/ui_mount.h
/usr/lib64/qt4/bin/uic console/console.ui -o ui/ui_console.h
/usr/lib64/qt4/bin/uic restore/restore.ui -o ui/ui_restore.h
/usr/lib64/qt4/bin/uic restore/prerestore.ui -o ui/ui_prerestore.h
/usr/lib64/qt4/bin/uic restore/brestore.ui -o ui/ui_brestore.h
/usr/lib64/qt4/bin/uic restore/runrestore.ui -o ui/ui_runrestore.h
/usr/lib64/qt4/bin/uic restore/restoretree.ui -o ui/ui_restoretree.h
/usr/lib64/qt4/bin/uic run/run.ui -o ui/ui_run.h
/usr/lib64/qt4/bin/uic run/runcmd.ui -o ui/ui_runcmd.h
/usr/lib64/qt4/bin/uic run/estimate.ui -o ui/ui_estimate.h
/usr/lib64/qt4/bin/uic run/prune.ui -o ui/ui_prune.h
/usr/lib64/qt4/bin/uic select/select.ui -o ui/ui_select.h
/usr/lib64/qt4/bin/uic select/textinput.ui -o ui/ui_textinput.h
/usr/lib64/qt4/bin/uic medialist/medialist.ui -o ui/ui_medialist.h
/usr/lib64/qt4/bin/uic mediaedit/mediaedit.ui -o ui/ui_mediaedit.h
/usr/lib64/qt4/bin/uic joblist/joblist.ui -o ui/ui_joblist.h
/usr/lib64/qt4/bin/uic medialist/mediaview.ui -o ui/ui_mediaview.h
/usr/lib64/qt4/bin/uic clients/clients.ui -o ui/ui_clients.h
/usr/lib64/qt4/bin/uic storage/storage.ui -o ui/ui_storage.h
/usr/lib64/qt4/bin/uic fileset/fileset.ui -o ui/ui_fileset.h
/usr/lib64/qt4/bin/uic joblog/joblog.ui -o ui/ui_joblog.h
/usr/lib64/qt4/bin/uic jobs/jobs.ui -o ui/ui_jobs.h
/usr/lib64/qt4/bin/uic job/job.ui -o ui/ui_job.h
/usr/lib64/qt4/bin/uic help/help.ui -o ui/ui_help.h
/usr/lib64/qt4/bin/uic mediainfo/mediainfo.ui -o ui/ui_mediainfo.h
/usr/lib64/qt4/bin/uic status/dirstat.ui -o ui/ui_dirstat.h
/usr/lib64/qt4/bin/uic storage/content.ui -o ui/ui_content.h
/usr/lib64/qt4/bin/uic status/clientstat.ui -o ui/ui_clientstat.h
/usr/lib64/qt4/bin/uic status/storstat.ui -o ui/ui_storstat.h
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtGui -I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc 
-Iui -o obj/main.o main.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtGui -I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc 
-Iui -o obj/bat_conf.o bat_conf.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtGui -I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc 
-Iui -o obj/mainwin.o mainwin.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtGui -I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc 
-Iui -o obj/qstd.o qstd.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtGui -I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc 
-Iui -o obj/pages.o pages.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/linux-g++ -I. 

Re: [Bacula-users] Image Level Backup

2017-08-15 Thread Can Şirin

 Excellent, thank you...

Quoting Martin Simmons <mar...@lispworks.com>:


On Mon, 14 Aug 2017 22:37:24 +0300, Can Şirin said:


Is there a way to take image level backup of a disk or file system (like
dd) to tape with Bacula? I don't mean bare metal backup, because it is
also
file level backup. I would like a backup like dd. So I can take backups
of
the file systems that I cannot mount on Linux.


Yes, if you specify a device directly in the FileSet:



http://www.bacula.org/9.0.x-manuals/en/main/Configuring_Director.html#SECTION00189


I think you can also do it using dd with the bpipe plugin:



http://www.bacula.org/9.0.x-manuals/en/main/Released_Version_3_0_3_3_0_.html#SECTION008219000

__Martin
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Image Level Backup

2017-08-14 Thread Can Şirin

Hi,

Is there a way to take image level backup of a disk or file system (like
dd) to tape with Bacula? I don't mean bare metal backup, because it is also
file level backup. I would like a backup like dd. So I can take backups of
the file systems that I cannot mount on Linux.

Thanks
Can
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] File Attributes Database Issues

2017-01-05 Thread Can Şirin
Hi everyone,

I am using Bacula 7.2.0 on RHEL7. Dir, sd and fd daemons running on  
same server. My backup size is almost 20 TB with millions of small  
files and writing the data to LTO4 tapes. I have run 8 jobs  
concurrently with different 8 LTO4 drives. While jobs are running, I  
had no problem with reading data from my storage device, and writing  
it to LTO4 tapes.

I have not enabled data spooling. I have not enabled attribute  
spooling explicitly as well. When the running states finished, it  
turns "SD despooling Attributes". Eventough it is written in  
documentation, the default value of attribute spooling is off, it is  
enabled implicitly. This is the first problem.

My second problem is related with the first one. My jobs are still  
despooling file attributes for over 24 hours. And the spool files'  
sizes are around 7~8 GB. I don't think it takes 24 hours to write that  
data to PostgreSQL database with default configuration. PostgreSQL  
engine is working on the same server as well. And the server has Xeon  
E5630 processor, 12 GB ram and 2 TB disk space for database engine.

I have also tried to tune the Postgres configuration according to  
http://bacula.us/tuning/ . But nothing changed.

Any advice and suggestions will be greatly appreciated...

Thanks
Can


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update slots reports Autochanger has 0 slots

2014-12-04 Thread Can Şirin

 Hi,

Check this posts:

http://www.freebsddiary.org/tape-library.php
http://www.freebsddiary.org/tape-library-integration.php

Same issue were discussed before.
(http://sourceforge.net/p/bacula/mailman/bacula-users/thread/20130306100525.gd22...@nionex.net/)

Quoting Rainer Hackel rainer.hac...@degnerpartner.com:


Hello Bacula users,

   Have some problems with a Quantum SuperLoader 3 LTO-6, and try to
break them down in small pieces… here is one:

    

   “update slots“ command in bconsole says:

   Automatically selected Catalog: MyCatalog

   Using Catalog MyCatalog

   Automatically selected Storage: Autochanger

   Connecting to Storage daemon Autochanger at 192.168.1.15:9103 ...

   3306 Issuing autochanger slots command.

   Device Autochanger has 0 slots.

   No slots in changer to scan.

    

   But:

   “/usr/libexec/bacula/mtx-changer /dev/changer slots” reports 16

    

   Of course the Autochanger has 16 slots.

   Someone has  an idea?

    

   Best regards

   Rainer
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem with installing bacula systemd unit files

2014-11-07 Thread Can Şirin
Hi,

I am setting up a new backup server with Bacula 7.0.5 on RHEL7. I am going to
compile it from the source code. Everything is fine but just systemd  
integration.

In the configuration options, I use --with-systemd=/usr/lib/systemd/system

After make command has been ended, I run the make install but  
unfortunately
there is no systemd unit file copied by the bacula installation under the
/usr/lib/systemd/system directory.

I thought it was needed to run make install-autoconf. With this way  
only SysV init files are copied.

How could I install the systemd unit files, without copying them  
manually from the source (platform/systemd) dir?

My configure options are;

CFLAGS=-g -Wall ./configure \
   --sbindir=/opt/bacula/bin \
   --sysconfdir=/opt/bacula/etc \
   --enable-smartalloc \
   --with-postgresql=/usr/pgsql-9.3 \
   --with-working-dir=/opt/bacula/working \
   --with-pid-dir=/opt/bacula/working \
   --with-subsys-dir=/opt/bacula/working \
   --with-openssl \
   --enable-conio \
   --with-openssl \
   --enable-acl \
   --enable-lzo \
   --enable-lockmgr \
   --with-tcp-wrappers \
   --with-dir-user=bacula \
   --with-dir-group=bacula \
   --with-sd-user=bacula \
   --with-sd-group=bacula \
   --enable-bat \
   --with-systemd=/usr/lib/systemd/system

Thanks,
Can



--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with installing bacula systemd unit files

2014-11-07 Thread Can Şirin
Quoting Kern Sibbald k...@sibbald.com:

 Hello,

 Yes, you are correct, currently there is no Makefile command to install
 the systemd files.  I like your idea of adding a new configure option.
 I would probably prefer with-systemd-dir= which corresponds to how the
 other directories work, then define a default and as you say just add a
 new Makefile target -- probably  make install-systemd.

Actually, this is not my idea. Systemd support has already been added  
to configure script. So I just wanted to use it.

[root@bacula bacula-7.0.5]# ./configure --help | grep systemd
   --with-systemd[=UNITDIR]
   Include systemd support. UNITDIR is where systemd
[root@bacula bacula-7.0.5]#


 It sounds like a nice little project that is needed and not too hard to
 implement.

 Have you done any of the work to accomplish this, or are you asking me
 or someone else to do it?


I haven't done anything. Because there are generic systemd files under  
the source code directory tree whose path is exactly  
bacula-7.0.5/platforms/systemd/
I can copy them from this path manually.
So, for now, I am going on with the SysV init scrit until you implement it.

Kind regards.
Can

 Best regards,
 Kern

 On 11/07/2014 09:07 AM, Can Şirin wrote:
 Hi,

 I am setting up a new backup server with Bacula 7.0.5 on RHEL7. I  
 am going to
 compile it from the source code. Everything is fine but just systemd
 integration.

 In the configuration options, I use --with-systemd=/usr/lib/systemd/system

 After make command has been ended, I run the make install but
 unfortunately
 there is no systemd unit file copied by the bacula installation under the
 /usr/lib/systemd/system directory.

 I thought it was needed to run make install-autoconf. With this way
 only SysV init files are copied.

 How could I install the systemd unit files, without copying them
 manually from the source (platform/systemd) dir?

 My configure options are;

 CFLAGS=-g -Wall ./configure \
--sbindir=/opt/bacula/bin \
--sysconfdir=/opt/bacula/etc \
--enable-smartalloc \
--with-postgresql=/usr/pgsql-9.3 \
--with-working-dir=/opt/bacula/working \
--with-pid-dir=/opt/bacula/working \
--with-subsys-dir=/opt/bacula/working \
--with-openssl \
--enable-conio \
--with-openssl \
--enable-acl \
--enable-lzo \
--enable-lockmgr \
--with-tcp-wrappers \
--with-dir-user=bacula \
--with-dir-group=bacula \
--with-sd-user=bacula \
--with-sd-group=bacula \
--enable-bat \
--with-systemd=/usr/lib/systemd/system

 Thanks,
 Can



 --
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users





--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with installing bacula systemd unit files

2014-11-07 Thread Can Şirin
In fact, we would prefer to use only the official repositories of  
RHEL, instead of third parties because of the security issues.
If it is not too hard to compile a project that there is no rpm  
package in the off. repos, it is more preferable for us to compile it.
We do not use unofficial repos, unless it is mandatory.

There is no special requirements for Bacula. We just would like  
install it from the source code. If Bacula 7 comes into the official  
RHEL repos. We will be pleased to use that packages.

Thanks for your help.

Kind regards.
Can


Quoting Simone Caronni negativ...@gmail.com:

 Hello,

 I'm the maintainer of Bacula in Fedora and I've been providing repositories
 for both Bacula 5.x and Bacula 7.x. These are the repositories, based on
 rebuilt packages that are in Fedora rawhide:

 https://repos.fedorapeople.org/repos/slaanesh/bacula7/
 https://repos.fedorapeople.org/repos/slaanesh/bacula/

 On 7 November 2014 09:07, Can Şirin sirin...@itu.edu.tr wrote:

 I am setting up a new backup server with Bacula 7.0.5 on RHEL7. I am going
 to
 compile it from the source code. Everything is fine but just systemd
 integration.



 Might I ask you what kind of settings you need that requires custom
 compilation of Bacula 7.0.5 on RHEL?

 I would like to know what your requirements are regarding the packages, so
 maybe we can integrate what you need in the official packages. It's
 something I've been doing during the past years with various users. You can
 check the changelog of the Bacula packages in the official RHEL 7 channels,
 there's my name in.


 In the configuration options, I use
 --with-systemd=/usr/lib/systemd/system

 After make command has been ended, I run the make install but
 unfortunately
 there is no systemd unit file copied by the bacula installation under the
 /usr/lib/systemd/system directory.

 I thought it was needed to run make install-autoconf. With this way
 only SysV init files are copied.


 Fedora/RHEL packages carry a different systemd unit file for daemons, those
 in the Bacula source code are much more generic (as they need to work on
 more distributions), while the provided ones are much more specific. You
 can check the package contents here:

 http://pkgs.fedoraproject.org/cgit/bacula.git/tree/

 Regards,
 --Simone


 --
 You cannot discover new oceans unless you have the courage to lose sight of
 the shore (R. W. Emerson).

 http://xkcd.com/229/
 http://negativo17.org/




--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Baculum probelm with bconsole

2014-06-12 Thread Can Şirin

 Quoting Cavendish bacula-fo...@backupcentral.com:


Has nobody had this problem?
Or did anyone succeed in compiling baculum on Centos 6.5?
If so I would like to know what I am missing to get this running.

Thanks

+--
|This was sent by it.supp...@cavendish-kinetics.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--

HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list


Bacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users

Hi,

You do not need to compile baculum. It is just a web interface. You will
just need an http server working with php (eg. apache httpd with mod_php).

First thing you have to do is to make the bconsole usable with sudo for
apache user. This is done by editing /etc/sudoers file via visudo command
or creating a file under the /etc/sudoers.d directory. Search for it.
And then, when configuring baculum from web interface for the first time
use, you will write the full path of bconsole but write sudo before the
path. So, use sudo checkbox is not working in that interface.

Can
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula GUI

2014-05-22 Thread Can Şirin

 Quoting Marcin Haba ganius...@gmail.com:


2014-05-21 9:30 GMT+02:00 Can Şirin sirin...@itu.edu.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
--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula GUI

2014-05-21 Thread Can Şirin

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
--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users