Results 1 to 6 of 6

Thread: 1. Chromium browser: "pages unresponsive". 2. Konqueror: "failed authenticty check"

  1. #1

    1. Chromium browser: "pages unresponsive". 2. Konqueror: "failed authenticty check"

    Hi. A new problem has just started in my Chromium browser for some reason.

    I use Knoppix 7.0.2 on hard drive on Acer Aspire 5750 laptop.

    When trying to visit a site, the rotating circle keeps rotating (in the
    tab), then a Chromium message appears
    "Following pages have become unresponsive. You can wait for them to become
    responsive or kill them. Kill pages -OR- Wait". And a box shows the basic
    website that you were trying to access.

    Pressing "Wait" returns you to the ever rotating circle. Pressing "Kill pages"
    produces a message "He's dead, Jim!".

    The problem started shortly after I got wifi working. But Chromium WAS working
    Ok for a while after I'd got wifi working. The problem occurs whether I'm using
    wifi or an Ethernet cable.

    When using Ethernet cable, I make sure that wifi is switched off (ie orange LED
    is off by pressing Fn+F3 keys).

    Is there any connection between the problem and me installing wifi in the
    kernel? Why has Chromium just started exhibiting this prob?

    As a temporary get-round, I tried Konqueror browser. It works but has a
    separate problem of its own. Every time you visit a new site, you get the
    message
    "Server failed the authenticity check. The certificate is not signed by any
    trusted certificate authority". But when you click on "Details", under
    "Trusted?", it says "Yes".

    I'd be most grateful for a solution to both problems, but if you have an answer
    just to Chromium, that would be fine. Thanks.

    (Unfortunately I'm finding that having Knoppix is like having a car, but every
    journey I take, I'm having to get out and mend something in the engine.)

    John

  2. #2
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    Greetings, John!

    I would suggest that you open a terminal and issue
    Code:
    chromium
    The next step would be to try to open a webpage that gives you the error message you mentioned above. Maybe you will get some additional information in the terminal.

  3. #3
    Quote Originally Posted by klaus2008 View Post
    I would suggest that you open a terminal and issue
    Code:
    chromium
    Hi klaus2008

    You're very clever.

    I issued "Chromium" at terminal. It starts at my home page which is
    www.google.com/webhp?complete=0

    (I use this URL all the time. It simply takes you to google, but you don't get
    the annoying drop-down selection list as you type your search string.)

    Back to the plot. The cursor didn't automatically sit in search box as it
    normally does. I chose not to enter a search string, and just waited. After
    about a minute, the following message appeared:

    "Following pages have become unresponsive. You can wait for them to become
    responsive or kill them. Kill pages -OR- Wait".

    I clicked "Kill pages", then message/page "He's dead, Jim!" appears.

    So i exited Chromium, which returned me to terminal. I got the following output:

    knoppix@Microknoppix:~$ chromium
    [5:5:3444306844:ERROR:nss_util.cc(459)] Error initializing NSS without a
    persistent database: libsoftokn3.so: cannot open shared object file: Permission
    denied
    INFO: Lightspark version 0.6.0.1 Copyright 2009-2012 Alessandro Pignotti and
    others
    NOT_IMPLEMENTED: The SDL audio plugin does only support one concurrent stream!
    INFO: A plugin was found. Adding it to the list.
    INFO: The plugin SDL plugin was added with backend: sdl
    INFO: A plugin was found. Adding it to the list.
    INFO: The plugin Pulse plugin output only was added with backend: pulseaudio
    INFO: the selected backend is: pulseaudio
    INFO: get_plugin: pulseaudio
    INFO: RenderThread this=0xb7a4e200
    INFO: Creating input thread
    INFO: Newstream for
    http://static.googleusercontent.com/...lcp/www.google.
    com/en//logos/swf/startrek12.swf
    INFO: NET: Downloading to memory
    INFO: Compressed SWF file: Version 9
    INFO: FrameRate 24
    INFO: Creating VM
    INFO: Download complete
    http://static.googleusercontent.com/...lcp/www.google.
    com/en//logos/swf/startrek12.swf
    INFO: SWF Metadata:
    format: application/x-shockwave-flash
    title: Adobe Flex 3 Application
    description: http://www.adobe.com/products/flex
    publisher: unknown
    creator: unknown
    language: EN
    date: Sep 6, 2012
    INFO: MaxRecursionDepth: 1000, ScriptTimeoutSeconds: 60
    INFO: SWF Info:
    ProductId: 3
    Edition: 6
    Version: 3.2.0.3958
    CompileTime: 0
    NOT_IMPLEMENTED: Unsupported tag type 56
    NOT_IMPLEMENTED: Unimplemented Tag 56
    INFO: NS_DestroyPluginInstance 0xb79c1cc0
    INFO: ~nsPluginInstance 0xb79c1cc0
    knoppix@Microknoppix:~$


    I don't understand the output of course because I'm VERY new to Linux.

    (As a side point, does some of the output suggest that google is doing some kind
    of clandestine downloading?

    You see, i've transferred from Microsoft Windows to Linux because i don't like
    the fact that Windows software downloads and uploads information to/from my
    hard-drive as and when it feels like it (whenever i'm connected to the
    internet).)

    I can tell that you're quite an expert. Is there anything in the above output
    that tells you what's causing my "unresponsive pages" problem?

    WHAT'S ODD TO ME is that I don't recall doing anything in Chromium or Knoppix
    that may have caused this Chromium problem to start. Having said that, while i
    was carrying out your fine instructions to get wifi to work, i did accidentally
    REPEAT one of the terminal commands you gave me. So i don't know if that has
    done something dodgey.

    Many thanks for your kind help with this. John.

  4. #4
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    The information the Chromium browser provided in the terminal does not seem to be sufficient to reproduce the error on your system. The SWF file shows a blue area in the web browser.
    There are users reporting on a similar error concerning older versions of the Chromium browser.
    Usually I would suggest that you upgrade some packages, but this could be difficult because you have already installed new software packages. On a fresh install of Knoppix 7.0.2 DVD I would issue the following commands. Some of these commands a intended to avoid the removal of base packages you might need in the future.
    Code:
    sudo apt-get update
    sudo apt-get install libnss3
    sudo apt-get install gnome-orca
    sudo apt-get install grdesktop
    sudo apt-get install gnome-dictionary
    sudo apt-get install chromium
    sudo apt-get install iceweasel
    sudo apt-get install libprotobuf7
    I hope this will help to improve your system. I do not expect that it will be worse since you cannot use the Chromium browser at the moment.

  5. #5
    Thanks klaus2008 for #4. For some reason, Chromium does work some of the
    time, so for now I'll hold off issuing your kind apt-get commands at #4.

    In the meantime, can you think of a solution to my problem with Konqueror at
    #1? John.

  6. #6
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    Do you have a web page I could try out with Konqueror?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE

$259.00



HP Enterprise MicroServer Gen10 AMD Opteron X3421, 2.1 to 3.4Ghz 8GB RAM No HDDs picture

HP Enterprise MicroServer Gen10 AMD Opteron X3421, 2.1 to 3.4Ghz 8GB RAM No HDDs

$250.00



HP ProLiant MicroServer Gen8 Server Xeon E3-1220L 8GB RAM No HDD's picture

HP ProLiant MicroServer Gen8 Server Xeon E3-1220L 8GB RAM No HDD's

$229.99



HP HPE Microserver Gen 7 8 9 iLO 2/3/4/5Advanced License Lifetime Key| FAST SHIP picture

HP HPE Microserver Gen 7 8 9 iLO 2/3/4/5Advanced License Lifetime Key| FAST SHIP

$10.00



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



Nutanix Supermicro NXS2U1NL12G600 XNDPU-G6-NI22 2X Xeon Silver 4108 128GB Ram picture

Nutanix Supermicro NXS2U1NL12G600 XNDPU-G6-NI22 2X Xeon Silver 4108 128GB Ram

$399.00



Supermicro CSE-847 Server 2*INTEL XEON E5-2690 V2 96GB 36-Bay 3.5

Supermicro CSE-847 Server 2*INTEL XEON E5-2690 V2 96GB 36-Bay 3.5" 4U SEE NOTES

$200.99



Energy Saving Low Power 1U Server 1x Intel Xeon E5-2620 V4 8 Core 85W 32GB RAM picture

Energy Saving Low Power 1U Server 1x Intel Xeon E5-2620 V4 8 Core 85W 32GB RAM

$179.00



Supermicro 2U Server 12 Caddy Bay 3.5 LFF E ATX Storage Chassis SAS2 6GBPS Rail picture

Supermicro 2U Server 12 Caddy Bay 3.5 LFF E ATX Storage Chassis SAS2 6GBPS Rail

$199.00