>  It doesn't look like it does.
>
>  [EMAIL PROTECTED]:~$ bconsole
>  Connecting to Director localhost:9101
>  1000 OK: marauder02-dir Version: 1.38.11 (28 June 2006)
>  Enter a period to cancel a command.
>  *status
>  Using default Catalog name=MyCatalog DB=bacula
>  Status available for:
>  1: Director
>  2: Storage
>  3: Client
>  4: All
>  Select daemon type for status (1-4): 2
>  Automatically selected Storage: DDS-4
>  Connecting to Storage daemon DDS-4 at marauder02:9103
>
>  Failed to connect to Storage daemon DDS-4.
>  ====
>
How about status dir and status client

from bconsole.

I expect that status dir works but I am unsure of status client.

Also can you see if the bacula services are definitely listing on the
correct ports?

netstat -l | grep bacula

should show something like this:
# netstat -l | grep bacula
tcp        0      0 *:bacula-dir            *:*                     LISTEN
tcp        0      0 *:bacula-fd             *:*                     LISTEN
tcp        0      0 *:bacula-sd             *:*                     LISTEN

If it does not show anything try this and look for 9101 - 9103
# netstat -l | grep tcp

This really looks like a password or network port / ipaddress problem.

Is there any thing in /var/lib/bacula/log besides lines like the following:

CMD=/usr/sbin/bsmtp -h localhost -f "(Bacula) [EMAIL PROTECTED]" -s
"Bacula: Backup OK of jmd
1-fd Full" [EMAIL PROTECTED]
ERR=Child exited with code 1
30-Jul 23:16 jmd1-dir: -Console-.2007-07-30_23.16.03 Fatal error:
bsock.c:129 Unable to co
nnect to Storage daemon on jmd1:9103. ERR=Connection refused
30-Jul 23:20 jmd1-dir: -Console-.2007-07-30_23.19.43 Fatal error:
bsock.c:129 Unable to co
nnect to Storage daemon on jmd1:9103. ERR=Connection refused

John

-------------------------------------------------------------------------
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
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to