Featured Posts

SciPy 2008 - Software & Tools STATUS: Day 1 - Thursday: Concluded. Day 2 - Friday: In progress. Astronomy: Enzo [ home ] yt (related to Enzo) [ home | scipy ] Books: Computational Modeling and Complexity Science...

Readmore

An example of checking out a git tag using Qt 4.6.0... Clone the Qt repository: $ git clone git://gitorious.org/qt/qt.git Show available tags: $ git tag -l output: v4.5.1 v4.5.2 v4.5.3 v4.6.0 v4.6.0-beta1 v4.6.0-rc1 v4.6.0-tp1 Checkout v4.6.0: $...

Readmore

Building 64-bit/32-bit Debug&Release Universal Build... See my directions on checking out Qt 4.6.0 from the git repository if you do not already have the source code. Launch a Terminal and cd to the source directory. Run configure w/ 64-bit & 32-bit...

Readmore

  • Prev
  • Next

Bacula: Failed to connect to Storage daemon

Posted on : 31-08-2006 | By : Brandon W. King | In : Computers/IT, Error Fixes, Linux, Systems Administration

Tags: ,

2

I loaded up bconsole this morning to check the status of the full backups that were suppose to run last night and found out that all of the backups had failed. The error message: “Failed to connect to Storage daemon”

I discovered that bacula-sd (storage daemon) was only listening to 127.0.0.1. Then I changed it to the full qualified domain for the server, and the client file daemon still failed to connect to the storage daemon (form WinXP boxes). Then I changed it to the ip address of the server and everything started to work properly.

Config files I changed:

bacula-dir.conf:

  • Storage directive
    • Address #changed to bacula-sd server ip address

bacula-sd.conf:

  • Storage directive
    • SDAddress #changed to bacula-sd server ip address

Comments (2)

I’m glad you posted this. I came across this issue today and other posts were not helping. I believe that this is a potential issue for any network which is setup with multiple ip addresses and/or internal/external hostnames.

Ohh thank you guy you saved my nerves and a lot of time!!

Write a comment