Re: [Clamav-users] New db container

2003-10-06 Thread Tomasz Kojm
> What about climb down from trees and take some more modern
> protocol like rsync? ;-)
 
Rsync is not as popular as http ;) I don't see problem here because usually the
updates are very small (the main database is updated ocasionally.

Best regards,
Tomasz Kojm
-- 
  oo.   [EMAIL PROTECTED]
 (\/)\. http://www.konarski.edu.pl/~zolw
\..._   I nie zapomnij kliknac w brzuszek... 
  //\   /\\ <- C. Amboinensiswww.pajacyk.pl


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] clamd scanner error

2003-10-06 Thread greg gede
does anybody know why do i keep getting the following
error messages in my log??? :

Oct  6 14:54:32 mail X-Qmail-Scanner-1.20rc3:
[some.mail.ac.id10654268704561409]
 clam_scanner: corrupt or unknown clamd scanner error
or memory/resource/perms p
roblem - exit status 2

something seems to be wrong? can anybody help me
figure out the causes and solutions??

thank you.

regards,
greg

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] New db container

2003-10-06 Thread Lionel Bouton
Tomasz Kojm said the following on 10/06/2003 09:32 AM:

What about climb down from trees and take some more modern
protocol like rsync? ;-)
   

Rsync is not as popular as http ;) I don't see problem here because usually the
updates are very small (the main database is updated ocasionally.
Best regards,
Tomasz Kojm
 

The popularity doesn't really matter on the client side, rsync is 
readily available for all Unices and quite easy to get for Cygwin.
The problem is that on the servers' side (main site and mirrors) you'll 
have to set up rsync servers instead of http servers. As a mirror admin 
this won't be good news for me...

RSA signature support is a great thing. Now to somehow protect our 
clamav installations from unwanted changes we use a script which is 
diffing the sorted db files (it allows a configurable max number of 
added and removed sigs for each update and manually apply changes after 
review when the update doesn't fit these rules). This is far from 
perfect and RSA sigs will bring more confidence in the update process.

Could you describe the cwd file more in depth Tomasz ? I'd like to be 
able to fetch the raw sigs in a set of files in order to :
- tell us at which point in time our clamav install got a given sig,
- be mailed for each update with the list of changes the update process 
we set up did.

Best regards,

--
Lionel Bouton - inet6
-
  o  Siege social: 51, rue de Verdun - 92158 Suresnes
 /  _ __ _   Acces Bureaux: 33 rue Benoit Malon - 92150 Suresnes
/ /\  /_  / /_   France
\/  \/_  / /_/   Tel. +33 (0) 1 41 44 85 36
 Inetsys S.A.Fax  +33 (0) 1 46 97 20 10




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] clamd scanner error

2003-10-06 Thread Flinn Mueller
make sure clamav is compiled --with-user=qscand --with-group=qscand (or 
whatever you are using for qmail-scanner)

or set the User option in clamav.conf

On Monday, October 6, 2003, at 04:00 AM, greg gede wrote:

does anybody know why do i keep getting the following
error messages in my log??? :
Oct  6 14:54:32 mail X-Qmail-Scanner-1.20rc3:
[some.mail.ac.id10654268704561409]
 clam_scanner: corrupt or unknown clamd scanner error
or memory/resource/perms p
roblem - exit status 2
something seems to be wrong? can anybody help me
figure out the causes and solutions??
thank you.

regards,
greg
__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] New db container

2003-10-06 Thread Tomasz Kojm
> Could you describe the cwd file more in depth Tomasz ? I'd like to be 

Documentation and support in clamav (CVS) will be available tomorrow.

Best regards,
Tomasz Kojm
-- 
  oo.   [EMAIL PROTECTED]
 (\/)\. http://www.konarski.edu.pl/~zolw
\..._   I nie zapomnij kliknac w brzuszek... 
  //\   /\\ <- C. Amboinensiswww.pajacyk.pl


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] New db container

2003-10-06 Thread Krištof Petr
Lionel Bouton wrote:

The popularity doesn't really matter on the client side, rsync is 
readily available for all Unices and quite easy to get for Cygwin.
The problem is that on the servers' side (main site and mirrors) 
you'll have to set up rsync servers instead of http servers. As a 
mirror admin this won't be good news for me...

rsync server setup isnt hard. Simple example looks like:

# rsync server config
#
use chroot = no
max connections = 50
syslog facility = daemon
log file = /var/log/rsyncd/rsyncd.log
read only = yes
uid = nobody
gid = nobody
[clamav]
 path = /var/rsync/clamav
 comment = Clam AV for Linux
#


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] New db container

2003-10-06 Thread Daniel J McDonald
On Mon, 2003-10-06 at 07:42, Krištof Petr wrote:
> Lionel Bouton wrote:
> 
> >
> > The problem is that on the servers' side (main site and mirrors) 
> > you'll have to set up rsync servers instead of http servers. As a 
> > mirror admin this won't be good news for me...
> >
> rsync server setup isnt hard. Simple example looks like:
> 
> # rsync server config
> #
> use chroot = no
[...]

But this is only the beginning.  You also have to set up new firewall
rules - probably on the box itself and on the front-end firewall
protecting the box.  And you might have to add load-balancer rules.  And
if you have virtual domains set up, it can become even more complex.

Then, the clients have to open their firewalls for yet another port
-- 
Daniel J McDonald, CCIE 2495, CNX
Austin Energy




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Updated: clamav-devel-20030926 (OpenBSD Port)

2003-10-06 Thread Flinn Mueller
Hey, are you still having issues with this?

I am running 20030926 from my port, and I haven't had a single segfault 
with it.

Regards,
Flinn
On Saturday, September 27, 2003, at 12:11 PM, Wouter de Vries wrote:

Not freshclamd is the problem, clamd is. When it sees the db has been 
modified, it'll reload it, and crashes:

Sat Sep 27 01:51:34 2003 -> SelfCheck: Database status OK.
Sat Sep 27 01:51:34 2003 -> SelfCheck: Integrity OK
Sat Sep 27 02:00:06 2003 -> Reading databases from 
/usr/local/share/clamav
Sat Sep 27 02:00:06 2003 -> Database correctly reloaded (9672 viruses)
Sat Sep 27 02:01:40 2003 -> SelfCheck: Database modification detected. 
Forcing reload.
Sat Sep 27 02:01:40 2003 -> SelfCheck: Integrity OK
Sat Sep 27 02:01:40 2003 -> Segmentation fault :-( Bye..

clamav-devel-20030925

Wouter

Flinn Mueller wrote:

I still haven't seen this problem yet.
Do you want to run freshclam under deamontools?  I have a patch that 
will let freshclam run in the foreground without quitting, so it will 
run correctly in a supervise script.
Regards,
Flinn
On Saturday, September 27, 2003, at 07:45 AM, Wouter de Vries wrote:
I still get segmentation faults when the virii db is updated

Flinn Mueller wrote:

Update (09/27/2003)
 Updated to work with 20030926. I actually added clamav-milter 
support to the milter flavor ;)
 Fixed the docs install notice
 Also added the ability to change the clamav user/group in one 
place instead of hardcoding: _clamd
  I do not use sendmail so I do not test milter, it is provided for 
your for your convenience.  Please let me know if it works 
correctly or not
  *Note: In order for clamav-milter to build correctly libmilter 
must be installed (not in OpenBSD's default configuration) along 
with the proper headers
 #cd /usr/src/gnu/usr.sbin/sendmail/libmilter
 #make; make install
 #mkdir /usr/include/libmilter
 #cp /usr/src/gnu/usr.sbin/sendmail/include/libmilter/*.h 
/usr/include/libmilter
 Porthome:
http://www.activeintra.net/projects/clamav/




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Updated: clamav-devel-20030926 (OpenBSD Port)

2003-10-06 Thread Tomasz Kojm
> Hey, are you still having issues with this?
> 
> I am running 20030926 from my port, and I haven't had a single segfault 
> with it.
 
Unfortunately the race condition with db reloading is still there :(

Best regards,
Tomasz Kojm
-- 
  oo.   [EMAIL PROTECTED]
 (\/)\. http://www.konarski.edu.pl/~zolw
\..._   I nie zapomnij kliknac w brzuszek... 
  //\   /\\ <- C. Amboinensiswww.pajacyk.pl


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] New db container

2003-10-06 Thread Krištof Petr
Daniel J McDonald wrote:

On Mon, 2003-10-06 at 07:42, Krištof Petr wrote:
 

Lionel Bouton wrote:

   

The problem is that on the servers' side (main site and mirrors) 
you'll have to set up rsync servers instead of http servers. As a 
mirror admin this won't be good news for me...

 

rsync server setup isnt hard. Simple example looks like:

# rsync server config
#
use chroot = no
   

[...]

But this is only the beginning.  You also have to set up new firewall
rules - probably on the box itself and on the front-end firewall
protecting the box.  And you might have to add load-balancer rules.  And
if you have virtual domains set up, it can become even more complex.
Then, the clients have to open their firewalls for yet another port
 

rsync server can run on port 80. Clients can use standard http proxy, so 
you need no additional setting.

Petr



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] New db container

2003-10-06 Thread Daniel J McDonald
On Mon, 2003-10-06 at 09:00, Krištof Petr wrote:
> Daniel J McDonald wrote:
> 
> >But this is only the beginning.  You also have to set up new firewall
> >rules - probably on the box itself and on the front-end firewall
> >protecting the box.  And you might have to add load-balancer rules.  And
> >if you have virtual domains set up, it can become even more complex.
> >
> >Then, the clients have to open their firewalls for yet another port

> rsync server can run on port 80. Clients can use standard http proxy, so 
> you need no additional setting.

Ok, so you already have apache bound to port 80.  How do you bind the
rsync server to port 80 as well?

-- 
Daniel J McDonald, CCIE 2495, CNX
Austin Energy




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] New db container

2003-10-06 Thread Miguel Bettencourt Dias (Netopia)
On Mon, 2003-10-06 at 15:00, Krištof Petr wrote:
> Daniel J McDonald wrote:
> 
> >On Mon, 2003-10-06 at 07:42, Krištof Petr wrote:
> >  
> >
> >>Lionel Bouton wrote:
> >>
> >>
> >>
> >>>The problem is that on the servers' side (main site and mirrors) 
> >>>you'll have to set up rsync servers instead of http servers. As a 
> >>>mirror admin this won't be good news for me...
> >>>
> >>>  
> >>>
> >>rsync server setup isnt hard. Simple example looks like:
> >>
> >># rsync server config
> >>#
> >>use chroot = no
> >>
> >>
> >[...]
> >
> >But this is only the beginning.  You also have to set up new firewall
> >rules - probably on the box itself and on the front-end firewall
> >protecting the box.  And you might have to add load-balancer rules.  And
> >if you have virtual domains set up, it can become even more complex.
> >
> >Then, the clients have to open their firewalls for yet another port
> >  
> >
> 
> rsync server can run on port 80. Clients can use standard http proxy, so 
> you need no additional setting.
> 
> Petr

Does rsync support http redirect codes ? If there are several servers
and I want to redirect requests to the "nearest" or "least used" server.
 
Yes rsync is great for many things, but it's not a miracle cure for
every IT problem. In theory, one could extend freshclam to support rsync
as a transfer method for updates, but a separate mirror system would
have to be set up. Some mirrors could provide both update methods, some
just one... but is the extra trouble worth it ? 

I've worked for companies where setting up a new http virtual servers is
easy, but getting management to approve installing a new "service" like
rsync takes more time.


Regards,

Miguel Dias


signature.asc
Description: This is a digitally signed message part


Re: [Clamav-users] New db container

2003-10-06 Thread Lionel Bouton
Krištof Petr said the following on 10/06/2003 04:00 PM:

rsync server can run on port 80. Clients can use standard http proxy, 
so you need no additional setting.

Petr


Good, but in practice mirrors are usually hosted by systems already 
hosting different web sites, extranets and other mirrors. How do you 
configure Apache to share port 80 with rsync servers ?

--
Lionel Bouton - inet6
-
  o  Siege social: 51, rue de Verdun - 92158 Suresnes
 /  _ __ _   Acces Bureaux: 33 rue Benoit Malon - 92150 Suresnes
/ /\  /_  / /_   France
\/  \/_  / /_/   Tel. +33 (0) 1 41 44 85 36
 Inetsys S.A.Fax  +33 (0) 1 46 97 20 10




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


RE: [Clamav-users] New db container

2003-10-06 Thread Shayne Lebrun

>Ok, so you already have apache bound to port 80.  How do you bind the
>rsync server to port 80 as well?

As a client, you're not running an rsync server, you're running an rsync
client.

Muskoka.com
115 Manitoba Street
Bracebridge, Ontario
P1L 2B6
(705)645-6097

Muskoka.com is pleased to announce
New High Speed  Services
please visit
http://www.muskoka.com/services.htm
for more information



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] Clamav excludes

2003-10-06 Thread Chris de Vidal
I wrote a clamscan cron script like this:
source /etc/clamav.excludes
clamscan $EXCLUDES --recursive --quiet /

The clamav.excludes file looks like this:
EXCLUDES="\
--exclude=/foo \
--exclude=/foo/bar \
--exclude=/foo/baz \
"

This had been working _great_ until I needed to exclude directories with
spaces:
EXCLUDES="\
--exclude=/foo \
--exclude=/foo/bar \
--exclude=/foo/baz \
--exclude=/foo/bar/something with spaces/tmp \
--exclude=/foo/baz/something else with spaces/tmp \
"

I get
ERROR: Can't access file with spaces/tmp else with spaces/tmp /
with spaces/tmp else with spaces/tmp /: No such file or directory


This did not work (single quotes and double around the paths):
EXCLUDES='\
--exclude="/foo/bar/something with spaces/tmp" \
'

Nor did this (double quotes with escaped slashes):
EXCLUDES="\
--exclude=/foo/bar/something\ with\ spaces/tmp \
"

Echoing the command and pasting it back in with the mouse is just fine.

Ideas?

=
/dev/idal
"GNU/Linux is free freedom" --Me

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Updated: clamav-devel-20030926 (OpenBSD Port)

2003-10-06 Thread Flinn Mueller
Maybe I can sponsor that ;-)

On Monday, October 6, 2003, at 09:14 AM, Tomasz Kojm wrote:

Hey, are you still having issues with this?

I am running 20030926 from my port, and I haven't had a single 
segfault
with it.
Unfortunately the race condition with db reloading is still there :(

Best regards,
Tomasz Kojm
--
  oo.   [EMAIL PROTECTED]
 (\/)\. http://www.konarski.edu.pl/~zolw
\..._   I nie zapomnij kliknac w brzuszek...
  //\   /\\ <- C. Amboinensiswww.pajacyk.pl  
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Clamav excludes

2003-10-06 Thread Chris de Vidal
I forgot to mention I also tried editing /etc/clamav.conf:
ClamukoExcludePath /foo/bar/something with spaces/tmp
I also tried
ClamukoExcludePath "/foo/bar/something with spaces/tmp"
and
ClamukoExcludePath /foo/bar/something\ with\ spaces/tmp


/dev/idal

--- Chris de Vidal <[EMAIL PROTECTED]> wrote:
> I wrote a clamscan cron script like this:
> source /etc/clamav.excludes
> clamscan $EXCLUDES --recursive --quiet /
> 
> The clamav.excludes file looks like this:
> EXCLUDES="\
> --exclude=/foo \
> --exclude=/foo/bar \
> --exclude=/foo/baz \
> "
> 
> This had been working _great_ until I needed to exclude directories with
> spaces:
> EXCLUDES="\
> --exclude=/foo \
> --exclude=/foo/bar \
> --exclude=/foo/baz \
> --exclude=/foo/bar/something with spaces/tmp \
> --exclude=/foo/baz/something else with spaces/tmp \
> "
> 
> I get
> ERROR: Can't access file with spaces/tmp else with spaces/tmp /
> with spaces/tmp else with spaces/tmp /: No such file or directory
> 
> 
> This did not work (single quotes and double around the paths):
> EXCLUDES='\
> --exclude="/foo/bar/something with spaces/tmp" \
> '
> 
> Nor did this (double quotes with escaped slashes):
> EXCLUDES="\
> --exclude=/foo/bar/something\ with\ spaces/tmp \
> "
> 
> Echoing the command and pasting it back in with the mouse is just fine.
> 
> Ideas?
> 
> =
> /dev/idal
> "GNU/Linux is free freedom" --Me
> 
> __
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Clamav-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/clamav-users


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] building from cvs

2003-10-06 Thread Niklas Saers Mailinglistaccount
Hi, for a few days now I've been getting the following error when
compiling clamav from CVS on a FreeBSD 5-system. Any  ideas as to how to
resolve this issue?

gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clamav\"
-DVERSION=\"20030829\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -DBUFFSIZE=131072 -DFBUFFSIZE=16384 -DSTDC_HEADERS=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4
-DHAVE_ZLIB_H=1 -DHAVE_BZLIB_H=1 -DCLAMD_USE_SYSLOG=1
-DCLAMAVUSER=\"clamav\" -DCLAMAVGROUP=\"clamav\" -DC_BIGSTACK=1
-DDB1NAME=\"viruses.db\" -DDB2NAME=\"viruses.db2\"
-DDATADIR=\"/usr/local/share/clamav\" -DCONFDIR=\"/usr/local/etc\"
-DC_URANDOM=1 -DCL_THREAD_SAFE=1 -DC_BSD=1 -DWORDS_LITTLEENDIAN=1 -I. -I.
-I.. -I./zziplib -Wall -c zziplib/zzip-dir.c -MT zzip-dir.lo -MD -MP -MF
.deps/zzip-dir.TPlo  -fPIC -DPIC -o .libs/zzip-dir.lo
In file included from zziplib/zzip.h:21,
 from zziplib/zzip-dir.c:13:
zziplib/zziplib.h:83: syntax error before "zzip_ssize_t"
zziplib/zziplib.h:83: warning: type defaults to `int' in declaration of
`zzip_ssize_t'
zziplib/zziplib.h:83: warning: data definition has no type or storage
class
zziplib/zziplib.h:184: syntax error before "zzip_file_read"
zziplib/zziplib.h:184: warning: type defaults to `int' in declaration of
`zzip_file_read'
zziplib/zziplib.h:184: warning: data definition has no type or storage
class
zziplib/zziplib.h:191: syntax error before "zzip_read"
zziplib/zziplib.h:191: warning: type defaults to `int' in declaration of
`zzip_read'
zziplib/zziplib.h:191: warning: data definition has no type or storage
class
*** Error code 1



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] clamd dies forever!

2003-10-06 Thread Ed Vazquez
On Thu, 2 Oct 2003 09:55:04 +0300 Odhiambo Washington <[EMAIL PROTECTED]> wrote:

> Okay, I know this is not good at all, that I run the CVS version of
> clamav
> on a production box. It's suicide. I've run the daily snapshots for
> some
> time without disappointment when it comes to supervising the
> service with
> daemontools. However, something in CVS seems to completely defy
> daemontools!
> For two days now, this has happened, but unfortunately I have not
> captured
> any data. Not core dump at all.
> Which one amongst the snapshots do people find more stability in?
> I think clamav-devel-20030929 was the last one that never died
> completely on me.
> 
> 
> 
> -Wash
> 
> -- 
> Odhiambo Washington   <[EMAIL PROTECTED]>  "The box said 'Requires
> Wananchi Online Ltd.  www.wananchi.com  Windows 95, NT, or
> better,'
> Tel: +254 2 313985-9  +254 2 313922 so I installed
> FreeBSD."   
> GSM: +254 72 743223   +254 733 744121   This sig is McQ!  :-)
> 
> This fortune is false.
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf

I know this has been covered extensively, but nonetheless I feel I
should ask:

Could you post your daemontools run and log/run files?  I've been
trying to use svscan to keep clamd active, and I have run into one of
two scenarios:

1 - The service starts another child of itself every second or so
until the process table is full
2 - The service re-starts itself every second or so until the log file
/ partition is full

I have tried all the variants I have come across in the list archive,
the settings from
http://clamav.elektrapro.com/doc/clamd_supervised/clamd-daemontools-guide.txt,
etc. all to no avail.

Perhaps there should be a doc/clamd_supervised page that lists all the
varients that have worked for people by OS?

-- 
Ed Vázquez

~
A man of learning is never bored. - Jean Paul Richter



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] clamd scanner error

2003-10-06 Thread greg gede
thank you, your suggestion seems to work. in
clamav.conf i set User option with qscand.now, no more
such error in my log file.

--- Flinn Mueller <[EMAIL PROTECTED]> wrote:
> make sure clamav is compiled --with-user=qscand
> --with-group=qscand (or 
> whatever you are using for qmail-scanner)
> 
> or set the User option in clamav.conf
> 
> 
> On Monday, October 6, 2003, at 04:00 AM, greg gede
> wrote:
> 
> > does anybody know why do i keep getting the
> following
> > error messages in my log??? :
> >
> > Oct  6 14:54:32 mail X-Qmail-Scanner-1.20rc3:
> > [some.mail.ac.id10654268704561409]
> >  clam_scanner: corrupt or unknown clamd scanner
> error
> > or memory/resource/perms p
> > roblem - exit status 2
> >
> > something seems to be wrong? can anybody help me
> > figure out the causes and solutions??
> >
> > thank you.
> >
> > regards,
> > greg
> >
> > __
> > Do you Yahoo!?
> > The New Yahoo! Shopping - with improved product
> search
> > http://shopping.yahoo.com
> >
> >
> >
>
---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
> > Clamav-users mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/clamav-users
> >
> 
> 
> 
>
---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Clamav-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/clamav-users


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users