Hello I still have som problems getting Bacula-Bat working. Here is what i have done so far:
1. Installed FreeBSD 8.0 rel 2. From the ports catalogue i have installed Gnome Lite 3. Uppgraded all the ports with CVsup 4. Then I installed Bacula 5.0.0.1 rel (with MySQL), altso from the ports catalogue (/usr/ports/sysutils/bacula-server) 5. Installed BAT 5.0.0.1 (/usr/ports/sysutils/bacula-bat) 6. Installed MySql 5.0.90(/usr/ports/databases/mysql55-server) 7. Ran the 3 scripts to install the databases etc that is needed to run Bacula on the MySQL server # cd /usr/local/share/bacula/ # ./grant_mysql_privileges # ./create_mysql_database # ./make_mysql_tables I then tried to start Bat by opening Gnome, starting a terminalwindow and typing bat. Bat starts, but have som problems connecting. . It continues to try to connect to the database i think. In the lower left corner of the BAT Gui i continues to display the folloving: "Connecting to Director Localhost:9010" and then times out saying "Connection fails" Checked if bacula is running (ps –aux | grep bacula) and it both the dir/sd is running. bacula 746 0.0 0.1 9996 4508 ?? Ss 9:11AM 0:00.01 /usr/local/sbin/bacula-sd -u bacula -g bacula -v -c /usr/local/etc/bacula-sd.conf bacula 1192 0.0 0.2 13364 6132 ?? Ss 10:23AM 0:00.03 /usr/local/sbin/bacula-dir -u bacula -g bacula -v -c /usr/local/etc/bacula-dir.conf Also checked if MySQL was running (ps –aux | grep mysql) Did not get any result on this, but when I tried to start the database, I got the message that the process was already running, so assuming that MySQL is running. Now I checked the log (/var/db/backula/log) and got the following error message: 22-Jun 10:31 backupserver.domainname.no-dir: ERROR in authenticate.c:418 Unable to authenticate console "*UserAgent*" at client:127.0.0.1:36131. Also turned on de-bugging in BAT and get the following when I try to start BAT: backupserver# bat bat: bcomm/dircomm.cpp:188 DirComm 0 BAILING Connection failed backupserver.domainname.no-dir bat: bcomm/dircomm.cpp:222 Returning FALSE from DirComm->connect_dir : 0 backupserver.domainname.no-dir bat: mainwin.cpp:105 Setting initial window to backupserver.domainname.no-dir bat: console/console.cpp:860 DirComm 1 About to Create and Connect backupserver.domainname.no-dir bat: bcomm/dircomm.cpp:188 DirComm 1 BAILING Connection failed backupserver.domainname.no-dir bat: bcomm/dircomm.cpp:222 Returning FALSE from DirComm->connect_dir : 1 backupserver.domainname.no-dir bat: console/console.cpp:868 DirComm 1 NOT Connected backupserver.domainname.no-dir bat: console/console.cpp:860 DirComm 2 About to Create and Connect backupserver.domainname.no-dir bat: bcomm/dircomm.cpp:188 DirComm 2 BAILING Connection failed backupserver.domainname.no-dir Anybody have any idea on what could be wrong? Best Regards Cato _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"