On my Mac OS X 10.5.7 system I've installed and uninstalled GasMask (a utility to manage hosts files) at some point. Ever since then, when I manually edit my hosts file (which I furthermore manually recreated after uninstalling GasMask) the changes don't persist when I reboot the machine. Any idea what is going on here?

Furthermore, what steps could I undertake to revert to the vanilla state from before I had GasMask installed? I think some config changes from this GasMask installation might be the root of my current problem.

Thanks.

link|improve this question

57% accept rate
are you making the changes as root or your normal user? – warren Sep 17 '09 at 2:40
@warren: I edit my hosts file with TextWrangler. Upon editing, TextWrangler asks me whether I want to unlock the file for editing. Then when I want to save changes it asks me for a password, which I presume is suppoed to be the root password. I enter the password, and the file is saved. Owner of the hosts file is root, group wheel. BTW, the file shows a @ sign next to the files modes when I do a ls -l in terminal. Don't know whether this is relevant. – fireeyedboy Sep 18 '09 at 17:22
feedback

1 Answer

Try grep -r GasMask /Library and find /Library -name "*GasMask*"

It's possible there's some plists laying around somewhere.

link|improve this answer
Alright, I'll look into this, and report back when I get the chance. Cheers. – fireeyedboy Sep 18 '09 at 17:23
BTW, if I do find these plists; do I need to delete these? Or do I need some in depth knowledge of plists before I start messing with them? – fireeyedboy Sep 18 '09 at 18:40
1  
It should be safe to just delete any GasMask plists that you find. They'll just be created if you ever run GasMask again. – nnyby Sep 19 '09 at 4:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.