Differences between revisions 1 and 2
Revision 1 as of 2009-06-25 21:10:26
Size: 580
Editor: 41-62
Comment:
Revision 2 as of 2010-03-12 13:35:22
Size: 872
Editor: biglerr
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

  1. First, check if you have firefox/thunderbird instances running:

    ps -ef | grep <username>

    Kill these with kill <pid>

  2. Delete the following files:

    ~/.mozilla/firefox/<profile-name>/lock

    ~/.mozilla/firefox/<profile-name>/.parentlock

Windows

  1. Check with the task manager if firefox/thunderbird is running, if yes, kill it.
  2. 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").
  2. Delete the following file:

    ~/Library/Application Support/Firefox/Profiles/<profile-name>/.parentlock

FAQ/FirefoxMessages (last edited 2021-09-27 06:53:19 by bonaccos)