friendly-bits

Results 151 comments of friendly-bits

This makes no sense. Please post the complete console output (preferably as text) including the command you are entering. Also the output of ``` grep ssl_ok /usr/bin/geoip-shell-fetch.sh` ```

RIPE indeed recently changed the format of the JSON file delivered via their API. I updated the fetch script to support the format - the fix is available in the...

Thank you @wnhuman for the confirmation. I just released geoip-shell v0.7.6 which (among other changes) incorporates the RIPE parsing fix and changes the SSL detection logic to avoid incorrectly failing...

Hi, please post output of: ``` curl --version wget --version wget --max-redirect=10 --tries=2 --timeout=10 --spider "https://stat.ripe.net/data/country-resource-list/data.json?v4_format=prefix&resource=nl" ```

This looks normal. What's the output of ``` curl -L -f --fail-early --retry 2 --connect-timeout 10 -s --head "https://stat.ripe.net/data/country-resource-list/data.json?v4_format=prefix&resource=nl"; echo $? ```

Great. I'll look into changing the script to check for this option and not use it if it's not supported.

Could you test with the current 'main' (not the release)? I implemented the aforementioned check in it.

> Changing that to `--fail early` Also, if you want to use a manually edited version of the script then you should simply remove the `--fail-early` option, rather than changing...

Hi, what's the output of `sudo sysctl -a | grep wmem`

This definitely has something to do with running inside a container, but I'm not entirely sure what's causing this. References to this error message I can find are all related...