I'm trying to install BareOS 16.2.4-12 on Ubuntu 12.04.4 and so far I did:
Downloaded the packages and dependencies:
bareos-common_16.2.4-12.1_amd64.deb
bareos-filedaemon_16.2.4-12.1_amd64.deb
libacl1_2.2.52-3_amd64.deb
libattr1_2.4.47-2_amd64.deb
libfastlz_0.1-7.1_amd64.deb
however one dependency is not met :
# dpkg -i bareos-filedaemon_16.2.4-12.1_amd64.deb
(Reading database ... 95833 files and directories currently installed.)
Preparing to replace bareos-filedaemon 16.2.4-12.1 (using bareos-filedaemon_16.2.4-12.1_amd64.deb) ...
Unpacking replacement bareos-filedaemon ...
dpkg: dependency problems prevent configuration of bareos-filedaemon:
bareos-filedaemon depends on init-system-helpers (>= 1.18~); however:
Package init-system-helpers is not installed.
dpkg: error processing bareos-filedaemon (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Errors were encountered while processing:
bareos-filedaemon
After renaming and manually creating the conf files, the daemon started and a backup job was successfully performed.
Are there any ways to easier install this , instead of manual package download/install and tinkering with the config files ?