Find the answer to your Linux question:
Results 1 to 5 of 5
hi fres, i was experiencing this issue whenever firefox crashes abnormally and when i start firefox again it would show " firefox process running, to create new close the application ...
  1. #1
    Just Joined!
    Join Date
    Nov 2007
    Location
    bengalooru
    Posts
    2

    firefox process is already running, to create new close the application or reboot

    hi fres,

    i was experiencing this issue whenever firefox crashes abnormally and when i start firefox again it would show " firefox process running, to create new close the application or restart ur system". after googling abt this issue i found that its related to lock thts created with ur profile. to overcome this delete the file named lock or .parent lock in .mozilla/{profile_name}/.parentlock or in .mozilla /firefox/.parentlock located at home folder. you shld do everytime when firefox crashes and pops this message on revoke. bookmarks will not affected.

  2. #2
    Linux Newbie jnike's Avatar
    Join Date
    Sep 2006
    Location
    UK
    Posts
    120

    Post

    Hi bvkrock,

    To ensure that the process on firefox or mozilla, only has one instance, use man ps from a terminal;

    example A

    user1@unknown $ man ps

    Reformatting page. Please Wait... done

    User Commands ps(1)

    NAME
    ps - report process status

    DESCRIPTION
    The ps command prints information about active processes.
    Without options, ps prints information about processes that
    have the same effective user ID and the same controlling
    terminal as the invoker. The output contains only the pro-
    cess ID, terminal identifier, cumulative execution time, and
    the command name. Otherwise, the information that is
    displayed is controlled by the options.


    I hope this is of help.

    Jnike

  3. #3
    Just Joined!
    Join Date
    Nov 2007
    Location
    bengalooru
    Posts
    2
    HELLO JNIKE,
    i also did this but u'll not find any frirefox process there, this coz of the process lock thts being generated when it closes abnormally. so only way is to delete the lock as i said in my prvs post...........

    thanku
    bvk

  4. #4
    Linux Newbie jnike's Avatar
    Join Date
    Sep 2006
    Location
    UK
    Posts
    120

    Post

    Hi bvkrock,

    Next time the error happens try;

    ps -ef | grep -i firefox

    &

    ps -ef | grep -i mozilla

    or even

    ps -ef | grep -i lock | more

    This may provide better aid to determine, what processes are running under bold text.

    I hope this is of help.


    Jnike

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you tried renaming .mozilla folder? Firefox crashes because of misconfigured conf files or extensions most of the time.
    Code:
    mv ~/.mozilla ~/mozilla.bak
    Firefox will generate new .mozilla folder in restart. You can copy bookmarks.html from renamed copy to new one easily.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...