>>>>> "GH" == George Hare <hare.george@xxxxxxxxx> writes: GH> Would anyone know why Clamav ran through almost my entire file GH> system (FC4 64) for over an hour, just to freeze in the middle of GH> /var/log? ls -l /var/log Is /var/log/lastlog huge? It's a sparse file so it doesn't take up any disk space, but running through it byte by byte isn't going to be quick. - J<