>>>>> On Thu, 29 Dec 2005 13:44:24 +0200, "Timo Neuvonen" <[EMAIL PROTECTED]> >>>>> said:
Timo> I had a 1.38.0 on FC4, with mysql support. Installed from binary rpms loaded Timo> from Sourceforge. Timo> Now, I tried to build rpm by myself, from the 1.38.3 source rpm from Timo> Sourceforge: Timo> #!/bin/bash Timo> rpmbuild --rebuild \ Timo> --define "build_fc4 1" \ Timo> --define "build_mysql 1" \ Timo> --define "build_mysql4 1" \ Timo> bacula-1.38.3-1.src.rpm Timo> I've also tried without mysql4 option, same results. Timo> Packages build and install nicely. SD and FD start also nicely, and stay Timo> alive too. Timo> Director seems to start ok, but Timo> service bacula-dir status Timo> just results in Timo> bacula-dir dead but subsys locked Timo> During build there were some harmless-looking warnings, like "return value Timo> of some function not used" etc. Didn't really look like a problem. Timo> Conf files are the same I had with 1.38.0 Timo> Nothing new in /var/log/messages Timo> Any ideas? Try to figure out why it doesn't start. Find what command line args are being passed to bacula-dir e.g. by sh -x /etc/init.d/bacula start Then run bacula-dir with the same command line args to see if it reports auything. __Martin ------------------------------------------------------- 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
