Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86443 - possible error in Gentoo Samba3/CUPS/ClamAV HOWTO re: libclamav flag
Summary: possible error in Gentoo Samba3/CUPS/ClamAV HOWTO re: libclamav flag
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 17:02 UTC by Jim Faulkner
Modified: 2005-03-26 10:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Faulkner 2005-03-23 17:02:58 UTC
The Gentoo Samba3/CUPS/ClamAV Howto:
http://www.gentoo.org/doc/en/quick-samba-howto.xml
says that you must run the clamd daemon in order to use clamav with samba.

However, according to the warning in the samba ebuild ( net-fs/samba/samba-3.0.10.ebuild line 56), samba doesn't use clamd when the the libclamav USE flag is enabled.... instead it loads the clamav libraries.

Perhaps the instructions should be to set START_CLAMD=no in /etc/conf.d/clamd instead of the opposite?


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2005-03-26 10:07:57 UTC
True. I've removed the libclamav USE flag for the installation in the guide (so that the guide uses the daemon) which is the lowest intruisive change :) I've also  made the installation of samba be "following the rules". 

Never do USE="foo bar" emerge bleh, always use
  echo "category/package foo bar" >> /etc/portage/package.use
  emerge package

Thanks for the intel. Document updated in CVS.