Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
i was just browsing around, and when i tried to download a picture, i clicked save, and firefox shut down. it wasn't the first time it's happpened, so i wasn't ...
  1. #1
    Linux Newbie
    Join Date
    Mar 2005
    Location
    san diego, ca
    Posts
    131

    firefox stopped working!!

    i was just browsing around, and when i tried to download a picture, i clicked save, and firefox shut down. it wasn't the first time it's happpened, so i wasn't worried. usually i just have to open it again and i can download the picture or whatever it was that caused firefox to crash. this time, i couldn't open it. i restarted X, i even restarted kubuntu, to no avail. firefox won't load anymore. what happened? i didn't change any of the settings or anything. i hate being in windows. help!!

    thanks

  2. #2
    Linux User Game master pro's Avatar
    Join Date
    Sep 2005
    Location
    Tasmania, australia
    Posts
    274
    Have you tried re installing firefox or getting the latest version?

  3. #3
    Linux Newbie
    Join Date
    Mar 2005
    Location
    san diego, ca
    Posts
    131
    i did, but it told me that it couldn't find the server to download from (or something of the sort). my internet connection is not down...

  4. #4
    Linux Newbie
    Join Date
    Mar 2005
    Location
    san diego, ca
    Posts
    131
    please help!! i'm posting this from konqueor, not very fun. this is my output when i try to apt-get install firefox:

    jnev@jnevlinux:~$ sudo apt-get install mozilla-firefox
    Reading package lists... Done
    Building dependency tree... Done
    Suggested packages:
    mozilla-firefox-gnome-support latex-xft-fonts xprt-xprintorg
    The following packages will be upgraded:
    mozilla-firefox
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B/8802kB of archives.
    After unpacking 24.6MB of additional disk space will be used.

    Preconfiguring packages ...
    (Reading database ... 72300 files and directories currently installed.)
    Preparing to replace mozilla-firefox 1.0.6-1ubuntu1~5.04ubp1 (using .../mozilla-firefox_1.0.7-0ubuntu0.1_i386.deb) ...
    Unpacking replacement mozilla-firefox ...
    dpkg: error processing /var/cache/apt/archives/mozilla-firefox_1.0.7-0ubuntu0.1_i386.deb (--unpack):
    trying to overwrite `/var/lib/mozilla-firefox/extensions.d/00classic', which is also in package firefox
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
    /var/cache/apt/archives/mozilla-firefox_1.0.7-0ubuntu0.1_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    ___

    when i try to apt-get upgrade or apt-get dist-upgrade, it says that firefox is the only package in need of an upgrade, and i get the same exact error as above.

  5. #5
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    I have problem installing the latest firefox with Etch also. So I resign myself to using Sarge version....

    Maybe you could delete and reinstall your current firefox ?

  6. #6
    Linux Newbie
    Join Date
    Mar 2005
    Location
    san diego, ca
    Posts
    131
    read my last post, i can't reinstall.

    i'm not using debian, it's kubuntu. read the post before you respond.

  7. #7
    Linux Newbie
    Join Date
    Mar 2005
    Location
    san diego, ca
    Posts
    131
    can anybody help me??? this problem is driving me crazy...

  8. #8
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401

    Force overwriting

    Code:
    apt-get --force-overwrite install mozilla-firefox
    This should be your solution...

    If you have further problem you can try this:

    Code:
    apt-get --force-all install mozilla-firefox
    Check also the apt-get man page, wih lists all --force-* parameters...

    These options are used when a package cannot be installed because it cannot overwrite other files, some actions fails and the apt-get refuse to install the package...
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

  9. #9
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401

    However

    ops, I've notice you are upgrading your installation...

    to reinstall you can use:

    Code:
    apt-get --reinstall install mozilla-firefox
    This *really* reinstall you software...
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

  10. #10
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401

    ...

    Third sequential post... Last night was too hard for me...

    Don't you have tried to remove (or renaming, maybe it's better) you firefox home files?

    they are situated in ~/.mozulla directory...

    Maybe the problem is you firefox...

    Then, avoiding a fourth sequential post... try to run firefox from console... maybe it can print some usefull message, wich will help you to debug the problem...

    Anyway you can run these commands, but you need to know some programming basics...

    Code:
    strace mozilla-firefox
    
    ltrace mozilla-firefox
    you can see any systema call used by the program... maybe it will stops on a connect, or fails because it try to execute a read on some files...

    Reinstalling is not usefull, try to figure out the cause of the problem..
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

Page 1 of 2 1 2 LastLast

Posting Permissions

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