I am running Puppy 5.11 with a full install and I am having trouble keeping a browser open. Chromium only stays open for about 8 seconds. Opera & Firefox stay open about a minute, then unceremoniously close. There are never any errors shown. Got any ideas?
[Edit] I ran Firefox in a terminal and got this when it closed:
/usr/lib/firefox/run-mozilla.sh: line 131: 29697 Segmentation fault "$prog" ${1+"$@"}
Chrome gave this:
Segmentation fault
Opera shows this in the terminal after startup:
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
Chuck
Browser problems
Browser problems
[i]It's always easy when you know how![/i]
-
- Posts: 812
- Joined: Thu 04 Feb 2010, 13:16
- Location: Australia, 1999 Toshiba laptop, 512mb RAM, no HDD, 431 Retro & 421 Retro
- Béèm
- Posts: 11763
- Joined: Wed 22 Nov 2006, 00:47
- Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
On what partition type did you do the full install?
Maybe boot from CD with puppy pfix=ram (enter this during the 5 second pause) and run in a console fsck /dev/xxx (where xxx is your partition)
Maybe boot from CD with puppy pfix=ram (enter this during the 5 second pause) and run in a console fsck /dev/xxx (where xxx is your partition)
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
- RetroTechGuy
- Posts: 2947
- Joined: Tue 15 Dec 2009, 17:20
- Location: USA
Re: Browser problems
The Firefox message from the command line looks like the infamous "I just upgraded Firefox, and it ran out of pupsave space during the upgrade and so the install barfed on me, corrupting my old Firefox, without installing the new one".cprivers wrote:I am running Puppy 5.11 with a full install and I am having trouble keeping a browser open. Chromium only stays open for about 8 seconds. Opera & Firefox stay open about a minute, then unceremoniously close. There are never any errors shown. Got any ideas?
[Edit] I ran Firefox in a terminal and got this when it closed:
/usr/lib/firefox/run-mozilla.sh: line 131: 29697 Segmentation fault "$prog" ${1+"$@"}
Chrome gave this:
Segmentation fault
Opera shows this in the terminal after startup:
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
Chuck
It is a known Firefox bug, as Firefox should first confirm that there is enough space to download and install, before installing partially and crashing -- leaving your system broken.
Clear some space, so you have say at least 70 or 80MB, then try re-installing Firefox, confirm that you still have 70 or 80 MB, then tell Firefox to upgrade to the latest. This has fixed it every time I tried it.
(yes, I believe that it corrupts the libraries, so other errors are likely as well)
[url=http://murga-linux.com/puppy/viewtopic.php?t=58615]Add swapfile[/url]
[url=http://wellminded.net63.net/]WellMinded Search[/url]
[url=http://puppylinux.us/psearch.html]PuppyLinux.US Search[/url]
[url=http://wellminded.net63.net/]WellMinded Search[/url]
[url=http://puppylinux.us/psearch.html]PuppyLinux.US Search[/url]
-
- Posts: 812
- Joined: Thu 04 Feb 2010, 13:16
- Location: Australia, 1999 Toshiba laptop, 512mb RAM, no HDD, 431 Retro & 421 Retro
The last time I used Firefox it closed with this error:
/usr/lib/firefox/run-mozilla.sh: line 131: 5678 Segmentation fault "$prog" ${1+"$@"}
I have Ubuntu on this box too, so I booted it up to run fsck. Here is what I got:
fsck from util-linux-ng 2.16
e2fsck 1.41.9 (22-Aug-2009)
Puppy-511: recovering journal
Clearing orphaned inode 8256 (uid=0, gid=0, mode=0100755, size=1335560)
Clearing orphaned inode 8238 (uid=0, gid=0, mode=0100755, size=113964)
Puppy-511: clean, 35001/820896 files, 476850/3337495 blocks
I guess that this means that there were errors that were fixed. I am going to re-install Firefox next if the problem continues.
/usr/lib/firefox/run-mozilla.sh: line 131: 5678 Segmentation fault "$prog" ${1+"$@"}
I have Ubuntu on this box too, so I booted it up to run fsck. Here is what I got:
fsck from util-linux-ng 2.16
e2fsck 1.41.9 (22-Aug-2009)
Puppy-511: recovering journal
Clearing orphaned inode 8256 (uid=0, gid=0, mode=0100755, size=1335560)
Clearing orphaned inode 8238 (uid=0, gid=0, mode=0100755, size=113964)
Puppy-511: clean, 35001/820896 files, 476850/3337495 blocks
I guess that this means that there were errors that were fixed. I am going to re-install Firefox next if the problem continues.
[i]It's always easy when you know how![/i]