> Every time I do a "run" and select client1 I get the following error
messages:
>

I just made the following on my (tester) FC4, just to test this your
problem.
Pls. try to follow this, with the same versions, to make sure you haven't
found some broken package, or built something wrong if you have compiled
Bacula by yourself:

- (copied my existing conf settings, no deed to do this with new install)

- removed all currently installed bacula rpm packages
(rpm -qa | grep bacula helps, rpm -e ... removes)

- removed /etc/bacula and /var/bacula directories

- downloaded bacula rpms:
# wget -b
http://puzzle.dl.sourceforge.net/sourceforge/bacula/bacula-mysql-1.38.5-1.FC4.i386.rpm
# wget -b
http://puzzle.dl.sourceforge.net/sourceforge/bacula/bacula-mtx-1.38.5-1.FC4.i386.rpm

- installed the above rpms (mysql 4.1.16 already running at this time):
# rpm -ivh bacula-mysql-1.38.5-1.FC4.i386.rpm
bacula-mtx-1.38.5-1.FC4.i386.rpm

- edited the conf files:
-- changed the machine names in bacula-dir.conf to fqdn of my computer
-- changed the component names in all files (rufus -> something else), this
should not be required to run this test
-- edited the fileset "Full Set" to something sensible (changed File = .. to
point to a directory that really exists in my computer)
-- copied the proper password lines from bacula-dir.conf to bacula-fd.conf
and bacula-sd.conf (lines 158 & 186)
(located under "# List Directors who are permitted to..." line)
-- copied the proper password line from bacula-dir.conf (line 22) to
bconsole.conf

- started the Bacula components:
# service bacula-fd start
# service bacula-sd start
# service bacula-dir start

- started bconsole, and ran some tests (in /etc/bacula)
# ./bconsole
*status 1
*status 2
*status 3
(examined all above, no errors but just some decent stuff)
*run Client1
<some stuff>
OK to run? (yes/mod/no): y
Job started. JobId=542
*quit

Since I tried to list the changes mentioned above only afterwards, I hope I
didn't forget anything. Anyway, this seemed to work ok, I got a file (owner
bacula, group disk) of 57 MB to /tmp That agrees with the size of the
directory I made the Fileset point to.

Pls. try to follow this. Especially make sure to use the correct machine
name (I always use fqdns everywhere, not only where absolutely required),
and make sure your name service can also resolve this name. Another issue to
note is, that for different connections between different components,
different passwords are used. So, make sure to copy correct item from
bacula-dir.conf to each of the other conf files!!! The comments in files
help to locate the correct ones, eg. one marked "Console password"  in
Director resource must match with the one used in bconsole.conf  And since
the default conf files contain many commented-out examples of Storage
resources, make sure you use the password from the uncommented one in
bacula-sd.conf.
Be careful not to be tempted to change something else yet, or to make any
extra typos. One possible reason for your current problem might be that you
had accidentally changed eg. port numbers in the conf files.

Ps.
This was a very first time for a long time I've installed Bacula from rpms
made by someone else. 1.38.5-2.fc3 packages didn't install to at least my
FC4. I quess it's because it's propably built with mysql3 support, not
mysql4. Claimed for some missing mysql file...

--
TiN




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to