LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-16-2017, 04:54 AM   #1
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Strange problem with Firefox


Hi,

Usually it's not my style to write such vague subjects, but I admit I'm puzzled by what's happening. Let me try to explain.

Yesterday I installed Slackware64 14.2 on a sandbox machine in a datacenter I use for experimenting.

The machine's hostname provided by the french provider Online is sd-41893.dedibox.fr:

Code:
[kikinovak@alphamule:~] $ host sd-41893.dedibox.fr
sd-41893.dedibox.fr has address 195.154.65.130
I also have two "dummy" domain names I purchased a few years ago, which I use for experimenting:

Code:
[kikinovak@alphamule:~] $ host slackbox.fr
slackbox.fr has address 195.154.65.130
slackbox.fr mail is handled by 10 mail.slackbox.fr.
[kikinovak@alphamule:~] $ host unixbox.fr
unixbox.fr has address 195.154.65.130
unixbox.fr mail is handled by 10 mail.unixbox.fr.
Right now I'm fiddling with Apache Virtual Hosts, in order to update my documentation. I have setup a handful of static websites on this machine, for example:

I also have a default page for the server:

Now here's what's weird. This default page is displayed correctly on every single host on my office network... but not on my workstation. When I try to open it in Firefox, I get a message "Connecting to sd-41893.dedibox.fr...", and nothing happens.

My first reaction was to check if it was a cache-related problem on my LAN server (which acts as a gateway/firewall/proxy). I restarted Dnsmasq and Squid, to no effect (and then, the other hosts on the network would have that problem too).

Next thing was to open my Firefox preferences and empty the cache. Nothing.

The public machine ran Slackware64 14.1 before, and used a few LetsEncrypt certificates with my two test domains. So I opened Firefox preferences again and erased all stored certificates. Still nothing.

Now I'm clueless. Any suggestions?

Edit: on that same workstation, I can open http://sd-41893.dedibox.fr just fine using Seamonkey or Links.

Last edited by kikinovak; 01-16-2017 at 05:05 AM.
 
Old 01-16-2017, 05:06 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Can you ping sd-41893.dedibox.fr from your workstation?
 
Old 01-16-2017, 05:16 AM   #3
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by hydrurga View Post
Can you ping sd-41893.dedibox.fr from your workstation?
Of course. Since the corresponding webpage opens perfectly using two different browser (Seamonkey and Links).
 
Old 01-16-2017, 06:52 AM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by kikinovak View Post
Of course. Since the corresponding webpage opens perfectly using two different browser (Seamonkey and Links).
Ah, but you added that information about Seamonkey and Links just as I was replying to your opening post.

You could try downloading what effectively is a portable AppImage version of Firefox (https://bintray.com/probono/AppImage...1.0.glibc2.3.3) in order to check what happens with a "pristine" Firefox.

Last edited by hydrurga; 01-16-2017 at 06:53 AM.
 
Old 01-16-2017, 09:54 AM   #5
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 935

Rep: Reputation: 527Reputation: 527Reputation: 527Reputation: 527Reputation: 527Reputation: 527
I was thinking that could be a problem with your gateway machine,
but since you have access with other browsers, you could try running
Firefox with a brand new profile, firefox -P or firefox --ProfileManager

Just to report, I can access your three virtual hosts with Firefox,
Slackware Essentials, Manuel FreeBSD and the 'bleu Le Chef' (the link to
Microlinux works too.)
 
Old 01-16-2017, 11:13 AM   #6
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,195

Rep: Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775
Did you perhaps set up unique Squid rules for Firefox on your workstation?
 
Old 01-16-2017, 11:58 AM   #7
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by gezley View Post
Did you perhaps set up unique Squid rules for Firefox on your workstation?
No. Squid is running on the server transparently, e. g. with port redirection using iptables. This is a real mystery.
 
Old 01-16-2017, 12:12 PM   #8
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,195

Rep: Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775Reputation: 1775
Quote:
Originally Posted by kikinovak View Post
No. Squid is running on the server transparently, e. g. with port redirection using iptables.
Yes, I'm aware Squid is not on the workstation, but I thought perhaps you might have had ACL rules restricting browsing from the machine you use to administer Squid - assuming you do so from that workstation of yours.
 
Old 01-16-2017, 12:20 PM   #9
EdGr
Senior Member
 
Registered: Dec 2010
Location: California, USA
Distribution: I run my own OS
Posts: 1,000

Rep: Reputation: 472Reputation: 472Reputation: 472Reputation: 472Reputation: 472
Make sure that the Firefox process is running on your local machine by starting Firefox with -no-remote.
Ed
 
Old 01-16-2017, 01:17 PM   #10
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by gezley View Post
Yes, I'm aware Squid is not on the workstation, but I thought perhaps you might have had ACL rules restricting browsing from the machine you use to administer Squid - assuming you do so from that workstation of yours.
Yes, and my workstation is on the everything-allowed list.
 
Old 01-16-2017, 05:09 PM   #11
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,754

Rep: Reputation: Disabled
Could be local dns cache, I'd check first if the same problem happens when ~/.mozilla and ~/.cache/mozilla are removed.
 
Old 01-16-2017, 11:13 PM   #12
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
This sounds like a "bind" issue. and it was updated. did you restart your server after the bind update. just a thought.
 
Old 01-17-2017, 12:52 AM   #13
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Problem solved, though I'll never know exactly why. Something stale in ~/.mozilla prevented the site from being displayed. So I simply saved my bookmarks, renamed ~/.mozilla to ~/.mozilla.bak and made a fresh start, and the page showed up correctly. Thanks everybody for your suggestions.
 
Old 01-17-2017, 09:57 AM   #14
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
mmm fascinating corrupted data. Usually happens with add-ons. yes that would cause the issue.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange problem with Firefox and Flash clifford227 Slackware 9 11-23-2012 08:48 PM
Very strange Firefox problem ccin1492 SUSE / openSUSE 2 07-31-2009 01:47 PM
Strange Firefox problem. AlphaSigmaOne Slackware 11 06-02-2008 10:39 PM
Strange problem with Firefox rangalo Slackware 6 07-13-2007 03:37 PM
Strange Download Problem with Firefox Toods Slackware 6 02-18-2006 03:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration