I'm running MAMP and it's telling me that it can't write to the /etc/hosts file. I'm guessing it's a permission issue but not totally sure. This is the error:
The file /etc/hosts couldn't be written
Any thoughts?
|
I'm running MAMP and it's telling me that it can't write to the /etc/hosts file. I'm guessing it's a permission issue but not totally sure. This is the error:
Any thoughts? |
||||
|
|
You might want to read this: http://www.justincarmony.com/blog/2011/07/27/mac-os-x-lion-etc-hosts-bugs-and-dns-resolution/ |
|||
|
|
|
On you mac, via the go to folder command (or cmd-shift-g) go to /etc/hosts. You will likely find that your hosts file is locked. Do a get info (cmd-i) on the file and uncheck 'locked'. Also check to see if you have write or read-only permissions under "Sharing and permissions". This is what I did and now my MAMP Pro works 100% |
|||
|
|
|
I have the same problem with MAMP Pro 2.0.5. It seem like MAMP Pro won't work if you edited your etc/hosts file (eg, put in extra text...) |
|||
|
|
|
Your guess that it's a permissions issue seems reasonable. To investigate this further, you can try the following:
Bear in mind that allowing an application to modify /etc/hosts is a security risk, which is why it is secured with strict permissions in the first place. A quick RTFM at the MAMP documentation http://documentation.mamp.info/en/mamp-pro/hosts/general shows that there is a check-box (Local Name Resolution) to control whether or not MAMP writes to the hosts file. My suggestion would be that you uncheck this check-box, and then manually edit your hosts file using a suitably privileged account to add the names you wish to use. |
|||
|
|
|
I'm having this exact problem with 2.0.5... I'm given the message I've uninstalled MAMP & MAMP Pro several times, which does not a thing to resolve the problem. I've also tried using XAMPP, to circumvent the problem, but I'm not terribly skilled at server admin, and can't seem to get vhosts properly set up. I'm about to pull my teeth out, and reinstall os x. I'm turning to Stackoverflow, as the MAMP forum has been just about useless I've circumvented the problems I've been having with MAMP Pro 2.0.5 by resorting to the non-paid version of MAMP, and manually creating virtual hosts per ---> http://sawmac.com/mamp/virtual/ |
||||
|
|
|
for anyone else having this problem. My fix was to uninstall mamp pro and the standard version too by using their uninstall apps located on their own folders in /Applications. I got erros about two folders not being able to be erased. I don't remember which ones but if the problem you're having is same as mine was, you'll get a prompt of folder names. Folders were located in: ~/Library/Preferences I deleted those manually and restarted the uninstall app. I also deleted the following two files from the ~/Library/Preferences folder: de.appsolute.MAMP.plist de.appsolute.mamppro.plist.lockfile Rebooted and installed Mamp Pro. |
|||
|
|