there is a slight error in one of the setup-scripts:

in script "make_postgres_tables" it is
>  volstatus         text        not null
>         check (volstatus in ('Full','Archive','Append',
>               'Recycle','Purged','Read-Only','Disabled',
>               'Error','Busy','Used','Cleaning',"Scratch')),
                                                 ^^

it should be  'Scratch'...... to create these tables successfully

there is also an error in the "grant_postgresql_privileges"

> 10:15 /gfs/bacula/etc -222>./grant_bacula_privileges
> Granting PostgreSQL privileges
> psql:<stdin>:2: ERROR:  user "bacula" already exists
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> psql:<stdin>:21: ERROR:  relation "device" does not exist
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> GRANT
> psql:<stdin>:37: ERROR:  relation "device_deviceid_seq" does not exist
> Privileges for bacula granted.

this will not keep bacula from runnning, though
-- 
mfG

* Hans-Ulrich Schaefer                        Phone: +(0)89-289-27819 *
* LRZ  Abt. Hochleistungsrechnen              Email: [EMAIL PROTECTED]  *
* Barer Strasse 21 80333 Muenchen                                     *


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to