LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-21-2014, 05:57 AM   #1
Neugeniko
LQ Newbie
 
Registered: Jun 2014
Posts: 6

Rep: Reputation: Disabled
Can't access a certain websites on Slackware 14.1 (32bit)


Hi,
This is my first question. I think I recently broke something in my installation. If I go to https://secure.eveonline.com and click on login the browser doesn't go anywhere. I've tried mozilla, firefox, chromium and firefox under wine, and the same thing happens.

It works on other computers in the house. I'm stumped. Any help would be much appreciated.

Neug
 
Old 09-21-2014, 06:03 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try this:
Code:
echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
Kind regards
 
Old 09-21-2014, 06:04 AM   #3
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
Quote:
If I go to https://secure.eveonline.com and click on login the browser doesn't go anywhere.
works for me.

slackware64 14.1

Last edited by //////; 09-21-2014 at 06:05 AM.
 
Old 09-21-2014, 02:46 PM   #4
Neugeniko
LQ Newbie
 
Registered: Jun 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by repo View Post
Try this:
Code:
echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
Kind regards


Thanks for the quick reply but this seemed to have no effect. I'm not sure when exactly it broke but I installed the gtkmm package from slack builds. Could this have a effect? I tried uninstalling it but no effect.

Neug
 
Old 09-21-2014, 04:02 PM   #5
cepheus11
Member
 
Registered: Nov 2010
Location: Germany
Distribution: Gentoo
Posts: 286

Rep: Reputation: 91
Do you have addons which alter the behaviour of the browser? I have had the following settings break shopping/games login websites in the past:

* cookies
* referrer
* javascript (NoScript)
* automatic secure cookies with NoScript
* application boundaries enforcer of NoScript

Try with a clean browser profile/new user. If it works, try to activate addons/settings one at a time to find the exact cause.
 
Old 09-21-2014, 04:30 PM   #6
Neugeniko
LQ Newbie
 
Registered: Jun 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cepheus11 View Post
Do you have addons which alter the behaviour of the browser? I have had the following settings break shopping/games login websites in the past:

* cookies
* referrer
* javascript (NoScript)
* automatic secure cookies with NoScript
* application boundaries enforcer of NoScript

Try with a clean browser profile/new user. If it works, try to activate addons/settings one at a time to find the exact cause.
I've tried with a new user. That hasn't worked. No addons. I've gotten into other parts of the website but any button with JavaScript doesn't work. Is llvm involved with JavaScript? Because I did build a local version of it for building Mesa with gallium software rending to run any game on this old laptop.

Neug
 
Old 09-22-2014, 03:00 AM   #7
cepheus11
Member
 
Registered: Nov 2010
Location: Germany
Distribution: Gentoo
Posts: 286

Rep: Reputation: 91
I tried to login myself, and can confirm that it does not work: Load https://secure.eveonline.com/, press "Log In" - and nothing happens for a long time, before the connection is closed and the browser displays an error message. According to firefox' built in network monitoring, there is simply never an answer from the server to the POST request issued by the client. On Windows with firefox 32.0.2, it works.

I tried this on gentoo, with a clean firefox profile, with spoofed user agent (to mimic windows firefox), with chromium and with rekonq. All the same - waiting, then error. I even tried it with firefox in an ubuntu 12.04 and an LMDE installation.

What puzzles me is that it works on windows. There is never an answer to the initial POST request, but there are subsequent GET's after some seconds, which load the actual login page.
 
Old 09-22-2014, 03:07 AM   #8
Neugeniko
LQ Newbie
 
Registered: Jun 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cepheus11 View Post
I tried to login myself, and can confirm that it does not work: Load https://secure.eveonline.com/, press "Log In" - and nothing happens for a long time, before the connection is closed and the browser displays an error message. According to firefox' built in network monitoring, there is simply never an answer from the server to the POST request issued by the client. On Windows with firefox 32.0.2, it works.

I tried this on gentoo, with a clean firefox profile, with spoofed user agent (to mimic windows firefox), with chromium and with rekonq. All the same - waiting, then error. I even tried it with firefox in an ubuntu 12.04 and an LMDE installation.

What puzzles me is that it works on windows. There is never an answer to the initial POST request, but there are subsequent GET's after some seconds, which load the actual login page.
Thanks for confirming that it is flaky for you at least. It's good to know its somewhat of a common problem and not something I did specifically to my linux installation to break it.
I'll file a bug report and refer them to this thread for further information.

Cheers,
Neug
 
Old 09-22-2014, 04:56 AM   #9
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Curious, with Slackware64 I am able to access the login page

Do you have web dev firefox extension like firebug?
Could be usefull to open login page with it

edit, tried a false login, page processed and returned

" Login failed. Possible reasons can be:
Invalid username / password "

Last edited by keefaz; 09-22-2014 at 04:59 AM.
 
Old 09-22-2014, 05:55 AM   #10
cepheus11
Member
 
Registered: Nov 2010
Location: Germany
Distribution: Gentoo
Posts: 286

Rep: Reputation: 91
It works now - in another firefox profile in VirtualBox, at work. I can re-test my home environments in the evening.
 
Old 09-22-2014, 06:43 AM   #11
Neugeniko
LQ Newbie
 
Registered: Jun 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cepheus11 View Post
It works now - in another firefox profile in VirtualBox, at work. I can re-test my home environments in the evening.
It's working for me now too. CCP must have responded to the bug report quickly or maybe some effect of a recent DDoS in other parts of their infrastructure.

Neug
 
Old 09-22-2014, 11:43 AM   #12
cepheus11
Member
 
Registered: Nov 2010
Location: Germany
Distribution: Gentoo
Posts: 286

Rep: Reputation: 91
Confirming that login works now, even with the firefox profile which did not work in the morning. Must indeed have been a change server side. Please change the topic to include "[SOLVED]".
 
Old 09-22-2014, 01:15 PM   #13
Neugeniko
LQ Newbie
 
Registered: Jun 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cepheus11 View Post
Confirming that login works now, even with the firefox profile which did not work in the morning. Must indeed have been a change server side. Please change the topic to include "[SOLVED]".
Done. And thanks for all your help guys.

Neug
 
  


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
[SOLVED] Cannot access certain websites mentaaal Linux - Newbie 4 04-17-2011 03:25 PM
Fedora 13 32bit and then Linux Mint 32bit and then Ubuntu 10.04 32bit ciao303 Linux - Newbie 3 08-09-2010 11:03 PM
Can`t access certain websites theuns247 Linux - Server 4 12-09-2009 02:29 AM
Cant access some websites with new router dellcom1800 Linux - Networking 11 04-12-2007 05:42 PM
Can't access websites pow2k2 Linux - Networking 7 12-26-2002 09:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:50 PM.

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