Created
November 27, 2014 09:05
-
-
Save iorionda/7171ba28b30646043eb3 to your computer and use it in GitHub Desktop.
Mac OS X 上で clamd を動かす ref: http://qiita.com/iorionda/items/885f270ee64434e45d2c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % brew install clamav |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % freshclam -v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Current working dir is /usr/local/Cellar/clamav/0.98.3/share/clamav | |
| Max retries == 3 | |
| ClamAV update process started at Wed May 14 14:05:32 2014 | |
| Using IPv6 aware code | |
| Querying current.cvd.clamav.net | |
| TTL: 962 | |
| Software version from DNS: 0.98.3 | |
| main.cvd version from DNS: 55 | |
| main.cvd is up to date (version: 55, sigs: 2424225, f-level: 60, builder: neo) | |
| daily.cvd version from DNS: 18979 | |
| daily.cld is up to date (version: 18979, sigs: 950655, f-level: 63, builder: neo) | |
| bytecode.cvd version from DNS: 236 | |
| bytecode.cvd is up to date (version: 236, sigs: 43, f-level: 63, builder: dgoddard) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /usr/local/etc/clamd.conf | |
| TCPAddr 127.0.0.1 | |
| TCPSocket 9321 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % mkdir /usr/local/var/run/clamav |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % clamd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DatabaseMirror db.jp.clamav.net |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment