On Thu, Mar 26, 2009 at 2:39 PM, John Drescher <[email protected]> wrote: > On Thu, Mar 26, 2009 at 2:15 PM, Raymond Norton <[email protected]> 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 services running. >> >> /etc/services has entries for ports 9101-9103 >> >> In bacula-dir.conf DIRport is set to 9101 >> >> >> Any ideas what to look for to correct this? >> > 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. >
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 ------------------------------------------------------------------------------ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
