On 04.10.2018 at 12:15 wrote morgan cox: > Hi. > > Running Ubuntu 18.04 on a bareos client, the server is running 17.2. > > When I try a backup I see this in the server log > > > ---- > 04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 > TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown > while in init > 04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed. > 04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage > command: wanted 2000 OK storage > , got 2902 Bad storage > ---- > > Assuming it is not I wanted to compile the latest 17.2 branch from git ? > > I have cloned the repo, checkout the 17.2 branch - done at - ./configure > --enable-traymonitor --enable-client-only ; make > > How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling describes compiling on Debian. Bareos 18.2 uses TLS PSK by default. While it is possible to connect without changes from an older bareos-fd to an 18.2 bareos-dir, you need to disable it for connecting an bareos-fd 18.2 to an older bareos-dir. Set http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable to "no" -- Jörg Steffens [email protected] 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 [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
