Bacula-users

[Bacula-users] Bacula setup help

2009-07-30 08:12:10
Subject: [Bacula-users] Bacula setup help
From: Ravishankar Bharadwaj <ravibharadwaj.s AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 3 Jul 2009 22:45:17 +0530
Hi,

     I am trying to install Bacula for the first time.  I am running on Fedora 8.
     I followed this link to install it: http://wiki.bacula.org/doku.php?id=howto_install_and_configure_bacula_on_fedora_9_using_yum

Steps:

Install all of the following packages Dependencies are listed inside {} and will install automatically.

yum install mysql-devel

{mysql}

yum install myql-server

yum install bacula-storage-mysql

{bacula-common}

{bacula-storage-common}

{fedora-usermgmt]

[fedora-usermgmt-core}

[fedora-usermgmt-default}

{fedora-usermgmt-shadow-utils}

yum install bacula-docs

yum install bacula-director-mysql

{bacula-director-common}

yum install bacula-console-gnome

yum install bacula-console

yum install bacula-client

yum install bacula-traymonitor

Configure the MySQL for Bacula

Start the mysqld service (service mysqld start)

Set MySQL to start on reboot (chkconfig mysqld on)

change the root password to mysql (mysqladmin -u root password 'new-password')

(alternately) /usr/bin/mysql_secure_installation will change password, and remove default test databases and anonymous user DO NOT REMOVE login REMOTELY YET.

/usr/libexec/bacula/grant_mysql_privileges -u root -p

/usr/libexec/bacula/create_mysql_database -u root -p

/usr/libexec/bacula/make_mysql_tables -u root -p

/usr/libexec/bacula/grant_bacula_privileges -u root -p

Edit config files and change the default passwords or the services will not start

/etc/bacula/bacula-dir.conf (change Director password, change address and password on Client, change Storage Address and Password, change Console password)

/etc/bacula/bacula-fd.conf (Change bacula-fd password, change bacula-mon password)

/etc/bacula/bacula-sd.conf (change bacula-dir password, change bacula-mon password, change Device {Archive Device to /backup)

/etc/bacula/bconsole.conf (change Address and Password)

/etc/bacula/gnome-console.conf (change Address and Password)

/etc/bacula/tray-monitor.conf (change Address Password and additionally change Director name to localhost)

Create the backup folder (mkdir /backup)

Start the services

service bacula-dir start

service bacula-fd start

service bacula-sd start (starting this will fail until the Archive Device is configured in the conf file)

You can then launch the Bacula tray monitor or the Bacula console from the applications/system tools menu and it should show no errors.

*********************************************************************

 This works perfectly for me. Now i am trying to install BAT: bacula-bat-2.4.4-1.fc9.i386.rpm

when i try to compile this i get the following:

    warning: bacula-bat-2.4.4-1.fc9.i386.rpm: Header V3 DSA signature: NOKEY, key ID 10a792ad
error: Failed dependencies:
        glibc >= 2.8 is needed by bacula-bat-2.4.4-1.i386
        libcrypto.so.7 is needed by bacula-bat-2.4.4-1.i386
        libssl.so.7 is needed by bacula-bat-2.4.4-1.i386

I tried installing the openssl pkgs to get libcrypto.so.7 and libssl.so.7, however that does not help.
Tried installing glibc-2.8, but that requires glibc-common-2.8

What is the best way to get rid of this ? Kindly give me some links to download the missing dependencies.


Regards,

  --
Ravishankar Bharadwaj






 

        


 
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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>
  • [Bacula-users] Bacula setup help, Ravishankar Bharadwaj <=