PYCURL ERROR Couldnt resolve proxy

Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 5 - "Couldn't resolve proxy 'fe80::1%eth0]'"
Error: Cannot find a valid baseurl for repo: base

Solution:-

use   the below commands to see if any http variables are set

set | grep -i http
env | grep  -i http

# http_proxy='http://[fe80::1%eth0]:13128'
# unset http_proxy

problem resolved

No comments:

Post a Comment