Bug#755992: proftpd-mod-clamav: error: Can not stat file (9): Bad file descriptor
Jérémie LEGRAND
jeremie.legrand at komori-chambon.fr
Tue Apr 7 10:12:29 UTC 2015
Hello,
I upgraded to latest version (0.14rc1) by recompiling sources from github. It is now OK.
(Virus are detected/blocked by Clamav, with no error in log file)
As Debian sid is still in 0.10 for now, here is my procedure to install 0.14 sources:
# Get sources from website:
cd /usr/local/src
wget --no-check-certificate https://github.com/jbenden/mod_clamav/archive/master.zip
unzip master.zip
# Get Debian sources (0.10)
apt-get -y install dpkg-dev zlib1g-dev devscripts
apt-get build-dep proftpd-mod-clamav
apt-get -y source proftpd-mod-clamav
# Copy new sources
cp mod_clamav-master/mod_clamav.* proftpd-mod-clamav-0.10
# Create a patch of changes:
dpkg-source -commit
# (name it whatever you want)
# Create .deb :
debuild -us -uc
# Install it
dpkg -i ../proftpd-mod-clamav_0xxxx.deb
Best regards,
Jeremie L.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-proftpd-maintainers/attachments/20150407/27f2429a/attachment.html>
More information about the Pkg-proftpd-maintainers
mailing list