View Single Post
Old 01-10-2011, 12:12 PM  
BestXXXPorn
Confirmed User
 
BestXXXPorn's Avatar
 
Join Date: Jun 2009
Location: Asheville, NC
Posts: 2,277
Check DNS settings (as described above)

Next try...

Applications -> Utilities -> Activity Monitor

Check for any sketchy processes running and quit them if necessary...

Applications -> Utilities -> Console

Check for any bizarre log entries

Failing that...

Applications-> Utilities -> Terminal

ps aux

Will give you a full and complete list of processes that are running... you can kill off any odd stuff by using

sudo kill -9 PID [PID] [PID] [PID]

PID is/are the process ID(s)


That being said, wait till your logic board dies 1 week after the warranty expires and Apple wants $1,800 for just the logic board on a 2 year old laptop... Even used you're looking at over a grand...

I will never buy another apple laptop again...


EDIT: ALSO... Check your hosts file in case something is rewriting everything... from Terminal type:

vi /etc/hosts

Not sure if you're familiar with vi but you can at least take a look at it...

"i" for insert mode
"esc" for exiting insert mode
":q" for quit
":wq" for write/quit

Good luck!
__________________
ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com

Last edited by BestXXXPorn; 01-10-2011 at 12:14 PM..
BestXXXPorn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote