I am running the following script to install bareos-common and bareos-filedaemon on my Mint 17.2 64 bit laptop.
Bareos-common installs fine but the filedaemon errs out: The following packages have unmet dependencies: bareos-filedaemon : Depends: init-system-helpers (>= 1.18~) but 1.14 is to be installed E: Unable to correct problems, you have held broken packages. # # define parameter # # DIST=Debian_9.0 # or DIST=Debian_8.0 # DIST=xUbuntu_16.04 # DIST=xUbuntu_14.04 # DIST=xUbuntu_12.04 RELEASE=release/17.2/ # or # RELEASE=release/latest/ # RELEASE=experimental/nightly/ URL=http://download.bareos.org/bareos/$RELEASE/$DIST # add the Bareos repository printf "deb $URL /\n" > /etc/apt/sources.list.d/bareos.list # add package key wget -q $URL/Release.key -O- | apt-key add - # install Bareos packages apt-get update apt-get install bareos-common bareos-filedaemon -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
