Freshclam error

10,053

I seem to remember getting this issue when I first started using clamav, going back through my notes I found I had written this:

First find out my uid and gid by typing at the command prompt: id your_username

Should give you a long line of text with a uid and gid in it somewhere, then type: sudo chown UID.GID /var/lib/clamav then sudo chmod 755 /var/lib/clamav

Change UID and GID with the values you got from the id Command above.

hope that helps

Share:
10,053

Related videos on Youtube

vitimiti
Author by

vitimiti

Updated on September 18, 2022

Comments

  • vitimiti
    vitimiti almost 2 years

    After installing clamav and clamtk, when doing freshclam I receive this message:

    freshclam
    ERROR: Can't create temporary directory /var/lib/clamav/clamav-f52645d8e80b9b727228734e339d231d
    Hint: The database directory must be writable for UID 1000 or GID 1000
    

    Could somebody help?

    • vitimiti
      vitimiti almost 12 years
      So I re-installed it, used sudo freshclam and what i got was this: pastebin.com/kh9Q1h3K Is there anyway that warning is fixed? I'm asking because I can't seem to install it from the tar.gz file of the home page. I will leave this as solved and wait for the repositories, thank you all. [SOLVED]
    • Mateo
      Mateo over 11 years
      This is not a forum, we do not use "[SOLVED]" here. The format of this site is Question -> Answer, so If you have an answer please feel free to add an answer to your own question, or if an answer solved your question click on the green check next to the answer that solved your question.