Re: [squid-users] DB Error ?

2012-03-22 Thread Helmut Hullen
Hallo, Jarosch,,

Du meintest am 21.03.12:

> Hi together I think I have some trouble with my Berkely Database.

> When I start up my Squid I get following error in my cache.log

> 2012-03-21 15:50:28 [2325] init domainlist
> /usr/local/squidGuard/list/BL/warez/domains 2012-03-21 15:50:28
> [2325] init urllist /usr/local/squidGuard/list/BL/warez/urls
> temporary open: /var/tmp/BDB02320: Permission denied unable to create
> temporary backing file temporary open: /var/tmp/BDB02320: Permission
> denied


My usual way for creating the squidGuard database(s):

squidGuard -b -d -C all
squidGuard -b -d u

Do these commands run without an error message?

Viele Gruesse!
Helmut


Re: [squid-users] DB Error ?

2012-03-22 Thread Helmut Hullen
Hallo, Jarosch,,

Du meintest am 22.03.12:

> Is there any way to change the location where squidguard store the
> temp DB files?

File "squidGuard.conf"

Line "dbhome /var/lib/squidGuard/db"

or whatever you want.

Viele Gruesse!
Helmut


Re: [squid-users] DB Error ?

2012-03-21 Thread Amos Jeffries

squidguard problem.

/var/tmp is a location where data may be erased at any time. Its not a 
good idea to use that area for storing your service-critical database. 
/var/cache/squidguard is better.


Amos