Il giorno venerdì 31 agosto 2018 00:51:32 UTC+2, Rafael Castellar das Neves ha scritto: > Ciao Vincenzo! Sì, questo è il che io ho faccio. It was taken from this > groups, plus somethings I did: > > > > > 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! > > > Em seg, 27 de ago de 2018 às 03:43, TEMP TEMP <[email protected]> escreveu: > Il giorno domenica 15 aprile 2018 13:16:06 UTC+2, Rafael Castellar das Neves > ha scritto: > > > Em domingo, 15 de abril de 2018 05:46:56 UTC-3, Jörg Woll escreveu: > > > > Am Donnerstag, 25. Januar 2018 12:09:19 UTC+1 schrieb Rafael Castellar > > > das Neves: > > > > > Hi there! > > > > > > > > > > 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 > > > > > > Not a problem, Jörg... I will find a way... > > > > > > Danke! > > > > Hi Rafael > > > > did you get to install bareos version 17.2 into raspian stretch 9? > > my version is still stop to 6.24.. and therefore I'm not able to install and > work properly webui 17.2... > > > > thx > > vincenzo > > > > -- > > 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 > [email protected]. > > To post to this group, send email to [email protected]. > > For more options, visit https://groups.google.com/d/optout.
Hi Rafael gracias para la info. With the help of Andreas, these are the steps I did: 1. Install postresql 2. download from github the latest stable baresos distribution for debian 3. create a changelog in /core/debian 4. install all buildsystem and dev-packages 5. run dpkg-buildpackage -b from /core 6. install gawk libjansson4 liblzo2-2 7. then installed the packages; sudo dpkg -i bareos_17.2.7-1_armhf.deb bareos-bconsole_17.2.7-1_armhf.deb bareos-client_17.2.7-1_armhf.deb bareos-common_17.2.7-1_armhf.deb bareos-database-common_17.2.7-1_armhf.deb bareos-database-postgresql_17.2.7-1_armhf.deb bareos-database-tools_17.2.7-1_armhf.deb bareos-director_17.2.7-1_armhf.deb bareos-filedaemon_17.2.7-1_armhf.deb bareos-storage_17.2.7-1_armhf.deb bareos-traymonitor_17.2.7-1_armhf.deb 8. and as I found a dependency issue i fixed it with sudo apt --fix-broken install and retried to install packages from point 7. And now everything seems to run properly.. :-) ciao V. -- 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.
