[EMAIL PROTECTED] wrote: > Hi, Mike > > I Installed that ClamAV 0.88.5 on both EFW-1.1-rc8 and EFW-2.0 and used the > following way > > rpm -Uvh --nodeps clamav-db-0.88.5-0.endian5.i386.rpm > > rpm -ivh clamav-0.88.5-0.endian5.i386.rpm > > But I am geting following message on clamav.log > > Messages > > Oct 22 13:13:33 test clamd[1794]: Socket file removed. > Oct 22 13:13:33 test clamd[1794]: Pid file removed. > Oct 22 13:13:33 test clamd[1794]: Exiting (clean) > > > I am also very likely to build a ClamAV update packages. I have already built > up a development machine, and tried to build that ClamAV update package but > unfortunately I could not understand content of umask.patch file works, if > you can help on both above, to figure out it will be grate help for me. > > > > Thanks > > Wijendra. > >
I'm not sure why you are getting this error. On the EFW 2.0 firewall you should not use the --nodeps flag on the upgrade and you should also install both packages all on one line. Like so "rpm -Uvh clamav-0.88.5-0.endian5.i386.rpm clamav-db-0.88.5-0.endian5.i386.rpm" I have not had any problems with the package so be sure they are both installed correctly and restart the clamd process. As far as the umask.patch and the SPEC file. I actually did not do anything to the SPEC file other then edit the Version number. I assume the umask.patch is a chunk of C code that changes the umask [file permissions] on file written by the clamd process. -Mike ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
