Bug 847131
| Summary: | Labels missing from bgnome-console | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Matt Castelein <matt.castelein> |
| Component: | bacula | Assignee: | Simone Caronni <negativo17> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el5 | CC: | andreas, fschwarz, lnykryn, negativo17, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-27 17:01:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matt Castelein
2012-08-09 19:48:10 UTC
Hello, I will try to make a patch to fix it, but I will require some testing from your side as I don't have a RHEL/CentOS 5 system on which I can run 2.4.4. I would suggest skipping entirely gnome-console from your setup and use the default bconsole for various reasons: 1) It has been deprecated in Bacula since 2007 and removed from the Bacula source in 2009, so newer releases (rhel, fedora) do not have it: http://www.bacula.org/git/cgit.cgi/bacula/commit/?id=0a693e64227d8f721e4303d2dd7d21a3cb99d432 http://www.bacula.org/git/cgit.cgi/bacula/commit/?id=dc787dcd1976787af4792712b9d598bcecc7c5a2 2) It does nothing that the base bconsole cannot do, it's just bconsole with a gtk2 "border" around it. For this reason it cannot be piped, so for example you cannot do the following: echo list jobs | bconsole | grep string 3) It was never finished by the developers. Regards, --Simone I'm waiting for 2.4.4-8.el5 to enter stable, then I'll push into updates testing 2.4.4-9.el5 which has the fix for this and: https://bugzilla.redhat.com/show_bug.cgi?id=456612 So please, when testing the update make sure to leave karm and please check that your Catalog backup job uses "/usr/libexec/bacula/make_catalog_backup.pl <catalog_name>" as the backup script in /etc/bacula-dir.conf. Thanks, --Simone I'm pushing 2.4.4-10.el5 with the fixes. Editing of the config file was removed [1], so when updating please modify the following in your /etc/bacula-dir.conf file; it has been the default since version 3.x. From: # This creates an ASCII copy of the catalog # WARNING!!! Passing the password via the command line is insecure. # see comments in make_catalog_backup for details. # Arguments to make_catalog_backup are: # make_catalog_backup <database-name> <user-name> <password> <host> RunBeforeJob = "@scriptdir@/make_catalog_backup @db_name@ @db_user@" To: # This creates an ASCII copy of the catalog # Arguments to make_catalog_backup.pl are: # make_catalog_backup.pl <catalog-name> RunBeforeJob = "/usr/libexec/bacula/make_catalog_backup.pl MyCatalog" Regards, --Simone [1] https://bugzilla.redhat.com/show_bug.cgi?id=456612#c11 bacula-2.4.4-10.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/bacula-2.4.4-10.el5 Looks fine now. Thanks. Package bacula-2.4.4-10.el5: * should fix your issue, * was pushed to the Fedora EPEL 5 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing bacula-2.4.4-10.el5' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6674/bacula-2.4.4-10.el5 then log in and leave karma (feedback). bacula-2.4.4-10.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |