-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

mcodo wrote:
> Hi.
> I have set up a Ubuntu server with Bacula and Bacula-Webmin 
> It looks like things are working but when i start a job on the server I get
> an error saying:
> Could not connect to Storage daemon on Bacula:9103. ERR=Connection refused
>
[...]
> 
> I have attached my config files.
> Can someone please help me getting this to work?

in bacula-dir.conf:

# Definition of file storage device
Storage {
  Name = File
# Do not use "localhost" here
  Address = Bacula                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "I9btKZLS4OEmTURkvQOsavE5lw81r5VZnGVN60REx"
  Device = File
  Media Type = File
}


Is the server's FQDN really 'Bacula'? And does netstat show it listening
on the right interface? ('Connection refused' would indicate that the
request reached a machine but the port was closed/not listening.)

Greetings,
        Michel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFHEi0b2Vs+MkscAyURArz0AJ9/u9wUacUQJGjJ/BJFZC4/tH0/YwCffcMq
R8n0Kp8U6cEUsqSUPZWJVLQ=
=aWFY
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to