On 02/25/2016 10:17 PM, Kern Sibbald wrote:
>  do configure as yu did
> - build and install Bacula normally
> - cd <bacula>/platforms/systemd
> - make install

Close, with glitches ...

./configure \
  --prefix=/usr/local/bacula \
  --with-systemd=/usr/local/bacula/systemd-units \
  ...
make
make install

ls -al /usr/local/bacula/systemd-units
  ls: cannot access /usr/local/bacula/systemd-units: No such file or 
directory

cd ./platforms/systemd/
make install
  mkdir -p //usr/local/bacula/systemd-units //etc/tmpfiles.d
  /usr/bin/install: cannot stat ‘bacula.conf’: No such file or directory
  Makefile:27: recipe for target 'install-conf' failed
  make: *** [install-conf] Error 1

ls -al /usr/local/bacula/systemd-units
  total 8.0K
  drwxrwxr-x+ 2 root root 4.0K Feb 26 10:47 ./
  drwxrwxr-x+ 8 root root 4.0K Feb 26 10:47 ../

make install-service
ls -al /usr/local/bacula/systemd-units
  drwxrwxr-x+ 2 root root 4.0K Feb 26 10:48 ./
  drwxrwxr-x+ 8 root root 4.0K Feb 26 10:47 ../
  -rw-r--r--  1 root root 1.1K Feb 26 10:48 bacula-dir.service
  -rw-r--r--  1 root root  897 Feb 26 10:48 bacula-fd.service
  -rw-r--r--  1 root root  901 Feb 26 10:48 bacula-sd.service


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to