View Single Post
      08-01-2010, 09:28 PM   #16
radix
you know he kills little girls like you
radix's Avatar
No_Country
390
Rep
892
Posts

Drives: -
Join Date: Feb 2008
Location: -

iTrader: (0)

Quote:
Originally Posted by .:bHd:. View Post
alright I tried everything you guys said and it still happens. No trojans found by the way. I googled it turns out it happens to a lot of people. So ya this sucks
Did you follow the link I posted above to insure that safari was not autostarting? If that didn't help, open a terminal and type the following in bold at the prompt:

Code:
$ crontab -l
crontab: no crontab for xxxxxxxx
$ ls -l .bash{rc,_profile}*
ls: .bash_profile*: No such file or directory
ls: .bashrc*: No such file or directory
$ cat .profile

# MacPorts Installer addition on 2010-06-28_at_20:50:27: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.

$ ps -ef | grep -i [s]afari
  501 40421   176   0   0:01.11 ??         0:05.39 /Applications/Safari.app/Contents/MacOS/Safari -psn_0_22152479

# Take note of the third column in red above

$ ps -p 176
  PID TTY           TIME CMD
  176 ??         0:10.23 /sbin/launchd
post the results. I know this is all complicated, but it'll help figure out what might be starting Safari. Please also sanitize your command prompt, I don't want to know your name.

Last edited by radix; 08-01-2010 at 09:43 PM..
Appreciate 0