 |
 |
| manually download latest database |
 |
 |
By mulletfish - Posted on July 20, 2004 - 20:36:07 (#13475)
Current version when comment was posted: 0.74 |
 |
 |
If you are having problem using freshclam
then go to this site http://clamav.sonic.net/database/ and download main.cvd daily.cvd or viruses.db for latest database
|
|
| who can help me to dowload john ripper |
 |
 |
By wildchild - Posted on July 20, 2004 - 11:02:45 (#13457)
Current version when comment was posted: 0.74 |
 |
 |
how to dowload john the repper?n after zip how to open the john program..
|
|
| License? |
 |
 |
By SD - Posted on July 18, 2004 - 06:39:41 (#13372)
Current version when comment was posted: 0.74 |
 |
 |
Why you've set "Artistic" license at bebits page, while app is under GPL ?
|
|
| Welcome to Kernel-debugging land |
 |
 |
By Hugh - Posted on July 18, 2004 - 06:16:54 (#13371)
Current version when comment was posted: 0.74 |
 |
 |
When starting BeClamAV from Tracker, I got a kernel crash (load_cont) when it tried to execute the binary.
Even if this is shell-only, it shouldn't crash that bad...
I am using Zeta RC3.
Integration into MailDaemonReplacement would be cool - sadly it's not yet possible to execute a script on incoming mail (as Filter-action).
|
|
| freshclam.conf |
 |
 |
By mulletfish - Posted on July 17, 2004 - 11:38:12 (#13367)
Current version when comment was posted: 0.74 |
 |
 |
Save freshclam.conf to the place clamav.conf is /etc
directory. The program was compiled with r5+bone.
I am working on a none bone built.
|
|
| It can't update |
 |
 |
By esteve - Posted on July 17, 2004 - 09:13:42 (#13364)
Current version when comment was posted: 0.74 |
 |
 |
If I type freshclam in Terminal, it appears there
$ sh: /boot/home/config/bin/freshclam: Missing library.
I saved clamav.conf in /boot/home/config/etc/, but freshclam.com, where I place it?
|
|
| clamav.conf freshclam.conf |
 |
 |
By mulletfish - Posted on July 16, 2004 - 13:24:01 (#13356)
Current version when comment was posted: 0.74 |
 |
 |
Here are the two missing config files just copy into stylededit and save (1)clamav.conf and the other as freshclam.conf
## clamav.conf
## Example config file for the Clam AV daemon
## Please read the clamav.conf(5) manual before editing this file.
##
# Comment or remove the line below.
Example
# Uncomment this option to enable logging.
# LogFile must be writable for the user running the daemon.
# Full path is required.
#LogFile /tmp/clamd.log
# By default the log file is locked for writing - the lock protects against
# running clamd multiple times (if want to run another clamd, please
# copy the configuration file, change the LogFile variable, and run
# the daemon with --config-file option). That's why you shouldn't uncomment
# this option.
#LogFileUnlock
# Maximal size of the log file. Default is 1 Mb.
# Value of 0 disables the limit.
# You may use 'M' or 'm' for megabytes (1M = 1m = 1048576 bytes)
# and 'K' or 'k' for kilobytes (1K = 1k = 1024 bytes). To specify the size
# in bytes just don't use modifiers.
#LogFileMaxSize 2M
# Log time with an each message.
#LogTime
# Log also clean files. May be useful in debugging but will drastically
# increase the log size.
#LogClean
# Use system logger (can work together with LogFile).
#LogSyslog
# Specify the type of syslog messages - please refer to 'man syslog'
# for facility names. Default is LOG_LOCAL6.
#LogFacility LOG_MAIL
# Enable verbose logging.
#LogVerbose
# This option allows you to save the process identifier of the listening
# daemon (main thread).
#PidFile /var/run/clamd.pid
# Optional path to the global temporary directory.
# Default is system specific - usually /var/tmp or /tmp.
#TemporaryDirectory /var/tmp
# Path to the database directory.
# Default is the hardcoded directory (mostly /usr/local/share/clamav,
# but it depends on installation options).
#DatabaseDirectory /var/lib/clamav
# The daemon works in local or network mode. Currently the local mode is
# recommended for security reasons.
# Path to the local socket. The daemon doesn't change the mode of the
# created file (portability reasons). You may want to create it in a directory
# which is only accessible for a user running daemon.
LocalSocket /tmp/clamd
# Remove stale socket after unclean shutdown.
#FixStaleSocket
# TCP port address.
#TCPSocket 3310
# TCP address.
# By default we bind to INADDR_ANY, probably not wise.
# Enable the following to provide some degree of protection
# from the outside world.
#TCPAddr 127.0.0.1
# Maximum length the queue of pending connections may grow to.
# Default is 15.
#MaxConnectionQueueLength 30
# When activated, input stream (see STREAM command) will be saved to disk before
# scanning - this allows scanning within archives.
#StreamSaveToDisk
# Close the connection if this limit is exceeded.
#StreamMaxLength 10M
# Maximal number of a threads running at the same time.
# Default is 5, and it should be sufficient for a typical workstation.
# You may need to increase threads number for a server machine.
#MaxThreads 10
# Waiting for data from a client socket will timeout after this time (seconds).
# Default is 120. Value of 0 disables the timeout.
#ReadTimeout 300
# Maximal depth the directories are scanned at.
MaxDirectoryRecursion 15
# Follow a directory symlinks.
# SECURITY HINT: You should have enabled directory recursion limit to
# avoid potential problems.
#FollowDirectorySymlinks
# Follow regular file symlinks.
#FollowFileSymlinks
# Do internal checks (eg. check the integrity of the database structures)
# By default clamd checks itself every 3600 seconds (1 hour).
#SelfCheck 600
# Execute a command when a virus is found. In the command string %v will
# be replaced by the virus name.
#
#VirusEvent /usr/local/bin/send_sms 123456789 "VIRUS ALERT: %v"
# Run as selected user (clamd must be started by root).
# By default it doesn't drop privileges.
#User clamav
# Initialize the supplementary group access (for all groups in /etc/group
# user is added in. clamd must be started by root).
#AllowSupplementaryGroups
# Don't fork into background. Useful in debugging.
#Foreground
# Enable debug messages in libclamav.
#Debug
# Do not remove temporary files (for debug purposes).
#LeaveTemporaryFiles
##
## Document scanning
##
# This option enables scanning of Microsoft Office document macros.
ScanOLE2
##
## Mail support
##
# Uncomment this option if you are planning to scan mail files.
#ScanMail
##
## Archive support
##
# Comment this line to disable scanning of the archives.
ScanArchive
# By default the built-in RAR unpacker is disabled by default because the code
# terribly leaks, however it's probably a good idea to enable it.
#ScanRAR
# Options below protect your system against Denial of Service attacks
# with archive bombs.
# Files in archives larger than this limit won't be scanned.
# Value of 0 disables the limit.
# WARNING: Due to the unrarlib implementation, whole files (one by one) in RAR
# archives are decompressed to the memory. That's why never disable
# this limit (but you may increase it of course!)
ArchiveMaxFileSize 10M
# Archives are scanned recursively - e.g. if Zip archive contains RAR file,
# the RAR file will be decompressed, too (but only if recursion limit is set
# at least to 1). With this option you may set the recursion level.
# Value of 0 disables the limit.
ArchiveMaxRecursion 5
# Number of files to be scanned within archive.
# Value of 0 disables the limit.
ArchiveMaxFiles 1000
# Mark potential archive bombs as viruses (0 disables the limit)
ArchiveMaxCompressionRatio 200
# Use slower decompression algorithm which uses less memory. This option
# affects bzip2 decompressor only.
#ArchiveLimitMemoryUsage
# Mark encrypted archives as viruses (Encrypted.Zip, Encrypted.RAR).
#ArchiveBlockEncrypted
##
## Clamuko settings
## WARNING: This is experimental software. It is very likely it will hang
## up your system !!!
##
# Enable Clamuko. Dazuko (/dev/dazuko) must be configured and running.
#ClamukoScanOnAccess
# Set access mask for Clamuko.
ClamukoScanOnOpen
ClamukoScanOnClose
ClamukoScanOnExec
# Set the include paths (all files in them will be scanned). You can have
# multiple ClamukoIncludePath options, but each directory must be added
# in a seperate option. All subdirectories are scanned, too.
ClamukoIncludePath /home
#ClamukoIncludePath /students
# Set the exclude paths. All subdirectories are also excluded.
#ClamukoExcludePath /home/guru
# Limit the file size to be scanned (probably you don't want to scan your movie
# files ;))
# Value of 0 disables the limit. 1 Mb should be fine.
ClamukoMaxFileSize 1M
# Enable archive support. It uses the limits from clamd section.
# (This option doesn't depend on ScanArchive, you can have archive support
# in clamd disabled).
ClamukoScanArchive
# end clamav.conf
##fresclam.conf
## Example config file for freshclam
## Please read the clamav.conf(5) manual before editing this file.
## This file may be optionally merged with clamav.conf.
##
# It should match clamav.conf's directive ! (in most cases you shouldn't
# change it)
#DatabaseDirectory /var/lib/clamav
# Path to the log file (make sure it has proper permissions)
#UpdateLogFile /var/log/freshclam.log
# Enable verbose logging.
#LogVerbose
# Use system logger (can work together with UpdateLogFile).
#LogSyslog
# Specify the type of syslog messages - please refer to 'man syslog'
# for facility names. Default is LOG_LOCAL6.
#LogFacility LOG_MAIL
# By default when freshclam is started by root it drops privileges and
# switches to the "clamav" user. You can change this behaviour here.
#DatabaseOwner clamav
# The main database mirror is database.clamav.net (this is a round-robin
# DNS that points to many mirrors on the world) and in most cases you
# SHOULD NOT change it.
DatabaseMirror database.clamav.net
# How many attempts to make before giving up.
MaxAttempts 3
# How often check for a new database. We suggest checking for it every
# two hours.
Checks 12
# Proxy settings
#HTTPProxyServer myproxy.com
#HTTPProxyPort 1234
#HTTPProxyUsername myusername
#HTTPProxyPassword mypass
# Send the RELOAD command to clamd.
#NotifyClamd [/optional/config/file/path]
# Run command after database update.
#OnUpdateExecute command
# Run command if database update failed.
#OnErrorExecute command
#end freshclam.conf
|
|
| missing lib |
 |
 |
By gijsbert - Posted on July 16, 2004 - 05:32:22 (#13353)
Current version when comment was posted: 0.74 |
 |
 |
got a missing libbind.so problem
could you make a r5.0.3 version please?
|
|
| not works without clamav.conf |
 |
 |
By rayman - Posted on July 16, 2004 - 02:58:48 (#13350)
Current version when comment was posted: 0.74 |
 |
 |
I have tested it, but for update the virus database, it request "clamav.conf" in /boot/home/config/etc/
|
|
| Thanks! |
 |
 |
By BeJay - Posted on July 15, 2004 - 17:13:44 (#13349)
Current version when comment was posted: 0.74 |
 |
 |
Just downloaded the programme, thanks. I think this is the first anti-virus programme we have for the BeOS since RAV.
BeJay
|
|
| I just uploaded ClamAVforBeOS.zip to my site |
 |
 |
By sarana - Posted on July 15, 2004 - 16:55:09 (#13348)
Current version when comment was posted: 0.74 |
 |
 |
So you are all welcome to download from there as an alternative. I don't think there are bandwidth restrictions on the site, however I may be wrong. Please continue to look for an alternative mirror, mulletfish, as I do not want to be the permanent host.
http://cyber.law.harvard.edu/blogs/gems/stuff/ClamAvforBeos.zip
|
|
| Host |
 |
 |
By SD - Posted on July 15, 2004 - 16:05:54 (#13346)
Current version when comment was posted: 0.74 |
 |
 |
Ask Kancept at BeShare about hosting
He is creating BeSoft SuperStorage.
So he'll be glad to host/mirror it.
|
|
| Need host |
 |
 |
By mulletfish - Posted on July 15, 2004 - 15:55:14 (#13345)
Current version when comment was posted: 0.74 |
 |
 |
The problem is that yahoo only allow certain bandwith
I need a new host .
|
|
| Link still crippled |
 |
 |
By BeJay - Posted on July 15, 2004 - 14:59:57 (#13343)
Current version when comment was posted: 0.74 |
 |
 |
Its probably truer to say that the link is crippled because of limited bandwith allowed by the Yahoo site. Even so it still means that I've not been able to get the programme. Any chance of a BeZip or Beshare posting?
|
|
| download works! |
 |
 |
By cooperlab - Posted on July 15, 2004 - 14:07:32 (#13342)
Current version when comment was posted: 0.74 |
 |
 |
try to download it with firefox or others, netpositive dont work!
cooper
|
|
| "Broken link" |
 |
 |
By Finn - Posted on July 15, 2004 - 12:15:54 (#13341)
Current version when comment was posted: 0.74 |
 |
 |
The link is not broken, but external linking seems to be not allowed. Using Net+, just hitting "Reload" worked for me, as the error message page seems to be accepted as an "internal" (same server) referring page.
Finn
|
|
| Brocken Link |
 |
 |
By BeJay - Posted on July 14, 2004 - 17:15:40 (#13314)
Current version when comment was posted: 0.74 |
 |
 |
|
|
|
|