Re: [clamav-users] clamd abending at selfcheck

2011-10-23 Thread David Alix
I have been unable to locate a 84-bit gdb binary for solaris 9, and haven't been able to successfully compile one. However, the problem went away yesterday soon after daily.cld was updated to 13840. Thanks David --On Friday, October 21, 2011 4:36 PM +0300 Török Edwin wrote: On 10/21/20

Re: [clamav-users] clamd abending at selfcheck

2011-10-21 Thread Török Edwin
On 10/21/2011 04:29 PM, David Alix wrote: > when I start gdb with the command: > gdb /opt/ClamAV/sbin/clamd 6761 > > I get the message: > > Copyright (C) 2008 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: y

Re: [clamav-users] clamd abending at selfcheck

2011-10-21 Thread David Alix
when I start gdb with the command: gdb /opt/ClamAV/sbin/clamd 6761 I get the message: Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO

Re: [clamav-users] clamd abending at selfcheck

2011-10-21 Thread Tomasz Kojm
On Fri Oct 21 2011 01:16:32 GMT+0200 (CEST) David Alix wrote: > Thinking that the problem was the selfcheck, I disabled it in > clamd.conf. I also stopped the freshclamd process. When clamd was > restarted the next time, the log reported: > > Self checking disabled. > > But, the clamd daemon c

Re: [clamav-users] clamd abending at selfcheck

2011-10-20 Thread David Alix
Thinking that the problem was the selfcheck, I disabled it in clamd.conf. I also stopped the freshclamd process. When clamd was restarted the next time, the log reported: Self checking disabled. But, the clamd daemon continues to abend one hour after it starts. What other clamd process coul

Re: [clamav-users] clamd abending at selfcheck

2011-10-20 Thread David Alix
--On Thursday, October 20, 2011 9:03 PM +0200 Tomasz Kojm wrote: On Thu, 20 Oct 2011 11:28:50 -0700 David Alix wrote: I am running Clamav and freshclam 0.97.1, called from mimedefang, with sendmail on Solaris 2.9. Starting yesterday morning, clamd has abended whenever it selfchecks. Th

Re: [clamav-users] clamd abending at selfcheck

2011-10-20 Thread Tomasz Kojm
On Thu, 20 Oct 2011 11:28:50 -0700 David Alix wrote: > I am running Clamav and freshclam 0.97.1, called from mimedefang, with > sendmail on Solaris 2.9. Starting yesterday morning, clamd has abended > whenever it selfchecks. > > The clamd.log reported the following when the problem began: Plea

[clamav-users] clamd abending at selfcheck

2011-10-20 Thread David Alix
I am running Clamav and freshclam 0.97.1, called from mimedefang, with sendmail on Solaris 2.9. Starting yesterday morning, clamd has abended whenever it selfchecks. The clamd.log reported the following when the problem began: Wed Oct 19 09:52:25 2011 -> SelfCheck: Database modification dete

Re: [clamav-users] clamd abending

2011-04-07 Thread Török Edwin
On 2011-04-07 12:03, Török Edwin wrote: > On 2011-04-07 11:36, RACZYNSKI, Kamil wrote: >> David, >> >> I met it. ClamAV on Solaris 9 & 10 SPARC versions. Tried with 0.97, 0.96.5 & >> 0.96.4 . I used binaries from Citrus IT & sunfreeware. Same result - clamd >> crashes - nothing in logs. >> >> I f

Re: [clamav-users] clamd abending

2011-04-07 Thread Török Edwin
On 2011-04-07 11:36, RACZYNSKI, Kamil wrote: > David, > > I met it. ClamAV on Solaris 9 & 10 SPARC versions. Tried with 0.97, 0.96.5 & > 0.96.4 . I used binaries from Citrus IT & sunfreeware. Same result - clamd > crashes - nothing in logs. > > I found out that clamd ( as well as clamscan ) cra

Re: [clamav-users] clamd abending

2011-04-07 Thread RACZYNSKI, Kamil
to:clamav-users-boun...@lists.clamav.net] On Behalf Of David Alix Sent: Monday, April 04, 2011 6:26 AM To: clamav-users@lists.clamav.net Subject: [clamav-users] clamd abending I'm running clamav 0.97/12943 on Solaris 9. Twice today, clamd has abended. I can find no error message in the log file

Re: [clamav-users] clamd abending

2011-04-04 Thread René Berber
On 4/4/2011 5:05 PM, David Alix wrote: > I don't think the results are much ( they are below). We are running > ClamAV installed from a package. WIll I need to recompile clamd myself > to use gdb? Or get a newer gdb. > Copyright (C) 2008 Free Software Foundation, Inc. [snip] You didn't show th

Re: [clamav-users] clamd abending

2011-04-04 Thread David Alix
I don't think the results are much ( they are below). We are running ClamAV installed from a package. WIll I need to recompile clamd myself to use gdb? David Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later Th

Re: [clamav-users] clamd abending

2011-04-04 Thread Török Edwin
On 2011-04-04 19:58, David Alix wrote: > I don't know what you mean by "alighnment issue". alignment issue, for example: on Sparc memory reads of 4-byte in size must be 4-byte aligned. If it is not properly aligned you get SIGBUS. This issue doesn't exist on x86, at least not for regular instructi

Re: [clamav-users] clamd abending

2011-04-04 Thread David Alix
I don't know what you mean by "alighnment issue". dmesg output is going into my logs already, and I can see no indication of an event around the time the clamd daemon abends. It is now happening as often as every 2 minutes. I have a core file, but my adb(mdb) is rusty. David --On Monday,

Re: [clamav-users] clamd abending

2011-04-04 Thread Peter Bonivart
On Mon, Apr 4, 2011 at 6:26 AM, David Alix wrote: > I'm running clamav 0.97/12943 on Solaris 9.  Twice today, clamd has abended. >  I can find no error message in the log files indicating the problem.  Is > anyone else seeing this, or have any suggestions on how to troubleshoot > this? You could

Re: [clamav-users] clamd abending

2011-04-04 Thread Török Edwin
On 2011-04-04 07:26, David Alix wrote: > I'm running clamav 0.97/12943 on Solaris 9. Twice today, clamd has > abended. I can find no error message in the log files indicating the > problem. Did you check dmesg? maybe it is an alignment issue. > Is anyone else seeing this, or have any suggestio

[clamav-users] clamd abending

2011-04-03 Thread David Alix
I'm running clamav 0.97/12943 on Solaris 9. Twice today, clamd has abended. I can find no error message in the log files indicating the problem. Is anyone else seeing this, or have any suggestions on how to troubleshoot this? Thanks ___ David Alix Informatio