Hello everyone,

I'm running Bacula 1.36.3 on Ubuntu Dapper with SQLite and I have set up the bacula-web 1.1 on a web server. Bacula itself is working fine and bacula-web's test.php file shows all green, but when I point my browser to the address where bacula-web resides, I get the following error message:

Warning: touch(): Unable to create file /var/lib/bacula/bacula.db because Permission denied in /usr/share/php/DB/sqlite.php on line 209
DB Error: not found

My bacula.conf file contains the following:

[.DATABASE]
# Your database host or IP
host = zero

# Your database login
login = bacula

# Your database password.
# For empty passwords use this:
# pass =
pass = bacula

# Your database name
db_name = /var/lib/bacula/bacula.db

# Your database type: mysql,sqlite,pgsql
db_type = sqlite

Does anyone have an idea what I'm doing wrong? What permissions I'm lacking? Any help is appreciated. I can provide you with more information if you need.

Br, Matti Jormakka
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to