09-02-2017, 02:55 AM
[member=6217]humdinger70[/member], that's interesting; your machine is not doing DNS resolution with "wget" while it does with a "web browser".
Few things, try to run the same test without a timeout... from terminal:
Code:
wget -v --spider http://repo.linuxliteos.com/linuxlite/db/version
If wget still cannot resolve the host, then try curl for example:
Code:
curl -i http://repo.linuxliteos.com/linuxlite/db/version
If wget and curl are unable to return anything then you may need to look at nsswitch.conf or something I assume, something DNS related in my opinion.
https://unlockforus.com
Sorry for seeming stupid and preferring Linux - I just don't know any better.
Sorry for seeming stupid and preferring Linux - I just don't know any better.
![[Image: AGxgqJ6.png]](http://i.imgur.com/AGxgqJ6.png)