Showing posts with label Bug. Show all posts
Showing posts with label Bug. Show all posts

Sunday, 10 April 2016

Ubuntu 16.04 Bug #1568455 "Incorrect information in /etc/c-icap/c-icap.conf"

After having issues with c-icap not starting after installation into Ubuntu 16.04, I have filed this bug: #1568455.

I was attempting to setup c-icap to handle scanning against clamav for our Dell FS8600 NAS, but there is a problem in /etc/c-icap/c-icap.conf which prevents the c-icap server from starting.


Line 232 of /etc/c-icap/c-icap.conf reads:
ModulesDir ${prefix}/lib/x86_64-linux-gnu/c_icap

It should read:
ModulesDir /usr/lib/x86_64-linux-gnu/c_icap


Line 240 of /etc/c-icap/c-icap.conf reads:
ServicesDir ${prefix}/lib/x86_64-linux-gnu/c_icap

It should read:
ServicesDir /usr/lib/x86_64-linux-gnu/c_icap

Looks like the information in the default conf file isn't being updated correctly about the installation location.

This is affecting both the server and desktop build.

Friday, 4 November 2011

Win32k TrueType font parsing and Duqu fixit

Microsoft have released a temporary fix to overcome the vulnerability that is distributing Duqu.
It works by denying access to the Win32k TrueType font parsing engine. The fix doesn't appear to be on Windows update yet, you have to enable\disable it from here.

Thursday, 3 November 2011

iPad2 Magnet unlock bug to be fixed in IOS v5.0.1

Looks like the "Magnet unlock" bug will be fixed with the upcoming IOS v5.0.1. It doesn't allow the screen to be unlocked whilst on the power screen.

For the moment, you either have to disable the unlock feature, or educate the users not to leave apps in the foreground.

http://9to5mac.com/2011/11/02/apple-fixes-ipad-2-smart-cover-passcode-security-flaw-with-ios-5-0-1/