Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ClamAV: users

clamav doesn`t start

 

 

ClamAV users RSS feed   Index | Next | Previous | View Threaded


radoan at gmx

Sep 18, 2011, 8:55 AM

Post #1 of 4 (940 views)
Permalink
clamav doesn`t start

Hello I use linux debian lenny on my server. I put the adress deb
http://volatile.debian.org/debian-volatile lenny/volatile main contrib
non-free in my /etc/apt/sources.list
After apt-get update and apt-get install clamav clamav-daemon i got this
error:

Starting ClamAV daemon: clamd Bytecode: Security mode set to "TrustSigned".
/etc/init.d/clamav-daemon: line 326: 28974 Killed
start-stop-daemon --start -o -c $User --exec $DAEMON
failed!

In my /var/log/clamav/clamav.log is :

Sun Sep 18 17:47:31 2011 -> +++ Started at Sun Sep 18 17:47:31 2011
Sun Sep 18 17:47:31 2011 -> clamd daemon 0.97.2 (OS: linux-gnu, ARCH:
mips, CPU: mipsel)
Sun Sep 18 17:47:31 2011 -> Log file size limited to 100000000 bytes.
Sun Sep 18 17:47:31 2011 -> Reading databases from /var/lib/clamav
Sun Sep 18 17:47:31 2011 -> Bytecode: Security mode set to "TrustSigned".


My /etc/clamav/clamd.conf

#Automatically Generated by clamav-base postinst
#To reconfigure clamd run #dpkg-reconfigure clamav-base
#Please read /usr/share/doc/clamav-base/README.Debian.gz for details
LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket true
LocalSocketGroup clamav
LocalSocketMode 666
# TemporaryDirectory is not set to its default /tmp here to make overriding
# the default with environment variables TMPDIR/TMP/TEMP possible
User clamav
AllowSupplementaryGroups false
ScanMail false
ScanArchive true
ArchiveBlockEncrypted false
MaxDirectoryRecursion 15
FollowDirectorySymlinks false
FollowFileSymlinks true
ReadTimeout 180
MaxThreads 12
MaxConnectionQueueLength 15
LogSyslog true
LogFacility LOG_LOCAL6
LogClean false
LogVerbose true
PidFile /var/run/clamav/clamd.pid
DatabaseDirectory /var/lib/clamav
SelfCheck 3600
Foreground false
Debug false
ScanPE true
ScanOLE2 true
ScanHTML true
DetectBrokenExecutables false
ExitOnOOM false
LeaveTemporaryFiles false
AlgorithmicDetection true
ScanELF true
IdleTimeout 30
PhishingSignatures true
PhishingScanURLs true
PhishingAlwaysBlockSSLMismatch false
PhishingAlwaysBlockCloak false
DetectPUA true
ScanPartialMessages false
HeuristicScanPrecedence false
StructuredDataDetection false
CommandReadTimeout 5
SendBufTimeout 200
MaxQueue 100
ExtendedDetectionInfo true
OLE2BlockMacros false
StreamMaxLength 25M
LogFile /var/log/clamav/clamav.log
LogTime true
LogFileUnlock false
LogFileMaxSize 100000000
Bytecode true
BytecodeSecurity TrustSigned
BytecodeTimeout 60000
OfficialDatabaseOnly false
CrossFilesystems true


and my directory is :
ls -al /var/lib/clamav/
total 30152
drwxr-xr-x 2 clamav clamav 4096 Sep 18 14:30 .
drwxr-xr-x 24 root root 4096 Sep 18 14:24 ..
-rwxrw-r-- 1 clamav clamav 106736 Sep 18 13:30 bytecode.cvd
-rwxrw-r-- 1 clamav clamav 4475235 Sep 18 13:31 daily.cvd
-rw-r--r-- 1 clamav clamav 26224310 Jan 6 2000 main.cvd
-rw------- 1 clamav clamav 780 Sep 18 14:30 mirrors.dat


I don`t know what is the error
could you help me please

regards Radoan
P.S. : my system is :
Linux lumpi 2.6.19.2 #9 Tue Apr 3 21:30:54 CEST 2007 mips GNU/Linux



_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


tkojm at clamav

Sep 19, 2011, 1:20 AM

Post #2 of 4 (911 views)
Permalink
Re: clamav doesn`t start [In reply to]

On Sun, 18 Sep 2011 17:55:02 +0200 Radoan <radoan [at] gmx> wrote:
> Hello I use linux debian lenny on my server. I put the adress deb
> http://volatile.debian.org/debian-volatile lenny/volatile main contrib
> non-free in my /etc/apt/sources.list
> After apt-get update and apt-get install clamav clamav-daemon i got this
> error:
>
> Starting ClamAV daemon: clamd Bytecode: Security mode set to "TrustSigned".
> /etc/init.d/clamav-daemon: line 326: 28974 Killed
> start-stop-daemon --start -o -c $User --exec $DAEMON
> failed!

Please open a bug report at bugs.clamav.net

--
oo ..... Tomasz Kojm <tkojm [at] clamav>
(\/)\......... http://www.ClamAV.net/gpg/tkojm.gpg
\..........._ 0DCA5A08407D5288279DB43454822DC8985A444B
//\ /\ Mon Sep 19 10:19:09 CEST 2011
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


ulises at mfp

Sep 19, 2011, 7:13 AM

Post #3 of 4 (910 views)
Permalink
Re: clamav doesn`t start [In reply to]

On Monday 19 September 2011 04:20:57 am Tomasz Kojm wrote:
> Please open a bug report at bugs.clamav.net

my clamav comes from debian volatile and it starts fine...
I guest its an error in clamav-daemon script..


--
Salu2
________________________
Ulinx
Administrador de redes
Ministerio de Finanzas y Precios
Linux user 366775
"En un problema con n ecuaciones
siempre habrá al menos n+1 incógnitas."

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml


ulises at mfp

Sep 19, 2011, 7:14 AM

Post #4 of 4 (908 views)
Permalink
Re: clamav doesn`t start [In reply to]

On Sunday 18 September 2011 11:55:02 am Radoan wrote:
> In my /var/log/clamav/clamav.log is :
>
> Sun Sep 18 17:47:31 2011 -> +++ Started at Sun Sep 18 17:47:31 2011
> Sun Sep 18 17:47:31 2011 -> clamd daemon 0.97.2 (OS: linux-gnu, ARCH:
> mips, CPU: mipsel)
> Sun Sep 18 17:47:31 2011 -> Log file size limited to 100000000 bytes.
> Sun Sep 18 17:47:31 2011 -> Reading databases from /var/lib/clamav
> Sun Sep 18 17:47:31 2011 -> Bytecode: Security mode set to "TrustSigned".

could you post your syslog and daemon logs??

--
Salu2
________________________
Ulinx
Administrador de redes
Ministerio de Finanzas y Precios
Linux user 366775
"En un problema con n ecuaciones
siempre habrá al menos n+1 incógnitas."

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

ClamAV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.