Jump to content

bonienl

Community Developer
  • Posts

    10,233
  • Joined

  • Last visited

  • Days Won

    65

Report Comments posted by bonienl

  1. Try the following:

     

    With Unraid 6.5.3 installed change the theme to "white" (as you probably already did)

    Upgrade to Unraid 6.6.0-rc1 and the default white theme should be replaced by the new theme.

     

    GUI is tested and confirmed to be working on all major browsers.

    Firefox 61.0.2 is working fine.

  2. The screen in your post above suggest the "standard" white theme isn't used.

    Did you manually change the theme name in the past?

     

    An unformatted screen may happen when a theme name is not recognized.

    The default white and black themes are updated in Unraid 6.6 and should appear normally if they were used in an earlier version.

     

  3. I have made an update which addresses this issue.

     

    Instead of pinging the Google DNS server a wget spider test is done to NCSI (network connection status indicator).

    This is the same method as used by Microsoft Windows to update the Internet status in the taskbar.

     

    In the process a bit smarter implementation is done to keep hold of the current Internet access state, which speeds up the plugins page updating time.

     

    • Upvote 1
  4. Hehe, I work for an ISP.

     

    Not allowing ping is against established net etiquette, I would file a complaint with my provider if they do. Security, yeah right, nowadays DDOS attacks are much more sophisticated :(

     

    Indeed some ISPs go force you to use their own DNS servers only, but that should not prohibit to ping Google, again I would shy away from such an ISP.

     

    Thanks for your suggestions anyway. I see if I can come up with something fancy.

     

  5. The current solution was implemented more than a year ago. Seeing this in perspective, it works 99.999% of the time.

     

    I don't think we should design with the restrictions of China in mind. Not able to ping Google, probably also means not able to access Github.

     

    The Windows solution takes up to several minutes before the status is updated. That is a too long wait when retrieving the plugins status information and people will feel it takes "forever" to get the information.

     

    Ultimately I am looking for a non-intrusive solution working in the background without user intervention. The moment a user can make changes, it will go wrong, even when multiple warnings are given (disk FORMAT comes to my mind).

     

  6. 11 minutes ago, jonathanm said:

    I realize it works properly 99.999% of the time, but can we at least have it be changeable if needed?

     

    Actually the code is written with a variable, which defaults to 8.8.8.8

     

    I am very hesitant to make this configurable for users, because it introduces a (huge) risk that people set this wrong.

    When your firewall is set up properly there is no issue whatsoever,  but making it configurable increases the chance to nearly 100% of not working (yes, I know there are knowledgeable people out there).

     

     

  7. pinging a destination is very common practice, it is done because of speed and low overhead (you want to determine as quickly as possible whether internet access works).

     

    pinging the first DNS server isn't reliable. This can be your local router and it may answer fine while no internet is present.

    Resolving an domain name is both time consuming and a heavy duty task (compared to a ping).

     

  8. 8.8.8.8 and 8.8.4.4 are indeed "terminated" by your router.

     

    The plugin update function of unRAID however has a built-in Internet alive check, which is done by pinging 8.8.8.8, before it downloads files.

     

    Your "deny" rule interferes with this check and hence no download takes place, resulting in the status "unknown". It is unfortunate that you can not make this deny rule more exact and only deny DNS queries.

  9. Updating of docker or VM page works fine for me. How to reproduce?

     

    What exactly do you mean by "image gets updated but the icon doesn't change"? The icon of a container stays the same (unless the author has changed it) and the only thing changing is the status indicator (running, stopped, updating).

     

    You are sure there is no conflicting adblocker or antivirus program interfering with the GUI?

     

     

×
×
  • Create New...