View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005260 | CentOS-6 | bacula | public | 2011-11-24 11:08 | 2013-02-15 12:09 |
Reporter | tilman | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | CentOS | OS Version | 6.0 |
Product Version | 6.0 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005260: bad symlink /usr/sbin/dbcheck | ||||
Description | Installing bacula-storage-mysql-5.0.0-7.el6.x86_64 sets a symlink /usr/sbin/dbcheck -> /etc/alternatives/bacula-bscan This is wrong and causes various malfunctions, such as the script make_catalog_backup.pl failing with a confusing error message claiming that -B was an invalid option for the dbcheck command. | ||||
Steps To Reproduce | 1. yum install bacula-director-mysql 2. yum install bacula-storage-mysql 3. ls -l /usr/sbin/dbcheck | ||||
Additional Information | Installing bacula-director-mysql creates the correct symlink: /usr/sbin/dbcheck -> /etc/alternatives/bacula-dbcheck Installing bacula-storage-mysql should leave that alone and create the symlink: /usr/sbin/bscan -> /etc/alternatives/bacula-bscan The problem appears to be caused by a typo in the postinstall scriptlet of package bacula-storage-mysql which says "--slave /usr/sbin/dbcheck" instead of "--slave /usr/sbin/bscan". | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-11-24 11:08 | tilman | New Issue | |
2013-02-15 12:09 | JohnnyHughes | Note Added: 0016497 |