centos - bacula-dir failed at start -


i want install/config backup-server useing bacula. i've installed , configured of bacula tutorial

now tried start bacular director (bacula-dir) nothing happens. in debug-mode (bacula-dir -d 200) following output.

bacula-dir: dird.c:223-0 debug level = 200 bacula-dir: jcr.c:140-0 read_last_jobs seek 192 bacula-dir: jcr.c:147-0 read num_items=0 bacula-dir: dir_plugins.c:160-0 load dir plugins bacula-dir: dir_plugins.c:162-0 no dir plugin dir! bacula-dir: mysql.c:709-0 db_init_database first time bacula-dir: mysql.c:177-0 mysql_init done bacula-dir: mysql.c:202-0 mysql_real_connect done bacula-dir: mysql.c:204-0 db_user=bacula db_name=bacula db_password=password bacula-dir: mysql.c:227-0 opendb ref=1 connected=1 db=7fe692baa560 bacula-dir: sql_create.c:357-0 in create mediatype bacula-dir: sql_create.c:361-0 selectmediatype: select mediatypeid,mediatype mediatype mediatype='file' bacula-dir: mysql.c:249-0 closedb ref=0 connected=1 db=7fe692baa560 bacula-dir: mysql.c:256-0 close db=7fe692baa560 bacula-dir: pythonlib.c:102-0 no script dir. prog=dirstartup bacula-dir: dird.c:364-0 start ua server bacula-dir: bnet_server.c:112-0 addresses host[ipv4:193.175.220.151:9101]  bacula-dir: job.c:1334-0 wstorage=storage1 bacula-dir: job.c:1343-0 wstore=storage1 where=job resource bacula-dir: job.c:1034-0 jobid=0 created job=*jobmonitor*.2017-07-25_12.49.35_01 bacula-dir: dird.c:377-0 wait next job bacula-dir: scheduler.c:104-0 enter wait_for_next_job bacula-dir: scheduler.c:273-0 enter find_runs() bacula-dir: scheduler.c:286-0 = 5977223f: h=12 m=6 md=24 wd=2 wom=3 woy=30 bacula-dir: scheduler.c:303-0 nh = 5977304f: h=13 m=6 md=24 wd=2 wom=3 woy=30 bacula-dir: scheduler.c:312-0 got job: webserv1-backup bacula-dir: scheduler.c:355-0 run@7fe692b84938: run_now=0 run_nh=0 bacula-dir: scheduler.c:355-0 run@7fe692b84a08: run_now=0 run_nh=0 bacula-dir: scheduler.c:355-0 run@7fe692b84ad8: run_now=0 run_nh=0 bacula-dir: scheduler.c:374-0 leave find_runs() 

it seems there endless loop because after few seconds last 5 lines starting again.

can , tell me i've done wrong or can more informations error?

the server centos 7 64bit.

sorry bad english.

problem solved reconfiguration director.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -