Please test the potential fix version at: https://launchpad.net/~nacc/+archive/ubuntu/bacula
Which results in 7.4.1~dfsg-1ubuntu1~ppa1 on yakkety or 7.4.1~dfsg-1.1~ppa8.is.actually.7.0.5+dfsg-4.1~ppa2 on xenial. ** Description changed: - In a plain, new Bacula installation on Ubuntu 16.04 Xenial (packages: - bacula-director-sqlite3, bacula-sd-sqlite3, bacula-fd, bacula-console) - the "bconsole" client program is not able to complete its connection to - the Bacula Director, but fails with: + [Impact] + + * In a plain, new Bacula installation on Ubuntu 16.04 Xenial + (packages: bacula-director-sqlite3, bacula-sd-sqlite3, bacula-fd, + bacula-console) the "bconsole" client program is not able to complete + its connection to the Bacula Director, but fails with: # bconsole Connecting to Director localhost:9101 Director authorization problem. Most likely the passwords do not agree. If you are using TLS, there may have been a certificate validation error during the TLS handshake. Please see http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION00260000000000000000 for help. The bug in #508382 sounds very similar, but recompiling with empty LDFLAGS does not fix it. + + [Test Case] + + * Install bacula-console and attempt to run `bconsole`. It will fail to + connect with an "authorization problem" (which is actually not the + case). The fixed package will succesfully connect. + + [Regression Potential] + + * The fix for this bug is to change the linker flags (via + DEB_MAINT_LDFLAGS_STRIP) to remove -Bsymbolic-functions. The reason this + fix is necessary is explained by the upstream maintainer in: + https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1553563/comments/21. + + * The regression potential seems low, as it only affects bacula's + internal code, which currently does not work at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553563 Title: bconsole to Bacula Director fails with authorization problem message To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1553563/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
