i've encountered this problem with the squidGuard v.1.2 the previous version worked fine but this new one refuses to work even though the conf file and db files are the same. when i open squidGuard's log file i see this: >squidGuard -C all 2002-02-27 09:37:11 [12979] init domainlist /usr/local/squid/squidGuard/db12/zzzzz/domains 2002-02-27 09:37:11 [12979] create new dbfile /usr/local/squid/squidGuard/db12/zzzzz/domains.db 2002-02-27 09:37:11 [12979] init urllist /usr/local/squid/squidGuard/db12/zzzzz/urls 2002-02-27 09:37:11 [12979] create new dbfile /usr/local/squid/squidGuard/db12/zzzzz/urls.db 2002-02-27 09:37:11 [12979] init expressionlist /usr/local/squid/squidGuard/db12/zzzzz/expressions 2002-02-27 09:37:11 [12979] squidGuard 1.2.0 started (1014791831.883) 2002-02-27 09:37:11 [12979] db update done 2002-02-27 09:37:11 [12979] squidGuard stopped (1014791831.891)
>squidGuard & 2002-02-27 09:37:14 [12980] init domainlist /usr/local/squid/squidGuard/db12/zzzzz/domains 2002-02-27 09:37:14 [12980] loading dbfile /usr/local/squid/squidGuard/db12/zzzzz/domains.db 2002-02-27 09:37:14 [12980] domainlist empty, removed from memory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2002-02-27 09:37:14 [12980] init urllist /usr/local/squid/squidGuard/db12/zzzzz/urls 2002-02-27 09:37:14 [12980] loading dbfile /usr/local/squid/squidGuard/db12/zzzzz/urls.db 2002-02-27 09:37:14 [12980] urllist empty, removed from memory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2002-02-27 09:37:14 [12980] init expressionlist /usr/local/squid/squidGuard/db12/zzzzz/expressions 2002-02-27 09:37:14 [12980] squidGuard 1.2.0 started (1014791834.774) 2002-02-27 09:37:14 [12980] recalculating alarm in 30166 seconds 2002-02-27 09:37:14 [12980] squidGuard ready for requests (1014791834.776) in my case neither domain nor url lists are not empty. but for an unknown reason the squidGuard considers them to be empty. I tried to run the squidGuard as root but the effect was the same. Could you please tell me what might be the problem? what i've done wrong? p.s. >squidGuard -v SquidGuard: 1.2.0 Sleepycat Software: Berkeley 2.7.7: (08/20/99) >uname -a Linux begemot.khbank.ru 2.4.3-20mdk #1 ..... i built squidGuard using >./configure --prefix=/usr/local/squid >--with-sg-config=/usr/local/squid/squidGuard/squidGuard.cong >make >make install
