New Install / Spinning Wheel just after loading

Discussion in 'Installation/Configuration' started by pssadm, Apr 7, 2019.

  1. pssadm

    pssadm Member

    I recently installed a fresh copy of ISP Config and migrated my old mysql tables into the new server. Everything seems to work okay, however, when just after login, "Latest News" does not populate and the loading box (a.k.a spinning wheel) stays up for a long time. Eventually the dashboard fills in (possibly timing out) and all functions properly (until the next time I login). While I have not conclusively found a way to resolve this, I've discovered that disabling the Use Load Indicator makes this behavior go away completely.

    If you're have a similar issue, you can try this:
    System / Main Config / Misc Tab / uncheck "Use Load Indicator". The dashboard loads much faster, but I'm not sure if I'm disabling something important or not. Anyone know what this does and if I should attempt to fix it or leave as is?

    Thank you for your kind consideration.
    PSS Adm
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This problem occurs when ispconfig cannot connect to ispconfig.org to load the news feed. Most likely your new server has problems connecting to the internet or resolving dns names.
     
    pssadm likes this.
  3. pssadm

    pssadm Member

    YES!! Thanks Till! I can confirm you are correct... Sadly, however, I now find myself in the Twilight Zone. (80's flick if you've been around the block).

    Disabled my firewalls/fail2bans etc... and I can't seem to get the feed to come thru using wget. It just stops (see below).

    Code:
    wget https://www.ispconfig.org/atom
    --2019-04-07 23:15:54--  https://www.ispconfig.org/atom
    Resolving www.ispconfig.org (www.ispconfig.org)... 104.24.0.68, 104.24.1.68, 2606:4700:20::6818:144, ...
    Connecting to www.ispconfig.org (www.ispconfig.org)|104.24.0.68|:443... connected.
    
    I know its not "ispconfig.org/atom" as I have tested it on my other ISP Config system without issue.
    Code:
    wget https://www.ispconfig.org/atom
    --2019-04-07 23:03:57--  https://www.ispconfig.org/atom
    Resolving www.ispconfig.org (www.ispconfig.org)... 104.24.1.68, 104.24.0.68, 2606:4700:20::6818:44, ...
    Connecting to www.ispconfig.org (www.ispconfig.org)|104.24.1.68|:443... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://www.ispconfig.org/feed/atom/ [following]
    --2019-04-07 23:03:58--  https://www.ispconfig.org/feed/atom/
    Reusing existing connection to www.ispconfig.org:443.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [application/atom+xml]
    Saving to: ‘atom.2’
    
    atom.2                              [ <=>                                                 ]  11.93K  --.-KB/s    in 0.01s
    
    2019-04-07 23:03:58 (1.18 MB/s) - ‘atom.2’ saved [12218]
    
     

Share This Page