Restart firefox with add-ons disabled, delete .cache/mozilla/firefox and .mozilla/firefox then run firefox again and add add-ons, etc. This method worked for me when I upgraded Firefox.I have upgraded to 11.1 and Firefox no longer works for me (55.0.3_1,1).
Initially it gave me errors about extensions so I moved my .mozilla directory out of the way. It now starts, runs for about 20 seconds and then dumps core.
Anybody have any idea what is causing that?
Restart firefox with add-ons disabled, delete .cache/mozilla/firefox and .mozilla/firefox then run firefox again and add add-ons, etc. This method worked for me when I upgraded Firefox.
Did you upgrade from 11.0 or a 10.x version? If you did a major version upgrade, did you reinstall all ports/packages? Did you use the port or the package? If you used the port what options did you enable/disable? Are you running a custom kernel or GENERIC?
And the main question: «did you reinstall all ports/packages?».Simplest case possible. I upgraded from 11.0, generic kernel and I use packages
And the main question: «did you reinstall all ports/packages?».
pkg_libchk
might give an answer if something fundamental is wrong.The actual question was "If you did a major version upgrade, did you reinstall all ports/packages?" which I ignored because I didn't do a major version upgrade going from 11.0 to 11.1.
Generally, installed applications will continue to work without problems after minor version upgrades.
Hi,
Have you checked if dbus is correctly installed/enabled during boot on your new system ? Do you have the following entry in your /etc/rc.conf file ? :
Code:dbus_enable="YES"
Just a question - do you run zfs on a quite weak CPU as I do? Nevertheless please install ports-mgmt/bsdadminscripts2. The output ofpkg_libchk
might give an answer if something fundamental is wrong.
pkg_libchk
, I didn't know about that. Running it against firefox with "-d" generates no errors. Running it against the whole system puts out the error 'ELF binary type "0" not known', but because of the way the output works, it's not possible to see which package generates the error.FreeBSD Handbook:
As the handbook says in general there is no need to rebuild the system but sometimes things are not working as planned. I'm always rebuilding the whole system even if is a minor or major upgrade.
pkg-static upgrade -f
and sadly it makes no difference. pkg check
.If you start Firefox from an Xterm (or something similar) does it print any error messages?
I think that ELF error has something to do with linux binaries and is not related to firefox.Thanks for the suggestion, but I do have that entry.
I have an Intel i5-2500 (3.3Ghz) which I'm unsure as to whether that would be defined as "weak". Thanks for the tip aboutpkg_libchk
, I didn't know about that. Running it against firefox with "-d" generates no errors. Running it against the whole system puts out the error 'ELF binary type "0" not known', but because of the way the output works, it's not possible to see which package generates the error.
Read pkg-check(8) and see if it points to a problem when tryingpkg check
.
This should be not weak. From FreeBSD 11.1 onwards ARC is compressed which adds additional CPU load. This was very difficult on my dual core. Therefore I have disabled it byI have an Intel i5-2500 (3.3Ghz) which I'm unsure as to whether that would be defined as "weak".
vfs.zfs.compressed_arc_enabled="0"
pkg_libchk
run it without any arguments. Then it should check everything. May be you have done that already, I just want to be sure because my earlier post is not really clear. Sorry for that.