LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mozilla profile problem (https://www.linuxquestions.org/questions/linux-newbie-8/mozilla-profile-problem-393916/)

Lordandmaker 12-17-2005 01:39 PM

Mozilla profile problem
 
I've had two unclean shutdowns on this computer, where my (simple) flatmate has switched it off at the socket without shutting down (i don't leave it on while i'm out anymore).

As a result, mozilla won't let me use my normal profile, under the impression it's still running.
In Windows, the way to get round this was to CtrAltDel to the task manager and kill any processes with 'Moz' in the name.

But i can't find any mention of mozilla in top. Is there somewhere else i should be looking?

I've tried quitting mozilla through <file><quit> but it still has the same problem.

Mozilla 1.7.12

jailbait 12-17-2005 02:32 PM

Quote:

Originally Posted by Lordandmaker
I've had two unclean shutdowns on this computer, where my (simple) flatmate has switched it off at the socket without shutting down (i don't leave it on while i'm out anymore).

As a result, mozilla won't let me use my normal profile, under the impression it's still running.
In Windows, the way to get round this was to CtrAltDel to the task manager and kill any processes with 'Moz' in the name.

But i can't find any mention of mozilla in top. Is there somewhere else i should be looking?

I've tried quitting mozilla through <file><quit> but it still has the same problem.

Mozilla 1.7.12

With mozilla not running check to see if you have a mozilla lock file in place:

find /home/user/.mozilla -iname "*lock*"

If a mozilla lock file exists with mozilla not running then delete the lock file.

----------------------
Steve Stites

Tinkster 12-17-2005 02:44 PM

If you're sure there's no mozilla running
(ps -A | grep moz returns nothing)
find ~/.mozilla -name lock -exec rm {} \;


Cheers,
Tink

[edit]
Oh boy, was I late :}
[/edit]

Lordandmaker 12-17-2005 05:13 PM

Whoop! It worked! Cheers!


All times are GMT -5. The time now is 02:55 PM.