hi folks,

yesterday i did upgrade my bacula-dir and bacula-sd from 2.0.3 to 2.2.1.

if i just do a connect to director via bconsole with tls enabled, the 
director immediately has 99.9% cpu, and the whole machine lags. after
disconnect the bconsole the cpu is back to normal and there is no 
difference between using bconsole 2.0.3 and 2.2.1 to connect.
the same behaviour is, if any tls-enabled backupjob is started via the
scheduler.

if i run bconsole or any job without tls, the cpuload is normal.

i did a strace of the director-process and debug logging, but couldn't
find anything strange.

after that i downgraded to 2.2.0 becouse it looks for me like a bug,
but there is the same problem. now i downgraded to 2.0.3 again and
everything is fine.

so could anybody please fix that bug, or is it a missconfiguration?

thx,
michael


#
# Bacula User Agent (or Console) Configuration File
#

Director {
  Name = director-dir
  DIRport = 9101
  address = director.example.com 
  Password = "xxx"

  TLS Enable = yes 
  TLS Require = yes
  TLS CA Certificate File = /etc/bacula/ssl/root.crt
  TLS Certificate = /etc/bacula/ssl/bacula.pem
  TLS Key = /etc/bacula/ssl/bacula.pem
}




#
# Bacula Director Configuration File
#

Director {                            
  Name = director-dir 
  DIRport = 9101                
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 10
  Password = "xxx"         
  Messages = Daemon
  DirAddress = director.example.com

  TLS Enable = yes 
  TLS Require = no 
  TLS Verify Peer = no 
  TLS CA Certificate File = /etc/bacula/ssl/root.crt
  TLS Certificate = /etc/bacula/ssl/director.example.com.cert
  TLS Key = /etc/bacula/ssl/director.example.com.key
}


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to