[Bug 359301] Re: klamav can't download virus database on jaunty

2014-11-26 Thread Mathew Hodson
** Changed in: clamav (Ubuntu Intrepid) Status: Invalid => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/359301 Title: klamav can't download virus database on jaunty To manage n

[Bug 359301] Re: klamav can't download virus database on jaunty

2010-05-08 Thread Alex Valavanis
Intrepid Ibex reached end-of-life on 30 April 2010 so I am closing the report. The bug has been fixed in newer releases of Ubuntu. ** Changed in: clamav (Ubuntu Intrepid) Status: Fix Committed => Invalid -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/35

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-24 Thread Martin Pitt
Imre, this is handled in bug 360655. -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/359301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-16 Thread Imre Gergely
clamtk has the same problem, can't update/download virus database to user's home directory, because apparmor for freshclam is too restrictive for clamtk. See attached debdiff for a quick fix. ** Attachment added: "clamav_0.95.1+dfsg-0ubuntu2.debdiff" http://launchpadlibrarian.net/25560170/clam

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-15 Thread Martin Pitt
** Tags added: verification-done ** Tags removed: verification-needed -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/359301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list u

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-15 Thread Imre Gergely
Maybe this should be continued over in bug 360655 ? -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/359301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-15 Thread Imre Gergely
Tested on Intrepid. Got package from intrepid-proposed: clamav 0.94.dfsg.2-1ubuntu0.4 with klamav 0.44-3ubuntu2 Database of klamav gets downloaded in /home//.klamav/database without issues, scan can be run, and viruses are detected. Tried a database update too, after removing the database files,

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-15 Thread Martin Pitt
Accepted into intrepid-proposed; please test and give feedback here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: clamav (Ubuntu Intrepid) Status: New => Fix Committed ** Tags added: verifi

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-15 Thread Martin Pitt
** Also affects: clamav (Ubuntu Intrepid) Importance: Undecided Status: New -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/359301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.95.1+dfsg-0ubuntu1 --- clamav (0.95.1+dfsg-0ubuntu1) jaunty; urgency=low [ Scott Kitterman ] * New upstream bugfix release - libclamav/others.h: harden CLI_ISCONTAINED macro (bb#1552) - libclamav/phishcheck.c: fix possible crash

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-10 Thread Jamie Strandboge
** Attachment added: "clamav_0.95+dfsg-2ubuntu2.debdiff" http://launchpadlibrarian.net/25224692/clamav_0.95%2Bdfsg-2ubuntu2.debdiff ** Changed in: clamav (Ubuntu) Status: Triaged => In Progress ** Changed in: clamav (Ubuntu) Assignee: Jamie Strandboge (jdstrand) => Scott Kitterman

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-10 Thread Jamie Strandboge
** Changed in: clamav (Ubuntu) Status: Incomplete => Triaged ** Changed in: clamav (Ubuntu) Milestone: None => ubuntu-9.04 -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/359301 You received this bug notification because you are a member of Ubuntu Bug

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-10 Thread Imre Gergely
Was working with these two lines: owner @{HOME}/.klamav/database/ rw, owner @{HOME}/.klamav/database/** rwk, After adding them, the database got downloaded correctly in /home/user/.klamav/database. -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/359301 You

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-10 Thread Jamie Strandboge
Sorry, that should be: owner @{HOME}/.klamav/db/database/ rw, owner @{HOME}/.klamav/db/database/** rwk, -- klamav can't download virus database on jaunty https://bugs.launchpad.net/bugs/359301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 359301] Re: klamav can't download virus database on jaunty

2009-04-10 Thread Jamie Strandboge
Thank you for using Ubuntu and taking the time to report a bug. Can you try adding the following to /etc/apparmor.d/usr.bin.freshclam: owner /home/*/.klamav/db/database/ rw, owner /home/*/.klamav/db/database/** rwk, and then restarting apparmor with: $ sudo /etc/init.d/apparmor force-reload