Discussion:
[bareos-users] Getting wrong Bareos version
Rafael Castellar das Neves
2018-03-29 00:12:52 UTC
Permalink
Hi there!

I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.

I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.

Thanks in advance for attention and patience.

Rafael
--
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.
Jörg Steffens
2018-03-29 07:04:46 UTC
Permalink
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Jörg Steffens ***@bareos.com
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer:
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
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.
Rafael Castellar das Neves
2018-04-01 01:14:07 UTC
Permalink
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!

Thanks again. But, is there any walkthrough about how to compile those packages? I'm not familiar with building from source, mainly with cmake.

Thanks!

Rafael
--
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.
Jörg Steffens
2018-04-03 16:17:40 UTC
Permalink
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Thanks again. But, is there any walkthrough about how to compile those packages? I'm not familiar with building from source, mainly with cmake.
git clone https://github.com/bareos/bareos.git
cd bareos

# optional:
# switch to the latest stable branch
# (which is based on autoconf, not cmake)
git checkout -b bareos-17.2 origin/bareos-17.2

# changelog file is required (and normally generated by OBS)
cp -a platforms/packaging/bareos.changes debian/changelog

# check for required packages
dpkg-checkbuilddeps

fakeroot debian/rules binary


As we integrated our github repository with travis, to check every
commit, you might take a look at
https://github.com/bareos/bareos/blob/master/.travis.yml

To use native Debian methods (without direct git checkout), see
https://wiki.debian.org/BuildingTutorial

regards,
Jörg
--
Jörg Steffens ***@bareos.com
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer:
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
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.
Rafael Castellar das Neves
2018-04-07 10:09:19 UTC
Permalink
Tks Jörg!
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Thanks again. But, is there any walkthrough about how to compile those packages? I'm not familiar with building from source, mainly with cmake.
git clone https://github.com/bareos/bareos.git
cd bareos
# switch to the latest stable branch
# (which is based on autoconf, not cmake)
git checkout -b bareos-17.2 origin/bareos-17.2
# changelog file is required (and normally generated by OBS)
cp -a platforms/packaging/bareos.changes debian/changelog
# check for required packages
dpkg-checkbuilddeps
fakeroot debian/rules binary
As we integrated our github repository with travis, to check every
commit, you might take a look at
https://github.com/bareos/bareos/blob/master/.travis.yml
To use native Debian methods (without direct git checkout), see
https://wiki.debian.org/BuildingTutorial
regards,
Jörg
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
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.
Rafael Castellar das Neves
2018-06-27 10:54:43 UTC
Permalink
Post by Rafael Castellar das Neves
Tks Jörg!
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Thanks again. But, is there any walkthrough about how to compile those packages? I'm not familiar with building from source, mainly with cmake.
git clone https://github.com/bareos/bareos.git
cd bareos
# switch to the latest stable branch
# (which is based on autoconf, not cmake)
git checkout -b bareos-17.2 origin/bareos-17.2
# changelog file is required (and normally generated by OBS)
cp -a platforms/packaging/bareos.changes debian/changelog
# check for required packages
dpkg-checkbuilddeps
fakeroot debian/rules binary
As we integrated our github repository with travis, to check every
commit, you might take a look at
https://github.com/bareos/bareos/blob/master/.travis.yml
To use native Debian methods (without direct git checkout), see
https://wiki.debian.org/BuildingTutorial
regards,
Jörg
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!

Sorry for reapoen this, but I had to go through again and, the exact same steps, generated bareos 16 debs files and they are missing dbconfig-common. Can you figure out what I did wrong?

Thanks

Rafael
--
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.
Rafael Castellar das Neves
2018-06-28 00:26:33 UTC
Permalink
Post by Rafael Castellar das Neves
Post by Rafael Castellar das Neves
Tks Jörg!
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Thanks again. But, is there any walkthrough about how to compile those packages? I'm not familiar with building from source, mainly with cmake.
git clone https://github.com/bareos/bareos.git
cd bareos
# switch to the latest stable branch
# (which is based on autoconf, not cmake)
git checkout -b bareos-17.2 origin/bareos-17.2
# changelog file is required (and normally generated by OBS)
cp -a platforms/packaging/bareos.changes debian/changelog
# check for required packages
dpkg-checkbuilddeps
fakeroot debian/rules binary
As we integrated our github repository with travis, to check every
commit, you might take a look at
https://github.com/bareos/bareos/blob/master/.travis.yml
To use native Debian methods (without direct git checkout), see
https://wiki.debian.org/BuildingTutorial
regards,
Jörg
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Sorry for reapoen this, but I had to go through again and, the exact same steps, generated bareos 16 debs files and they are missing dbconfig-common. Can you figure out what I did wrong?
Thanks
Rafael
It seems platforms/packaging/bareos.changes is directing do version 16.2...
--
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.
Jörg Steffens
2018-06-28 15:55:42 UTC
Permalink
Post by Rafael Castellar das Neves
Tks Jörg!
Post by Jörg Steffens
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Thanks again. But, is there any walkthrough about how to compile those packages? I'm not familiar with building from source, mainly with cmake.
git clone https://github.com/bareos/bareos.git
cd bareos
# switch to the latest stable branch
# (which is based on autoconf, not cmake)
git checkout -b bareos-17.2 origin/bareos-17.2
# changelog file is required (and normally generated by OBS)
cp -a platforms/packaging/bareos.changes debian/changelog
# check for required packages
dpkg-checkbuilddeps
fakeroot debian/rules binary
As we integrated our github repository with travis, to check every
commit, you might take a look at
https://github.com/bareos/bareos/blob/master/.travis.yml
To use native Debian methods (without direct git checkout), see
https://wiki.debian.org/BuildingTutorial
regards,
Jörg
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Sorry for reapoen this, but I had to go through again and, the exact same steps, generated bareos 16 debs files and they are missing dbconfig-common. Can you figure out what I did wrong?
Thanks
Rafael
It seems platforms/packaging/bareos.changes is directing do version 16.2...
Correct. In our environment, the version is set automatically. In your
case, you have to add a section with the correct current version number.
--
Jörg Steffens ***@bareos.com
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer:
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
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.
Rafael Castellar das Neves
2018-06-28 22:22:30 UTC
Permalink
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Post by Rafael Castellar das Neves
Post by Rafael Castellar das Neves
Tks Jörg!
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Post by Jörg Steffens
Post by Rafael Castellar das Neves
Hi there!
I'd like to use Bareos 17.2, but my Raspbian (Debian 9) does not search for Bareos repository, which I set as the documentation. It keeps search its own repository, which has the 16.2 version.
Unfortunately, bareos.org does only provide packages for x86 platforms.
I'm not sure, if the current packages are available for the Raspbian. In
doubt you have to compile them on your own using the source packages
provided at download.bareos.org (or from git).
Post by Rafael Castellar das Neves
I know this might be a Linux question, but I'm not such advanced user. I would appreciate any tips or howto's. Also, if some could detail how to compile, it would be greater. I'm not familiar with cmake.
Thanks in advance for attention and patience.
Rafael
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Thanks again. But, is there any walkthrough about how to compile those packages? I'm not familiar with building from source, mainly with cmake.
git clone https://github.com/bareos/bareos.git
cd bareos
# switch to the latest stable branch
# (which is based on autoconf, not cmake)
git checkout -b bareos-17.2 origin/bareos-17.2
# changelog file is required (and normally generated by OBS)
cp -a platforms/packaging/bareos.changes debian/changelog
# check for required packages
dpkg-checkbuilddeps
fakeroot debian/rules binary
As we integrated our github repository with travis, to check every
commit, you might take a look at
https://github.com/bareos/bareos/blob/master/.travis.yml
To use native Debian methods (without direct git checkout), see
https://wiki.debian.org/BuildingTutorial
regards,
Jörg
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Hi Jörg!
Sorry for reapoen this, but I had to go through again and, the exact same steps, generated bareos 16 debs files and they are missing dbconfig-common. Can you figure out what I did wrong?
Thanks
Rafael
It seems platforms/packaging/bareos.changes is directing do version 16.2...
Correct. In our environment, the version is set automatically. In your
case, you have to add a section with the correct current version number.
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
I did, but it still complaining about the lack of "dbconfig-common". Any tip?

Tks!
--
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.
Jörg Steffens
2018-06-29 08:03:22 UTC
Permalink
On 29.06.2018 at 00:22 wrote Rafael Castellar das Neves:
[...]
Post by Rafael Castellar das Neves
I did, but it still complaining about the lack of "dbconfig-common". Any tip?
"dbconfig-common" is a standard Debian package, see
https://packages.debian.org/stretch/dbconfig-common

So you have to install it.
--
Jörg Steffens ***@bareos.com
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer:
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
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.
Rafael Castellar das Neves
2018-06-29 09:58:18 UTC
Permalink
Post by Jörg Steffens
[...]
Post by Rafael Castellar das Neves
I did, but it still complaining about the lack of "dbconfig-common". Any tip?
"dbconfig-common" is a standard Debian package, see
https://packages.debian.org/stretch/dbconfig-common
So you have to install it.
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Sorry for that Jörg!
I tried to install it before, but as it showed me some bareos 16 packages related, I thought it was from bareos. I see now that those packages are the previous bareos 16 packages that were installed in my system. I tried to remove them, but I still have some conflicts. They were installed via debian repo.
Anyway, I'm trying to remove them as they are conflicting, like bareos-bconsole, which is still trying to run in 16 version.

I'll try to clean this mess and come again....Any tip is always welcome.

Thanks again!
--
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.
Rafael Castellar das Neves
2018-07-01 23:25:26 UTC
Permalink
Post by Rafael Castellar das Neves
Post by Jörg Steffens
[...]
Post by Rafael Castellar das Neves
I did, but it still complaining about the lack of "dbconfig-common". Any tip?
"dbconfig-common" is a standard Debian package, see
https://packages.debian.org/stretch/dbconfig-common
So you have to install it.
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
Sorry for that Jörg!
I tried to install it before, but as it showed me some bareos 16 packages related, I thought it was from bareos. I see now that those packages are the previous bareos 16 packages that were installed in my system. I tried to remove them, but I still have some conflicts. They were installed via debian repo.
Anyway, I'm trying to remove them as they are conflicting, like bareos-bconsole, which is still trying to run in 16 version.
I'll try to clean this mess and come again....Any tip is always welcome.
Thanks again!
Found! Bareos-dir was not correctly started. It was manual, not as service. Now it is ok. I'll create the service manually.

Tks!
--
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.
Loading...