-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
icap server keeps stopping and restarting. #2165
Comments
The logs of ICAP are visible in UI / Web Filter / Logs - ICAP server. You can send it to [email protected] to analyze. |
Here is what I see when i go there. Cannot read log file /opt/websafety/var/log/wsicapd.log, error: Cannot read the file /opt/websafety/var/log/wsicapd.log, stderr: sudo: unable to send audit message: Operation not permitted |
when i go into that directory above the only files I find are When I go into cron_license.log I find this error 2023/11/26 06:17:01 map[Metadata:[true]] goroutine 1 [running]: In cron_update.log I find this error 2023/11/26 06:17:25 Deploying definition files from /opt/websafety/var/temp/updater_temp_iwf into /opt/websafety/var/spool/iwf... |
I can create the file wsicapd.log using touch, but the file never gets updated and the icap server keeps restarting. I am using the docker image for version 8.7. |
Something is wrong with permissions most probably, what os you run the docker on? RHEL? |
This is being tested on fedora 39. Downgrading to Websafety-8.6 works. If you can duplicate the problem on RHEL, it should be good enough. I have a test version of the Websafety-8.7 running in another container. I was able to create the file using touch, which led me to believe it is not a permission problem. Also there is enough disk space, so that isn't a problem too. |
For now we only support Ubuntu, so postpoing |
Hi,
I updated to websafety 8.7 from 8.6. The backup and restore utility was used to transfer over the settings. Now the icap server keeps stopping and restarting. It makes web browsing annoying. Are there any log files I can look at to figure out what is happening?
The text was updated successfully, but these errors were encountered: