⇤ ← Revision 1 as of 2009-06-25 21:10:26
Size: 580
Comment:
|
Size: 872
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
UNIX: | == UNIX == 1. First, check if you have firefox/thunderbird instances running:{{{ ps -ef | grep <username>}}} Kill these with `kill <pid>` 1. Delete the following files: `~/.mozilla/firefox/<profile-name>/lock` |
Line 5: | Line 10: |
First, check if you have firefox/thunderbird instances running | `~/.mozilla/firefox/<profile-name>/.parentlock` |
Line 7: | Line 12: |
`ps -ef | grep <username>` | == Windows == 1. Check with the task manager if firefox/thunderbird is running, if yes, kill it. 1. Delete the following file: `W:\Application Data\Mozilla\Firefox\Profiles\<profile-name>\parent.lock` |
Line 9: | Line 17: |
kill these with `kill <pid>` Then delete the following files: `~/.mozilla/firefox/<profile-name>/lock` `~/.mozilla/firefox/<profile-name>/.parentlock` Windows: Check with the task manager if firefox/thunderbird is running, if yes, kill it. Delete the following file: . `W:\Application Data\Mozilla\Firefox\Profiles\<profile-name>\parent.lock` |
== Mac OS X == 1. Check with the Activity Monitor if you have any dead firefox processes still lingering around. If so, kill them (Button labeled "Quit Process"). 1. Delete the following file: `~/Library/Application Support/Firefox/Profiles/<profile-name>/.parentlock` |
Why is Firefox/ Thunderbird telling me "already running", "profile in use" or "No running window found"?
UNIX
First, check if you have firefox/thunderbird instances running:
ps -ef | grep <username>
Kill these with kill <pid>
- Delete the following files:
~/.mozilla/firefox/<profile-name>/lock
~/.mozilla/firefox/<profile-name>/.parentlock
Windows
- Check with the task manager if firefox/thunderbird is running, if yes, kill it.
- Delete the following file:
W:\Application Data\Mozilla\Firefox\Profiles\<profile-name>\parent.lock
Mac OS X
- Check with the Activity Monitor if you have any dead firefox processes still lingering around. If so, kill them (Button labeled "Quit Process").
- Delete the following file:
~/Library/Application Support/Firefox/Profiles/<profile-name>/.parentlock