> > Did you run the bacula scripts to create the
> database
> > and grant privileges? And you started mysql? Where
> > there any errors or warnings when you ran these
> > scripts?
> 
> Now that is somewhat confusing.. I see a herd of
> scripts in
> /etc/bacula but nothing explaining how to use them. 
> At least not in
> the tutorial and really no manual comes with even
> the tarball even
> though it refers you to a `doc' directory, for html
> manual there is 
> none in the tar.gz.  Apparently the README's are out
> of date. 
> 
Ah... This is a little confusing for me too. The
reason is the scripts have moved a few times in the
last few releases and I believe they have also been
renamed so I was not absolutely sure where the script
is on your system since I run 1.38.1 and 1.38.2 and I
created my databases 6 months to a year ago on version
1.34.6.

Anyways the scripts I have that appear to be the
correct ones (in my bacula 1.38.1 system) are in 

/var/lib/bacula 

create_bacula_database
make_bacula_tables
grant_bacula_privileges

I believe you have to run these in the order I listed
above before you can even start bacula.

>   # /etc/init.d/mysql stop
>   * Stopping mysqld (/etc/mysql/my.cnf) ...         
                      [ !! ]
>   HOST:reader /etc/bacula
>
>   # /etc/init.d/mysql start
>   * WARNING:  "mysql" has already been started.
>   HOST:reader /etc/bacula
>
> Claims to have stopped but then warns its already
started.

One thing you will learn with gentoo that this claim
is not always correct, but in this case the [!!] means
that it was still running. To be absolutely sure it is
running do this:

# ps -ef | grep mysql

If there is a line other than the grep line it is
still running. If stop does not work you can do this:

# pkill mysql

# /etc/init.d/mysql zap


John


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to