RE: [Clamav-users] Problem with openbsd 3.3

2004-01-19 Thread Roy Morris
It works fine on Openbsd 3.4 --stable, other then the items this list is already aware 
of like crashing without notice once in a while.

rm


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Flinn
Mueller
Sent: Monday, January 19, 2004 2:41 PM
To: [EMAIL PROTECTED]
Subject: Re: [Clamav-users] Problem with openbsd 3.3


yes that is the latest, I have yet to play with the latest snaps.  i 
need to test on 3.4, but I am not ready to deploy 3.4 on my server 
(mostly because of the change from a.out to elf).

regards,
flinn

On Jan 19, 2004, at 9:43 AM, Andrea Riela wrote:

>> http://www.activeintra.net/projects/clamav/.
>
> Ok,
> It looks like it's working.
> That is the latest release for openbsd?
>
> Thanks
> Andrea
>
>
>
> ---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Clamav-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/clamav-users
>



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] Problem with openbsd 3.3

2004-01-19 Thread Roy Morris
how much email do you get? Mine usually runs for about 6 days or so then pops. I get 
around 200 msg/hr on the server. I stopped using it until the next version, hoping it 
would be more stable.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Wouter de
Vries
Sent: Monday, January 19, 2004 5:03 PM
To: [EMAIL PROTECTED]
Subject: Re: [Clamav-users] Problem with openbsd 3.3


Roy Morris wrote:
> It works fine on Openbsd 3.4 --stable, other then the items this list is already 
> aware of like crashing without notice once in a while.
> 
> rm

I actually managed to get ClamAV 0.65 running rock solid. It has been 
running now for nearly 2 months without any problems. I am using OpenBSD 
3.4, didn't use flinn's port though (because it wasn't updated around 
the time 0.65 released IIRC).

Wouter


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] Restarting clam & clmilter

2003-11-25 Thread Roy Morris
Hi, 

I have clamav 0.65 and clmilter installed on OpenBSD 3.4, and it works excellent! I am 
wondering what is the most correct way to restart/start during boot? I have tried 
putting clamd in the /etc/rc just before sendmail, followed by clmilter but I get sock 
in use errors? 

Is there some clean up I am supposed to do during shutdown? I am including a snip from 
my /etc/rc
Thanks in advance for any help.


if [ -f /usr/local/sbin/clamd ]; then
   /usr/local/sbin/clamd
if [ -f /usr/local/sbin/clamav-milter ]; then
/usr/local/sbin/clamav-milter -blo /var/clamd/clmilter.sock
fi

"Socket file /var/clamd/clamd.sock is in use by another process."

--
Roy Morris



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] Restarting clam & clmilter

2003-11-25 Thread Roy Morris
It appears I should have done my homework first :) I just found out how to fix the 
problem in the /etc/clamav.conf, however the question still remains, what is the most 
correct way to drop the process
like  "/bin/kill -s SIGTERM /var/clamd/clamd.pid" for clamd, but what about milter? it 
has no pid?

rm


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Roy Morris
Sent: Tuesday, November 25, 2003 9:24 AM
To: [EMAIL PROTECTED]
Subject: [Clamav-users] Restarting clam & clmilter


Hi, 

I have clamav 0.65 and clmilter installed on OpenBSD 3.4, and it works excellent! I am 
wondering what is the most correct way to restart/start during boot? I have tried 
putting clamd in the /etc/rc just before sendmail, followed by clmilter but I get sock 
in use errors? 

Is there some clean up I am supposed to do during shutdown? I am including a snip from 
my /etc/rc
Thanks in advance for any help.


if [ -f /usr/local/sbin/clamd ]; then
   /usr/local/sbin/clamd
if [ -f /usr/local/sbin/clamav-milter ]; then
/usr/local/sbin/clamav-milter -blo /var/clamd/clmilter.sock
fi

"Socket file /var/clamd/clamd.sock is in use by another process."

--
Roy Morris



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users