Results 1 to 3 of 3
i am unable to use yum thorugh a proxy server though i have configured yum.conf for it
the error is
Code:
Loading "installonlyn" plugin
Setting up Install Process
Setting up ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-30-2007 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 7
problem using yum
i am unable to use yum thorugh a proxy server though i have configured yum.conf for it
the error is
here is the copy of yum.confCode:Loading "installonlyn" plugin Setting up Install Process Setting up repositories core [1/3] Cannot find a valid baseurl for repo: core Error: Cannot find a valid baseurl for repo: core
please give me a solutionCode:[main] cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 metadata_expire=1800 proxy=http://xxx.xx.xxx.xx:xxxx/ proxy_username=we058019 proxy_password=xxxxxx # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d
- 01-30-2007 #2
hi syed !
login as root and open /etc/yum.repos.d/fedora-core.repo file. remove # sign before first baseurl line. save file and execute 'yum' again.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-30-2007 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 7
thanks it is working fine now


Reply With Quote
