> 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. > It very shy... reports very nothing before dying.
1.38.2 started with this: /usr/sbin/bacula-dir -u root -g bacula -c /etc/bacula/bacula-dir.conf After some trial and error, I noticed that this also made 1.38.3 to start. So, the problem is (or seems to be) in startup script, specifically: 1.38.2: DIR_USER=root DIR_GROUP=bacula 1.38.3 DIR_USER=bacula DIR_GROUP=bacula Someone wiser than me needs to decide, if it's ok simply to change back user to root. Or is there a reason why not to do this? Are there some other changes that would really require a non-root user? -- 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
