[Bacula-users] webacula using postgresql

2013-07-04 Thread revslikehell
i was able to run webacula using mysqld but on postgresql this really gives me a pain in the ass today i was able to run the script.. what i did is to su - postgres cd /var/www/webacula/install/Postgres ./10_make_tables.sh ./20_acl_make_tables.sh now all the tables created successfully and

[Bacula-users] I dont understand - Problem whit dev not open

2013-07-04 Thread arnaldojsousa
I forgot: Output of "sta sto" command in bconsole: Device status: Autochanger "usb-changer" with devices: "usb-changer-drive0" (/var/lib/bacula/c1/0/drive0) Device "usb-changer-drive0" (/var/lib/bacula/c1/0/drive0) is not open. Drive 0 is not loaded. == Used Volume status: Tnx

[Bacula-users] I dont understand - Problem whit dev not open

2013-07-04 Thread arnaldojsousa
Hi all.. O dont understand. The configuration of bacula and vchanger appears fine. autofs + UUID running The magazine is initialized: [root@aplicativos2 bin]# vchanger -u bacula -g disk /opt/bacula/c1.conf listmags 1:c1:1:/mnt/vchanger/5000a721-f8ac-499a-a7d3-54c037666c50 The slots are listed:

[Bacula-users] webacula using postgresql

2013-07-04 Thread revslikehell
!/bin/bash # # Script to create webacula tables # . ../db.conf psql -q -f - -d $db_name $*

Re: [Bacula-users] webacula using postgresql

2013-07-04 Thread Kevin COUSIN
You must create the webacula database with a Postgres role who can create database, like the postgres user. Can you send some arguement to the script ? - Mail original - > De: "revslikehell" > À: bacula-users@lists.sourceforge.net > Envoyé: Jeudi 4 Juillet 2013 07:50:13 > Objet: [Bacula