[Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread Raymond Norton
I am helping a friend get his bacula box running on Ubuntu 8.04 server. bacula was installed via apt-get. All services start fine, but netstat -a -n does not show the box is listening on port 9101. ps -A shows all bacula services running. /etc/services has entries for ports 9101-9103 In

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread John Drescher
On Thu, Mar 26, 2009 at 2:15 PM, Raymond Norton ad...@lctn.org wrote: I am helping a friend get his bacula box running on Ubuntu 8.04 server. bacula was installed via apt-get. All services start fine, but netstat -a -n does not show the box is listening on port 9101. ps -A shows all bacula

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread John Drescher
On Thu, Mar 26, 2009 at 2:39 PM, John Drescher dresche...@gmail.com wrote: On Thu, Mar 26, 2009 at 2:15 PM, Raymond Norton ad...@lctn.org wrote: I am helping a friend get his bacula box running on Ubuntu 8.04 server. bacula was installed via apt-get. All services start fine, but netstat -a

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread Raymond Norton
Are you sure its not listining on 127.0.0.1? Ubuntu default (overly protective) configuration files make bacula a one machine backup system but removing 127.0.0.1 and localhost from them and replacing this with the external ip address fixes the issue. John I replaced all instances of

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread Raymond Norton
If that is not the case stop bacula-dir and then start it from the shell with debug output enabled. Something like: # bacula-dir -d 100 -c /etc/bacula-dir.conf John I used apt-get to autoremove everything and start over. I get the following results when running in debug mode. No errors

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread Raymond Norton
Figured it out. He had the mysql password wrong, but it did not show an error message. Fixed it, and now it is listening on port 9101. -- ___ Bacula-users mailing list

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread John Drescher
On Thu, Mar 26, 2009 at 3:06 PM, Raymond Norton ad...@lctn.org wrote: If that is not the case stop bacula-dir  and then start it from the shell with debug output enabled. Something like: # bacula-dir -d 100 -c /etc/bacula-dir.conf John I used apt-get to autoremove everything and start

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread John Drescher
On Thu, Mar 26, 2009 at 3:20 PM, Raymond Norton ad...@lctn.org wrote: Figured it out. He had the mysql password wrong, but it did not show an error message. Fixed it, and now it is listening on port 9101. That is sometimes a problem however in previous versions of bacula the director would

Re: [Bacula-users] Bacula Director not listening on port 9101

2009-03-26 Thread Raymond Norton
I figured out the permissions problem. Thanks for the help -- ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net