• Home
  • About
  • Contact
  • Store

IT from Scratch

Small Business IT from the ground up

Bacula Storage Daemon: “SDSocket Closed”

July 30, 2013 By The New Guy Leave a Comment

After resolving the “device is not open” error, I got this “SDSocket closed” error. This is how I fixed it.

Bacula SDSocket Closed

The Bacula backup job was stalled saying “SDSocket Closed”


Fortunately, this error was as easy to resolve as the other one. I just had to open up my Bacula director configuration file (bacula-dir.conf) and edit the Storage Address directive.

Fixing the “SDSocket Closed” Error in Bacula

I had configured things through the Webmin module (which is helpful sometimes, but as was demonstrated in this instance, it’s not fool-proof). Since the storage daemon was operating on the same machine, I thought it would be okay to have the Address listed as “localhost.”

If I had looked at the configuration file first, I would have seen that you aren’t supposed to use “localhost” for this Address. I swapped it out for the IP address of the machine, and everything worked fine afterwards.

# Definition of file storage device
Storage {
Name = san2-sd
# Do not use "localhost" here
Address = 192.168.3.17
SDPort = 9103
Password = ********
Device = FileStorage
Media Type = File
Maximum Concurrent Jobs = 20
}

Filed Under: Scratch Tagged With: Bacula

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Click Here for 500 MB free VPN connection through Private Tunnel

Recent Posts

  • How to Get the macOS Catalina Installer, Post Big Sur
  • Mac: How to Get SHA1 Hash
  • iTunes error: “You do not have enough access privileges for this operation”
  • Is Websense Filtering My Internet Traffic?
  • How to Delete a Mac VPN Profile
  • Home
  • About
  • Contact
  • Store

Copyright © 2025 ·WP-Ubuntu