... Their connections would be aborted and they would not be able to access the web during the restart. BTW, 'dansguardian -r' is the most compatible way, but...
3703
Malcolm Kynoch
teck_o_junky
Dec 4, 2002 4:00 pm
Is there a way to add and remove ips from the exception list on the fly without interrupting other connections, or is this more of a functions that would be...
3704
Martin Cox
Marty_Cox
Dec 4, 2002 8:33 pm
I've been exploring the use of DG as a content filter for a couple of the instant message services: namely Yahoo Messenger and AIM particularly since my...
3705
Daniel Barron
dansguardian
Dec 4, 2002 9:53 pm
... On the fly modifications will not be in the first ACL implementation. It is inherently difficult. -- Daniel Barron "There are 10 types of people. Those...
3706
Happy Fish
happy_fish.rm
Dec 5, 2002 8:23 am
Marty, Heres what I did, I banned the ip addresses and domains for all the instant messageing clients, heres the information. Heres the link: ...
3707
Jim Christiansen
j_c_christia...
Dec 5, 2002 5:12 pm
Ok, here's what I've done. I admin just over 100 nt student boxes on an internal domain. I have two gateways running squid. ONE of them runs DG -thank you,...
3708
Andrew Jackson
beornings
Dec 5, 2002 7:49 pm
I've been running DG 2.5.3-3 on Mandrake 9.0, compiled with GCC3.2 on a PIII 800 MHz with 256 MB RAM. This server also runs squid, postfix, courier-imapd,...
3709
Chapman, Matt
chapmam2
Dec 5, 2002 9:19 pm
Daniel first I stole your tagline :) Second what would be a good christmas present for moving Forked along as you did for the squid logging from a donation......
3710
Chapman, Matt
chapmam2
Dec 5, 2002 10:26 pm
Hi, Redhat 7.3 trying to run latest Forked... I get FAILED because of error trying to write /var/run/dansguardian.pid I can see the pid file created but it is...
3711
Daniel Barron
dansguardian
Dec 6, 2002 2:16 am
... Well - I'll get a new one then :) I stole that old one anyway.... ... You know I can't answer that, however.... How about, anyone who wants me to push...
3712
Daniel Barron
dansguardian
Dec 6, 2002 2:21 am
In message <asloqu+mmms@eGroups.com> you wrote: [snip] ... No, no filtering of the POST is done other than attachment size limiting. But it is a facinating...
3713
Daniel Barron
dansguardian
Dec 6, 2002 2:26 am
... Good! ... Yes. By using the phrase graph and modified logic I removed the need for the duplicates check on phrases which made it probably 40 times faster...
3714
Ibrahim Khalifa
maillist@...
Dec 6, 2002 9:43 am
Hi, I've installed DG 2.5.2 on a UltraSPARC-II (440 MHz) with 512 MB RAM, running OpenBSD 3.2. I'm running squid 2.5.STABLE1 on both sides: Squid (ext:8080) ->...
3715
Dave Lopata
k12dave
Dec 6, 2002 1:59 pm
... I downloaded, compiled, and have done some basic testing with the Forked Pool version 2.5.0-4, and I thought I'd pass on my notes, in case they matter. ...
3717
Dave Lopata
k12dave
Dec 6, 2002 9:47 pm
... The Solaris 9 version is compiled with libraries expected to be in /opt/sfw/lib, since that's where the Solaris Companion CD installs them. If you put: ...
3718
Chris Dunbar
chris@...
Dec 7, 2002 4:43 am
You probably just need to add this environment variable: LD_LIBRARY_PATH=/path/to/the/library I hope that helps, Regards, Chris...
3719
dguser2002 <dguser...
dguser2002
Dec 7, 2002 3:36 pm
I am trying to install DG 2.5.3-3 on OpenBSD and when I try to untar (tar -zxvf) it, it dies and tells me that a file is corrupt. If I use Winzip in windows it...
3720
sr105 <hchapman@.....
sr105
Dec 7, 2002 7:31 pm
Maintenance question: Can I enable a site, but still leave certain urls blocked WITHOUT removing the site from my blacklists? For example, say the following...
3721
Daniel Barron
dansguardian
Dec 7, 2002 7:47 pm
I have uploaded his patch to here: http://dansguardian.org/?page=extras ... Date: Sat, 7 Dec 2002 19:14:01 +0100 From: Fabian Franz <FabianFranz@...> ...
3722
Daniel Barron
dansguardian
Dec 7, 2002 7:53 pm
... Works fine here.... -- Daniel Barron "We're a coupla hippy peas in a tripped-out pod." - Norvil Rogers....
3723
Daniel Barron
dansguardian
Dec 7, 2002 7:57 pm
... [snip] ... [snip] Having looked at the prefork library code I am not sure why it requires the lock. I am sure I can come up with something if I do the...
3724
Daniel Barron
dansguardian
Dec 7, 2002 8:05 pm
... I'm not sure if its normal or not. How does the tester work? Does it fetch an entire site or just a page? Does it do the images? If you tell it to grab...
3725
Daniel Barron
dansguardian
Dec 7, 2002 8:09 pm
... No. Unfortunately. ... I would suggest modifying the download script so you do a: mv domains domains.tmp grep -v sitename.com domains.tmp > domains rm...
3726
Ibrahim Khalifa
maillist@...
Dec 7, 2002 9:10 pm
On Sat, Dec 07, 2002 at 08:05:10PM +0000, Daniel Barron wrote: Hi, ... It's http_ping from: http://www.acme.com/software/http_ping/ Guess, I should have...
3727
Christopher Weimann
cweimann
Dec 8, 2002 2:14 am
... Since all of the processes are listening on the same socket there needs to be some way to syncronize them calling accept. Granted they CAN all call accept...
3728
Christopher Weimann
cweimann
Dec 8, 2002 2:15 am
... What sort of error? Permission error? Can we see the output?...
3729
Christopher Weimann
cweimann
Dec 8, 2002 2:23 am
... Excellent. Thank you. I will add this to prefork.c for the next version. Does anybody know the appropriate #ifdef for Solaris?...
3730
Dave Lopata
k12dave
Dec 8, 2002 4:00 am
Apparently, Christopher Weimann <cweimann@...> said: # #Does anybody know the appropriate #ifdef for Solaris? # # I *believe* you'd use a combination of...
3731
Ibrahim Khalifa
maillist@...
Dec 8, 2002 10:36 am
... Actually, Solaris does have flock(3ucb). You need to compile in libucb, though. But you will find a couple of OSes that needs special attention for flock...
3732
Ibrahim Khalifa
maillist@...
Dec 8, 2002 10:52 am
... I think "__sun" would be more portable then just "sun". //Ibo...