Just to be a little more proactive, I did an strace on Dansguardian and here's what it came back with (at least, the last 75 lines of what it came back with):
stat("/etc/dansguardian/lists/phraselists/badwords/weighted_spanish", {st_mode=S_IFREG|0644, st_size=1108, ...}) = 0
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/dansguardian/lists/phraselists/badwords/weighted_spanish", O_RDONLY) = 8
ioctl(8, TIOCNXCL, 0x7fff70e0) = -1 ENOTTY (Inappropriate ioctl for device)
read(8, "#\n# Spanish Swear Words Weighted"..., 4095) = 1108
read(8, "", 4095) = 0
close(8) = 0
read(7, "weighted>\n#.Include</etc/dansgua"..., 4095) = 2028
stat("/etc/dansguardian/lists/phraselists/malware/weighted", {st_mode=S_IFREG|0644, st_size=2345, ...}) = 0
stat("/etc/dansguardian/lists/phraselists/malware/weighted", {st_mode=S_IFREG|0644, st_size=2345, ...}) = 0
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/dansguardian/lists/phraselists/malware/weighted", O_RDONLY) = 8
ioctl(8, TIOCNXCL, 0x7fff70e0) = -1 ENOTTY (Inappropriate ioctl for device)
read(8, "#\n# Phraselists to block malware"..., 4095) = 2345
read(8, "", 4095) = 0
close(8) = 0
stat("/etc/dansguardian/lists/phraselists/proxies/weighted", {st_mode=S_IFREG|0644, st_size=2287, ...}) = 0
stat("/etc/dansguardian/lists/phraselists/proxies/weighted", {st_mode=S_IFREG|0644, st_size=2287, ...}) = 0
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/dansguardian/lists/phraselists/proxies/weighted", O_RDONLY) = 8
ioctl(8, TIOCNXCL, 0x7fff70e0) = -1 ENOTTY (Inappropriate ioctl for device)
read(8, "#\n# Phraselists to block web-bas"..., 4095) = 2287
read(8, "", 4095) = 0
close(8) = 0
stat("/etc/dansguardian/lists/phraselists/warezhacking/weighted", {st_mode=S_IFREG|0644, st_size=490, ...}) = 0
stat("/etc/dansguardian/lists/phraselists/warezhacking/weighted", {st_mode=S_IFREG|0644, st_size=490, ...}) = 0
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/dansguardian/lists/phraselists/warezhacking/weighted", O_RDONLY) = 8
ioctl(8, TIOCNXCL, 0x7fff70e0) = -1 ENOTTY (Inappropriate ioctl for device)
read(8, "#listcategory: \"Warez\"\n\n<crackin"..., 4095) = 490
read(8, "", 4095) = 0
close(8) = 0
read(7, "", 4095) = 0
close(7) = 0
old_mmap(NULL, 7954432, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = -1 ENOMEM (Cannot allocate memory)
brk(0xdaa000) = 0x622000
old_mmap(NULL, 7954432, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = -1 ENOMEM (Cannot allocate memory)
rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_DFL}, 16) = 0
socket(PF_FILE, SOCK_DGRAM, 0) = 7
connect(7, {sa_family=AF_FILE, path="/dev/log"}, 10) = 0
time([946712213]) = 946712213
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 878
write(7, "<11>Jan 1 07:36:53 dansguardian"..., 102) = 102
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 16) = 0
write(2, "Error opening filter group confi"..., 35) = 35
write(2, "/etc/dansguardian/dansguardianf1"..., 37) = 37
write(2, "\n", 1) = 1
rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_DFL}, 16) = 0
time([946712213]) = 946712213
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 878
write(7, "<11>Jan 1 07:36:53 dansguardian"..., 112) = 112
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 16) = 0
write(2, "Error reading filter group conf "..., 40) = 40
write(2, "\n", 1) = 1
rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_DFL}, 16) = 0
time([946712213]) = 946712213
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 878
write(7, "<11>Jan 1 07:36:53 dansguardian"..., 80) = 80
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 16) = 0
rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_DFL}, 16) = 0
time([946712213]) = 946712213
open("/etc/TZ", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 878
write(7, "<11>Jan 1 07:36:53 dansguardian"..., 122) = 122
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 16) = 0
write(2, "Error parsing the dansguardian.c"..., 82) = 82
write(2, "\n", 1) = 1
close(5) = 0
close(4) = 0
close(3) = 0
brk(0x59f000) = 0x59f000
exit(1) = ?