Firefox Keeps Downloading .iso Files

Home » CentOS » Firefox Keeps Downloading .iso Files
CentOS 7 Comments

Whenever I start firfox, it tries to download two .iso files into Desktop. Until recently, I wouldn’t notice until it announced that it had run out of room. At that point I would click on the messages to make them go away. In the mean time, it had been chewing up bandwidth.

One file, I had tried to download by mistake. Don’t remmeber what I did with it on purpose. The other I downloaded into a partition with more room.

I found this:
https://support.mozilla.org/en-US/questions/926609
I did not like the side-effects. For now, I’ve stopped the downloads by replacing the target files with empty unreadable files. Now I get an error message right away and it does not chew up my bandwidth. I’d lke a better solution. Any ideas?

[hennebry@localhost firefox]$ uname -a Linux localhost.localdomain 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
[hennebry@localhost firefox]$ firefox –version Mozilla Firefox 24.5.0
[hennebry@localhost firefox]$

7 thoughts on - Firefox Keeps Downloading .iso Files

  • This link tells you which files in Firefox profile to try deleting.

    First is downloads.sqlite, then try changing setting what is shown as Startup (anything but “show from last time”).

    If that does not help, try deleting those .js files from the link you gave.

  • I generally set Firefox to ask me where I want to download a file to (but have it default to ~/Downloads/).

    Firefox 24.6.0 is in the repo for CentOS6. You’re running 24.5.0 … update and see if it fixes?

  • Me, too. Sometimes it doesn’t. It did this time and I’d thought I was done with those downloads until firefox kept filling the partition.

    I’ll try it.

  • downloads.sqlite is a binary file that I have no idea what to do with.

    If you mean ~/Downloads , they were never there.

  • no, the downloads down-pointing arrow on the new toolbar, or type about:downloads into the url bar, then clear (right click, remove from history…) those pending iso’s.

    that .sql file is a sqlite database. you can open it with the sqlite3
    command tool, and examine the tables and stuff inside with SQL commands, but that’s far beyond the scope of this email. http://www.sqlite.org/cli.html