WTH -- Virus or what?

Joined
Dec 24, 2004
Messages
75
Reaction score
0
Points
6
Location
Albuquerque
Your Mac's Specs
Macbook Pro 17" Quad i7, MacMini Quad i7 , 16gb ram on both. IPad 4th Gen. IPhone 4S
Hi All,

Norton on my Apple X.4.7 keeps popping up the dialog below. I have search the system for the file in question, but can not find it. Norton version is 10.1.1 (002).

Any Ideas?

Thanks,

Joe

norton_virus.jpg
 
Joined
Jun 9, 2005
Messages
632
Reaction score
27
Points
28
Location
My world
Your Mac's Specs
iBook 12" G4, 30 GB, 768 MB RAM. iPod 5G 30GB.
No Clue..

but i think a better question is.. why do you have norton?
Many have complained that it does more bad that it does good (especially since mac's currently don't have viruses). If you constantly share files with pc users then try clamxav, it shouldn't slow your computer down.
 
L

Logan

Guest
Hey mr Tux, how about start up terminal and do this cmd
Code:
sudo find / -name "25984.emlx" -print
Type in your password. What you just did is told your system to do an ENTIRE file system scan (sudo = super user access so you aren't getting permission denied checks on key directories) for a file named "25984.emlx", if it finds a result -print it out to the screen.

This file probably has high permissions you can't remove it without root access, it *may* be a system file and isn't something you want to delete! So a better alternative to straight out removing the problem is to perhaps use chmod and ls -L
ex:
Code:
ls -l <location of file>
you should see an example like this
-rw-r--r-- 1 root ZipO 45 Aug 8 21:09 Computer/example.txt
If you can get to this point, post a reply with these details.

If you really don't care and just want the sucker deleted, this is the course of action: Try to type
Code:
rm <location of file>
Replacing <location of file> with the directory printed out on find's result.
My guess however is that the file's permissions are too high for Norton antivirus to properly "repair" it, So you will probably have to super user remove it:
Code:
 sudo rm <location of file>

I'm not responsible if you break your system with the above commands, use them at your own risk. :D

Hope it's helpful though.
 
Joined
Feb 2, 2004
Messages
12,455
Reaction score
604
Points
113
Location
PA
Your Mac's Specs
MacBook
gunnerjoe said:
Any Ideas?
Yes... your computer is infected by Norton software. The best way to remedy this is to uninstall it ASAP. :p :black:

Seriously, Norton is junk IMO and does more harm than good. I have heard of it giving "false reads" like the one you are experiencing, just to make it seem like it really is doing some good for your system. In reality, it does very little... except take up valuable HD space.
If you absolutely must use an AV application, try clamxav as was already suggested.

:)
 
OP
gunnerjoe
Joined
Dec 24, 2004
Messages
75
Reaction score
0
Points
6
Location
Albuquerque
Your Mac's Specs
Macbook Pro 17" Quad i7, MacMini Quad i7 , 16gb ram on both. IPad 4th Gen. IPhone 4S
Yea I search as root with the 'find' command, it does not exist.

Norton is installed because of a work requirement :(

Thanks All,
 
Joined
Oct 27, 2005
Messages
4,702
Reaction score
404
Points
83
The best thing to do if it's a work requirement to have NAV installed, is to let the System Admin know about the alerts and then make sure you don't have personal data on your works mac, if that's possible.
 
Joined
Oct 27, 2002
Messages
13,172
Reaction score
348
Points
83
Location
Cleveland, Ohio
Your Mac's Specs
MacBook Pro | LED Cinema Display | iPhone 4 | iPad 2
You have an email that is infected. Empty your trash and delete the junk mail. That should fix it usually.
 

dtravis7


Retired Staff
Joined
Jan 4, 2005
Messages
30,133
Reaction score
703
Points
113
Location
Modesto, Ca.
Your Mac's Specs
MacMini M-1 MacOS Monterey, iMac 2010 27"Quad I7 , MBPLate2011, iPad Pro10.5", iPhoneSE
I think Schweb is correct. That is an Email and probably has a PC Virus with it.
 
J

JunMacTech

Guest
Let work know that they can save a lot of money, hassles, and man hours if they remove Norton from their Macs. If they need an alternative, ClamXav is a wonderful substitue. It actually works without causing more harm than good, lightweight, and free (I suggest your company donate since it is being used for corporate use)

We have switched our Macs to Clam here at the College and everyone from admin to end users have been delighted.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top