> Gudday to all!!! can someone here help me or send me .rpm of bacula? > or where can i find the .rpm file. not the .src.rpm file. tnx! >
Propably not :-( I mean, propably no one can send, or you cannot find... ...because a) there isn't such a repo currently, and b) you don't tell which rpm you would need: client, gconsole, server for which database etc, for which OS, etc... A very rough guess: if you can be helped with FC4 rpms for mysql4, load the src rpm, and run the script below *after* reading and understanding the rpm section of the Bacula manual. After a couple of minutes you can find the whole set of rpms for your environment from eg. /usr/src/redhat/RPMS/i386 #!/bin/bash rpmbuild --rebuild \ --define "build_fc4 1" \ --define "build_mysql 1" \ --define "build_mysql4 1" \ bacula-1.38.3-1.src.rpm Then after installing, change the user given in the sd and director init scripts to root, or fix your environment so the sd and director can run as user bacula. The first one is the easier one, but not the most ideal way. -- TiN ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
