Hi, I get the below error, while starting clamd. what's wrong with it? help is needeed. [root at worldnet clamav]# /etc/init.d/clamd start Starting Clam AntiVirus Daemon: LibClamAV Error: cli_cvdload(): Can't create temporary directory /var/tmp/clamav-25f631f5d9a7b846 LibClamAV Error: Can't load /var/clamav/main.cvd: Unable to create temporary directory ERROR: Unable to create temporary directory [FAILED] -- Thank you Indunil Jayasooriya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070206/ac34b188/attachment.html>
> I get the below error, while starting clamd. what's wrong with it? help is > needeed. > > [root at worldnet clamav]# /etc/init.d/clamd start > Starting Clam AntiVirus Daemon: LibClamAV Error: cli_cvdload(): Can't > create temporary directory /var/tmp/clamav-25f631f5d9a7b846 > LibClamAV Error: Can't load /var/clamav/main.cvd: Unable to create temporary > directory > ERROR: Unable to create temporary directory > > [FAILED]It would appear that clamd is unable to create a directory in /var/tmp. You should check the permissions on /var/tmp and check to be sure that selinux is not interfering by reviewing your log files. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Indunil Jayasooriya wrote:> Hi, > > I get the below error, while starting clamd. what's wrong with it? help is > needeed. > > [root at worldnet clamav]# /etc/init.d/clamd start > Starting Clam AntiVirus Daemon: LibClamAV Error: cli_cvdload(): Can't > create temporary directory /var/tmp/clamav-25f631f5d9a7b846 > LibClamAV Error: Can't load /var/clamav/main.cvd: Unable to create > temporary > directory > ERROR: Unable to create temporary directory > [FAILED] >Read only /var? Check 1) permissions and 2) mount status of file system that holds /var/tmp.