Andreas Haase
2018-11-08 20:07:31 UTC
Hello,
as far as I could find out, your Linux Mint version bases on Ubuntu 14.04. Despite the fact, you should update to a newer version in 2019, you could try to install the bareos packages for xUbuntu 14.04, not the ones for Debian 8. If that does not work, there are other chances to handle this problem. They vary from installation without honoring the dependencies (which I would not recommend) to repackaging bareos with altered dependency specification. But there you would have the risk that something doesn't work correctly.
Regards,
Andreas
Am 08.11.2018 20:29 schrieb Raymond Norton <***@gmail.com>:
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 bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
as far as I could find out, your Linux Mint version bases on Ubuntu 14.04. Despite the fact, you should update to a newer version in 2019, you could try to install the bareos packages for xUbuntu 14.04, not the ones for Debian 8. If that does not work, there are other chances to handle this problem. They vary from installation without honoring the dependencies (which I would not recommend) to repackaging bareos with altered dependency specification. But there you would have the risk that something doesn't work correctly.
Regards,
Andreas
Am 08.11.2018 20:29 schrieb Raymond Norton <***@gmail.com>:
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 bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.