HTTP Anti-Virus Proxy

Official HAVP Support Forum
Registration disabled, I'm tired of spambots. E-mail havp@hege.li if you have questions.
HAVP project is pretty much frozen/abandoned at this time anyway.


All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 11 Jan 2011 18:58 
Offline

Joined: 11 Jan 2011 18:51
Posts: 2
Hello,

my log is full of this messages, and from EVERY DAY I'm unable to browse the internet until I restart the services (squid/havp/dansguardian).

Code:
Jan 11 16:00:54 firewall havp[31312]: Could not lock Scannerfile: /var/spool/havp/havp-fAoEAz
Jan 11 16:00:54 firewall havp[31313]: Could not lock Scannerfile: /var/spool/havp/havp-Q42JSz
Jan 11 16:01:03 firewall havp[22532]: Could not lock Scannerfile: /var/spool/havp/havp-mgkcTR
Jan 11 16:01:03 firewall havp[22533]: Could not lock Scannerfile: /var/spool/havp/havp-7aRklQ
Jan 11 16:01:03 firewall havp[22534]: Could not lock Scannerfile: /var/spool/havp/havp-A856zQ
Jan 11 16:01:03 firewall havp[22535]: Could not lock Scannerfile: /var/spool/havp/havp-PgcgTQ


I don't know the cause of this issue.
and I don't know how to fix this issue.
havp version : havp-0.90-2

Please advice.

Thanks.


Top
 Profile  
 
PostPosted: 17 Jan 2011 13:24 
Offline

Joined: 11 Jan 2011 18:51
Posts: 2
any body?


Top
 Profile  
 
PostPosted: 30 Jun 2011 10:56 
Offline

Joined: 29 Jun 2011 18:40
Posts: 2
Hi,

on my server this issue occured because I put /var/havp on a tmpfs. If you do so, this may work for some days or weeks but it is not stable.
I used a work-arround by putting an image on the ramdisk, formating it reiserfs and mounting it as a loopback device:

#!/bin/bash
mount -o defaults,nosuid,noexec,size=1G -t tmpfs tmpfs /var/ramdisk
dd if=/dev/zero of=/var/ramdisk/ramdisk.img bs=1024 count=1000000
mkreiserfs -f -q /var/ramdisk/ramdisk.img
mount -o defaults,nosuid,noexec,mand,loop /var/ramdisk/ramdisk.img /var/havp

This may be called somewhere in the startscript.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group