LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-31-2008, 01:13 PM   #1
ashleymt
LQ Newbie
 
Registered: Jul 2008
Posts: 4

Rep: Reputation: 0
DansGuardian or ClamAV issue?


Hi all,

I am new to the forum and only know the basics of linux. I just started a new job and here we use DansGuardian on our lab machines to regulate usage. I know absolutely nothing about DansGuardian other than to check the status and start/restart services.

A strange thing is happening on the lab computers: users can access some websites but not others. For instance, yahoo is accessible but google is not. This screen displays on the unavailable websites:

DansGuardian Antivirus Patch - Error during scanning

Error message: 'Error connecting to clamav daemon'
-------------

I have tried refreshing by running the 'freshclam' command, and the following output appears:

Executing /etc/rc.d/init.d/freshclam start ..

ClamAV update process started at Mon Jul 21 16:50:03 2008
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.88.7 Recommended version: 0.93.3
DON'T PANIC! Read FAQ
main.cvd is up to date (version: 47, sigs: 312304, f-level: 31, builder: sven)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 10, recommended = 31
DON'T PANIC! Read FAQ
Downloading daily.cvd [|]
Downloading daily.cvd [/]
Downloading daily.cvd [-]
Downloading daily.cvd [\]
Downloading daily.cvd [|]
Downloading daily.cvd [/]
Downloading daily.cvd [-]
Downloading daily.cvd [\]
Downloading daily.cvd [|]
Downloading daily.cvd [/]
Downloading daily.cvd [-]
Downloading daily.cvd [\]
Downloading daily.cvd [|]
Downloading daily.cvd [/]
Downloading daily.cvd [-]
Downloading daily.cvd [\]
Downloading daily.cvd [|]
Downloading daily.cvd [/]
Downloading daily.cvd [-]
Downloading daily.cvd [\]
Downloading daily.cvd [|]
Downloading daily.cvd[*]
ERROR: Verification: MD5 verification error
Trying again in 5 secs...
ClamAV update process started at Mon Jul 21 16:50:43 2008
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.88.7 Recommended version: 0.93.3
DON'T PANIC! Read FAQ
main.cvd is up to date (version: 47, sigs: 312304, f-level: 31, builder: sven)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 10, recommended = 31
DON'T PANIC! Read FAQ
Downloading daily.cvd [|]
Downloading daily.cvd [/]
Downloading daily.cvd [-]
Downloading daily.cvd [\]
Downloading daily.cvd [/]
Downloading daily.cvd[*]
daily.cvd updated (version: 7902, sigs: 68131, f-level: 33, builder: ccordes)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 10, recommended = 33
DON'T PANIC! Read FAQ
Database updated (380435 signatures) from db.us.clamav.net (IP: 65.120.238.5)
ERROR: Clamd was NOT notified: Can't connect to clamd on 127.0.0.1:3310
connect(): Connection refused

----------

Any thoughts as to what I should do?

Any help is GREATLY appreciated...
 
Old 07-31-2008, 02:12 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
did you read the ClamAV FAQ as it told you to ?
http://www.clamav.net/support/faq/

First thing it's asking you to do is update your clamav install because you are running an old version.


is clamd running ? if not then it wouldn't be able to connect to it.. that could account for the error at the end..
ps aux | grep clamd
 
Old 07-31-2008, 02:35 PM   #3
ashleymt
LQ Newbie
 
Registered: Jul 2008
Posts: 4

Original Poster
Rep: Reputation: 0
yes, i've read the faq and the wiki as to how i would install the new version, however i don't know how i could access the terminal to do so. what i am accessing is the Webmin GUI for DansGuardian. i am also a newbie and i truly only know the basics of linux.

and yes, clamd is running. i also tried restarting the service but i still keep getting the 'cannot connect' error

is there a way i can just temporarily stop dansguardian so the users can access the internet until i can figure out how to update clamav in the meantime?

thanks for replying!
 
Old 07-31-2008, 02:38 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
What OS is Dansguardian installed on ?

What how-to did you follow to install and configure dansguardian ?
 
Old 07-31-2008, 02:47 PM   #5
ashleymt
LQ Newbie
 
Registered: Jul 2008
Posts: 4

Original Poster
Rep: Reputation: 0
I think it's installed on Windows. (I just have a link to an IP address that is the GUI for it)

I really have no idea how it was installed or configured.. I just started at the company a week ago and they guy I replaced left and I have no contact with him. Also the place is a non-profit with no technology budget so I can't hire a consultant for help..

Thanks so much for the quick response!
 
Old 07-31-2008, 03:36 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
well... when you log into the dansguardian box with webmin the page should be displaying the OS information, that is the first page that is displayed in webmin, system information.


example
Code:
System hostname 	mail
Operating system 	Debian Linux 3.1



I don't think dansguardian can be installed on a Windows box.. Although I could be mistaken.
 
Old 07-31-2008, 03:54 PM   #7
ashleymt
LQ Newbie
 
Registered: Jul 2008
Posts: 4

Original Poster
Rep: Reputation: 0
On the Operating System and Environment page it says the "Operating system according to Webmin" is CentOS Linux 4.4", and the internal code used by Webmin is redhat-linux 12.0
 
Old 07-31-2008, 09:12 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
You should see if you can ssh into the centos machine and update clamav, use putty on a windows machine if that' all you have available

yum update clamav

you should also setup a Linux box of your own so ytou can learn it if you are going to be managing this system.
 
Old 07-31-2008, 09:19 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Concur with that last suggestion. Here's a very good Linux tutorial (free): http://rute.2038bug.com/index.html.gz
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
scan https through dansguardian, clamav and squid hassan2 Ubuntu 1 03-13-2008 03:23 AM
disable dansguardian without clamav hassan2 Ubuntu 1 03-11-2008 11:02 PM
Virus Scanning through HTTP Web Traffic with Dansguardian & ClamAV jomy Linux - Security 3 12-14-2005 12:06 PM
Virus Scanning Through HTTP web traffic with Dansguardian & ClamAV jomy Linux - Networking 2 12-11-2005 10:56 AM
Dansguardian with ClamAV jomy Linux - Networking 0 11-30-2005 12:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration