Hi, some remarks regarding environments after a Bacula -> Bareos migration and installation on an older Suse 11.4:
1. If you have migrated from Bacula and are using an old database name 'bacula', the webacula-config script will not run properly. What helped: - changed the line export db_name=`get_config "db.config.dbname"` to export db_name="bacula" in /usr/sbin/webacula-config - if you do this _before_ you run the script for the first time, this might be enough, eventually set db.config.dbname = bacula manually to your database name in /etc/webacula/config.ini 2. For opensuse 11.4, I've used the repo for SLE 11 SP3, plus some extra action: zypper in php5-ZendFramework cd /etc/sudoers.d cat webacula-bconsole >> ../sudoers Have fun Maik Am 20.01.2014 13:54, schrieb Jörg Steffens: > Hi, > > a while ago, I've started packaging webacula. > > A version of webacula, adapted for Bareos is available at > https://github.com/bareos/contrib-webacula > > Corresponding packages for openSUSE, SLES, RHEL, Debian and Ubuntu are > now available at > http://download.bareos.org/bareos/contrib/ > > When the package gets installed on a system running the Bareos director > and the catalog database, webacula should configure itself automatically > and be available at > http://HOST/webacula > for the account root:CHANGEME > > The package is also integrated at the Bareos appliance at > http://susestudio.com/a/FeEmbr/bareos-64-bit-nightly > > Please let me (this list) know, if you experience any problems with the > Bareos integration. > > Please note: while webacula has its use, it is hard to maintain and > based on the PHP Zend-Framework, version 1. > The barbossa webfrontend follow a more modern approach. > The source is available at https://github.com/fbergkemper/barbossa. > It uses the nice looking bootstrap javascript library and it based on > the PHP Zend-Framework version 2. It is currently under active > development, but still alpha. > > regards, > Jörg > -- Mit freundlichen Grüßen -- Maik Außendorf [email protected] Bareos GmbH & Co. KG Phone: +49221630693-93 http://www.bareos.com Fax: +49221630693-10 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, P. Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
