Skip to content

kluner.net

sysadmin madness, in relative perspective

  • Home
  • About
  • Home
  • 2010
  • February
  • 23
  • bacula: Fatal error: Failed to authenticate Storage daemon

bacula: Fatal error: Failed to authenticate Storage daemon

Posted on February 23, 2010February 26, 2010 By Arjan Koole No Comments on bacula: Fatal error: Failed to authenticate Storage daemon
general

When you see the backup of a (non localhost) client failing with the message:

Fatal error: Failed to authenticate Storage daemon

Keep in mind that bacula uses tcpwrappers, though probably not in the way you expect it.

instead of doing:

bacula-sd : 111.222.333.444

do:

$name-sd : 111.222.333.444

where $name is the name you specified in the bacula-sd.conf

Most services that use tcpwrappers (tcpd) use the name of the service (bacula-sd in this case), but bacula has a cute approach to it that listens only to the name you defined for the service. As far as I can tell this applies only to bacula-sd, and not bacula-dir or bacula-fd.

So, say you would have the following config in bacula-sd.conf:

Storage {                             # definition of myself
  Name = foo.bar-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/var/lib/bacula"
  Pid Directory = "/var/run/bacula"
  Maximum Concurrent Jobs = 20
}

then your /etc/hosts.allow would read:

foo.bar-sd : 111.222.333.444

Please note that you will still need to take care of your passwords on both ends, any mismatches there will results in no backups being made. Be sure to test your backups regularly.

Tags: bacula open source

Post navigation

❮ Previous Post: do companies ‘sell out’ their customers?
Next Post: Sean Tibbetts has a blog! ❯

You may also like

general
Firefox Download Day
June 17, 2008
FreeBSD
HP has clue, but not quite enough (yet)
September 12, 2007
FreeBSD
FreeBSD 7.1-RC2 ISO’s hit the master-ftp server
December 24, 2008
FreeBSD
And FreeBSD 7.1-RC1 official
December 22, 2008

Leave a Reply

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

  • the lies about non-eu ‘sovereign’ cloud
  • a short side-trip to Edinburgh
  • my first opensource release : check_fortiadc
  • things KLM does that kind of baffle me
  • US senator voicing “concerns” about apple touch ID.

ACL airports Apple bacula chaotic cloud edinburgh financial crisis FreeBSD glasgow iOS iPad IPv6 iron maiden kamelot klm legal life linux ls mac OS X memoriam metal microsoft murphy Music open source OS personal privacy privium rants red hat schiphol scotland spam Steve Jobs stocks stupidity tech thoughts travel virtualisation Vmware world

Copyright © 2026 kluner.net.

Theme: Oceanly Green by ScriptsTown