My log file says this:

ending emergency mode, stdin empty

I'm not sure why I get this error as everything in my config file matches up in terms of directory location. Has anyone else had this error before?

Here is my config file:

logdir /var/log/squidGuard
dbhome /var/lib/squidGuard/db

src agency {
  ip       172.38.16.1-172.38.16.254 172.38.20.1-172.38.20.254
}

dest blacklist {
  domainlist blacklists/porn/domains
  urllist    blacklists/porn/urls
}

acl {
  agency {
      redirect www.cultureddb.com
      pass !blacklist
  }

  default {
      pass !blacklist
      redirect http://www.cultureddb.com
  }
}

Reply via email to