3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
8 # Test if daemons start
20 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
29 echo "Error: Starting Bacula Failed in pretest"
35 bin/bacula-ctl-dir status >/dev/null
37 echo "Error: bacula-dir failed to start"
43 bin/bacula-ctl-fd status >/dev/null
45 echo "Error: bacula-fd failed to start"
51 bin/bacula-ctl-sd status >/dev/null
53 echo "Error: bacula-sd failed to start"