LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Opening website http://iantiqueonline.ning.com causes hundreds of lines output to syslog (https://www.linuxquestions.org/questions/linux-software-2/opening-website-http-iantiqueonline-ning-com-causes-hundreds-of-lines-output-to-syslog-4175605462/)

Toadman 05-07-2017 08:32 PM

Opening website http://iantiqueonline.ning.com causes hundreds of lines output to syslog
 
When opening the above website in Firefox, I have the latest installed 53.0.2, I have hundreds of lines shown here - https://pastebin.com/apUuaD1D written to my syslog. I installed the latest Chrome this afternoon and loading the site does not cause the problem. My system info

Ubuntu 16.04.2LTS

gnome-shell:
Installed: 3.18.5-0ubuntu0.2
Candidate: 3.18.5-0ubuntu0.2
Version table:
*** 3.18.5-0ubuntu0.2 500

gdm3:
Installed: 3.18.3-0ubuntu2
Candidate: 3.18.3-0ubuntu2
Version table:
*** 3.18.3-0ubuntu2 500

frankbell 05-07-2017 09:12 PM

I opened up a VM of Ubuntu 16.04.2 LTS, but was unable to duplicate this problem.

I will note that Ubuntu in the VM is updated and is plain vanilla Ubuntu everything at default and no additional applications installed. (I keep it around just to be familiar with Ubuntu.)

Toadman 05-07-2017 09:45 PM

Thanks Frank, I've found that if I set the flash plugin to 'ask to activate' and load the site there's no issue. Of course once I activate flash on the site the issue starts so, flash usage on this one site causes this problem. I haven't noticed any issues on other sites using flash.

frankbell 05-07-2017 09:48 PM

Thanks for the update. I didn't try anything with Flash. I just hit the site.

I may give it another shot tomorrow; it's getting late here.

Toadman 05-08-2017 09:01 AM

Thanks Frank, appreciate it.

frankbell 05-08-2017 07:31 PM

Here's what I did:

I installed Flash by downloading the *.tar.gz from Adobe, decompressing it, and copying libflashplayer.so to /usr/lib/mozilla/plugins. (This is my standard way of installing Flash.)

I then tested Flash at a site specializing in Flash videos and ensured that Flash was working with Firefox.

I exited Firefox, reopened it, went to the antiques website, and then tailed /var/log/syslog.

Code:

sudo tail -n 1000 /var/log/syslog
I repeated this several times. I was unable to generate any errors similar to those you posted to pastebin.

Darnit.

If there is particular Flash link on that website you'd like me to test, I would be happy to do, but I fear this one is beyond my level of competence.

Toadman 05-08-2017 09:52 PM

Thanks so much for trying Frank. Looking in /usr/lib/mozilla/plugins I had the file /usr/lib/mozilla/plugins/Hold/flashplugin-alternative.so. Note-It's in a 'Hold' folder now since I went to the Adobe site and downloaded the same file you did and put the actual libflashplayer.so file in it's place. I did the same as you and went to a site with flash videos and tested that it was working. Went back to the antique site and activated flash there and still I get the lines of output as the original post. I can get by without using flash there since I mostly post questions about some of my antiques but I'm still mystified as to why it happens on only this one site. I found several flash links in the page source but have no idea which one could be the issue however when I activate flash on the center of the page for photos the entries to syslog begin.

frankbell 05-08-2017 10:02 PM

I also would like to know what the heck is going on here. I was hoping that, but installing Flash, I'd learn something, but I didn't.

I hope that someone who can enlighten us stumbles over this thread.

ondoho 05-09-2017 01:26 AM

i think you should notify firefox developers (bug report?).
it isn't so long ff changed its ui to gtk3, there might be somebumps to smooth out.

Toadman 05-09-2017 11:41 AM

Quote:

Originally Posted by ondoho (Post 5708082)
i think you should notify firefox developers (bug report?).
it isn't so long ff changed its ui to gtk3, there might be somebumps to smooth out.

Thanks for the suggestion, I'll go in and do that sometime today. I've already got an account at Bugzilla so it's just a matter of filing it.

Toadman 05-09-2017 04:54 PM

I submitted this bug report-https://bugzilla.mozilla.org/show_bug.cgi?id=1363494 today.

Habitual 05-09-2017 06:02 PM

Quote:

Originally Posted by Toadman (Post 5707592)
When opening the above website in Firefox, I have the latest installed 53.0.2

How was it installed? and is it in
Code:

/home/chris/firefox/
really?
Also output of
Code:

sudo apt-cache policy firefox
Thank you.

Nevermind. You are tracking down flash stuff, I guess.

Peace.

Toadman 05-09-2017 07:29 PM

Installed via Ubuntu Software Center and yes, it's in ~/firefox.

firefox:
Installed: 53.0+build6-0ubuntu0.16.04.1
Candidate: 53.0+build6-0ubuntu0.16.04.1
Version table:
*** 53.0+build6-0ubuntu0.16.04.1 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
100 /var/lib/dpkg/status
45.0.2+build1-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

Habitual 05-10-2017 09:58 AM

Quote:

Originally Posted by Toadman (Post 5708406)
Installed via Ubuntu Software Center and yes, it's in ~/firefox.

Chris:

In 10 years of Debian/Ubuntu, I have never seen such a .deb installation put the package in ~/firefox
How did it wind up in /home/chris/firefox/ please?
Was it moved/copied/symlinked?

If this is a "side-by-side" OR a parallel installation of Firefox for reasons known only to you, that's fine.
but it's my estimate that running firefox from /home/chris/firefox/ is causing your syslog to fill up.

You can compare where the package manager thinks the stuff should be going (determined by controls in the .deb)
using
Code:

sudo dpkg -L firefox
If you suspect there are 2 firefox binaries floating around, ask the system using
Code:

which firefox
spews here
Code:

/usr/bin/firefox
Compare that to:
Code:

dpkg -L firefox | grep "/usr/bin/firefox"
tells us the package maintainers use dpkg to put it in /usr/bin/
and that is where is should go. IMO.

See if there is also a
Code:

/usr/bin/firefox
and if there is, run it and check syslog.
The Menu items from the system should also use the correct location of the binary, IMO.

Good Luck.

Toadman 05-10-2017 12:47 PM

Possibly I was mistaken on how I installed then. I may have downloaded and installed from the Mozilla website. Here are the outputs of your questions

Code:

chris@localhost:~$ sudo dpkg -L firefox
[sudo] password for chris:
/.
/usr
/usr/lib
/usr/lib/firefox
/usr/lib/firefox/icudt58l.dat
/usr/lib/firefox/libsmime3.so
/usr/lib/firefox/dependentlibs.list
/usr/lib/firefox/libfreeblpriv3.chk
/usr/lib/firefox/libmozgtk.so
/usr/lib/firefox/libxul.so
/usr/lib/firefox/libnssdbm3.chk
/usr/lib/firefox/firefox
/usr/lib/firefox/libmozavutil.so
/usr/lib/firefox/Throbber-small.gif
/usr/lib/firefox/libssl3.so
/usr/lib/firefox/libmozsqlite3.so
/usr/lib/firefox/libplc4.so
/usr/lib/firefox/libsoftokn3.chk
/usr/lib/firefox/libnspr4.so
/usr/lib/firefox/libplds4.so
/usr/lib/firefox/application.ini
/usr/lib/firefox/distribution
/usr/lib/firefox/distribution/distribution.ini
/usr/lib/firefox/distribution/searchplugins
/usr/lib/firefox/distribution/searchplugins/locale
/usr/lib/firefox/distribution/searchplugins/locale/en-US
/usr/lib/firefox/distribution/searchplugins/locale/en-US/google.xml
/usr/lib/firefox/distribution/searchplugins/locale/en-US/ddg.xml
/usr/lib/firefox/distribution/searchplugins/locale/en-US/amazondotcom.xml
/usr/lib/firefox/distribution/searchplugins/common
/usr/lib/firefox/crashreporter
/usr/lib/firefox/libnssckbi.so
/usr/lib/firefox/platform.ini
/usr/lib/firefox/gtk2
/usr/lib/firefox/gtk2/libmozgtk.so
/usr/lib/firefox/libnssutil3.so
/usr/lib/firefox/libmozavcodec.so
/usr/lib/firefox/libnss3.so
/usr/lib/firefox/libmozsandbox.so
/usr/lib/firefox/liblgpllibs.so
/usr/lib/firefox/crashreporter.ini
/usr/lib/firefox/gmp-clearkey
/usr/lib/firefox/gmp-clearkey/0.1
/usr/lib/firefox/gmp-clearkey/0.1/manifest.json
/usr/lib/firefox/gmp-clearkey/0.1/libclearkey.so
/usr/lib/firefox/defaults
/usr/lib/firefox/defaults/pref
/usr/lib/firefox/defaults/pref/vendor-gre.js
/usr/lib/firefox/defaults/pref/channel-prefs.js
/usr/lib/firefox/browser
/usr/lib/firefox/browser/blocklist.xml
/usr/lib/firefox/browser/chrome
/usr/lib/firefox/browser/chrome/icons
/usr/lib/firefox/browser/chrome/icons/default
/usr/lib/firefox/browser/chrome/icons/default/default16.png
/usr/lib/firefox/browser/chrome/icons/default/default32.png
/usr/lib/firefox/browser/chrome/icons/default/default48.png
/usr/lib/firefox/browser/features
/usr/lib/firefox/browser/features/firefox@getpocket.com.xpi
/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi
/usr/lib/firefox/browser/features/aushelper@mozilla.org.xpi
/usr/lib/firefox/browser/features/e10srollout@mozilla.org.xpi
/usr/lib/firefox/browser/chrome.manifest
/usr/lib/firefox/browser/icons
/usr/lib/firefox/browser/icons/mozicon128.png
/usr/lib/firefox/browser/defaults
/usr/lib/firefox/browser/defaults/preferences
/usr/lib/firefox/browser/defaults/preferences/vendor-firefox.js
/usr/lib/firefox/browser/omni.ja
/usr/lib/firefox/plugin-container
/usr/lib/firefox/libfreeblpriv3.so
/usr/lib/firefox/libsoftokn3.so
/usr/lib/firefox/libnssdbm3.so
/usr/lib/firefox/firefox.sh
/usr/lib/firefox/omni.ja
/usr/lib/firefox-addons
/usr/lib/firefox-addons/plugins
/usr/lib/firefox-addons/searchplugins
/usr/lib/firefox-addons/distribution
/usr/lib/firefox-addons/distribution/extensions
/usr/lib/firefox-addons/extensions
/usr/lib/firefox-addons/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
/usr/share
/usr/share/applications
/usr/share/applications/firefox.desktop
/usr/share/doc
/usr/share/doc/firefox
/usr/share/doc/firefox/README.Debian
/usr/share/doc/firefox/copyright
/usr/share/doc/firefox/MPL.gz
/usr/share/doc/firefox/changelog.Debian.gz
/usr/share/apport
/usr/share/apport/package-hooks
/usr/share/apport/package-hooks/source_firefox.py
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/firefox.1.gz
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/firefox
/usr/share/pixmaps
/usr/bin
/etc
/etc/firefox
/etc/firefox/syspref.js
/etc/apparmor.d
/etc/apparmor.d/usr.bin.firefox
/etc/apparmor.d/disable
/etc/apport
/etc/apport/blacklist.d
/etc/apport/blacklist.d/firefox
/etc/apport/native-origins.d
/etc/apport/native-origins.d/firefox
/usr/lib/firefox/distribution/extensions
/usr/lib/firefox/dictionaries
/usr/lib/firefox/browser/plugins
/usr/lib/firefox/browser/searchplugins
/usr/lib/firefox/browser/extensions
/usr/lib/firefox/browser/defaults/preferences/syspref.js
/usr/share/pixmaps/firefox.png
/usr/bin/firefox
diverted by firefox-mozilla-build to: /usr/bin/firefox.ubuntu

Code:

chris@localhost:~$ which firefox
/usr/bin/firefox

Code:

chris@localhost:~$ dpkg -L firefox | grep "/usr/bin/firefox"
/usr/bin/firefox
diverted by firefox-mozilla-build to: /usr/bin/firefox.ubuntu

Code:

chris@localhost:~$ cd /usr/bin
chris@localhost:/usr/bin$ ls -l firefox
lrwxrwxrwx 1 root root 20 May  7 10:21 firefox -> /opt/firefox/firefox

In my internet menu I have three entries for Firefox. One has the command as

/home/chris/firefox/firefox %u

Then there's and entry 'Firefox Web Browser' with the command firefox %u and finally there's
'Mozilla Build of Firefox' with the command firefox %u clicking on either of those entries puts this in my syslog - gnome-session[3442]: Couldn't load XPCOM.

Hopefully this was some help


All times are GMT -5. The time now is 12:03 AM.