Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43

Thread: Clam AV nuts and bolts

  1. #21
    Join Date
    Oct 2004
    Location
    Kingston, On
    Beans
    Hidden!

    Re: Clam AV nuts and bolts

    I copied this to the forum-wiki delta.

    http://test.wiki.ubuntu.com/forum/software/clamav

    It needs some cleaning up...

  2. #22
    Join Date
    Feb 2005
    Beans
    6

    Re: Clam AV nuts and bolts

    if I may a little up for my previous post :

    latest clamav version in backports for amd-64 is 0.83
    it was not possible to get the 0.85.1 version neither from the debian sid repository nor from the deb files

    is there a way to update viruses definition manually, because freshclam would not run with the 0.83 ?

    thanx again

  3. #23
    Join Date
    May 2005
    Beans
    28

    Re: Clam AV nuts and bolts

    "WARNING: Your ClamAV installation is OUTDATED - please update immediately!
    WARNING: Current functionality level = 4, required = 5"

    Trying to update the virus-definition base might not be a good idea. I'm not sure how the internals of ClamAV works, but that error message does hint that it might not work well.

    It might be partly because I'm a bleeding-edge Gentoo user, but I've found that while it could be ok to be a bit out-of-date at times, as long as security patches are applied, Ubuntu can sometimes be frustratingly out-of-date.

    I thought the point of not going bleeding-edge is to assure that things will work. However, with Ubuntu, I've found that it could render things like ClamAV utterly useless, which is most of the time a lot worse than "partly working" or "fixable, but requires some work". If there's anything that Ubuntu needs to fix, it's this. Packages shouldn't be bleeding-edge, but they should at least be current enough for official support (which basically equals functionality).

  4. #24
    Join Date
    Feb 2005
    Beans
    6

    Re: Clam AV nuts and bolts

    Hi,
    I am not sure I did correctly get your point

    I thought the point of not going bleeding-edge is to assure that things will work. However, with Ubuntu, I've found that it could render things like ClamAV utterly useless
    I am not that uncomfortable with using old clamav version, as long as things work. But this is not actually the case.
    What should I do, then ?

    Thank you

  5. #25
    Join Date
    Jun 2005
    Location
    Italy
    Beans
    60

    Re: Clam AV nuts and bolts

    A little question about ClamAV: does the ClamAV database contains also the Win32 virus signatures or it contains a linux viruses db only?
    Can ClamAV detect a Win32 virus or not?
    I ask this becouse I would integrate an AV protection in a linux mail server.

  6. #26
    Join Date
    Oct 2004
    Location
    Poland/Silesia
    Beans
    49

    Re: Clam AV nuts and bolts

    Hi,

    Quote Originally Posted by billiejoex
    A little question about ClamAV: does the ClamAV database contains also the Win32 virus signatures or it contains a linux viruses db only?
    Can ClamAV detect a Win32 virus or not?
    I ask this becouse I would integrate an AV protection in a linux mail server.
    Yes, clamav _detects_ Win32 viruses. I do not know how many viruses are on Linux/BSD - 5? Less, more.

    Best Regards,
    Shufla

  7. #27
    Join Date
    Jun 2005
    Location
    Italy
    Beans
    60

    Re: Clam AV nuts and bolts

    Thanks.
    Sorry for the bad english

  8. #28
    Join Date
    Jun 2005
    Location
    Umeå, Sweden
    Beans
    10
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Clam AV nuts and bolts

    How about a script for scanning a file for viruses that can be run from Nautilus?

    What I have so far is:
    Code:
    #!/bin/bash
    for uri in $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS; do
    	clamscan "$uri"
    done
    But how do I go about getting the results printed out?
    A terminal opening with the results would be fine.

    I'm very new to this so I don't have a clue, other than that something should be echoed.

  9. #29
    Join Date
    Jan 2007
    Beans
    712

    Re: Clam AV nuts and bolts

    I tried to install this using the directions from the first post. In my terminal I entered

    sudo apt-get install clamav

    I got several pages of messages, but at the end I get the error messages below. Any idea what my problem is?

    Setting up clamav-base (0.88.4-1ubuntu2.1) ...
    Adding system user `clamav' with uid 110...
    Adding new group `clamav' (115).
    Adding new user `clamav' (110) with group `clamav'.
    Not creating home directory `/var/lib/clamav'.
    dpkg: error processing clamav-base (--configure):
    subprocess post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of clamav-freshclam:
    clamav-freshclam depends on clamav-base (= 0.88.4-1ubuntu2.1); however:
    Package clamav-base is not configured yet.
    dpkg: error processing clamav-freshclam (--configure):
    dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of clamav:
    clamav depends on clamav-freshclam | clamav-data; however:
    Package clamav-freshclam is not configured yet.
    Package clamav-data is not installed.
    Package clamav-freshclam which provides clamav-data is not configured yet.
    dpkg: error processing clamav (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    clamav-base
    clamav-freshclam
    clamav
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    tomcarr@tomcarr-desktop:~$ clamscan -ir $HOME
    ERROR: Can't initialize the virus database

  10. #30
    Join Date
    Nov 2006
    Beans
    84

    Re: Clam AV nuts and bolts

    I have the same error as the above poster. What can I do to fix this?

Page 3 of 5 FirstFirst 12345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •