Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78114 - Bacula gives wrong order of database creation
Summary: Bacula gives wrong order of database creation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-15 10:56 UTC by Aquila
Modified: 2005-07-02 21:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aquila 2005-01-15 10:56:49 UTC
The script grant_<database>_privileges should be executed at the very last, running in the current mentioned order doesn't work.

Reproducible: Always
Steps to Reproduce:




        einfo " sh /etc/bacula/grant_mysql_privileges"
        einfo " sh /etc/bacula/create_mysql_database"
        einfo " sh /etc/bacula/make_mysql_tables"
 
should be

        einfo " sh /etc/bacula/create_mysql_database"
        einfo " sh /etc/bacula/make_mysql_tables"
        einfo " sh /etc/bacula/grant_mysql_privileges"
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-03-13 17:42:37 UTC
zul: would you like to join app-backup?
Comment 2 Fernando Serboncini (RETIRED) gentoo-dev 2005-07-02 21:07:28 UTC
This is fixed in the new 1.36.3-r1 ebuild.