I've noticed after watching for some time on two solaris 9 Sparc systems that
the mem and libc reports are always zero. Is this unexpected or is there a
trigger event I've yet to experience? Running clamdscan against the test files
does not budge the values off zero.
Solaris 9
Studio 12 compile
Gary L Burnore wrote:
>
>
> Gary L. Burnore
> gburn...@databasix.com
>
>
>
>> -Original Message-
>> From: clamav-users-boun...@lists.clamav.net
>> [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of
>> Jose-Marcio Martins da Cruz
>> Sent: Sunday, March 01, 2009 4:33 PM
>> To
On Mon, Mar 2, 2009 at 12:04 AM, Gary L Burnore wrote:
> However, www.sunfreeware.com has ncurses 5.6 in pkg form
> which is usually installed for other reasons anyway.
And OpenCSW has ncurses 5.7:
http://www.opencsw.org/packages/ncurses
--
/peter
__
Gary L. Burnore
gburn...@databasix.com
> -Original Message-
> From: clamav-users-boun...@lists.clamav.net
> [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of
> Jose-Marcio Martins da Cruz
> Sent: Sunday, March 01, 2009 4:33 PM
> To: ClamAV users ML
> Subject: Re: [Clamav-
Nathan Brink wrote:
>>
> I don't think it is a good idea to add extra summary code to
> ./configure. I don't like it when other programs do this because it
> departs from the normal output of ./configure scripts. Maybe if a
> configure option --enable-all or --with-all was added, the config
Jose-Marcio Martins da Cruz wrote:
> Hello,
>
> I have two suggestions :
>
> * It could be interesting to add tcp_wrapper (or equivalent - not so
> difficult to code it) support to clamd.
>
This sounds good. tcp-wrappers would add security to clamds listening to
a network which seems to be la
At 9:34 PM +0200 3/1/09, Török Edwin wrote:
>On 2009-03-01 20:43, Tom Shaw wrote:
>> At 9:26 AM -0800 3/1/09, Bill Landry wrote:
>>
>>> Tom Shaw wrote:
>>>
>> What does this output:
>>
>>> >>> $ echo PING | strace socat - /var/tmp/clamd.socket
>>>
>> $ echo -
On 2009-03-01 20:43, Tom Shaw wrote:
> At 9:26 AM -0800 3/1/09, Bill Landry wrote:
>
>> Tom Shaw wrote:
>>
> What does this output:
>
>> >>> $ echo PING | strace socat - /var/tmp/clamd.socket
>>
> $ echo -ne "nPING\n" | strace socat - /var/tmp/clamd.socket
>>>
On 2009-03-01 20:51, Jose-Marcio Martins da Cruz wrote:
> __PRETTY_FUNCTION__ is a gcc extension. It doesn't exists under Sun
> Studio CC compiler.
>
> It's used inside clamdtop/clamdtop.c, macro EXIT_PROGRAM.
>
> A lazy solution, which worked for me, is to launch configure this way :
>
> ./conf
__PRETTY_FUNCTION__ is a gcc extension. It doesn't exists under Sun
Studio CC compiler.
It's used inside clamdtop/clamdtop.c, macro EXIT_PROGRAM.
A lazy solution, which worked for me, is to launch configure this way :
./configure [options] CPPFLAGS="-D__PRETY_FUNCTION__=__func__"
Other solu
At 9:26 AM -0800 3/1/09, Bill Landry wrote:
>Tom Shaw wrote:
>
What does this output:
> >>> $ echo PING | strace socat - /var/tmp/clamd.socket
$ echo -ne "nPING\n" | strace socat - /var/tmp/clamd.socket
> >> Edwin,
>>>
>>> OSX doesn't come with strace. I'll download a
>>> copy f
Tom Shaw wrote:
>>
>> OSX doesn't come with strace. I'll download a
>> copy from sourceforge and report back.
>
> strace reports no support of darwin :-( Any other suggestions?
>
OS X has dtrace. Probably the best tool ever built for this kind of thing.
dp
Tom Shaw wrote:
>>> What does this output:
>>> $ echo PING | strace socat - /var/tmp/clamd.socket
>>> $ echo -ne "nPING\n" | strace socat - /var/tmp/clamd.socket
>> Edwin,
>>
>> OSX doesn't come with strace. I'll download a
>> copy from sourceforge and report back.
>
> strace reports no suppo
There were some lng threads about disable phishing detection with
clamav.
I'm trying to do so, but it continues to detect phishings
(Email.Phishing.Pay-31).
I have this at clamd.conf.
PhishingSignatures no
PhishingScanURLs no
PhishingAlwaysBlockSSLMismatch no
PhishingAlwaysBlockCloak no
On 2009-03-01 19:17, Tom Shaw wrote:
> At 10:55 AM -0500 3/1/09, Tom Shaw wrote:
>
>> At 3:04 PM +0200 3/1/09, Török Edwin wrote:
>>
>>> On 2009-03-01 14:57, Tom Shaw wrote:
>>>
At 6:16 PM -0800 2/28/09, Bill Landry wrote:
> Tom Shaw wrote:
>
>>
At 10:55 AM -0500 3/1/09, Tom Shaw wrote:
>At 3:04 PM +0200 3/1/09, Török Edwin wrote:
>>On 2009-03-01 14:57, Tom Shaw wrote:
>>> At 6:16 PM -0800 2/28/09, Bill Landry wrote:
>>>
Tom Shaw wrote:
>Some issues:
>
>socat ran fine on 0.94.2 but on 0.95.rc1
>
>>
At 3:04 PM +0200 3/1/09, Török Edwin wrote:
>On 2009-03-01 14:57, Tom Shaw wrote:
>> At 6:16 PM -0800 2/28/09, Bill Landry wrote:
>>
>>> Tom Shaw wrote:
>>>
Some issues:
socat ran fine on 0.94.2 but on 0.95.rc1
echo PING|socat - /var/tmp/clamd.socket
At 6:20 PM -0800 2/28/09, Bill Landry wrote:
>Bill Landry wrote:
>> Tom Shaw wrote:
>>> Some issues:
>>>
>>> socat ran fine on 0.94.2 but on 0.95.rc1
>>>
>>> echo PING|socat - /var/tmp/clamd.socket
>>>
>>> is silent yet I can type
>>
>> Tom, are you sure that is the correct path to your clamd
Seems reasonable...
Jose-Marcio Martins da Cruz wrote ..
>
> Hello,
>
> I have two suggestions :
>
> * It could be interesting to add tcp_wrapper (or equivalent - not so
> difficult to code it) support to clamd.
>
> * When running configure, it could be interesting to display a summary
> whe
Hello,
I have two suggestions :
* It could be interesting to add tcp_wrapper (or equivalent - not so
difficult to code it) support to clamd.
* When running configure, it could be interesting to display a summary
when it finishes : what libraries wasn't found, what's lacking, a
summary of wha
On 2009-03-01 14:57, Tom Shaw wrote:
> At 6:16 PM -0800 2/28/09, Bill Landry wrote:
>
>> Tom Shaw wrote:
>>
>>> Some issues:
>>>
>>> socat ran fine on 0.94.2 but on 0.95.rc1
>>>
>>> echo PING|socat - /var/tmp/clamd.socket
>>>
>>> is silent yet I can type
>>>
>> Tom, are you sure
At 6:16 PM -0800 2/28/09, Bill Landry wrote:
>Tom Shaw wrote:
>> Some issues:
>>
>> socat ran fine on 0.94.2 but on 0.95.rc1
>>
>> echo PING|socat - /var/tmp/clamd.socket
>>
>> is silent yet I can type
>
>Tom, are you sure that is the correct path to your clamd.socket? Just
>curious, because s
On Sun, Mar 1, 2009 at 11:25 AM, Török Edwin wrote:
> On 2009-03-01 00:08, shuttlebox wrote:
>> I get this when compiling 0.95rc1 on Solaris 8 with Sun Studio 11:
>
> Please open a bugreport about this, and attach your config.log, and
> clamav-config.h.
Done. Bug #1439.
--
/peter
__
On 2009-03-01 00:08, shuttlebox wrote:
> I get this when compiling 0.95rc1 on Solaris 8 with Sun Studio 11:
>
> source='netcode.c' object='netcode.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
> /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I..
>
On 2009-03-01 04:53, Dennis Peterson wrote:
> When I use the OEM console terminal on my Mac it sends \033OP when pressing
> F1.
> It doesn't do anything in clamdtop. It does work when using Mac's X11 Xterm
> app
> but I haven't looked up what is sent with it.
>
> Perhaps the clamdtop author kno
On 2009-03-01 02:54, Chris wrote:
> On Sat, 2009-02-28 at 20:01 +0200, Török Edwin wrote:
>
>
>> But are Sanesecurity sigs loaded?
>> If yes, please add all information to
>> https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1370
>>
>>
>> Best regards,
>> --Edwin
>>
> Edwin, pardon the off l
26 matches
Mail list logo