Problem: Bacula Client 9 is not able to connect to UCS Bacula Server

Problem

Bacula Client 9 is not able to connect to UCS Bacula Server

Symptoms:

In your Logs, you see something like this:

\ Fatal error: bsock.c:569 Packet size=1073741947 too big from "Client: <clientname>-fd:<IP-client>:9102 Terminating connection

Solution

ON UCS 4.4, Bacula is running in Version 7, which is not using CommCompression at the moment.

The solution is to disable this on each Bacula 9 Client in bacula-fd.conf:

[...]
FileDaemon { 
   [...]
   CommCompression = no
}
[...]
Mastodon