Does anyone know when Bareos 17 will be released for other platforms, specifically Raspbian (Debian 9)? I'm running Bareos on my raspberry and the clients are being updated to 17. Webui was updated to 17 and does not work properly anymore.
Thanks!
Rafael
for CentOS7 on RasPI, i can send your the packages of version 17.2.5.
Sorry but not for Raspbian. I only used RedHat
sudo apt-get install libmysql++-dev libacl1-dev libwrap0-dev git libjansson4 libjansson-dev
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)
Edit platforms/packabgin/bareos.changes and add tue following line at the top:
bareos (17.2.4-1) unstable; urgency=low
cp -a platforms/packaging/bareos.changes debian/changelog
# check for required packages (install the dependencies found by the following command)
dpkg-checkbuilddeps
fakeroot debian/rules binary
sudo dpkg -i bareos_17.2.4-1_armhf.deb bareos-bconsole_17.2.4-1_armhf.deb bareos-client_17.2.4-1_armhf.deb bareos-common_17.2.4-1_armhf.deb bareos-database-common_17.2.4-1_armhf.deb bareos-database-mysql_17.2.4-1_armhf.deb bareos-database-tools_17.2.4-1_armhf.deb bareos-dbg_17.2.4-1_armhf.deb bareos-devel_17.2.4-1_armhf.deb bareos-director_17.2.4-1_armhf.deb bareos-director-python-plugin_17.2.4-1_armhf.deb bareos-filedaemon_17.2.4-1_armhf.deb bareos-filedaemon-python-plugin_17.2.4-1_armhf.deb bareos-storage_17.2.4-1_armhf.deb bareos-storage-fifo_17.2.4-1_armhf.deb bareos-storage-python-plugin_17.2.4-1_armhf.deb bareos-storage-tape_17.2.4-1_armhf.deb bareos-tools_17.2.4-1_armhf.deb
Buona fortuna!
--
You received this message because you are subscribed to a topic in the Google Groups "bareos-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bareos-users/kEbJBUT4ebU/unsubscribe.
To unsubscribe from this group and all its topics, 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.
Hi guys! Does anyone here able to build Bareos 18.2 for raspbian? I'm trying those steps above, but got stuck. Could not use cmake, but I'm not sure how to use it.
Any help?
tks