LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 12-27-2012, 07:20 PM   #1
siickboii
Member
 
Registered: May 2012
Posts: 63

Rep: Reputation: Disabled
F17 KDE Klamav issue


I have fedora 17 kde desktop and ran the klamav for the first time. It found 8 viruses. I deleted them, rebooted and system wouldnt boot. It just said couldnt find kernel. I ened up reformatting and installing fedora again. Anyone had any issues with klamav doing this?
 
Old 12-28-2012, 12:19 AM   #2
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Quote:
Originally Posted by siickboii View Post
I have fedora 17 kde desktop and ran the klamav for the first time. It found 8 viruses. I deleted them, rebooted and system wouldnt boot. It just said couldnt find kernel. I ened up reformatting and installing fedora again. Anyone had any issues with klamav doing this?
Clamav is very good; it is an industrial standard anti-virus software. I used that before, I am using today, and have no plan of changing to another cleaner. But I don't use its GUI front ends: I suspect "Klamav" configuration has led you to false-positives and since your command was to delete/remove then your symlink to kernel might have been deleted also.

Use clamav at the terminal. Update it first
Code:
~# freshclam
be sure you are online and wait until the database is updated.

Make a directory where you can move (NOT DELETE) suspicious files
Code:
~# mkdir -p /root/clamav/move
Copy this code and paste to an editor and save as "scan" at folder /usr/bin --

Code:
clamscan -v -r --scan-archive=yes --cross-fs=yes --stdout \
--heuristic-scan-precedence=yes --move=/root/clamav/move \
--algorithmic-detection=yes --detect-pua=yes \
--include-pua=Packed --include-pua=RAT "$@"
Make it executable:
Code:
~# chmod +x /usr/bin/scan
You may now scan your whatever folder or drive you want using a fancy command like this:
Code:
~# scan /home (or)
~# scan /tmp
You can allow other users to use 'scan' command by setting permission:
Code:
~# chown root:clamav /usr/bin/scan
and make regular $USER as member of group 'clamav' for them to be able to use "scan" command.

Hope that helps.

Good luck.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
F17 Splash Screen Iron Sun Linux - Newbie 4 08-20-2012 09:12 AM
Problem with KlamAV installer and KDE 3.4.2 gymnart Linux - Software 3 04-02-2007 12:05 PM
LXer: KlamAV - Bringing The Power of ClamAV To The KDE Desktop LXer Syndicated Linux News 0 01-23-2006 07:46 PM
Installing klamav, KDE frontend for Clamav mickeyboa Fedora 0 01-15-2006 09:42 AM
KlamAV for KDE raysr Mandriva 1 11-10-2004 06:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 04:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration